Fix tst-ftell-active-handler.c warning.
[glibc.git] / ChangeLog
blobac8f6391e621659468d738b13a055d653d3363ad
1 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
3         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
4         format for long int variable.
6 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
8         [BZ #10672]
9         * manual/search.texi: (Array Sort Function): Remove claim how make
10         qsort stable.
12 2014-12-10  Andreas Schwab  <schwab@suse.de>
14         [BZ #12847]
15         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
16         user-controlled locks.
18 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
20         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
21         register.
23 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
25         * configure.ac (--disable-werror): New configure option.
26         (enable_werror): New AC_SUBST.
27         * configure: Regenerated.
28         * config.make.in (enable-werror): New variable.
29         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
30         -Wno-error=undef.
31         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
32         * manual/install.texi (Configuring and compiling): Document
33         --disable-werror.
34         * INSTALL: Regenerated.
35         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
36         (CFLAGS-tst-chk2.c): Likewise.
37         (CFLAGS-tst-chk3.c): Likewise.
38         (CFLAGS-tst-chk4.cc): Likewise.
39         (CFLAGS-tst-chk5.cc): Likewise.
40         (CFLAGS-tst-chk6.cc): Likewise.
41         (CFLAGS-tst-lfschk1.c): Likewise.
42         (CFLAGS-tst-lfschk2.c): Likewise.
43         (CFLAGS-tst-lfschk3.c): Likewise.
44         (CFLAGS-tst-lfschk4.cc): Likewise.
45         (CFLAGS-tst-lfschk5.cc): Likewise.
46         (CFLAGS-tst-lfschk6.cc): Likewise.
48         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
49         (main): Disable -Wdeprecated-declarations around calls to
50         register_printf_function.
52         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
53         (do_test): Disable -Wdiv-by-zero around some calls to
54         fwrite_unlocked and fread_unlocked.
56         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
57         (DIAG_POP_NEEDS_COMMENT): Likewise.
58         (_DIAG_STR1): Likewise.
59         (_DIAG_STR): Likewise.
60         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
61         * stdio-common/bug21.c: Include <libc-internal.h>.
62         (do_test): Disable -Wformat around call to sscanf.
63         * stdio-common/scanf14.c: Include <libc-internal.h>.
64         (main): Disable -Wformat around some calls to scanf functions.
66 2014-12-09  Torvald Riegel  <triegel@redhat.com>
68         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
70 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
72         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
73         stack variable alignment.
75 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
77         [BZ #17682]
78         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
79         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
80         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
81         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
82         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
83         __getrlimit instead of getrlimit.
84         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
85         __gettimeofday instead of gettimeofday.
86         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
87         Likewise.
88         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
89         Likewise.
90         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
91         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
92         Remove variable.
93         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
94         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
96 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
98         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
99         for wide-character tests.
101 2014-12-04  Roland McGrath  <roland@hack.frob.com>
103         * io/openat64.c: #include <libc-internal.h>
104         (__openat64): Prototypify.  Use ignore_value on MODE.
105         * io/openat.c: Likewise.
106         * misc/reboot.c: #include <libc-internal.h>
107         (reboot): Prototypify.  Use ignore_value on HOWTO.
108         * misc/ptrace.c: #include <libc-internal.h>
109         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
111 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
113         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
114         XPG4, UNIX98 and XOPEN2K.
115         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
116         Remove variable.
117         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
119 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
121         * libio/fileops.c: Use ISO C style for function definitions.
122         * libio/iofopen.c: Likewise.
123         * libio/wfileops.c: Likewise.
125         [BZ #17653]
126         * libio/fileops.c (_IO_new_file_underflow): Unset cached
127         offset on EOF.
128         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
129         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
130         (fgets_func): Function pointer to fgets and fgetws.
131         (do_ftell_test): Add test to verify ftell value after read
132         EOF.
133         (do_test): Set fgets_func.
135         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
136         O_TRUNC flag for w and w+ modes.
137         (do_rewind_test): Likewise.
138         (do_ftell_test): Likewise.
139         (do_write_test): Likewise.
141         [BZ #17647]
142         * libio/fileops.c (do_ftell): Seek only when there are
143         unflushed writes.
144         * libio/wfileops.c (do_ftell_wide): Likewise.
145         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
146         test case.
147         (do_one_test): Call it.
149 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
151         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
152         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
153         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
154         Remove variable.
155         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
156         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
157         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
159 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
161         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
162         Remove variable.
163         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
165         [BZ #17668]
166         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
167         as weak alias of __getifaddrs.  Use libc_hidden_weak.
168         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
169         __freeifaddrs.  Use libc_hidden_weak.
170         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
171         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
172         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
173         __freeifaddrs.  Use libc_hidden_weak.
174         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
175         __getifaddrs and define as weak alias of __getifaddrs.  Use
176         libc_hidden_weak.
177         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
178         __freeifaddrs.  Use libc_hidden_weak.
179         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
180         Remove variable.
181         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
182         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
184 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
186         [BZ #17601]
187         * sysdeps/mips/start.S (__start): Use indirect jump to call
188         __libc_start_main.
190 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
192         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
194         * nptl/tst-mutex1.c: Include <stdbool.h>.
195         [!ATTR] (ATTR_NULL): New macro.
196         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
197         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
198         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
200         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
201         to char *.
203         [BZ #17665]
204         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
205         Change conditional to [__USE_MISC].
207         [BZ #17664]
208         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
209         fgets_unlocked.
210         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
211         __fgets_unlocked.
212         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
213         fgets_unlocked.
214         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
215         Remove variable.
216         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
217         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
218         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
219         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
220         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
221         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
222         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
223         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
224         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
226         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
228 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
230         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
231         Remove strpbrk objects.
232         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
233         (__libc_ifunc_impl_list): Remove strpbrk implementation.
234         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
235         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
236         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
237         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
239         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
240         Remove strcspn objects.
241         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
242         (__libc_ifunc_impl_list): Remove strcspn implementation.
243         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
244         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
245         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
246         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
248         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
249         Remove strspn objetcs.
250         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
251         (__libc_ifunc_impl_list): Remove strspn implementation.
252         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
253         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
254         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
255         * sysdeps/powerpc/powerpc64/strspn.S: New file.
257 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
259         [BZ #17581]
260         * malloc/hooks.c
261         (mem2mem_check): Add a terminator to the chain of checking blocks.
262         (malloc_check_get_size): Use it here.
263         (mem2chunk_check): Ditto.
265 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
267         * sysdeps/powerpc/powerpc64/strtok.S: New file.
268         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
270 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
272         * bits/ioctl-types.h: Indent preprocessor directives correctly.
274         * nptl/nptl-init.c: Include libc-internal.h.
275         (__pthread_initialize_minimal_internal): Use ROUND_UP.
277         * elf/ldconfig.c (search_dir): Expand comment.
279 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
281         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
282         variable.
283         (linknamespace-symlist-stdlibs-tests): Likewise.
284         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
285         instead of $(objpfx)symlist-stdlibs.
286         (linknamespace-libs-isoc): New variable.
287         (linknamespace-libs): Use $(linknamespace-libs-isoc).
288         (linknamespace-libs-ISO): New variable.
289         (linknamespace-libs-ISO99): Likewise.
290         (linknamespace-libs-ISO11): Likewise.
291         (linknamespace-libs-XPG3): Likewise.
292         (linknamespace-libs-XPG4): Likewise.
293         (linknamespace-libs-POSIX): Likewise.
294         (linknamespace-libs-UNIX98): Likewise.
295         (linknamespace-libs-XOPEN2K): Likewise.
296         (linknamespace-libs-POSIX2008): Likewise.
297         (linknamespace-libs-XOPEN2K8): Likewise.
298         ($(objpfx)symlist-stdlibs): Replace by
299         $(linknamespace-symlist-stdlibs-tests).  Use
300         $(linknamespace-libs-$*) as set of libraries.
301         ($(linknamespace-header-tests)): Update dependencies.  Use
302         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
303         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
304         * conform/linknamespace.pl: Remove comment about considering
305         definitions of symbols from irrelevant libraries.
307 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
309         [BZ #13862]
310         * elf/dl-tls.c: Include <atomic.h>.
311         (oom): Remove #ifdef SHARED/#endif.
312         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
313         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
314         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
315         big enough.
316         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
317         * nptl/Makefile (tests): Add tst-stack4.
318         (modules-names): Add tst-stack4mod.
319         ($(objpfx)tst-stack4): New.
320         (tst-stack4mod.sos): Likewise.
321         ($(objpfx)tst-stack4.out): Likewise.
322         ($(tst-stack4mod.sos)): Likewise.
323         (clean): Likewise.
324         * nptl/tst-stack4.c: New file.
325         * nptl/tst-stack4mod.c: Likewise.
327 2014-11-27  J. Brown  <jb999@gmx.de>
329         * sysdeps/x86/bits/string.h: Add recent CPUs.
331 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
333         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
334         sigblock.
336         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
337         feof.
339         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
340         variable.
342 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
344         * nscd/connections.c: Include libc-internal.h because of macro
345         usage ignore_value.
347 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
349         * string/bits/string3.h (__warn_memset_zero_len): Don't
350         declare for gcc newer than 5.0.
351         (memset): Don't test for zero-length __LEN for gcc newer than
352         5.0.
354 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
356         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
357         size_t for %zu format.
359         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
360         difference, not %ju.
362 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
364         * include/libc-internal.h (ignore_value): New macro.
365         * nscd/connections.c (restart): Wrap calls to setuid and setgid
366         with ignore_value.
368         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
369         definition.
371         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
372         pthread_cleanup_push to void *.
374         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
375         Undefine.
377         [BZ #16619]
378         [BZ #16740]
379         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
380         instead of 1L << 52.
382         * libio/bug-rewind.c (do_test): Check fwscanf return values.
383         * libio/bug-rewind2.c (do_test): Likewise.
385         * debug/test-stpcpy_chk-ifunc.c: Remove file.
386         * debug/test-strcpy_chk-ifunc.c: Likewise.
387         * wcsmbs/test-wcschr-ifunc.c: Likewise.
388         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
389         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
390         * wcsmbs/test-wcslen-ifunc.c: Likewise.
391         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
392         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
393         * Rules [$(multi-arch) = no] (tests): Do not filter out
394         $(tests-ifunc).
395         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
396         * debug/Makefile (tests-ifunc): Remove variable.
397         (tests): Do not add $(tests-ifunc).
398         * wcsmbs/Makefile (tests-ifunc): Remove variable.
399         (tests): Do not add $(tests-ifunc).
400         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
401         [TEST_IFUNC]: Remove conditionals.
402         * string/test-string.h (TEST_IFUNC): Remove macro.
403         [TEST_IFUNC]: Remove conditionals.
405         * string/test-strchr.c [!WIDE] (L): New macro.
406         [WIDE] (L): Likewise.
407         (check1): Use CHAR instead of char.  Use L on string and character
408         constants.
410 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
412         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
413         tests.
414         * sysdeps/powerpc/bits/atomic.h
415         (__arch_atomic_exchange_and_add_32_acq): Add definition.
416         (__arch_atomic_exchange_and_add_32_rel): Likewise.
417         (atomic_exchange_and_add_acq): Likewise.
418         (atomic_exchange_and_add_rel): Likewise.
419         * sysdeps/powerpc/powerpc32/bits/atomic.h
420         (__arch_atomic_exchange_and_add_64_acq): Add definition.
421         (__arch_atomic_exchange_and_add_64_rel): Likewise.
422         * sysdeps/powerpc/powerpc64/bits/atomic.h
423         (__arch_atomic_exchange_and_add_64_acq): Add definition.
424         (__arch_atomic_exchange_and_add_64_rel): Likewise.
426 2014-11-26  Torvald Riegel  <triegel@redhat.com>
428         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
429         Change synchronization of __sched_fifo_min_prio and
430         __sched_fifo_max_prio.
431         * nptl/pthread_mutexattr_getprioceiling.c
432         (pthread_mutexattr_getprioceiling): Likewise.
433         * nptl/pthread_mutexattr_setprioceiling.c
434         (pthread_mutexattr_setprioceiling): Likewise.
435         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
436         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
437         Likewise.
439 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
441         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
442         void.
444 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
446         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
447         third argument const.
449 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
451         fnmatch: work around GCC compiler warning bug with uninit var
452         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
453         This works around a bug with x86-64 GCC 4.9.2 and earlier
454         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
455         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
456         used uninitialized in this function [-Wmaybe-uninitialized]".
458 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
460         * posix/bug-regex31.c (main): Return RES not 0.
462 2014-11-25  Anton Blanchard <anton@samba.org>
464         * sysdeps/powerpc/bits/atomic.h
465         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
467 2014-11-24  Sterling Augustine  <saugustine@google.com>
469         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
471 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
473         [BZ #17608]
474         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
476 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
478         [BZ #17633]
479         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
480         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
481         variable.
482         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
483         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
485 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
487         * string/strncpy.c (strncpy): Improve performance by using memset.
489 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
491         * string/strcpy.c (strcpy):
492         Improve performance by using strlen and memcpy.
494 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
496         * string/strcoll_l.c (get_next_seq): __always_inline.
497         * string/strcoll_l.c (do_compare): __always_inline.
499 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
501         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
502         defined.
503         * include/mqueue.h: Likewise.
504         * include/stdlib.h: Likewise.
506         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
507         (get_null_defines): Adjust.
508         * sunrpc/Makefile: Adjust comment.
509         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
510         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
511         (CFLAGS-interp.c): Likewise.
512         (CFLAGS-ldconfig.c): Likewise.
513         (CPPFLAGS-.os): Likewise.
514         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
515         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
516         * extra-modules.mk (extra-modules.mk): Likewise.
517         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
518         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
519         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
520         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
521         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
522         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
523         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
524         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
525         * iconvdata/Makefile (CPPFLAGS): Likewise.
526         (cpp-srcs-left): Add libof for all iconvdata routines.
527         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
528         * include/assert.h: Likewise.
529         * include/ctype.h: Likewise.
530         * include/errno.h: Likewise.
531         * include/libc-symbols.h: Likewise.
532         * include/math.h: Likewise.
533         * include/netdb.h: Likewise.
534         * include/resolv.h: Likewise.
535         * include/stdio.h: Likewise.
536         * include/stdlib.h: Likewise.
537         * include/string.h: Likewise.
538         * include/sys/stat.h: Likewise.
539         * include/wctype.h: Likewise.
540         * intl/l10nflist.c: Likewise.
541         * libidn/idn-stub.c: Likewise.
542         * libio/libioP.h: Likewise.
543         * nptl/libc_multiple_threads.c: Likewise.
544         * nptl/pthreadP.h: Likewise.
545         * posix/regex_internal.h: Likewise.
546         * resolv/res_hconf.c: Likewise.
547         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
548         * sysdeps/arm/memmove.S: Likewise.
549         * sysdeps/arm/sysdep.h: Likewise.
550         * sysdeps/generic/_itoa.h: Likewise.
551         * sysdeps/generic/symbol-hacks.h: Likewise.
552         * sysdeps/gnu/errlist.awk: Likewise.
553         * sysdeps/gnu/errlist.c: Likewise.
554         * sysdeps/i386/i586/memcpy.S: Likewise.
555         * sysdeps/i386/i586/memset.S: Likewise.
556         * sysdeps/i386/i686/memcpy.S: Likewise.
557         * sysdeps/i386/i686/memmove.S: Likewise.
558         * sysdeps/i386/i686/mempcpy.S: Likewise.
559         * sysdeps/i386/i686/memset.S: Likewise.
560         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
561         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
562         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
563         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
564         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
565         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
566         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
567         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
568         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
569         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
570         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
571         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
572         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
573         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
574         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
575         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
576         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
577         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
578         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
579         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
580         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
581         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
582         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
583         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
584         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
585         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
586         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
587         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
588         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
589         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
590         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
591         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
592         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
593         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
594         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
595         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
596         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
597         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
598         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
599         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
600         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
601         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
602         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
603         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
604         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
605         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
606         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
607         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
608         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
609         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
610         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
611         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
612         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
613         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
614         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
615         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
616         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
617         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
618         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
619         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
620         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
621         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
622         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
623         * sysdeps/nptl/bits/libc-lock.h: Likewise.
624         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
625         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
626         * sysdeps/posix/closedir.c: Likewise.
627         * sysdeps/posix/opendir.c: Likewise.
628         * sysdeps/posix/readdir.c: Likewise.
629         * sysdeps/posix/rewinddir.c: Likewise.
630         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
631         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
632         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
633         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
634         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
635         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
636         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
637         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
638         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
639         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
640         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
641         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
642         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
643         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
644         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
645         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
646         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
647         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
648         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
649         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
650         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
651         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
652         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
653         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
654         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
655         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
656         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
657         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
658         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
659         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
660         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
661         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
662         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
663         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
664         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
665         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
666         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
667         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
668         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
669         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
670         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
671         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
672         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
673         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
674         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
675         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
676         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
677         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
678         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
679         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
680         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
681         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
682         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
683         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
684         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
685         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
686         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
687         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
688         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
689         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
690         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
691         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
692         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
693         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
694         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
695         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
696         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
697         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
698         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
699         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
700         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
701         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
702         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
703         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
704         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
705         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
706         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
707         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
708         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
709         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
710         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
711         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
712         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
713         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
714         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
715         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
716         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
717         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
718         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
719         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
720         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
721         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
722         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
723         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
724         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
725         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
726         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
727         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
728         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
729         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
730         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
731         * sysdeps/unix/alpha/sysdep.S: Likewise.
732         * sysdeps/unix/alpha/sysdep.h: Likewise.
733         * sysdeps/unix/make-syscalls.sh: Likewise.
734         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
735         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
736         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
737         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
738         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
739         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
740         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
741         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
742         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
743         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
744         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
745         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
746         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
747         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
748         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
749         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
750         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
751         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
752         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
753         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
754         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
755         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
756         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
757         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
758         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
759         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
760         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
761         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
762         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
763         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
764         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
765         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
766         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
767         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
768         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
769         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
770         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
771         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
772         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
773         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
774         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
775         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
776         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
777         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
778         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
779         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
780         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
781         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
782         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
783         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
784         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
785         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
786         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
787         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
788         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
789         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
790         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
791         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
792         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
793         * sysdeps/x86_64/memcpy.S: Likewise.
794         * sysdeps/x86_64/memmove.c: Likewise.
795         * sysdeps/x86_64/memset.S: Likewise.
796         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
797         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
798         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
799         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
800         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
801         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
802         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
803         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
804         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
805         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
806         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
807         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
808         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
809         * sysdeps/x86_64/multiarch/memset.S: Likewise.
810         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
811         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
812         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
813         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
814         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
815         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
816         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
817         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
818         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
819         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
820         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
821         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
822         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
823         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
824         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
825         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
826         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
827         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
828         * sysdeps/x86_64/strcmp.S: Likewise.
830         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
832         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
833         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
834         * elf/rtld-Rules: Likewise.
835         * elf/setup-vdso.h: Likewise.
836         * include/assert.h: Likewise.
837         * include/bits/stdlib-float.h: Likewise.
838         * include/errno.h: Likewise.
839         * include/sys/stat.h: Likewise.
840         * include/unistd.h: Likewise.
841         * sysdeps/aarch64/setjmp.S: Likewise.
842         * sysdeps/alpha/setjmp.S: Likewise.
843         * sysdeps/arm/__longjmp.S: Likewise.
844         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
845         * sysdeps/arm/setjmp.S: Likewise.
846         * sysdeps/arm/sysdep.h: Likewise.
847         * sysdeps/generic/_itoa.h: Likewise.
848         * sysdeps/generic/dl-sysdep.h: Likewise.
849         * sysdeps/generic/ldsodefs.h: Likewise.
850         * sysdeps/i386/dl-tls.h: Likewise.
851         * sysdeps/i386/setjmp.S: Likewise.
852         * sysdeps/m68k/setjmp.c: Likewise.
853         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
854         * sysdeps/mach/hurd/opendir.c: Likewise.
855         * sysdeps/posix/getcwd.c: Likewise.
856         * sysdeps/posix/opendir.c: Likewise.
857         * sysdeps/posix/profil.c: Likewise.
858         * sysdeps/powerpc/dl-procinfo.h: Likewise.
859         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
860         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
861         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
862         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
863         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
864         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
865         * sysdeps/s390/dl-tls.h: Likewise.
866         * sysdeps/s390/s390-32/setjmp.S: Likewise.
867         * sysdeps/s390/s390-64/setjmp.S: Likewise.
868         * sysdeps/sh/sh3/setjmp.S: Likewise.
869         * sysdeps/sh/sh4/setjmp.S: Likewise.
870         * sysdeps/unix/alpha/sysdep.h: Likewise.
871         * sysdeps/unix/arm/sysdep.S: Likewise.
872         * sysdeps/unix/i386/sysdep.S: Likewise.
873         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
874         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
875         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
876         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
877         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
878         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
879         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
880         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
881         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
882         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
883         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
884         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
885         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
886         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
887         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
888         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
889         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
890         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
891         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
892         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
893         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
894         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
895         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
896         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
897         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
898         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
899         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
900         * sysdeps/unix/x86_64/sysdep.S: Likewise.
901         * sysdeps/x86_64/setjmp.S: Likewise.
903         * include/math.h: Use IS_IN instead of IS_IN_libm.
904         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
905         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
906         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
907         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
908         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
909         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
910         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
911         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
912         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
913         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
914         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
915         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
916         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
917         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
918         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
919         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
920         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
921         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
922         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
923         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
924         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
925         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
926         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
927         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
928         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
929         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
930         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
931         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
932         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
933         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
934         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
935         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
936         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
937         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
938         Likewise.
939         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
940         Likewise.
941         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
942         Likewise.
943         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
944         Likewise.
945         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
946         Likewise.
947         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
948         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
949         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
950         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
951         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
952         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
953         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
954         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
955         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
956         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
957         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
958         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
959         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
960         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
961         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
962         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
963         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
964         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
965         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
966         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
967         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
968         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
969         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
970         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
971         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
972         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
973         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
975         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
976         * nptl/pthreadP.h: Likewise.
977         * nptl_db/structs.def: Likewise.
978         * sysdeps/arm/sysdep.h: Likewise.
979         * sysdeps/nptl/bits/libc-lock.h: Likewise.
980         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
981         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
982         * sysdeps/unix/alpha/sysdep.h: Likewise.
983         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
984         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
985         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
986         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
987         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
988         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
989         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
990         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
991         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
992         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
993         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
994         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
995         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
996         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
997         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
998         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
999         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1000         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1001         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1002         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1003         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1004         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1005         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
1006         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1007         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
1008         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1010         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
1011         * nptl/pthreadP.h: Likewise.
1012         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
1013         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
1014         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
1015         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
1016         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
1017         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
1018         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
1019         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
1020         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
1021         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
1022         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
1023         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
1024         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
1025         Likewise.
1026         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
1027         Likewise.
1028         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
1029         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
1030         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
1031         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
1032         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
1033         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
1034         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
1035         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
1037         * dlfcn/dladdr.c: Use IS_IN.
1038         * dlfcn/dladdr1.c: Likewise.
1039         * dlfcn/dlclose.c: Likewise.
1040         * dlfcn/dlerror.c: Likewise.
1041         * dlfcn/dlinfo.c: Likewise.
1042         * dlfcn/dlmopen.c: Likewise.
1043         * dlfcn/dlopen.c: Likewise.
1044         * dlfcn/dlsym.c: Likewise.
1045         * dlfcn/dlvsym.c: Likewise.
1047         * include/ifaddrs.h: Use IS_IN.
1048         * inet/check_pf.c: Likewise.
1049         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1050         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
1052         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
1053         IS_IN_ldconfig.
1054         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
1055         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
1057         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
1058         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
1059         IS_IN (libc).
1061         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
1063         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
1064         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
1065         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
1066         * include/libc-symbols.h (IS_IN_LIB): New macro.
1067         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
1068         * include/netdb.h: Likewise.
1069         * include/stap-probe.h: Remove all uses of IN_LIB.
1071         * Makeconfig (module-cppflags-real): Define MODULE_NAME
1072         instead of IN_MODULE.
1073         * include/libc-symbols.h (IN_MODULE): Define using
1074         MODULE_NAME.
1075         (PASTE_NAME, PASTE_NAME1): New macros.
1076         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
1077         of IN_LIB.
1078         (STAP_PROBE_ASM): Likewise.
1080 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1082         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
1083         __mach_init in dlopened libc.
1085 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
1087         * sysdeps/arm/preconfigure.ac: Delete EABI check.
1088         * sysdeps/arm/preconfigure: Regenerate.
1090 2014-11-21  Roland McGrath  <roland@hack.frob.com>
1092         * nptl/pthread_create.c (__pthread_create_2_1): Set
1093         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
1094         when copying values from IATTR into PD.
1096 2014-11-21  Will Newton  <will.newton@linaro.org>
1097             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
1099         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
1100         Refactor inline-asm.  Also add comment.
1102         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
1103         ElfW macro instead of hardcoded Elf64 types.
1104         (la_aarch64_gnu_pltenter): Likewise.
1105         * sysdeps/aarch64/dl-machine.h
1106         (elf_machine_runtime_setup): Use ElfW(Addr).
1108         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
1109         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
1110         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
1111         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
1112         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
1113         (R_AARCH64_TLS_DTPMOD64): Rename to ..
1114         (R_AARCH64_TLS_DTPMOD): This.
1115         (R_AARCH64_TLS_DTPREL64): Rename to ...
1116         (R_AARCH64_TLS_DTPREL): This.
1117         (R_AARCH64_TLS_TPREL64): Rename to ...
1118         (R_AARCH64_TLS_TPREL): This.
1119         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
1120         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
1121         R_AARCH64_TLS_TPREL64.
1122         (elf_machine_rela): Likewise.
1124 2014-11-21  Torvald Riegel  <triegel@redhat.com>
1126         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
1127         by setting it to 0.  64b atomics are not supported currently.
1129 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1131         [BZ #16469]
1132         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
1133         search domain names.
1135 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1137         [BZ #16469]
1138         * NEWS: Update.
1139         * resolv/res_query.c (__libc_res_nquerydomain): Retain
1140         trailing dot.
1141         * posix/tst-getaddrinfo5.c: New.
1142         * posix/Makefile (tests): Add it.
1144 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1146         [BZ #14498]
1147         * NEWS: Fixed.
1148         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
1149         after parsing line but before break_if_match.
1150         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
1151         if there is a protocol mismatch.
1153 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1155         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
1156         because the potential race is on the user-supplied stream.
1158 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1160         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
1161         string literal if not passed a buffer.
1162         * manual/job.texi (ctermid): Update reasoning, note deviation
1163         from posix, suggest mtasurace when not passed a buffer, for
1164         future non-preliminary safety notes.
1166 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1168         * manual/users.texi (cuserid): Fix MT-Safety note for the case
1169         of not passing it a buffer.
1170         Reported by Peng Haitao.
1172 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1174         * manual/Makefile ($(objpfx)stamp-summary): Require
1175         check-safety.sh to pass.
1176         * manual/check-safety.sh: Wish for verification that every
1177         @deftypefn and @deftypefun is followed by a @safety remark.
1179 2014-11-20  Roland McGrath  <roland@hack.frob.com>
1181         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
1183         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
1184         PTHREAD_CANCEL_ASYNCHRONOUS.
1185         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
1186         send SIGCANCEL.
1188         * nptl/default-sched.h: New file.
1189         * sysdeps/unix/sysv/linux/default-sched.h: New file.
1190         * nptl/pthread_create.c: Include it.
1191         (__pthread_create_2_1): Use collect_default_sched instead of making
1192         Linux syscalls here directly.
1194 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1196         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
1197         __pthread_once): Use C11 atomics.
1199 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1201         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
1203 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1205         * include/atomic.h (__atomic_link_error, __atomic_check_size,
1206         atomic_thread_fence_acquire, atomic_thread_fence_release,
1207         atomic_thread_fence_seq_cst, atomic_load_relaxed,
1208         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
1209         atomic_compare_exchange_weak_relaxed,
1210         atomic_compare_exchange_weak_acquire,
1211         atomic_compare_exchange_weak_release,
1212         atomic_exchange_acquire, atomic_exchange_release,
1213         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
1214         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
1215         atomic_fetch_and_acquire,
1216         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
1218 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1220         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
1221         USE_ATOMIC_COMPILER_BUILTINS): Define.
1222         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
1223         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1224         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
1225         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1226         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
1227         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1228         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
1229         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1230         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
1231         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1232         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
1233         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1234         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
1235         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1236         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
1237         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1238         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1239         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1240         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1241         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1242         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
1243         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1244         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1245         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1246         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
1247         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1248         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1249         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1250         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
1251         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1252         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
1253         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1254         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
1255         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1256         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1257         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1258         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
1259         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1260         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
1261         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1263 2014-11-19  Roland McGrath  <roland@hack.frob.com>
1265         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
1266         the sched_priority value here.  It was already checked when the user
1267         called pthread_attr_setschedparam.
1269         * nptl/tst-bad-schedattr.c: New file.
1270         * nptl/Makefile (tests): Add it.
1272 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
1273             Florian Weimer  <fweimer@redhat.com>
1274             Joseph Myers  <joseph@codesourcery.com>
1275             Adam Conrad  <adconrad@0c3.net>
1276             Andreas Schwab  <schwab@suse.de>
1277             Brooks  <bmoses@google.com>
1279         [BZ #17625]
1280         * wordexp-test.c (__dso_handle): Add prototype.
1281         (__register_atfork): Likewise.
1282         (__app_register_atfork): New function.
1283         (registered_forks): New global.
1284         (register_fork): New function.
1285         (test_case): Add 3 new tests for WRDE_CMDSUB.
1286         (main): Call __app_register_atfork.
1287         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
1288         fork count is non-zero fail the test.
1289         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
1290         is set.
1291         (parse_dollars): Remove check for WRDE_NOCMD.
1292         (parse_dquote): Likewise.
1294 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
1296         * Makeconfig (built-modules): List non-library modules to be
1297         built.
1298         (module-cppflags): Include libc-modules.h for
1299         everything except shlib-versions.v.i.
1300         (CPPFLAGS): Use it.
1301         (before-compile): Add libc-modules.h.
1302         ($(common-objpfx)libc-modules.h,
1303         $(common-objpfx)libc-modules.stmp): New targets.
1304         (common-generated): Add libc-modules.h and libc-modules.stmp.
1305         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
1306         * include/libc-symbols.h: Don't include libc-modules.h.
1307         * include/libc-modules.h: Remove file.
1308         * scripts/gen-libc-modules.awk: New script to generate
1309         libc-modules.h.
1310         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
1311         Depend on libc-modules.stmp.
1313         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
1315         * Makeconfig (in-module): Get value of libof set for the
1316         translation unit.
1317         (CPPFLAGS): Use $(in-module).
1318         * Makerules: Don't suffix routine names for nonlib.
1319         * include/libc-modules.h: New file.
1320         * include/libc-symbols.h: Include libc-modules.h
1321         (IS_IN): New macro to replace IS_IN_* macros.
1322         * elf/Makefile: Set libof-* for each routine.
1323         * elf/rtld-Rules: Likewise.
1324         * extra-modules.mk: Likewise.
1325         * iconv/Makefile: Likewise.
1326         * iconvdata/Makefile: Likewise.
1327         * locale/Makefile: Likewise.
1328         * malloc/Makefile: Likewise.
1329         * nss/Makefile: Likewise.
1330         * sysdeps/gnu/Makefile: Likewise.
1331         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
1332         * sysdeps/unix/sysv/linux/Makefile: Likewise.
1333         * sysdeps/s390/s390-64/Makefile: Likewise.
1334         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
1335         CPPFLAGS for nscd instead of nonlib.
1337 2014-11-18  Roland McGrath  <roland@hack.frob.com>
1339         * nptl/createthread.c: New file.
1341         * nptl/createthread.c: Moved ...
1342         * sysdeps/unix/sysv/linux/createthread.c: ... here.
1344         * nptl/createthread.c: Add proper top-line comment.
1345         (do_clone): Folded into ...
1346         (create_thread): ... here.  Take new arguments STOPPED_START and
1347         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
1348         increment __nptl_threads, do event-reporting logic, do
1349         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
1350         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
1351         resource cleanup if sched_setaffinity or sched_setscheduler fails,
1352         just send SIGCANCEL.
1353         * nptl/pthread_create.c: Forward-declare create_thread before
1354         including createthread.c.
1355         (start_thread): Use new macro START_THREAD_DEFN to replace defining
1356         declaration, and new macro START_THREAD_SELF to replace argument.
1357         Remove return statement.
1358         (report_thread_creation): New function.
1359         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
1360         synchronization logic, and __nptl_nthreads increment here, around
1361         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
1362         PD->parent_cancelhandling here, before create_thread.  When
1363         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
1364         __deallocate_stack, and ENOMEM translation here.
1366 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
1368         [BZ #17616]
1369         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
1370         (mptwo): Rename to __mptwo.
1371         (__inv): Use __mptwo instead of mptwo.
1372         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
1373         (mptwo): Rename to __mptwo.
1374         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
1375         of mpone and __mptwo instead of mptwo.
1376         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
1377         instead of mpone.
1378         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
1379         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
1380         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
1381         of mpone and __mptwo instead of mptwo.
1382         (__mpranred): Use __mpone instead of mpone.
1383         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
1384         variable.
1385         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1386         (test-xfail-ISO99/math.h/linknamespace): Likewise.
1387         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1388         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1389         (test-xfail-ISO11/math.h/linknamespace): Likewise.
1390         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1391         (test-xfail-XPG3/math.h/linknamespace): Likewise.
1392         (test-xfail-XPG4/math.h/linknamespace): Likewise.
1393         (test-xfail-POSIX/math.h/linknamespace): Likewise.
1394         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1395         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1396         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1397         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1398         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1399         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1400         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1401         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1402         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1403         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1405 2014-11-18  Tom de Vries  <tom@codesoucery.com>
1407         * manual/signal.texi (Primitives Interrupted by Signals): In section,
1408         replace BSD Handler xref with BSD Signal Handling.
1410 2014-11-17  Richard Henderson  <rth@redhat.com>
1412         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
1413         (_FP_PACK_RAW_2): Remove.
1414         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
1415         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
1416         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
1417         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
1418         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
1419         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
1420         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
1421         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
1422         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
1423         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
1424         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
1425         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
1426         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
1427         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
1428         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
1429         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
1431 2014-11-14  Roland McGrath  <roland@hack.frob.com>
1433         * signal/signal.h [__USE_MISC]
1434         (struct sigvec): Remove type.
1435         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
1436         (sigvec): Remove declaration.
1437         * sysdeps/posix/sigvec.c: Moved ...
1438         * signal/sigvec.c: ... here, replacing old file.
1439         (struct sigvec): New type, copied from old signal.h definition.
1440         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
1441         (__sigvec): Convert definition to prototype.
1442         (sigvec): Replace weak_alias with compat_symbol.
1443         * signal/Versions (libc: GLIBC_2.21): New version set.
1444         * include/signal.h: Remove __sigvec declaration.
1445         * sysdeps/unix/bsd/sigvec.c: Remove file.
1446         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
1447         * manual/signal.texi (BSD Handler): Remove subsection.
1448         Move siginterrupt up to ...
1449         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
1450         (Blocking in BSD): Fold subsection into its parent.
1451         * NEWS: Mention sigvec removal.
1453 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
1455         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
1456         (DLA_FMS): Make definition conditional only on [__FMA4__].
1457         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
1458         definition.
1460         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
1461         Make definition conditional only on [PROF].
1462         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
1463         definition.
1464         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
1465         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
1467         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
1468         !__GNUC__].
1469         * include/signal.h (__sigpause): Move declaration above call to
1470         libc_hidden_proto.
1471         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
1472         variable.
1473         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
1474         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
1476 2014-11-14  David S. Miller  <davem@davemloft.net>
1478         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
1479         Define before including <string/memcpy.c> and <string/mempcpy.c>.
1481 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
1483         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
1484         * configure: Regenerated.
1485         * manual/install.texi (Tools for Compilation): Document a
1486         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
1487         compiler verified to work.
1488         * INSTALL: Regenerated.
1490         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
1491         redeclare with asm name.
1492         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
1493         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
1494         including <string.h>.
1495         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1496         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
1497         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1498         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
1499         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1500         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
1501         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1503 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
1505         * stdlib/strtol.c (__strtol): Use prototype definition.
1507         [BZ #17594]
1508         * stdlib/strtol.c (SYM__): New macro.
1509         (SYM__1): Likewise.
1510         (__strtol): Likewise.
1511         (strtol): Rename to __strtol and define as weak alias of
1512         __strtol.  Use libc_hidden_weak.
1514 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1516         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
1517         Use numbered labels in inline assembly.
1519 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1521         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
1522         Add setjmp LIBC_PROBE.
1523         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
1524         Likewise.
1525         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
1526         Add longjmp, longjmp_target LIBC_PROBE.
1527         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
1528         Likewise.
1530 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1532         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
1533         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
1534         to get rid of unused variable warning.
1536 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1538         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
1539         Check for unwind_backtrace ==  NULL only in SHARED case.
1540         (__backchain_backtrace): Compile only in SHARED case.
1541         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
1542         Likewise.
1543         (__backchain_backtrace): Declare as static.
1545 2014-11-12  Roland McGrath  <roland@hack.frob.com>
1547         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
1548         (__libc_multiple_threads_ptr): Variable moved ...
1549         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
1551 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
1553         * conform/GlibcConform.pm: New file.
1554         * conform/conformtest.pl: Use GlibcConform module.
1555         * conform/linknamespace.pl: New file.
1556         * conform/list-header-symbols.pl: Likewise.
1557         * conform/Makefile (linknamespace-symlists-base): New variable.
1558         (linknamespace-symlists-tests): Likewise.
1559         (linknamespace-header-base): Likewise.
1560         (linknamespace-header-tests): Likewise.
1561         (tests-special): Add new tests.
1562         ($(linknamespace-symlists-tests)): New rule.
1563         (linknamespace-libs): New variable.
1564         ($(objpfx)symlist-stdlibs): New rule.
1565         ($(linknamespace-header-tests)): Likewise.
1566         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
1567         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
1568         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
1569         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
1570         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
1571         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
1572         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
1573         (test-xfail-ISO/math.h/linknamespace): Likewise.
1574         (test-xfail-ISO/signal.h/linknamespace): Likewise.
1575         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
1576         (test-xfail-ISO/time.h/linknamespace): Likewise.
1577         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1578         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
1579         (test-xfail-ISO99/math.h/linknamespace): Likewise.
1580         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
1581         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1582         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1583         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1584         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
1585         (test-xfail-ISO11/math.h/linknamespace): Likewise.
1586         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
1587         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1588         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1589         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
1590         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
1591         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
1592         (test-xfail-XPG3/math.h/linknamespace): Likewise.
1593         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
1594         (test-xfail-XPG3/search.h/linknamespace): Likewise.
1595         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
1596         (test-xfail-XPG3/time.h/linknamespace): Likewise.
1597         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
1598         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
1599         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
1600         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
1601         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
1602         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
1603         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
1604         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
1605         (test-xfail-XPG4/math.h/linknamespace): Likewise.
1606         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
1607         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
1608         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
1609         (test-xfail-XPG4/search.h/linknamespace): Likewise.
1610         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
1611         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
1612         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
1613         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
1614         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
1615         (test-xfail-XPG4/time.h/linknamespace): Likewise.
1616         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
1617         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
1618         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
1619         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
1620         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
1621         (test-xfail-POSIX/math.h/linknamespace): Likewise.
1622         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
1623         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
1624         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
1625         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
1626         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
1627         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
1628         (test-xfail-POSIX/time.h/linknamespace): Likewise.
1629         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
1630         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
1631         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
1632         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
1633         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
1634         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
1635         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
1636         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
1637         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
1638         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1639         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
1640         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
1641         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
1642         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
1643         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
1644         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
1645         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
1646         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
1647         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
1648         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
1649         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
1650         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
1651         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
1652         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
1653         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
1654         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
1655         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
1656         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
1657         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1658         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
1659         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
1660         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
1661         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
1662         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
1663         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
1664         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1665         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
1666         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
1667         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
1668         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
1669         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
1670         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
1671         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
1672         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
1673         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
1674         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
1675         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
1676         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
1677         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
1678         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
1679         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
1680         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1681         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
1682         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
1683         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
1684         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
1685         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
1686         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1687         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
1688         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
1689         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
1690         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
1691         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1692         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
1693         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
1694         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
1695         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
1696         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
1697         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
1698         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
1699         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
1700         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
1701         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1702         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
1703         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
1704         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
1705         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1706         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
1707         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
1708         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
1709         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
1710         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
1711         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1712         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
1713         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
1714         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
1715         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
1716         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
1717         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
1718         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
1719         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
1720         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
1721         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
1722         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
1723         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
1724         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1725         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
1726         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
1728         [BZ #17589]
1729         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
1730         of fgets_unlocked.
1732         [BZ #17585]
1733         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
1734         (memmem): Rename to __memmem and define as weak alias of
1735         __memmem.  Use libc_hidden_weak.
1736         (__memmem): Use libc_hidden_def.
1737         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
1738         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
1739         memmem.
1741         [BZ #17582]
1742         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
1743         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
1744         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
1745         and define as weak alias of __fgets_unlocked.  Use
1746         libc_hidden_weak.
1747         (__fgets_unlocked): Use libc_hidden_def.
1748         * include/stdio.h (__fgets_unlocked): Declare.  Use
1749         libc_hidden_proto.
1750         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
1751         __fgets_unlocked instead of fgets_unlocked.
1752         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
1753         (GET_NPROCS_CONF_PARSER): Likewise.
1754         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
1755         (GET_NPROCS_CONF_PARSER): Likewise.
1757         [BZ #17574]
1758         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
1759         weak alias of __wmemset.  Use libc_hidden_weak.
1760         (__wmemset): Use libc_hidden_def.
1761         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
1762         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
1763         of wmemset.
1765         [BZ #17573]
1766         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
1767         with asm name __mempcpy.
1768         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
1770         [BZ #17572]
1771         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
1772         and define as weak alias of __rawmemchr.
1773         (__rawmemchr): Do not define as strong alias of rawmemchr.
1775         [BZ #17571]
1776         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
1777         alias of __qsort_r.
1778         (qsort): Call __qsort_r instead of qsort_r.
1779         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
1780         (__qsort_r): Declare.  Call libc_hidden_proto.
1781         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
1782         instead of qsort_r.
1783         * nscd/gai.c (__qsort_r): Define to qsort_r.
1784         * posix/tst-rfc3484.c (__qsort_r): Likewise.
1785         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
1786         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
1788         [BZ #17570]
1789         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
1790         define as weak alias of __malloc_info.
1792         [BZ #17584]
1793         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
1794         as weak alias of __rewinddir.  Don't use libc_hidden_def.
1795         (__rewinddir): Use libc_hidden_def.
1796         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
1797         as weak alias of __rewinddir.  Don't use libc_hidden_def.
1798         (__rewinddir): Use libc_hidden_def.
1799         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
1800         weak alias of __rewinddir.  Don't use libc_hidden_def.
1801         (__rewinddir): Use libc_hidden_def.
1802         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
1803         (__rewinddir): Use libc_hidden_proto.
1804         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
1805         rewinddir.
1806         (__getcwd): Use __rewinddir instead of rewinddir.
1808         [BZ #17583]
1809         * libio/fileno.c (fileno): Rename to __fileno and define as weak
1810         alias of __fileno.  Use libc_hidden_weak.
1811         (__fileno): Use libc_hidden_def.
1812         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
1813         * libio/ftello.c (ftello): Rename to __ftello and define as weak
1814         alias of __ftello.
1815         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
1816         __ftello.
1817         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
1818         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
1819         libc_hidden_def.
1820         (fread_unlocked): Don't use libc_hidden_ver.
1821         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
1822         and define as weak alias of __fread_unlocked.  Don't use
1823         libc_hidden_def.
1824         (__fread_unlocked): Use libc_hidden_def.
1825         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
1826         (ftello): Don't use libc_hidden_proto.
1827         (__ftello): Declare.  Use libc_hidden_proto.
1828         (fread_unlocked): Don't use libc_hidden_proto.
1829         (__fread_unlocked): Declare.  Use libc_hidden_proto.
1830         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
1831         and __ftello instead of fileno, fread_unlocked and ftello.
1833 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
1835         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
1836         GOT12.
1837         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
1838         Likewise.
1839         (_dl_start_user): Likewise.
1840         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
1842 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
1843             Siddhesh Poyarekar  <siddhesh@redhat.com>
1845         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
1846         Move argv and envp down instead of moving argc up.
1847         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
1849 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
1851         [BZ #17506]
1852         * test-skeleton.c (main): Return successful if one of
1853         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
1854         * string/tst-strcoll-overflow.c: Define expected status.
1856 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
1858         [BZ #17475]
1859         * locale/iso-639.def: Define Bhili and Tulu language codes.
1861 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
1863         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
1865 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
1867         [BZ #17555]
1868         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
1870 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
1872         * configure.ac: Updated check of minimal required version to
1873         2.22.
1874         * manual/install.texi (Tools for Compilation): Updated version
1875         number.
1876         * configure: Regenerated.
1877         * INSTALL: Likewise.
1879 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
1881         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
1882         __tls_get_addr.
1884 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
1886         * include/sys/wait.h (__libc_waitpid): Remove declaration.
1887         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
1888         (__waitpid): Don't define as alias.  Use libc_hidden_def not
1889         libc_hidden_weak.
1890         (waitpid): Define as alias of __waitpid.
1891         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
1892         __waitpid.
1893         (__waitpid): Don't define as alias.  Use libc_hidden_def not
1894         libc_hidden_weak.
1895         (waitpid): Define as alias of __waitpid.
1896         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
1897         __libc_waitpid alias.
1898         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
1899         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
1900         Likewise.
1901         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
1902         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
1903         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
1904         alias.
1905         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
1906         __waitpid.
1907         (__waitpid): Don't define as alias.  Use libc_hidden_def not
1908         libc_hidden_weak.
1909         (waitpid): Define as alias of __waitpid.
1911 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
1913         * manual/llio.texi: Add comment that write safety has been
1914         fixed in Linux.
1916         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
1917         (localplt-build-dso): Add elf/ld.so.
1918         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
1919         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
1920         and free for ld.so.
1921         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
1922         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
1923         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
1924         Likewise.
1925         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
1926         Likewise.
1927         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
1928         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
1929         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
1930         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
1931         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
1932         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
1933         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
1934         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
1935         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
1936         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
1937         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
1939 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
1941         [BZ #14132]
1942         * include/libc-symbols.h (INTUSE): Remove macro.
1943         (INTDEF): Likewise.
1944         (INTVARDEF): Likewise.
1945         (_INTVARDEF): Likewise.
1946         (INTDEF2): Likewise.
1947         (INTVARDEF2): Likewise.
1948         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
1949         rtld_hidden_def instead of INTVARDEF.
1950         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
1951         (_dl_starting_up_internal): Remove declaration.
1952         (_dl_starting_up): Use rtld_hidden_proto.
1953         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
1954         declaration.
1955         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
1956         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
1957         _dl_starting_up.
1958         * elf/dl-writev.h (_dl_writev): Likewise.
1959         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
1960         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
1961         _dl_starting_up_internal.
1963 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1965         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
1966         test-skeleton.c.
1968 2014-11-05  Will Newton  <will.newton@linaro.org>
1970         * benchtests/Makefile: (bench-malloc): Add malloc thread
1971         scalability benchmark.
1972         * benchtests/bench-malloc-threads.c: New file.
1974 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
1976         * sysdeps/aarch64/strchrnul.S: New file.
1978 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1980         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
1981         definition.
1982         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
1983         Likwise.
1984         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
1985         Likewise.
1986         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
1987         Likewise.
1988         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
1989         Likewise.
1990         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
1991         Likewise.
1993 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
1995         * catgets/test-gencat.c: Use test-skeleton.c.
1996         * catgets/tst-catgets.c: Likewise.
1997         * csu/tst-empty.c: Likewise.
1998         * elf/tst-audit2.c: Likewise.
1999         * elf/tst-global1.c: Likewise.
2000         * elf/tst-pathopt.c: Likewise.
2001         * elf/tst-piemod1.c: Likewise.
2002         * elf/tst-tls10.c: Likewise.
2003         * elf/tst-tls11.c: Likewise.
2004         * elf/tst-tls12.c: Likewise.
2005         * gnulib/tst-gcc.c: Likewise.
2006         * iconvdata/tst-e2big.c: Likewise.
2007         * iconvdata/tst-loading.c: Likewise.
2008         * iconv/tst-iconv1.c: Likewise.
2009         * iconv/tst-iconv2.c: Likewise.
2010         * inet/test-inet6_opt.c: Likewise.
2011         * inet/tst-gethnm.c: Likewise.
2012         * inet/tst-network.c: Likewise.
2013         * inet/tst-ntoa.c: Likewise.
2014         * intl/tst-codeset.c: Likewise.
2015         * intl/tst-gettext2.c: Likewise.
2016         * intl/tst-gettext3.c: Likewise.
2017         * intl/tst-ngettext.c: Likewise.
2018         * intl/tst-translit.c: Likewise.
2019         * io/test-stat.c: Likewise.
2020         * libio/test-fmemopen.c: Likewise.
2021         * libio/tst-freopen.c: Likewise.
2022         * libio/tst-sscanf.c: Likewise.
2023         * libio/tst-ungetwc1.c: Likewise.
2024         * libio/tst-ungetwc2.c: Likewise.
2025         * libio/tst-widetext.c: Likewise.
2026         * localedata/tst-ctype.c: Likewise.
2027         * localedata/tst-digits.c: Likewise.
2028         * localedata/tst-leaks.c: Likewise.
2029         * localedata/tst-mbswcs1.c: Likewise.
2030         * localedata/tst-mbswcs2.c: Likewise.
2031         * localedata/tst-mbswcs3.c: Likewise.
2032         * localedata/tst-mbswcs4.c: Likewise.
2033         * localedata/tst-mbswcs5.c: Likewise.
2034         * localedata/tst-setlocale.c: Likewise.
2035         * localedata/tst-trans.c: Likewise.
2036         * localedata/tst-wctype.c: Likewise.
2037         * localedata/tst-xlocale1.c: Likewise.
2038         * login/tst-grantpt.c: Likewise.
2039         * malloc/tst-calloc.c: Likewise.
2040         * malloc/tst-malloc.c: Likewise.
2041         * malloc/tst-mallocstate.c: Likewise.
2042         * malloc/tst-mcheck.c: Likewise.
2043         * malloc/tst-mtrace.c: Likewise.
2044         * malloc/tst-obstack.c: Likewise.
2045         * math/atest-exp2.c: Likewise.
2046         * math/atest-exp.c: Likewise.
2047         * math/atest-sincos.c: Likewise.
2048         * math/test-matherr.c: Likewise.
2049         * math/test-misc.c: Likewise.
2050         * math/test-powl.c: Likewise.
2051         * math/tst-definitions.c: Likewise.
2052         * misc/tst-dirname.c: Likewise.
2053         * misc/tst-efgcvt.c: Likewise.
2054         * misc/tst-fdset.c: Likewise.
2055         * misc/tst-hsearch.c: Likewise.
2056         * misc/tst-mntent2.c: Likewise.
2057         * nptl/tst-sem7.c: Likewise.
2058         * nptl/tst-sem8.c: Likewise.
2059         * nptl/tst-sem9.c: Likewise.
2060         * nss/test-netdb.c: Likewise.
2061         * posix/tst-fnmatch.c: Likewise.
2062         * posix/tst-getlogin.c: Likewise.
2063         * posix/tst-gnuglob.c: Likewise.
2064         * posix/tst-mmap.c: Likewise.
2065         * pwd/tst-getpw.c: Likewise.
2066         * resolv/tst-inet_ntop.c: Likewise.
2067         * rt/tst-timer.c: Likewise.
2068         * stdio-common/test-fseek.c: Likewise.
2069         * stdio-common/test-popen.c: Likewise.
2070         * stdio-common/test-vfprintf.c: Likewise.
2071         * stdio-common/tst-cookie.c: Likewise.
2072         * stdio-common/tst-fileno.c: Likewise.
2073         * stdio-common/tst-gets.c: Likewise.
2074         * stdio-common/tst-obprintf.c: Likewise.
2075         * stdio-common/tst-perror.c: Likewise.
2076         * stdio-common/tst-sprintf2.c: Likewise.
2077         * stdio-common/tst-sprintf3.c: Likewise.
2078         * stdio-common/tst-sprintf.c: Likewise.
2079         * stdio-common/tst-swprintf.c: Likewise.
2080         * stdio-common/tst-tmpnam.c: Likewise.
2081         * stdio-common/tst-unbputc.c: Likewise.
2082         * stdio-common/tst-wc-printf.c: Likewise.
2083         * stdlib/tst-environ.c: Likewise.
2084         * stdlib/tst-fmtmsg.c: Likewise.
2085         * stdlib/tst-limits.c: Likewise.
2086         * stdlib/tst-rand48-2.c: Likewise.
2087         * stdlib/tst-rand48.c: Likewise.
2088         * stdlib/tst-random2.c: Likewise.
2089         * stdlib/tst-random.c: Likewise.
2090         * stdlib/tst-strtol.c: Likewise.
2091         * stdlib/tst-strtoll.c: Likewise.
2092         * stdlib/tst-tls-atexit.c: Likewise.
2093         * stdlib/tst-xpg-basename.c: Likewise.
2094         * string/test-ffs.c: Likewise.
2095         * string/tst-bswap.c: Likewise.
2096         * string/tst-inlcall.c: Likewise.
2097         * string/tst-strtok.c: Likewise.
2098         * string/tst-strxfrm.c: Likewise.
2099         * sysdeps/x86_64/tst-audit10.c: Likewise.
2100         * sysdeps/x86_64/tst-audit3.c: Likewise.
2101         * sysdeps/x86_64/tst-audit4.c: Likewise.
2102         * sysdeps/x86_64/tst-audit5.c: Likewise.
2103         * time/tst-ftime_l.c: Likewise.
2104         * time/tst-getdate.c: Likewise.
2105         * time/tst-mktime3.c: Likewise.
2106         * time/tst-mktime.c: Likewise.
2107         * time/tst-posixtz.c: Likewise.
2108         * time/tst-strptime2.c: Likewise.
2109         * time/tst-strptime3.c: Likewise.
2110         * wcsmbs/tst-btowc.c: Likewise.
2111         * wcsmbs/tst-mbrtowc.c: Likewise.
2112         * wcsmbs/tst-mbsrtowcs.c: Likewise.
2113         * wcsmbs/tst-wchar-h.c: Likewise.
2114         * wcsmbs/tst-wcpncpy.c: Likewise.
2115         * wcsmbs/tst-wcrtomb.c: Likewise.
2116         * wcsmbs/tst-wcsnlen.c: Likewise.
2117         * wcsmbs/tst-wcstof.c: Likewise.
2119 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
2121         [BZ #14132]
2122         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
2123         INTDEF.
2124         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
2125         declaration.
2126         (_dl_mcount): Use rtld_hidden_proto.
2127         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
2128         _dl_mcount.
2129         * elf/rtld.c (_rtld_global_ro): Likewise.
2131         [BZ #14132]
2132         * elf/dl-init.c (_dl_init): Don't use INTDEF.
2133         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
2134         of _dl_init_internal.
2135         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
2136         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
2137         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2138         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2139         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2140         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2141         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2142         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
2143         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
2144         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
2145         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
2146         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
2147         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
2148         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
2149         * sysdeps/tile/dl-start.S (_start): Likewise.
2150         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
2151         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
2153         [BZ #14132]
2154         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
2155         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
2156         (rtld_progname): Make macro definition unconditional.
2157         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
2158         INTDEF.
2159         (dlmopen_doit): Do not use INTUSE with _dl_argv.
2160         (dl_main): Likewise.
2161         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
2162         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
2163         instead of _dl_argv_internal.
2164         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
2165         __GI__dl_argv instead of INTUSE(_dl_argv).
2166         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
2167         __GI__dl_argv instead of _dl_argv_internal.
2169         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
2170         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
2171         macro.
2172         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
2173         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
2174         New macro.
2175         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
2176         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
2177         macro.
2178         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
2179         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
2181 2014-11-04  Andreas Schwab  <schwab@suse.de>
2183         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
2185 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2187         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
2188         mtvsrd instruction in binary form.
2190 2014-11-03  Andreas Schwab  <schwab@suse.de>
2192         [BZ #17522]
2193         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
2194         for less than MB_LEN_MAX use a local buffer of that size.
2195         * libio/tst-fputws.c: New file.
2196         * libio/Makefile (tests): Add tst-fputws.
2198 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
2200         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
2201         the size of the fpu_fr.fpu_dregs[] array.
2203 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
2205         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
2206         (__nanosleep): Do not define as alias.
2207         (nanosleep): Define as alias of __nanosleep.
2208         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
2209         __libc_nanosleep name.
2211 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2213         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
2214         install.texi in comment.
2216 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2218         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
2219         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
2220         ... add here and use lwsync or sync ...
2221         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
2222         ... and add here using lwsync.
2224 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2226         * elf/dl-machine-reject-phdr.h: New file.
2227         * elf/dl-load.c: #include that.
2228         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
2229         if that returned true.
2231 2014-10-31  Roland McGrath  <roland@hack.frob.com>
2233         [BZ #17496]
2234         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
2235         gen-as-const-headers chunk.  Add a big scare comment after the last
2236         safe place to touch before-compile.
2238 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2240         * manual/install.texi (Tools for Compilation): Update autoconf
2241         version requirements.
2242         * INSTALL: Regenerated.
2244         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
2245         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
2246         (__libc_pselect): Likewise.
2248         [BZ #14138]
2249         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
2250         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2251         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2252         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2254 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2256         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
2257         correct barrier instruction.
2258         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
2259         Likewise.
2260         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
2261         Likewise.
2263 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2265         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
2266         after defining inlines.  Instead, just use parens to defeat macro
2267         expansion of __isctype in its declaration.
2269 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2271         * include/sys/uio.h (__libc_readv): Remove declaration.
2272         (__libc_writev): Likewise.
2273         * misc/readv.c (__libc_readv): Rename to __readv.
2274         (__readv): Do not define as alias.
2275         (readv): Define as alias of __readv.
2276         * misc/writev.c (__libc_writev): Rename to __writev.
2277         (__writev): Do not define as alias.
2278         (writev): Define as alias of __writev.
2279         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
2280         (__readv): Do not define as alias.
2281         (readv): Define unconditionally as alias of __readv.
2282         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
2283         (__writev): Do not define as alias.
2284         (writev): Define unconditionally as alias of __writev.
2285         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
2286         name.
2287         (writev): Do not define __libc_writev name.
2289 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2291         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
2292         (convert_charseq): New function, broken out of ...
2293         (use_from_charmap): ... here.  Call it.
2294         (use_to_charmap): Use convert_charseq and free instead of duplicating
2295         its code with a variable-length stack struct.
2297 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2299         * include/fcntl.h (__libc_creat): Remove declaration.
2300         * io/creat.c (__libc_creat): Rename to creat.
2301         (creat): Do not define as alias.
2302         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
2303         of creat instead of __libc_creat.
2304         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
2305         to creat.
2306         (creat): Do not define as alias.
2307         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
2308         __libc_creat.
2309         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
2310         __libc_creat name.
2311         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
2312         Likewise.
2314 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
2316         * manual/llio.texi: Add comments discussing why write() may be
2317         considered MT-unsafe on Linux.
2319 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
2321         * dl-load.c (local_strdup): Remove.
2322         (expand_dynamic_string_token): Use __strdup.
2323         (decompose_rpath): Likewise.
2324         (_dl_map_object): Likewise.
2326 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
2328         [BZ #14132]
2329         * sysdeps/generic/unwind-dw2-fde.c
2330         (__register_frame_info_bases_internal): Do not declare.
2331         (__register_frame_info_table_bases_internal): Likewise.
2332         (__deregister_frame_info_bases_internal): Likewise.
2333         (__register_frame_info_bases): Declare and use hidden_proto before
2334         definition.  Use hidden_def instead of INTDEF.
2335         (__register_frame_info_table_bases): Likewise.
2336         (__deregister_frame_info_bases): Likewise.
2337         (__register_frame_info): Do not use INTUSE.
2338         (__register_frame): Likewise.
2339         (__register_frame_info_table): Likewise.
2340         (__register_frame_table): Likewise.
2341         (__deregister_frame_info): Likewise.
2342         (__deregister_frame): Likewise.
2344 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
2346         * sysdeps/unix/sysv/linux/arm/kernel-features.h
2347         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
2348         not undefine.
2349         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
2350         Likewise.
2351         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
2352         Likewise.
2354 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
2356         [BZ #14138]
2357         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
2358         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
2359         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
2360         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
2361         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
2362         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
2363         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
2364         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
2365         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
2366         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
2367         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
2368         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
2369         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
2370         syscall.
2371         (setfsuid): Likewise.
2372         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
2373         (setfsuid): Likewise.
2374         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
2375         (setfsuid): Likewise.
2376         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
2377         Likewise.
2378         (setfsuid): Likewise.
2379         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
2380         (setfsuid): Likewise.
2381         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
2382         Likewise.
2383         (setfsuid): Likewise.
2385 2014-10-27  Andreas Schwab  <schwab@suse.de>
2387         [BZ #17501]
2388         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
2389         check for Slow_SSE4_2 feature bit.
2390         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
2391         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
2392         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
2393         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
2395 2014-10-24  Roland McGrath  <roland@hack.frob.com>
2397         * configure.ac: Validate compiler version with a empirical test of
2398         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
2399         $CC -v output.
2400         * configure: Regenerated.
2402         * inet/htons.c (htons): Prototypify.
2403         * inet/htonl.c (htonl): Likewise.
2405 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2407         * string/strncat.c (strncat): Improve performance by using strlen.
2409 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2411         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
2413 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2415         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
2416         Call libc_fetestexcept_aarch64.
2418 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2420         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
2421         Call libc_feholdexcept_aarch64.
2423 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2425         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
2426         Call get_rounding_mode.
2428 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2430         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
2431         Simplify logic.
2433 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2435         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
2436         Simplify logic.
2438 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
2440         [BZ #14138]
2441         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
2442         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
2443         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
2444         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
2445         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
2446         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
2447         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
2448         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
2449         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
2450         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
2451         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
2452         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
2453         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
2454         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
2455         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
2456         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
2457         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
2458         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
2459         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
2460         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
2461         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
2462         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
2463         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
2464         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
2465         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
2466         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
2467         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
2468         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
2469         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
2470         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
2471         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
2472         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
2473         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
2474         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
2475         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
2476         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
2477         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
2478         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
2479         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
2480         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
2481         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
2482         syscall.
2483         (geteuid): Likewise.
2484         (getgid): Likewise.
2485         (getuid): Likewise.
2486         (getresgid): Likewise.
2487         (getresuid): Likewise.
2488         (getgroups): Likewise.
2489         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
2490         (geteuid): Likewise.
2491         (getgid): Likewise.
2492         (getuid): Likewise.
2493         (getresgid): Likewise.
2494         (getresuid): Likewise.
2495         (getgroups): Likewise.
2496         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
2497         (geteuid): Likewise.
2498         (getgid): Likewise.
2499         (getuid): Likewise.
2500         (getresgid): Likewise.
2501         (getresuid): Likewise.
2502         (getgroups): Likewise.
2503         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
2504         Likewise.
2505         (geteuid): Likewise.
2506         (getgid): Likewise.
2507         (getuid): Likewise.
2508         (getresgid): Likewise.
2509         (getresuid): Likewise.
2510         (getgroups): Likewise.
2511         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
2512         (geteuid): Likewise.
2513         (getgid): Likewise.
2514         (getuid): Likewise.
2515         (getresgid): Likewise.
2516         (getresuid): Likewise.
2517         (getgroups): Likewise.
2518         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
2519         Likewise.
2520         (geteuid): Likewise.
2521         (getgid): Likewise.
2522         (getuid): Likewise.
2523         (getgroups): Likewise.
2525         [BZ #14138]
2526         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
2527         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
2528         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
2529         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
2530         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
2531         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
2532         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
2533         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
2534         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
2535         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
2536         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
2537         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
2538         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
2539         __chown.
2540         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
2541         (lchown): Likewise.
2542         (fchown): Likewise.
2543         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
2544         Likewise.
2545         (lchown): Likewise.
2546         (fchown): Likewise.
2547         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
2548         (lchown): Likewise.
2549         (fchown): Likewise.
2550         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
2551         Likewise.
2552         (lchown): Likewise.
2553         (fchown): Likewise.
2555 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2557         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
2558         Simplify logic.
2560 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2562         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
2563         Cleanup logic.
2565 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2567         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
2568         Remove unused include.
2570 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2572         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
2573         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
2574         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
2575         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
2577 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
2578             Helge Deller <deller@gmx.de>
2580         [BZ #17508]
2581         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
2582         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
2583         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
2585 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
2587         [BZ #14132]
2588         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
2589         Remove macro definition.
2590         (__ashrdi3_v_glibc20): Likewise.
2591         (__lshrdi3_v_glibc20): Likewise.
2592         (__cmpdi2_v_glibc20): Likewise.
2593         (__ucmpdi2_v_glibc20): Likewise.
2594         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
2595         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
2596         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
2597         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
2598         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
2599         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
2601 2014-10-22  Roland McGrath  <roland@hack.frob.com>
2603         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
2604         old GNU extension [0] syntax.
2605         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
2606         alloca rather than an array member with variable length.
2607         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
2608         * nscd/nscd.c (invalidate_db): New function, broken out of ...
2609         (parse_opt): ... here.  Likewise use alloca there.
2610         Validate the -i argument before checking for rootness.
2611         (send_shutdown): New function, broken out of ...
2612         (parse_opt): ... here.
2614 2014-10-22  Roland McGrath  <roland@hack.frob.com>
2616         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
2617         macro to get at the _rt_local_ro field.
2618         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
2619         ([PIC] case) or _dl_hwcap ([!PIC] case).
2620         * sysdeps/arm/setjmp.S: Likewise.
2622         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
2623         * sysdeps/arm/configure.ac: New check to define it.
2624         * sysdeps/arm/configure: Regenerated.
2625         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
2626         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
2627         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
2628         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
2629         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
2630         Use move/movt pair instead of a load.
2631         (LDST_GLOBAL): Macro removed.
2632         (LDR_GLOBAL): New macro replaces it.
2633         (LDR_HIDDEN): New macro.
2634         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
2635         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
2637         * setjmp/tst-setjmp-static.c: New file.
2638         * setjmp/Makefile (tests): Add it.
2639         (tests-static): New variable.
2641 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
2643         [BZ #17485]
2644         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
2646 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
2648         [BZ #14132]
2649         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
2651 2014-10-21  Roland McGrath  <roland@hack.frob.com>
2653         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
2655 2014-10-20  Roland McGrath  <roland@hack.frob.com>
2657         * io/fts.c (dirent_not_directory): New function.
2658         (fts_build): Call it.
2660 2014-10-20  Roland McGrath  <roland@hack.frob.com>
2662         * nptl/version.c (__nptl_main): Use normal __write rather than
2663         INTERNAL_SYSCALL.
2664         (banner): Update copyright years.
2666         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
2667         gettimeofday.
2668         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
2669         * nptl/pthread_cond_timedwait.c: Likewise.
2670         * nptl/pthread_mutex_timedlock.c: Likewise.
2671         * nptl/sem_timedwait.c: Likewise.
2673         * sysdeps/nptl/bits/libc-lock.h
2674         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
2675         (__libc_lock_init_recursive): Return void, not 0.
2676         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
2677         (__libc_rwlock_init): Likewise.
2678         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
2680 2014-10-20  Torvald Riegel  <triegel@redhat.com>
2682         [BZ #15215]
2683         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
2684         (__pthread_once_slow): ... here.
2685         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
2686         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
2688 2014-10-20  Torvald Riegel  <triegel@redhat.com>
2690         [BZ #15215]
2691         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
2692         __PTHREAD_ONCE_FORK_GEN_INCR): New.
2693         * sysdeps/nptl/fork.c (__libc_fork): Use them.
2694         * nptl/pthread_once.c (__pthread_once): Likewise.
2695         Update comments.
2697 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
2699         [BZ #14138]
2700         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
2701         name.
2702         (writev): Use __libc_writev as strong name.
2703         * sysdeps/unix/sysv/linux/readv.c: Remove file.
2704         * sysdeps/unix/sysv/linux/writev.c: Likewise.
2706 2014-10-17  Roland McGrath  <roland@hack.frob.com>
2708         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
2710         * sysdeps/i386/nptl/tls.h
2711         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
2712         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
2713         New macros.
2714         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
2715         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
2716         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
2717         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
2718         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
2719         Call CHECK_THREAD_SYSINFO instead of doing an assert.
2721         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
2722         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
2723         on [__NR_futex].
2724         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
2725         broken out of ...
2726         (__pthread_mutex_init): ... here.  Call it.
2727         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
2728         Conditionalize PI cases on [__NR_futex].
2729         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
2730         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
2731         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
2733         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
2734         conditional on [SIGSETXID].
2735         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
2736         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
2737         is defined.  Likewise for SIGSETXID.
2738         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
2739         Conditionalize definitions on [SIGSETXID].
2740         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
2741         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
2742         unblocking on [SIGCANCEL].
2744         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
2745         [__NR_set_robust_list].
2747 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
2749         * string/strcoll_l.c (get_next_seq): Fix up formatting.
2750         (do_compare): Likewise.
2752 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
2754         [BZ #15884]
2755         * string/strcoll_l.c: Don't include stdio.h.
2756         (coll_seq): Remove members idxarr and rulearr.
2757         (get_next_seq_cached): Remove function.
2758         (get_next_seq): Likewise.
2759         (get_next_seq_nocache): Rename to get_next_seq.
2760         (do_compare): Remove function.
2761         (do_compare_nocache): Rename to do_compare.
2762         (STRCOLL): Remove weight and rules cache.
2764 2014-10-16  Roland McGrath  <roland@hack.frob.com>
2766         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
2767         * sysdeps/arm/sfp-machine.h: ... to here.
2768         * sysdeps/arm/Implies: Remove arm/soft-fp.
2770 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
2772         * conform/data/sys/utsname.h-data (*_t): Allow.
2773         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
2774         [POSIX] (WEXITED): Do not expect constant.
2775         [POSIX] (WSTOPPED): Likewise.
2776         [POSIX] (WNOHANG): Likewise.
2777         [POSIX] (WNOWAIT): Likewise.
2778         [POSIX] (siginfo_t): Do not expect type or elements.
2779         [POSIX] (pid_t): Do not expect type.
2780         [POSIX] (signal.h): Do not allow header.
2781         [POSIX] (sys/resource.h): Likewise.
2782         [POSIX] (si_*): Do not allow pattern.
2783         [POSIX] (W*): Likewise.
2784         [POSIX] (P_*): Likewise.
2785         [POSIX] (BUS_*): Likewise.
2786         [POSIX] (CLD_*): Likewise.
2787         [POSIX] (FPE_*): Likewise.
2788         [POSIX] (ILL_*): Likewise.
2789         [POSIX] (POLL_*): Likewise.
2790         [POSIX] (SEGV_*): Likewise.
2791         [POSIX] (SI_*): Likewise.
2792         [POSIX] (TRAP_*): Likewise.
2793         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
2794         variable.
2796 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
2798         [BZ #12926]
2799         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
2800         infinite loop when __recvmsg returns 0.
2802 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
2804         * CANCEL-FCT-WAIVE: Remove file.
2805         * CANCEL-FILE-WAIVE: Likewise.
2807         [BZ #14132]
2808         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
2809         instead of INTVARDEF.
2810         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
2811         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
2812         rtld_hidden_data_def instead of INTVARDEF.
2813         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
2814         * elf/dl-deps.c (expand_dst): Likewise.
2815         * elf/dl-load.c (_dl_dst_count): Likewise.
2816         (_dl_dst_substitute): Likewise.
2817         (decompose_rpath): Likewise.
2818         (_dl_init_paths): Likewise.
2819         (open_path): Likewise.
2820         (_dl_map_object): Likewise.
2821         * elf/rtld.c (dl_main): Likewise.
2822         (process_dl_audit): Likewise.
2823         (process_envvars): Likewise.
2824         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
2825         Remove declaration.
2826         (__libc_enable_secure): Use rtld_hidden_proto.
2828 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
2830         * elf/dl-load.c
2831         (add_path): New function broken out of _dl_rtld_di_serinfo.
2832         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
2834 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
2836         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
2837         parentheses around macro arguments.
2838         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
2839         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
2840         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
2841         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
2842         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
2843         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
2844         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
2845         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
2846         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
2847         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
2848         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
2849         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
2850         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
2851         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
2852         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
2853         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
2854         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
2855         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
2856         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
2857         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
2858         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
2859         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
2860         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
2861         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
2862         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
2863         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
2864         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
2865         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
2866         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
2867         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
2868         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
2869         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
2870         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
2871         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
2872         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
2873         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
2874         Likewise.
2875         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
2876         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
2877         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
2878         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
2879         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
2880         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
2881         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
2882         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
2883         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
2884         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
2885         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
2886         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
2887         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
2888         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
2889         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
2890         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
2891         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
2892         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
2893         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
2894         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
2895         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
2896         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
2897         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
2898         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
2899         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
2900         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
2901         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
2902         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
2903         (_FP_FRAC_SRS_1): Likewise.
2904         (_FP_FRAC_CLZ_1): Likewise.
2905         (_FP_MUL_MEAT_1_imm): Likewise.
2906         (_FP_MUL_MEAT_1_wide): Likewise.
2907         (_FP_MUL_MEAT_1_hard): Likewise.
2908         (_FP_SQRT_MEAT_1): Likewise.
2909         (_FP_FRAC_ASSEMBLE_1): Likewise.
2910         (_FP_FRAC_DISASSEMBLE_1): Likewise.
2911         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
2912         (__FP_CLZ_2): Likewise.
2913         (_FP_MUL_MEAT_2_wide): Likewise.
2914         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
2915         (_FP_MUL_MEAT_2_gmp): Likewise.
2916         (_FP_MUL_MEAT_2_120_240_double): Likewise.
2917         (_FP_SQRT_MEAT_2): Likewise.
2918         (_FP_FRAC_ASSEMBLE_2): Likewise.
2919         (_FP_FRAC_DISASSEMBLE_2): Likewise.
2920         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
2921         (_FP_FRAC_CLZ_4): Likewise.
2922         (_FP_MUL_MEAT_4_wide): Likewise.
2923         (_FP_MUL_MEAT_4_gmp): Likewise.
2924         (_FP_SQRT_MEAT_4): Likewise.
2925         (_FP_FRAC_ASSEMBLE_4): Likewise.
2926         (_FP_FRAC_DISASSEMBLE_4): Likewise.
2927         * soft-fp/op-common.h (_FP_CMP): Likewise.
2928         (_FP_CMP_EQ): Likewise.
2929         (_FP_CMP_UNORD): Likewise.
2930         (_FP_TO_INT): Likewise.
2931         (_FP_FROM_INT): Likewise.
2932         [!__FP_CLZ] (__FP_CLZ): Likewise.
2933         (_FP_DIV_HELP_imm): Likewise.
2934         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
2935         Likewise.
2936         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
2937         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
2938         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
2939         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
2940         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
2941         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
2942         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
2943         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
2944         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
2945         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
2946         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
2947         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
2948         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
2949         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
2950         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
2951         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
2952         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
2953         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
2954         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
2955         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
2956         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
2957         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
2958         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
2959         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
2960         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
2961         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
2962         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
2963         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
2964         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
2965         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
2966         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
2967         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
2968         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
2969         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
2970         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
2971         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
2972         (FP_UNPACK_RAW_SP): Likewise.
2973         (FP_PACK_RAW_S): Likewise.
2974         (FP_PACK_RAW_SP): Likewise.
2975         (FP_UNPACK_S): Likewise.
2976         (FP_UNPACK_SP): Likewise.
2977         (FP_UNPACK_SEMIRAW_S): Likewise.
2978         (FP_UNPACK_SEMIRAW_SP): Likewise.
2979         (FP_PACK_S): Likewise.
2980         (FP_PACK_SP): Likewise.
2981         (FP_PACK_SEMIRAW_S): Likewise.
2982         (FP_PACK_SEMIRAW_SP): Likewise.
2983         (_FP_SQRT_MEAT_S): Likewise.
2984         (FP_CMP_S): Likewise.
2985         (FP_CMP_EQ_S): Likewise.
2986         (FP_CMP_UNORD_S): Likewise.
2987         (FP_TO_INT_S): Likewise.
2988         (FP_FROM_INT_S): Likewise.
2990         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
2992         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
2993         (FP_EX_INVALID_IMZ): Likewise.
2994         (FP_EX_INVALID_IMZ_FMA): Likewise.
2995         (FP_EX_INVALID_ISI): Likewise.
2996         (FP_EX_INVALID_ZDZ): Likewise.
2997         (FP_EX_INVALID_IDI): Likewise.
2998         (FP_EX_INVALID_SQRT): Likewise.
2999         (FP_EX_INVALID_CVI): Likewise.
3000         (FP_EX_INVALID_VC): Likewise.
3001         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
3002         "invalid" exceptions.
3003         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
3004         (_FP_ADD_INTERNAL): Likewise.
3005         (_FP_MUL): Likewise.
3006         (_FP_FMA): Likewise.
3007         (_FP_DIV): Likewise.
3008         (_FP_CMP_CHECK_NAN): Likewise.
3009         (_FP_SQRT): Likewise.
3010         (_FP_TO_INT): Likewise.
3011         (FP_EXTEND): Likewise.
3013 2014-10-09  Allan McRae  <allan@archlinux.org>
3015         * po/fr.po: Update French translation from translation project.
3017 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
3019         [BZ #14132]
3020         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
3021         of INTDEF.
3022         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
3023         (__cxa_atexit): Use libc_hidden_proto.
3024         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
3026         [BZ #14132]
3027         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
3028         declaration.
3029         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
3030         [!_ISOMAC] (__iswspace_l_internal): Likewise.
3031         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
3032         [!_ISOMAC] (__iswctype_internal): Likewise.
3033         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
3034         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
3035         alias.
3036         (fcntl): Remove __fcntl_internal alias.
3037         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
3038         __connect_internal alias.
3039         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
3040         Likewise.
3042         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
3043         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
3044         FP_DENORM_ZERO.
3045         (_FP_CHECK_FLUSH_ZERO): New macro.
3046         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
3047         (_FP_CMP): Likewise.
3048         (_FP_CMP_EQ): Likewise.
3049         (_FP_TO_INT): Do not set inexact for subnormal arguments if
3050         FP_DENORM_ZERO.
3051         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
3052         (FP_TRUNC): Likewise.
3054         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
3055         treated as invalid conversion, not as normal exponent.
3057         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
3058         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
3059         (_FP_CMP_EQ): Likewise.
3060         (_FP_CMP_UNORD): Likewise.
3061         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
3062         (FP_CMP_EQ_D): Likewise.
3063         (FP_CMP_UNORD_D): Likewise.
3064         * soft-fp/extended.h (FP_CMP_E): Likewise.
3065         (FP_CMP_EQ_E): Likewise.
3066         (FP_CMP_UNORD_E): Likewise.
3067         * soft-fp/quad.h (FP_CMP_Q): Likewise.
3068         (FP_CMP_EQ_Q): Likewise.
3069         (FP_CMP_UNORD_Q): Likewise.
3070         * soft-fp/single.h (FP_CMP_S): Likewise.
3071         (FP_CMP_EQ_S): Likewise.
3072         (FP_CMP_UNORD_S): Likewise.
3073         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
3074         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
3075         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
3076         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
3077         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
3078         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
3079         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
3080         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
3081         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
3082         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
3083         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
3084         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
3085         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
3086         to FP_CMP_Q.
3087         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
3088         FP_CMP_Q.
3089         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
3090         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
3091         FP_CMP_EQ_Q.
3092         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
3093         FP_CMP_Q.
3094         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
3095         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
3096         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
3097         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
3098         FP_CMP_EQ_Q.
3099         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
3100         FP_CMP_Q.
3101         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
3102         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
3103         FP_CMP_EQ_Q.
3104         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
3105         FP_CMP_Q.
3106         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
3107         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
3108         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
3109         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
3110         FP_CMP_EQ_Q.
3112         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
3113         a subnormal result, set the underflow exception if trapping on
3114         underflow is enabled.
3115         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
3116         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
3117         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
3118         redefine to 0.
3119         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
3120         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3121         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
3122         * soft-fp/extendxftf2.c (__extendxftf2): Use
3123         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
3125         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
3126         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
3127         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3128         FP_HANDLE_EXCEPTIONS.
3129         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
3130         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3131         FP_HANDLE_EXCEPTIONS.
3132         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
3133         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3134         FP_HANDLE_EXCEPTIONS.
3135         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
3136         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
3137         FP_HANDLE_EXCEPTIONS.
3139 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
3141         [BZ #14132]
3142         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
3143         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
3144         use INTUSE.
3145         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
3146         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
3147         Remove alias.
3148         (__adjtimex): Define using libc_hidden_ver.
3149         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
3150         Remove declaration.
3151         (ntp_gettime): Call __adjtimex directly.
3152         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
3153         Remove declaration.
3154         (ntp_gettimex): Call __adjtimex directly.
3155         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
3156         __adjtimex_internal alias.
3158 2014-10-08  Roland McGrath  <roland@hack.frob.com>
3160         [BZ #17460]
3161         * nscd/nscd.c (more_help): Rewrite list of tables collection
3162         using xstrdup and asprintf.
3164         * nscd/nscd_conf.c: Remove local xstrdup declaration.
3166 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3167             Roland McGrath  <roland@hack.frob.com>
3169         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
3170         (do_lookup_unique): ... local function 'enter' here; update callers.
3172 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
3174         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
3175         compat_symbol calls on [SHARED].
3176         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
3177         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
3178         Remove.
3179         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3180         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
3181         (oldsetrlimit): Remove.
3182         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3183         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3184         (lchown): New syscall entry.
3185         (oldsetrlimit): Remove.
3186         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3187         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
3188         (oldsetrlimit): Remove.
3189         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3191         [BZ #14138]
3192         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
3193         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
3194         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
3195         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
3196         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3197         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
3198         (fchown): Likewise.
3199         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
3200         (fchown): Likewise.
3201         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
3202         Likewise.
3204 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3206         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
3207         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
3208         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
3209         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
3210         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
3211         Likewise.
3212         (__old_sem_post): Likewise.
3214 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
3216         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
3217         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
3218         HAVE_CLOCK_GETTIME_VSYSCALL macros.
3219         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
3220         Use INLINE_VSYSCALL macro.
3221         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
3222         __vdso_clock_gettime.
3223         * sysdeps/unix/sysv/linux/tile/init-first.c
3224         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
3225         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
3226         __vdso_clock_gettime.
3228         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
3229         to set up frame more cleanly.
3231         * sysdeps/tile/memcmp.c: New file.
3233         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
3235         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
3236         * sysdeps/tile/tilegx/strcasestr.c: New file.
3237         * sysdeps/tile/tilegx/strnlen.c: New file.
3238         * sysdeps/tile/tilegx/strstr.c: New file.
3240         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
3242 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
3244         * nptl/tst-setuid3.c: Write errors to stdout.
3246 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3248         * elf/dl-deps.c
3249         (preload): New functions broken out of _dl_map_object_deps.
3250         (_dl_map_object_deps):  Remove a nested function. Update call sites.
3252 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
3254         [BZ #14138]
3255         * sysdeps/unix/sysv/linux/execve.c: Remove file.
3256         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
3258 2014-10-01  Steve Ellcey  <sellcey@mips.com>
3260         * sysdeps/mips/strcmp.S: New.
3262 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
3264         [BZ #14138]
3265         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
3266         (linkat): Likewise.
3267         (mkdirat): Likewise.
3268         (readlinkat): Likewise.
3269         (renameat): Likewise.
3270         (symlinkat): Likewise.
3271         (unlinkat): Likewise.
3272         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
3273         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
3274         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
3275         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
3276         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
3277         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
3278         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
3280 2014-09-30  Will Newton  <will.newton@linaro.org>
3282         * math/math.h: Define long double math functions if
3283         _LIBC_TEST is defined.
3284         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
3286         * localedata/Makefile: Move assignment to tests-special
3287         into an ifdef testing run-built-tests.
3288         * timezone/Makefile: Likewise.
3290 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
3292         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
3293         with $(BASH) not $(SHELL).
3295 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
3296             Matthew LeGendre  <legendre1@llnl.gov>
3298         [BZ #17411]
3299         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
3300         l_reloc_result.
3302 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3304         * stdio-common/printf_fp.c
3305         (hack_digit): New function, broken out of ...
3306         (__printf_fp): ... local function here.  Update call sites.
3307         hack_digit now takes an additional parameter that is a pointer
3308         to a struct of the referenced locals.  Those locals moved inside
3309         the struct and references updated.
3311 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
3313         * aclocal.m4: Require autoconf 2.69.
3314         * configure: Regenerated.
3315         * sysdeps/aarch64/configure: Likewise.
3316         * sysdeps/alpha/configure: Likewise.
3317         * sysdeps/arm/armv7/configure: Likewise.
3318         * sysdeps/arm/configure: Likewise.
3319         * sysdeps/ia64/configure: Likewise.
3320         * sysdeps/mach/configure: Likewise.
3321         * sysdeps/mips/configure: Likewise.
3322         * sysdeps/s390/configure: Likewise.
3323         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
3324         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
3326         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
3327         file.
3328         * sysdeps/ia64/configure.ac: Likewise.
3330 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
3332         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
3333         specify symbol version for ld.so.  Do not include entry for
3334         libpthread.
3335         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3336         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3337         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3339         [BZ #14171]
3340         * Makeconfig [$(build-shared) = yes]
3341         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
3342         makefiles.
3343         [$(build-shared) = yes && $(soversions.mk-done) = t]
3344         ($(common-objpfx)gnu/lib-names.h): Remove rule.
3345         [$(build-shared) = yes && $(soversions.mk-done) = t]
3346         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
3347         to Makerules.
3348         [$(build-shared) = yes && $(soversions.mk-done) = t]
3349         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
3350         here.
3351         [$(build-shared) = yes && $(soversions.mk-done) = t]
3352         (common-generated): Don't append gnu/lib-names.h and
3353         gnu/lib-names.stmp here.
3354         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
3355         (lib-names-h-abi): New variable.
3356         [$(build-shared) = yes && $(soversions.mk-done) = t]
3357         (lib-names-stmp-abi): Likewise.
3358         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3359         abi-variants] (before-compile): Append
3360         $(common-objpfx)$(lib-names-h-abi).
3361         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3362         abi-variants] (common-generated): Append gnu/lib-names.h.
3363         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3364         abi-variants] (install-others-nosubdir): Depend on
3365         $(inst_includedir)/$(lib-names-h-abi).
3366         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3367         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
3368         [$(build-shared) = yes && $(soversions.mk-done) = t]
3369         ($(common-objpfx)$(lib-names-h-abi)): New rule.
3370         [$(build-shared) = yes && $(soversions.mk-done) = t]
3371         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
3372         [$(build-shared) = yes && $(soversions.mk-done) = t]
3373         (common-generated): Append $(lib-names-h-abi) and
3374         $(lib-names-stmp-abi).
3375         * scripts/lib-names.awk: Do not handle multi being set.
3376         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
3377         Remove variable.
3378         (abi-lp64_be-ld-soname): Likewise.
3379         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
3380         Likewise.
3381         (abi-hard-ld-soname): Likewise.
3382         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
3383         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
3384         Remove variable.
3385         (abi-o32_hard-ld-soname): Likewise.
3386         (abi-o32_soft_2008-ld-soname): Likewise.
3387         (abi-o32_hard_2008-ld-soname): Likewise.
3388         (abi-n32_soft-ld-soname): Likewise.
3389         (abi-n32_hard-ld-soname): Likewise.
3390         (abi-n32_soft_2008-ld-soname): Likewise.
3391         (abi-n32_hard_2008-ld-soname): Likewise.
3392         (abi-n64_soft-ld-soname): Likewise.
3393         (abi-n64_hard-ld-soname): Likewise.
3394         (abi-n64_soft_2008-ld-soname): Likewise.
3395         (abi-n64_hard_2008-ld-soname): Likewise.
3396         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
3397         Likewise.
3398         (abi-64-v2-ld-soname): Likewise.
3399         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
3400         ld.so entries.
3401         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
3402         variable.
3403         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
3404         entry.
3405         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
3406         variable.
3407         (abi-64-ld-soname): Likewise.
3408         (abi-x32-ld-soname): Likewise.
3409         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
3410         entry.
3411         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3413 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
3415         [BZ #14138]
3416         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
3417         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
3418         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
3419         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
3420         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
3421         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
3422         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
3423         syscall entry for GLIBC_2.2 symbol version.
3424         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
3425         Likewise.
3426         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3427         (setrlimit): Likewise.
3428         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
3429         Likewise.
3431 2014-09-23  Will Newton  <will.newton@linaro.org>
3433         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
3434         _LINUX_ARM_SYSDEP_H include guard too.
3435         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
3436         define.
3438 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
3440         * sysdeps/unix/sysv/linux/eventfd.c:
3441         Make first argument unsigned.
3442         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
3443         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
3445 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
3447         * socket/recvmmsg.c (recvmmsg): Drop const argument.
3448         * socket/sys/socket.h: Likewise
3449         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
3451 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3453         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
3455 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
3457         * time/tst-ftime.c: New test.
3458         * time/Makefile (tests): Add tst-ftime.
3460 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
3462         * soft-fp/extended.h: Fix comment formatting.
3463         * soft-fp/op-1.h: Likewise.
3464         * soft-fp/op-2.h: Likewise.
3465         * soft-fp/op-4.h: Likewise.
3466         * soft-fp/op-8.h: Likewise.
3467         * soft-fp/op-common.h: Likewise.
3468         * soft-fp/soft-fp.h: Likewise.
3470         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
3472 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
3474         [BZ #6652]
3475         * Makeconfig (soversions-default-setname): Remove variable.
3476         ($(common-objpfx)soversions.i): Don't pass default_setname to
3477         soversions.awk.
3478         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
3479         oldest_abi to abi-versions.awk.
3480         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
3481         * config.make.in (oldest-abi): Remove variable.
3482         * configure.ac (--enable-oldest-abi): Remove configure option.
3483         * configure: Regenerated.
3484         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
3485         text.
3486         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
3487         * scripts/soversions.awk: Do not handle default_setname variable.
3488         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
3489         variable.
3490         * sysdeps/mach/hurd/configure: Regenerated.
3491         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
3492         variable.
3493         * sysdeps/unix/sysv/linux/configure: Regenerated.
3495 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3497         * elf/Makefile (CFLAGS-interp.c): Remove.
3498         ($(elf-objpfx)runtime-linker.h): Generate header with linker
3499         path string.
3500         * elf/interp.c: Include generated runtime-linker.h
3502         * Makerules (lib%.so): Don't include $(+interp) in
3503         prerequisites.
3504         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
3505         * dlfcn/eval.c: Remove file.
3507         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
3508         macros.
3510         [BZ #17266]
3511         * misc/sys/cdefs.h: Define __extern_always_inline for clang
3512         4.2 and newer.
3514         [BZ #17370]
3515         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
3517 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3518             Jakub Jelinek  <jakub@redhat.com>
3520         [BZ #17266]
3521         * libio/stdio.h: Check definition of __fortify_function
3522         instead of __extern_always_inline to include bits/stdio2.h.
3523         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
3524         check if __extern_always_inline is defined.
3525         [__USE_MISC || __USE_XOPEN]: Likewise.
3526         [__USE_ISOC99] Likewise.
3527         * misc/sys/cdefs.h (__fortify_function): Define only if
3528         __extern_always_inline is defined.
3529         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
3530         __extern_always_inline and __extern_inline only for g++-4.3
3531         and newer or a compatible gcc.
3533 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
3535         [BZ #17371]
3536         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
3537         last change to handle zero prefix length.
3539 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
3541         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
3542         _SC_REGEX_VERSION.
3544         * posix/getconf.c (vars): Add _POSIX_IPV6 and
3545         _POSIX_RAW_SOCKETS.
3547 2014-09-13  Allan McRae  <allan@archlinux.org>
3549         * po/ru.po: Update Russian translation from translation project.
3551 2014-09-12  Roland McGrath  <roland@hack.frob.com>
3553         * locale/programs/locale.c (show_locale_vars): Inline local function
3554         into its sole call site.  Clean up some style nits.
3555         (print_item): New function, broken out of ...
3556         (show_info): ... local function here.  Clean up style nits.
3558         * locale/programs/ld-ctype.c (set_one_default): New function, broken
3559         out of ...
3560         (set_class_defaults): ... local function set_default here.
3561         Define set_default as a macro locally to pass constant parameters.
3562         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
3563         rather than a shared local.
3565         * stdlib/rpmatch.c (try): New function, broken out of ...
3566         (rpmatch): ... local function here.  Also, prototypify definition.
3568 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
3570         * scripts/soversions.awk: Do not handle configuration names.
3571         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
3572         vendor and os variables to soversions.awk.
3573         * configure.ac: Do not modify gnu-* host_os.
3574         * configure: Regenerated
3575         * shlib-versions: Remove first column with configuration names.
3576         * nptl/shlib-versions: Likewise.
3577         * nptl_db/shlib-versions: Likewise.
3578         * sysdeps/hppa/shlib-versions: Likewise.
3579         * sysdeps/m68k/shlib-versions: Likewise.
3580         * sysdeps/mach/hurd/shlib-versions: Likewise.
3581         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
3582         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
3583         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
3584         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
3585         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
3586         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
3587         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
3588         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
3589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
3590         Likewise.
3591         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3592         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
3593         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
3594         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
3595         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
3596         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
3597         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3598         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3600         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
3601         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
3602         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
3603         Regenerated.
3604         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
3605         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
3606         Condition symbol version definitions on [HAVE_ELFV2_ABI].
3608         * shlib-versions: Remove OS-specific entries.  Moved to files in
3609         sysdeps.
3610         * sysdeps/mach/hurd/shlib-versions: New file.
3611         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
3613         * nptl/shlib-versions: Remove architecture-specific entries.
3614         Moved to files in sysdeps.
3615         * shlib-versions: Likewise.
3616         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
3617         file.
3618         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3619         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
3620         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
3621         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
3623         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
3624         (UDP_NO_CHECK6_RX): Likewise.
3626 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
3628         * sysdeps/posix/sysconf.c (__sysconf): Spell
3629         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
3631 2014-08-12  Florian Weimer  <fweimer@redhat.com>
3633         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
3634         loading.
3635         * iconv/Versions (__gconv_transliterate): Export for use from
3636         gconv modules.
3637         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
3638         (struct __gconv_trans_data, __gconv_trans_fct,
3639         __gconv_trans_context_fct, __gconv_trans_query_fct,
3640         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
3641         definitions.
3642         (struct __gconv_step_data): Remove __trans member.
3643         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
3644         longer hidden.  Remove unused trans_data argument.
3645         * iconv/gconv_int.h (struct trans_struct): Remove definition.
3646         (__gconv_translit_find): Remove declaration.
3647         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
3648         prototype.
3649         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
3650         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
3651         trans_data argument.  Add hidden definition.
3652         (__gconv_translit_find): Remove.
3653         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
3654         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
3655         * iconv/skeleton.c: Remove transliteration initialization.
3656         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
3657         __gconv_step_data initialization.
3658         * libio/iofwide.c (__libio_translit_): Remove.
3659         (_IO_fwide): Adjust struct __gconv_step_data initialization.
3660         * wcsmbs/btowc.c (__btowc): Likewise.
3661         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
3662         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
3663         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
3664         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
3665         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
3666         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
3667         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
3668         * wcsmbs/wctob.c (wctob): Likewise.
3670 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
3672         [BZ #16194]
3673         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
3674         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
3675         register usage.
3676         * sysdeps/x86/Makefile: Adjust.
3678 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3679             Roland McGrath  <roland@hack.frob.com>
3681         * locale/weight.h: Add include guard.
3682         (findidx): Make static rather than auto; take new parameters
3683         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
3684         * locale/weightwc.h: Likewise.
3685         * posix/fnmatch_loop.c
3686         (FCT): Change type of EXTRA from int32_t to wint_t.
3687         Don't include either header inside the function.
3688         Call FINDIDX rather than findidx, and pass new arguments.
3689         #undef FINDIDX at the end of the file.
3690         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
3691         FINDIDX before including fnmatch_loop.c for the non-wide version.
3692         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
3693         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
3694         for the wide version.
3695         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
3696         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
3697         Pass new arguments to findidx.
3698         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
3699         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
3700         Don't #include it inside the function.  Pass new arguments to findidx.
3701         * posix/regex_internal.h
3702         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
3703         (re_string_elem_size_at): Don't #include it inside the function.
3704         Pass new arguments to findidx.
3705         * string/strcoll_l.c: #include WEIGHT_H at top level.
3706         (get_next_seq): Don't #include it inside the function.
3707         Pass new arguments to findidx.
3708         (get_next_seq_nocache): Likewise.
3709         * string/strxfrm_l.c: #include WEIGHT_H at top level.
3710         (STRXFRM): Don't #include it inside the function.
3711         Pass new arguments to findidx.
3713 2014-09-11  Florian Weimer  <fweimer@redhat.com>
3715         [BZ #17344]
3716         * malloc/malloc.c (unlink): Turn asserts into a call to
3717         malloc_printerr.
3719 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
3721         [BZ #17370]
3722         * libio/wfileops (do_ftell_wide): Free OUT.
3724 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
3726         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
3728 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
3730         [BZ #17363]
3731         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
3732         group if the current group is empty.
3734 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3736         * benchtests/bench-memset.c (test_main): Add more test from size
3737         from 32 to 512 bytes.
3738         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3739         Add POWER8 memset object.
3740         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3741         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
3742         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
3743         implementation.
3744         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
3745         Likewise.
3746         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
3747         multiarch POWER8 memset optimization.
3748         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
3749         POWER8 memset optimization.
3751         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3752         Remove bzero multiarch objects.
3753         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
3754         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
3755         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
3756         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
3757         Remove define.
3758         [__bzero]: Redefine to specific name.
3759         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
3760         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
3761         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
3762         define.
3763         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
3764         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
3766 2014-09-10  Florian Weimer  <fweimer@redhat.com>
3768         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
3769         warnings into errors.
3771         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
3772         __cxa_thread_atexit_impl prototype.
3774 2014-09-09  Steve Ellcey  <sellcey@mips.com>
3776         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
3777         Fix capitalization of error message.
3779 2014-09-09  Steve Ellcey  <sellcey@mips.com>
3781         * sysdeps/mips/preconfigure: Modify ABI tests.
3783 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
3785         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
3787 2014-09-07  Roland McGrath  <roland@hack.frob.com>
3788             Carlos O'Donell  <carlos@systemhalted.org>
3790         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
3791         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
3792         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
3793         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
3794         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
3795         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
3796         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
3797         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
3798         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
3799         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
3800         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
3801         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
3802         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
3803         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
3804         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
3805         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
3806         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
3807         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
3808         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
3809         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
3810         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
3811         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
3812         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
3813         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
3814         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
3815         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
3816         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
3817         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
3818         Deconditionalize the code that was previously under [RESET_PID].
3819         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
3820         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
3821         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
3822         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
3823         include sysdep.h.
3825 2014-09-08  Allan McRae  <allan@archlinux.org>
3827         * version.h (RELEASE): Set to "development".
3828         (VERSION): Set to "2.20.90"
3830 2014-09-07  Allan McRae  <allan@archlinux.org
3832         * version.h (RELEASE): Set to "stable".
3833         (VERSION): Set to "2.20"
3834         * include/features.h (__GLIBC_MINOR__): Set to 20.
3836         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
3837         Liebler.
3839         * po/ko.po: Update Korean translation from translation project.
3841 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
3843         [BZ #17354]
3844         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
3845         macro for handling signed relocations.
3847 2014-09-03  Florian Weimer  <fweimer@redhat.com>
3849         [BZ #17325]
3850         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
3851         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
3852         assert.
3853         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
3854         * iconvdata/ibm935.c (BODY): Likewise.
3855         * iconvdata/ibm937.c (BODY): Likewise.
3856         * iconvdata/ibm939.c (BODY): Likewise.
3857         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
3858         assert.
3859         * iconvdata/Makefile (iconv-test.out): Pass module list to test
3860         script.
3861         * iconvdata/run-iconv-test.sh: New test loop for checking for
3862         decoder crashers.
3864 2014-09-02  Khem Raj  <raj.khem@gmail.com>
3866         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
3867         libm_hidden_ver.
3869 2014-09-01  Allan McRae  <allan@archlinux.org>
3871         * po/eo.po: Update Esperanto translation from translation project.
3873         * po/ca.po: Update Catalan translation from translation project.
3875 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3877         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
3878         __proc_dostop call.
3880 2014-08-27  Mark Wielaard  <mjw@redhat.com>
3882         [BZ #17319]
3883         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
3884         to call set_thread_area instead of hand written asm.
3885         (__NR_set_thread_area): Removed define.
3886         (TLS_FLAG_WRITABLE): Likewise.
3887         (__ASSUME_SET_THREAD_AREA): Remove check.
3888         (TLS_EBX_ARG): Remove define.
3889         (TLS_LOAD_EBX): Likewise.
3891 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3893         Simplify atomicity of socket creation in bind.
3895         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
3896         looking up the name after linking the file.
3898 2014-08-27  Allan McRae  <allan@archlinux.org>
3900         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
3902 2014-08-26  Florian Weimer  <fweimer@redhat.com>
3904         [BZ #17187]
3905         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
3906         trans_compare, open_translit, __gconv_translit_find):
3907         Remove module loading code.
3909 2014-08-26  Allan McRae  <allan@archlinux.org>
3911         * po/vi.po: Update Vietnamese translation from translation project.
3913         * po/uk.po: Update Ukrainian translation from translation project.
3915         * po/fr.po: Update French translation from translation project.
3917         * po/ru.po: Update Russian translation from translation project.
3919         * po/pl.po: Update Polish translation from translation project.
3921         * po/cs.po: Update Czech translation from translation project.
3923         * po/de.po: Update German translation from translation project.
3925         * po/bg.po: Update Bulgarian translation from translation project.
3927         * po/sv.po: Update Sweedish translation from translation project.
3929         * po/nl.po: Update Dutch translation from translation project.
3931         * po/es.po: Update Spanish translation from translation project.
3933 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
3935         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
3937         * catgets/Makefile (CPPFLAGS-gencat): Remove.
3938         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
3939         (CPPFLAGS-iconvconfig): Likewise.
3940         * timezone/Makefile (CPPFLAGS-zic): Likewise.
3942         * include/libc-symbols.h: Remove unnecessary check for
3943         NOT_IN_libc.
3944         * nptl/pthreadP.h: Likewise.
3945         * sysdeps/aarch64/setjmp.S: Likewise.
3946         * sysdeps/alpha/setjmp.S: Likewise.
3947         * sysdeps/arm/sysdep.h: Likewise.
3948         * sysdeps/i386/setjmp.S: Likewise.
3949         * sysdeps/m68k/setjmp.c: Likewise.
3950         * sysdeps/posix/getcwd.c: Likewise.
3951         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
3952         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
3953         * sysdeps/s390/s390-32/setjmp.S: Likewise.
3954         * sysdeps/s390/s390-64/setjmp.S: Likewise.
3955         * sysdeps/sh/sh3/setjmp.S: Likewise.
3956         * sysdeps/sh/sh4/setjmp.S: Likewise.
3957         * sysdeps/unix/alpha/sysdep.h: Likewise.
3958         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3959         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3960         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
3961         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3962         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
3963         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
3964         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3965         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3966         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
3967         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3968         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3969         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3970         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3971         * sysdeps/x86_64/setjmp.S: Likewise.
3973 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
3975         [BZ #17263]
3976         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
3977         <stdint.h>.
3978         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
3979         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
3981 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
3983         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
3985         [BZ #17262]
3986         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
3987         and __x86_64__ when disabling x87 inline functions.
3989 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
3991         [BZ #17259]
3992         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
3993         asm statement with __cpuid_count.
3995 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
3997         * configure.ac: Change __ehdr_start code to dereference the struct.
3998         Run readelf on the output to look for relocations.
3999         * configure: Regenerated.
4001 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
4003         [BZ #17261]
4004         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
4005         value to 0.
4006         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
4008 2014-08-12  Roland McGrath  <roland@hack.frob.com>
4010         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
4012 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
4014         [BZ #16892]
4015         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
4016         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
4018 2014-08-12  Sean Anderson  <seanga2@gmail.com>
4020         * malloc/malloc.c: Fix typo in comment.
4022 2014-08-09  Allan McRae  <allan@archlinux.org>
4024         * Regenerate libc.po.
4026 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
4028         * intl/tst-gettext2.sh: Check every lang file for creation.
4030 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4032         * sysdeps/aarch64/fpu/math_private.h
4033         (libc_feholdsetround_noex_aarch64_ctx): New function.
4035 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
4037         * sysdeps/arm/armv6/strcpy.S (strcpy):
4038         Fix performance issue in misaligned cases.
4040 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4042         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
4043         Move definition from termios.h.
4044         (struct termio): Likewise.
4045         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4046         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4047         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4048         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4049         Likewise.
4050         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
4051         Move definition to ioctl-types.h
4052         (struct termio): Likewise.
4053         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4054         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
4055         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
4056         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
4057         Likewise.
4059 2014-08-05  Richard Henderson  <rth@redhat.com>
4061         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
4062         exceptions.
4063         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
4064         Add fraiseexcpt.
4065         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
4066         Use __feraiseexcept.
4067         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
4068         Protect libm symbols with IS_IN_libm.
4070         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
4072 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
4074         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
4076 2014-08-04  Will Newton  <will.newton@linaro.org>
4078         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
4079         file.
4081 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
4083         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
4084         variants for each function.
4086 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4088         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
4089         appended ...
4090         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
4091         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
4092         appended ...
4093         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
4094         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
4095         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
4096         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
4097         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
4098         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
4099         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
4100         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
4101         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
4102         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
4103         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
4104         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
4105         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
4106         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
4107         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
4108         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
4109         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
4110         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
4111         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
4112         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
4113         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
4114         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
4115         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
4116         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
4117         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
4118         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
4119         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
4120         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
4121         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
4122         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
4123         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
4124         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
4125         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
4126         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
4127         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
4128         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
4129         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
4130         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
4131         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
4132         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
4133         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
4134         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
4135         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
4136         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
4137         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4138         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4139         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4140         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4141         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4142         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
4143         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
4144         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
4145         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
4146         Update #include.
4147         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
4148         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
4150 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4152         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
4153         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
4154         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
4155         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
4156         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
4157         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
4159 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4161         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
4162         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
4163         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4164         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
4166 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4168         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
4169         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
4170         (__libc_vfork): Define function under this name.
4171         (__vfork): Define as an alias.
4172         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
4173         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
4175 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4177         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
4178         that was previously under [RESET_PID].
4179         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
4181 2014-08-04  Andreas Schwab  <schwab@suse.de>
4183         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
4185 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
4187         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
4188         (main): Likewise.
4190 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4192         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
4194 2014-08-01  Richard Henderon  <rth@redhat.com>
4196         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
4197         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
4198         typo in exact zero test.
4199         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
4200         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
4201         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
4203 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4205         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
4206         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
4207         * sysdeps/arm/sysdep.h: ... here.
4208         [!__ASSEMBLER__]: Include <stdint.h>.
4210 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
4212         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
4213         (HAVE_WCTYPE_H): Likewise.
4214         (HAVE_ISWCTYPE): Likewise.
4215         (ENABLE_NLS): Likewise.
4216         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
4217         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
4219         * posix/regex_internal.c: Check if DEBUG is defined and is
4220         set.
4222         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
4223         (HAVE_MBSRTOWCS): Likewise.
4224         * posix/fnmatch.c: Include string.h unconditionally.
4226 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
4228         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
4229         reversal.
4231 2014-07-31  Roland McGrath  <roland@hack.frob.com>
4233         * sysdeps/generic/safe-fatal.h: New file.
4234         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
4235         * nptl/forward.c: Include it.
4236         (__pthread_unwind): Use __safe_fatal as default action, rather
4237         than a bogus use of INTERNAL_SYSCALL that could never work.
4239         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
4240         * configure.ac (libc_cv_builtin_trap): New test.
4241         * configure: Regenerated.
4242         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
4243         (ABORT_INSTRUCTION): Define using __builtin_trap.
4245         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
4246         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
4247         * sysdeps/nptl/nptl-signals.h: New file.
4248         * nptl/pthreadP.h: Include <nptl-signals.h>.
4250 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4252         * sysdeps/s390/s390-64/utf16-utf32-z9.c
4253         (ONE_DIRECTION): Define.
4254         * sysdeps/s390/s390-64/utf8-utf16-z9.c
4255         (ONE_DIRECTION): Define.
4256         * sysdeps/s390/s390-64/utf8-utf32-z9.c
4257         (ONE_DIRECTION): Define.
4259 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4261         * sysdeps/s390/Makefile: Delete file.
4262         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
4263         * sysdeps/s390/__longjmp.c: Delete file.
4264         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
4265         Remove fields __flags and __reserved.
4266         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
4267         and add versioning.
4268         * sysdeps/s390/rtld-__longjmp.c: Delete file.
4269         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
4270         * sysdeps/s390/rtld-setjmp.S: Likewise.
4271         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
4272         * sysdeps/s390/s390-32/__longjmp.c: ... here.
4273         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
4274         * sysdeps/s390/s390-32/setjmp.S: ... here.
4275         Add versioning.
4276         (__sigsetjmp): Remove setting __flags field.
4277         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
4278         * sysdeps/s390/s390-64/__longjmp.c: ... here.
4279         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
4280         * sysdeps/s390/s390-64/setjmp.S: ... here.
4281         Add versioning.
4282         (__sigsetjmp): Remove setting __flags field.
4283         * sysdeps/s390/setjmp.S: Delete file.
4284         * sysdeps/s390/sigjmp.c: Likewise.
4285         * sysdeps/s390/v1-longjmp.c: Likewise.
4286         * sysdeps/s390/v1-setjmp.h: Likewise.
4287         * sysdeps/s390/v1-sigjmp.c: Likewise.
4288         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
4289         Remove v1-longjmp_chk.
4290         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
4291         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
4292         Include debug/longjmp_chk.c and add versioning.
4293         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
4294         Include nptl/pt-longjmp.c and add versioning.
4295         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
4296         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
4297         Include __longjmp.c.
4298         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
4299         Move to ...
4300         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
4301         (__getcontext): Remove setting __flags field.
4302         Add versioning.
4303         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
4304         Don't restore upper high grps.
4305         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
4306         Likewise.
4307         (__swapcontext): Remove setting uc_flags field.
4308         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
4309         Delete file.
4310         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
4311         Include __longjmp.c.
4312         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
4313         Move to ...
4314         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
4315         (__getcontext): Remove setting __flags field.
4316         Add versioning.
4317         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
4318         (__swapcontext): Remove setting uc_flags field.
4319         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
4320         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
4321         Remove fields uc_high_gprs and __reserved.
4322         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
4323         New file with reverted content.
4324         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
4325         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
4326         Regenerated.
4327         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
4328         Regenerated.
4330 2014-07-31  Andreas Schwab  <schwab@suse.de>
4332         * config.h.in (HAVE_IFUNC): Define to 0.
4333         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
4334         definedness.
4336 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
4338         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4339         memmove-avx-unaligned, memcpy-avx-unaligned and
4340         mempcpy-avx-unaligned.
4341         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4342         Add tests for AVX memcpy functions.
4343         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
4344         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
4345         memcpy_chk.
4346         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
4347         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
4348         memmove_chk.
4349         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
4350         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
4351         mempcpy_chk.
4352         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
4353         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
4354         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
4356 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4358         [BZ #17213]
4359         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
4360         powerpc64le.
4362 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
4364         [BZ #16839]
4365         * manual/llio.texi: Add section about open file description locks.
4366         * manual/examples/ofdlocks.c: Example of open file description
4367         lock usage.
4368         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
4369         F_OFD_SETLK, and F_OFD_SETLKW.
4371 2014-07-23  Allan McRae  <allan@archlinux.org>
4373         * po/es.po: Update Spanish translation from translation project.
4375 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
4377         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
4379 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
4381         [BZ #17078]
4382         * sysdeps/arm/dl-machine.h (elf_machine_rela)
4383         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
4384         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
4386 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
4388         [BZ #17088]
4389         * math/fesetenv.c (__fesetenv)
4390         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
4391         * math/feupdateenv.c (__feupdateenv)
4392         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
4394         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
4395         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
4396         (__ASSUME_SOCKETCALL): Do not define.
4398         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
4399         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
4400         (__ASSUME_SOCKETCALL): Do not define.
4401         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
4402         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4403         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4404         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4405         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4406         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
4407         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4408         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4410         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
4411         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
4412         (__ASSUME_SOCKETCALL): Do not define.
4413         (__ASSUME_IPC64): Define unconditionally.
4414         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4415         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4416         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4417         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4418         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
4419         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4420         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
4421         Likewise.
4423         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
4424         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
4425         (__ASSUME_SOCKETCALL): Do not define.
4426         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
4427         (__ASSUME_FUTEX_LOCK_PI): Likewise.
4428         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4429         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
4430         (__ASSUME_REQUEUE_PI): Define unconditionally.
4431         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
4432         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
4433         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4434         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
4435         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4436         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4438         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
4439         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
4440         (__ASSUME_SOCKETCALL): Do not define.
4441         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
4442         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4443         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4444         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
4445         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4446         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4448         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
4449         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
4450         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4451         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
4452         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4453         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
4454         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4455         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
4456         (__ASSUME_GETCPU_SYSCALL): Likewise.
4458         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
4459         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
4460         cases for individual architectures.
4461         * sysdeps/gnu/configure: Regenerated.
4462         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
4463         LIBC_SLIBDIR_RTLDDIR.
4464         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
4465         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
4466         LIBC_SLIBDIR_RTLDDIR.
4467         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
4468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
4469         LIBC_SLIBDIR_RTLDDIR.
4470         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4471         Regenerated.
4472         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
4473         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
4474         file.
4475         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
4476         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
4477         file.
4478         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
4479         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
4480         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
4481         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
4483         * sysdeps/aarch64/shlib-versions: Move to ...
4484         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
4485         * sysdeps/alpha/shlib-versions: Move to ...
4486         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
4487         * sysdeps/arm/shlib-versions: Move to ...
4488         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
4489         * sysdeps/hppa/shlib-versions: Move all contents except for
4490         libgcc_s entry to ...
4491         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
4492         entry from ...
4493         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
4494         * sysdeps/ia64/shlib-versions: Move to ...
4495         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
4496         entry from ...
4497         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
4498         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
4499         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
4500         * sysdeps/microblaze/shlib-versions: Move to ...
4501         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
4502         * sysdeps/mips/shlib-versions: Move to ...
4503         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
4504         entry from ...
4505         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
4506         * sysdeps/tile/shlib-versions: Move to ...
4507         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
4508         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
4509         from ...
4510         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
4511         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
4512         entry from ...
4513         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
4515 2014-07-17  Will Newton  <will.newton@linaro.org>
4517         * sysdeps/arm/bits/atomic.h
4518         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
4519         (__arch_compare_and_exchange_bool_16_int): Likewise.
4520         (__arch_compare_and_exchange_bool_64_int): Likewise.
4522         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
4523         into an #else block.
4525 2014-07-16  Roland McGrath  <roland@hack.frob.com>
4527         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
4528         just Linux configurations.  Test empirically that the compiler sets
4529         __ARM_EABI__, rather than using the tuple to decide.
4530         * sysdeps/arm/preconfigure: Regenerated.
4531         * sysdeps/unix/sysv/linux/arm/configure: File removed.
4532         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
4533         contents appended ...
4534         * sysdeps/arm/configure.ac: ... here.
4535         * sysdeps/arm/configure: Regenerated.
4537 2014-07-15  Roland McGrath  <roland@hack.frob.com>
4539         * nptl/pthread_kill.c: New file.
4540         * nptl/pthread_sigmask.c: New file.
4541         * nptl/pthread_sigqueue.c: New file.
4543         * sysdeps/nptl/lowlevellock.h: New file.
4544         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
4545         * sysdeps/nptl/lowlevellock-futex.h: New file.
4547         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
4548         Remove dead declarations.
4550 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
4552         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
4553         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
4554         config-cflags-avx2.
4555         * sysdeps/x86_64/configure.ac: Likewise.
4556         * sysdeps/i386/configure: Regenerated.
4557         * sysdeps/x86_64/configure: Likewise.
4558         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4559         memset-avx2 only if config-cflags-avx2 is yes.
4560         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4561         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
4562         defined.
4563         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
4564         only if HAVE_AVX2_SUPPORT is defined.
4565         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4567 2014-07-14  Alan Modra  <amodra@gmail.com>
4569         [BZ #17153]
4570         * elf/elf.h (DT_PPC64_NUM): Correct value.
4571         * NEWS: Add to fixed bug list.
4573 2014-07-13  Jim Meyering  <meyering@fb.com>
4575         [BZ 17150]
4576         regex: don't deref NULL upon heap allocation failure
4577         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
4578         failure in one more place.
4579         To trigger the segfault, configure grep -with-included-regex,
4580         build it, and run these commands:
4581         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
4583 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
4585         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
4587 2014-07-11  Richard Henderson  <rth@redhat.com>
4589         * sysdeps/aarch64/libm-test-ulps: Update.
4591 2014-07-10  Florian Weimer  <fweimer@redhat.com>
4593         [BZ #17135]
4594         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
4595         * nptl/allocatestack.c (__nptl_setxid_error): New function.
4596         (__nptl_setxid): Initialize error member.  Call
4597         __nptl_setxid_error.
4598         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
4599         * nptl/descr.h (struct xid_command): Add error member.
4600         * nptl/tst-setuid3.c: New file.
4601         * nptl/Makefile (tests): Add it.
4603 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4605         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
4606         New define.
4607         (__lll_trylock): Use __lll_base_trylock.
4608         (__lll_cond_trylock): Likewise.
4610 2014-07-10  Roland McGrath  <roland@hack.frob.com>
4612         * nptl/pthread_create.c (start_thread): Use atomic_or and
4613         lll_futex_wake directly rather than lll_robust_dead.
4614         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
4615         (lll_robust_dead): Macro removed.
4616         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
4617         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
4618         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
4619         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4620         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4621         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
4622         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
4623         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4624         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
4625         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4626         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4627         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4628         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4629         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4630         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4632         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
4633         Use atomic_compare_and_exchange_val_acq directly rather than
4634         lll_robust_trylock.
4635         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
4636         (__lll_robust_trylock, lll_robust_trylock): Removed.
4637         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
4638         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
4639         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4640         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4641         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
4642         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
4643         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4644         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
4645         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4646         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4647         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4648         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4649         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4650         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4652 2014-07-02  Florian Weimer  <fweimer@redhat.com>
4654         * manual/locale.texi (Locale Names): New section documenting
4655         locale name syntax.  Adjust menu and node chaining accordingly.
4656         (Choosing Locale): Reference Locale Names, Locale Categories.
4657         Mention setting LC_ALL=C.  Reflect that name syntax is now
4658         documented.
4659         (Locale Categories): New section title.  Reference Locale Names.
4660         LC_ALL is an environment variable, but not a category.
4661         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
4662         description, now in Locale Name.  Reference that section.  Locale
4663         name syntax is now documented.
4665 2014-07-02  Florian Weimer  <fweimer@redhat.com>
4667         [BZ #17137]
4668         * locale/findlocale.c (name_present, valid_locale_name): New
4669         functions.
4670         (_nl_find_locale): Use the loc_name variable to store name
4671         candidates.  Call name_present and valid_locale_name to check and
4672         validate locale names.  Return an error if the locale is invalid.
4674 2014-07-02  Florian Weimer  <fweimer@redhat.com>
4676         * locale/setlocale.c (setlocale): Use strdup for allocating
4677         composite name copy.
4679 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4681         Sync up with gnulib.
4682         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
4683         [!_LIBC && ENABLE_NLS]: Include gettext.h.
4684         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
4685         and _GL_ARG_NONNULL.
4686         [USE_UNLOCKED_IO]: Include unlocked-io.h.
4687         [!_LIBC]: Include code for Windows and Cygwin.
4688         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
4689         Include prototype for int strerror_r.
4690         [!_LIBC] (is_open): New function.
4691         (flush_stdout): New function.
4692         (print_errno_message): Use it.
4693         (error): Likewise.
4694         (error_at_line): Likewise.
4695         (error_tail) Add function attribute macros.  Use
4696         __builtin_expect.
4698         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
4700         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
4702         * io/ftw.c: Include sys/param.h unconditionally.
4704         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
4706         [BZ #17125]
4707         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
4708         libc_freeres_ptr.
4709         (freecache): New function to free CACHE on exit.
4711         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
4712         initialization.
4714 2014-07-09  David S. Miller  <davem@davemloft.net>
4716         * sysdeps/sparc/fpu/libm-test-ulps: Update.
4718         * sysdeps/sparc/nptl/internaltypes.h: Delete.
4719         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
4720         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
4721         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
4722         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
4723         * sysdeps/sparc/nptl/sem_init.c: Likewise.
4724         * sysdeps/sparc/nptl/sem_post.c: Likewise.
4725         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
4726         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
4727         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
4728         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
4729         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
4730         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
4732 2014-07-09  Andreas Schwab  <schwab@suse.de>
4734         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
4735         output.
4736         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
4737         (do_test): Likewise.
4739         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4741 2014-07-09  Will Newton  <will.newton@linaro.org>
4743         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
4744         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
4745         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
4746         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
4747         * sysdeps/hppa/start.S (_start): Likewise.
4749 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
4751         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
4753         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
4754         defined.
4756 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
4758         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
4759         after checking that it is non-NULL.
4761         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
4763 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4765         * sysdeps/powerpc/memmove.c: Remove file.
4766         * sysdeps/powerpc/powerpc32/power4/memcopy.h
4767         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
4768         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
4769         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
4770         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
4771         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
4772         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
4773         string memmove instead of removed powerpc one.
4775         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
4776         [weak_alias]: Fix compiler warning due trailing data.
4777         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
4778         [weak_alias]: Likewise.
4779         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
4780         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
4782         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
4783         (__libc_ifunc_impl_list): Add memmove functions.
4785 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
4787         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
4788         Remove code.
4789         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
4790         Likewise
4791         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
4792         Likewise
4793         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
4794         Likewise
4795         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
4796         Likewise
4797         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
4798         Likewise
4799         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
4800         Likewise
4801         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
4802         Likewise
4803         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
4804         Likewise
4805         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
4806         Likewise
4807         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
4808         Likewise
4809         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
4810         Likewise
4811         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
4812         Likewise
4813         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
4814         Likewise
4815         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
4816         Likewise
4817         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
4818         Likewise
4819         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
4820         Likewise
4822 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4824         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
4825         to avoid alignment traps in non-cacheable memory.
4826         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
4828         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
4829         multiarch objects.
4830         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
4831         file: multiarch power7 memmove.
4832         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
4833         multiarch default memmove.
4834         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
4835         multiarch memove for powerpc32/power4.
4837         * string/bcopy.c: Use full path to include memmove.c.
4838         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
4839         multiarch objects.
4840         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
4841         bcopy for powerpc64.
4842         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
4843         bcopy for powerpc64.
4844         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
4845         and memmove implementations.
4846         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
4847         optimized multiarch memmove for POWER7/powerpc64.
4848         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
4849         default multiarch memmove for powerpc64.
4850         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
4851         multiarch for powerpc64.
4852         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
4853         for POWER7/powerpc64.
4854         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
4855         memmove for POWER7/powerpc64.
4857         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
4858         glibc default one.
4860         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
4861         __ELF_NATIVE_CLASS equal to 64.
4863 2014-07-07  Roland McGrath  <roland@hack.frob.com>
4865         * sysdeps/nptl/lowlevellock.h: File removed.
4867         * NEWS: NPTL is no longer an add-on!
4868         * nptl/internaltypes.h: Moved ...
4869         * sysdeps/nptl/internaltypes.h: ... here.
4870         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
4871         * sysdeps/nptl/fork.c: Likewise.
4872         * sysdeps/nptl/gai_misc.h: Likewise.
4873         * sysdeps/nptl/librt-cancellation.c: Likewise.
4874         * sysdeps/nptl/jmp-unwind.c: Likewise.
4875         * sysdeps/nptl/setxid.h: Likewise.
4876         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
4877         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
4878         * sysdeps/unix/sysv/linux/arm/Implies: New file.
4879         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
4880         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
4881         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
4882         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
4883         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
4884         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
4885         * sysdeps/unix/sysv/linux/mips/Implies: New file.
4886         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
4887         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
4888         * sysdeps/unix/sysv/linux/sh/Implies: New file.
4889         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
4890         * sysdeps/unix/sysv/linux/tile/Implies: New file.
4891         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
4892         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
4893         * nptl/Makeconfig: Moved ...
4894         * sysdeps/nptl/Makeconfig: ... here.
4895         * nptl/configure: File removed.
4896         * nptl/ANNOUNCE: File removed.
4897         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
4898         * sysdeps/unix/sysv/linux/configure: Regenerated.
4900         * nptl/Makefile (routines): Add libc_pthread_init,
4901         libc_multiple_threads, register-atfork and unregister-atfork.
4902         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
4903         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
4904         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
4905         pthread-pi-defines.sym, structsem.sym.
4906         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
4907         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
4908         [$(subdir) = nptl] (tests): Add tst-setgetname.
4909         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
4910         * sysdeps/unix/sysv/linux/sigaction.c: Just include
4911         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
4912         [!LIBC_SIGACTION]: Remove aliases.
4913         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
4914         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
4915         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
4916         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
4917         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
4918         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
4919         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
4920         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
4921         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
4922         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
4923         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
4924         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
4925         __libc_allocate_rtsig_private.
4926         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
4927         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
4928         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
4929         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
4930         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
4931         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
4932         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
4933         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
4934         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
4935         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
4936         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
4937         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
4938         * nptl/internaltypes.h: ... here.
4939         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
4940         * sysdeps/nptl/jmp-unwind.c: ... here.
4941         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
4942         * nptl/libc-lowlevellock.c: ... here.
4943         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
4944         * nptl/libc_multiple_threads.c: ... here.
4945         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
4946         * nptl/libc_pthread_init.c: ... here.
4947         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
4948         * nptl/lowlevelbarrier.sym: ... here.
4949         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
4950         * nptl/lowlevelcond.sym: ... here.
4951         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
4952         * nptl/lowlevellock.c: ... here.
4953         * nptl/lowlevellock.h: Moved ...
4954         * sysdeps/nptl/lowlevellock.h: ... here.
4955         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
4956         * nptl/lowlevelrobustlock.c: ... here.
4957         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
4958         * nptl/lowlevelrobustlock.sym: ... here.
4959         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
4960         * nptl/lowlevelrwlock.sym: ... here.
4961         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
4962         * nptl/pt-fork.c: ... here.
4963         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
4964         * nptl/pthread-pi-defines.sym: ... here.
4965         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
4966         * nptl/pthread_attr_getaffinity.c: ... here.
4967         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
4968         * nptl/pthread_attr_setaffinity.c: ... here.
4969         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
4970         * nptl/pthread_mutex_cond_lock.c: ... here.
4971         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
4972         Update #include.
4973         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
4974         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
4975         * nptl/pthread_once.c: ... here, replacing old file.
4976         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
4977         * nptl/pthread_yield.c: ... here.
4978         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
4979         * nptl/register-atfork.c: ... here.
4980         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
4981         * nptl/sem_post.c: ... here.
4982         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
4983         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
4984         * nptl/sem_timedwait.c: ... here.
4985         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
4986         * nptl/sem_trywait.c: ... here.
4987         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
4988         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
4989         * nptl/sem_wait.c: ... here.
4990         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
4991         * nptl/structsem.sym: ... here.
4992         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
4993         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
4994         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
4995         * nptl/unregister-atfork.c: ... here.
4996         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
4997         * nptl/unwindbuf.sym: ... here.
4998         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
4999         * sysdeps/nptl/fork.c: ... here.
5000         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
5001         * sysdeps/nptl/fork.h: ... here.
5002         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
5003         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
5004         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
5005         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
5006         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
5007         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
5008         * sysdeps/unix/sysv/linux/getpid.c: ... here.
5009         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
5010         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
5011         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
5012         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
5013         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
5014         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
5015         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
5016         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
5017         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
5018         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
5019         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
5020         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
5021         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
5022         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
5023         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
5024         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
5025         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
5026         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
5027         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
5028         * sysdeps/unix/sysv/linux/raise.c: ... here.
5029         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
5030         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
5031         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
5032         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
5033         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
5034         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
5035         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
5036         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
5037         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
5038         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
5039         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
5040         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
5041         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
5042         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
5043         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
5045 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
5047         * sysdeps/generic/memcopy.h: Add comment for
5048         MEMCPY_OK_FOR_FWD_MEMMOVE.
5050 2014-07-04  Will Newton  <will.newton@linaro.org>
5052         * string/memchr.c: Merge from gnulib.
5053         [_LIBC]: Remove conditionals.
5054         (__ptr_t): Remove define.
5055         (LONG_MAX_32_BITS): Likewise.
5056         (LONG_MAX): Likewise.
5057         (MEMCHR): Use ANSI prototype and optimize algorithm.
5059         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
5061 2014-07-03  Roland McGrath  <roland@hack.frob.com>
5063         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
5064         (lll_futex_timed_wait_bitset): Fix syscall argument count.
5066         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
5067         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
5068         in a bare environment with no <stdlib.h> installed.
5069         * sysdeps/nptl/configure: Regenerated.
5071         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
5073         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
5074         AC_EGREP_CPP for kernel header checks, so they only succeed if
5075         including <linux/version.h> actually works right.
5076         * sysdeps/unix/sysv/linux/configure: Regenerated.
5078         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
5079         value so it's not diagnosed as unused.
5081         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
5082         thing) with "ifeq ($(subdir),rt)".
5084 2014-07-03  Richard Henderson  <rth@redhat.com>
5086         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
5087         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
5088         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
5090         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
5091         (math_force_eval): New.
5093         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
5094         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
5096         * sysdeps/alpha/fpu/s_round.c: Remove file.
5097         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
5099         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
5100         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
5101         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
5102         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
5103         (_dl_start, print_statistics): Likewise.
5104         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
5105         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
5107         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5108         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5109         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5110         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5111         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5112         (HP_SMALL_TIMING_AVAIL): Define.
5113         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5114         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5115         (HP_SMALL_TIMING_AVAIL): Define.
5116         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5117         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
5119         * sysdeps/aarch64/hp-timing.h: New file.
5121         * sysdeps/generic/hp-timing.h: Remove dead comment.
5122         * sysdeps/generic/hp-timing-common.h: New file.
5123         * sysdeps/alpha/hp-timing.h: Include it.
5124         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
5125         * sysdeps/i386/i686/hp-timing.h: Likewise.
5126         * sysdeps/ia64/hp-timing.h: Likewise.
5127         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
5128         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
5129         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
5130         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
5131         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
5132         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
5133         (hp_timing_t): New.
5135         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
5136         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
5137         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5138         * elf/rtld.c (_dl_start_final): Likewise.
5139         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5140         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5141         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5142         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5143         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5144         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5145         (HP_TIMING_DIFF_INIT): Remove.
5146         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5147         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5148         (HP_TIMING_DIFF_INIT): Remove.
5149         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5150         * sysdeps/i386/i686/hp-timing.c: Remove file.
5151         * sysdeps/x86_64/hp-timing.c: Remove file.
5152         * sysdeps/ia64/hp-timing.c: Remove file.
5153         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
5154         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
5155         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
5156         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
5158         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
5159         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
5160         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
5161         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5162         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5163         (HP_TIMING_ACCUM): Remove.
5164         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5165         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
5166         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5168         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
5169         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
5170         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
5171         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
5172         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
5173         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5174         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
5175         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5177         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
5179 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
5181         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
5183 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5185         Sync up with gettext.
5186         * intl/loadmsgcat.c: Define O_BINARY if not defined.
5187         [_MSC_VER]: Include malloc.h
5188         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
5189         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
5190         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
5191         TEMP_FAILURE_RETRY.  Cast return of alloca.
5192         [!_LIBC] Call gl_rwlock_init.
5193         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
5195 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5197         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
5198         before checking its value.
5200 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5202         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
5204         * debug/memcpy_chk.c: Don't include pagecopy.h.
5205         * debug/mempcpy_chk.c: Likewise.
5206         * string/memcpy.c: Likewise.
5207         * string/memmove.c: Likewise.
5208         * sysdeps/powerpc/memmove.c: Likewise.
5209         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
5210         definition of PAGE_COPY_FWD_MAYBE here...
5211         * sysdeps/generic/pagecopy.h: ... from here.
5212         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
5214 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5215             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5217         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
5218         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
5219         optimizations.
5220         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5221         (__libc_ifunc_impl_list): Likewise.
5222         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
5223         multiarch strcat for PPC64.
5224         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
5225         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
5227 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5229         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
5231 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5233         * intl/loadmsgcat.c: Remove declaration of
5234         get_sysdep_segment_value.
5235         (get_sysdep_segment_value): Use ISO C style.
5236         (_nl_load_domain): Use ISO C style.  Get rid of redundant
5237         semicolon.  Fix typo and formatting in comment.
5238         (_nl_unload_domain): Use ISO C style.
5240         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
5242 2014-07-02  Will Newton  <will.newton@linaro.org>
5244         * malloc/obstack.c: Merge from gnulib master.
5245         [HAVE_CONFIG_H]: Remove conditional code.
5246         [!_LIBC]: Include config.h.
5247         [!ELIDE_CODE]: Don't include inttypes.h, include
5248         stdint.h unconditionally.
5249         (print_and_abort): Mark as _Noreturn.
5250         (_obstack_allocated_p): Mark as __attribute_pure__.
5251         (obstack_free): Rename to __obstack_free.
5252         [!__attribute__]: Remove conditional code.
5253         * malloc/obstack.h: Merge from gnulib master.
5254         [__cplusplus]: Move conditional down.
5255         [!__attribute_pure__]: Define __attribute_pure__ here
5256         if it is not already defined.
5257         (_obstack_memory_used): Mark as __attribute_pure__.
5258         [!__obstack_free]: Define as obstack_free.
5259         [__GNUC__]: Remove check for ancient NeXT gcc.
5261 2014-07-02  Will Newton  <will.newton@linaro.org>
5262             Paul Eggert  <eggert@cs.ucla.edu>
5264         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
5266 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5268         * resolv/gethnamaddr.c: Add comment warning that the file is
5269         not maintained.
5271 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
5273         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
5274         entries.
5276         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
5277         entry for aio_cancel and aio_cancel64.
5278         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
5279         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
5280         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
5281         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
5282         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
5283         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
5284         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
5285         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
5286         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
5287         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
5288         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
5289         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
5290         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
5292 2014-07-01  Roland McGrath  <roland@hack.frob.com>
5294         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
5295         * nptl/pthread_mutex_lock.c: Likewise.
5296         * nptl/pthread_mutex_timedlock.c: Likewise.
5297         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
5299 2014-07-01  Richard henderson  <rth@redhat.com>
5301         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
5302         (__isnan, __isnanl): Remove.
5303         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
5305         * sysdeps/alpha/fpu/libm-test-ulps: Update.
5307 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
5309         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5311 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5313         * resolv/nss_dns/dns-host.c (getanswer_r)
5314         [MULTI_PTRS_ARE_ALIASES]: Remove code.
5316 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
5318         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5319         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
5320         undefine.
5321         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
5322         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
5324 2014-07-01  Roland McGrath <roland@hack.frob.com>
5326         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
5327         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
5329         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
5330         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
5332         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
5333         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
5334         ... here.
5335         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
5336         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
5338         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
5339         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
5340         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
5341         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
5343         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
5344         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
5345         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
5346         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
5347         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
5348         Moved ...
5349         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
5350         ... here.
5351         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
5352         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
5353         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
5354         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
5355         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
5356         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
5357         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
5358         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
5359         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
5360         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
5361         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
5362         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
5363         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
5364         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
5365         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
5366         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
5367         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
5368         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
5369         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
5370         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
5371         ... here.
5372         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
5373         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
5374         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
5375         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
5376         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
5377         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
5378         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
5379         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
5381 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
5383         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
5384         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
5385         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
5386         Add sysdep.
5388 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5390         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5392 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5394         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
5395         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
5397         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
5399         * sysdeps/arm/libm-test-ulps: Regenerated.
5401 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5402             Roland McGrath <roland@hack.frob.com>
5404         * test-skeleton.c (signal_handler): Kill the whole process group
5405         before killing the child individually.
5406         (main): Report any failure on `setpgid'.
5408 2014-06-30  Roland McGrath  <roland@hack.frob.com>
5410         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
5411         from _TLS_H to _ARM_NPTL_TLS_H.
5412         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
5413         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
5415 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5417         [BZ #16539]
5418         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
5419         (__expm1l): Return argument unchanged when small but not
5420         subnormal.
5422         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
5423         include macro name.
5424         (_FP_UNPACK_RAW_1_P): Likewise.
5425         (_FP_PACK_RAW_1): Likewise.
5426         (_FP_PACK_RAW_1_P): Likewise.
5427         (_FP_MUL_MEAT_1_wide): Likewise.
5428         (_FP_MUL_MEAT_DW_1_hard): Likewise.
5429         (_FP_MUL_MEAT_1_hard): Likewise.
5430         (_FP_DIV_MEAT_1_imm): Likewise.
5431         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
5432         (_FP_DIV_MEAT_1_udiv): Likewise.
5433         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
5434         (_FP_UNPACK_RAW_2): Likewise.
5435         (_FP_UNPACK_RAW_2_P): Likewise.
5436         (_FP_PACK_RAW_2): Likewise.
5437         (_FP_PACK_RAW_2_P): Likewise.
5438         (_FP_MUL_MEAT_DW_2_wide): Likewise.
5439         (_FP_MUL_MEAT_2_wide): Likewise.
5440         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
5441         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
5442         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
5443         (_FP_MUL_MEAT_2_gmp): Likewise.
5444         (_FP_DIV_MEAT_2_udiv): Likewise.
5445         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
5446         (_FP_FRAC_SRL_4): Likewise.
5447         (_FP_FRAC_SRST_4): Likewise.
5448         (_FP_FRAC_SRS_4): Likewise.
5449         (_FP_UNPACK_RAW_4): Likewise.
5450         (_FP_UNPACK_RAW_4_P): Likewise.
5451         (_FP_PACK_RAW_4): Likewise.
5452         (_FP_PACK_RAW_4_P): Likewise.
5453         (_FP_MUL_MEAT_DW_4_wide): Likewise.
5454         (_FP_MUL_MEAT_4_wide): Likewise.
5455         (_FP_MUL_MEAT_4_gmp): Likewise.
5456         (umul_ppppmnnn): Likewise.
5457         (_FP_DIV_MEAT_4_udiv): Likewise.
5458         (__FP_FRAC_ADD_4): Likewise.
5459         (__FP_FRAC_SUB_3): Likewise.
5460         (__FP_FRAC_SUB_4): Likewise.
5461         (__FP_FRAC_DEC_3): Likewise.
5462         (__FP_FRAC_DEC_4): Likewise.
5463         (__FP_FRAC_ADDI_4): Likewise.
5464         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
5465         (_FP_FRAC_SRL_8): Likewise.
5466         (_FP_FRAC_SRS_8): Likewise.
5468         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
5469         include macro name.
5470         (FP_UNPACK_RAW_EP): Likewise.
5471         (FP_PACK_RAW_E): Likewise.
5472         (FP_PACK_RAW_EP): Likewise.
5473         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
5474         (_FP_ISSIGNAN): Likewise.
5475         (_FP_ADD_INTERNAL): Likewise.
5476         (_FP_FMA): Likewise.
5477         (_FP_CMP): Likewise.
5478         (_FP_SQRT): Likewise.
5479         (_FP_TO_INT): Likewise.
5480         (_FP_FROM_INT): Likewise.
5481         (FP_EXTEND): Likewise.
5482         (_FP_DIV_MEAT_N_loop): Likewise.
5484 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5486         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
5487         throughout.
5489 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
5491         [BZ #17097]
5492         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
5493         result with correct sign in case of exponents that produce
5494         overflow except for X very close to 1.
5496 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
5498         mktime: merge #if/#ifdef usage from glibc
5499         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
5500         as that works with both Glibc's and Gnulib's style.
5501         See thread starting at Siddhesh Poyarekar's bug report at:
5502         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
5504 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
5506         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
5507         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
5508         * sysdeps/tile/tilegx/memmove.c: Remove file.
5510 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
5512         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
5513         abi-name definition.
5514         * scripts/soversions.awk: Do not handle or generate ABI lines.
5515         * shlib-versions: Remove ABI entries.
5516         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
5517         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
5519 2014-06-27  Roland McGrath  <roland@hack.frob.com>
5521         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
5522         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
5523         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
5524         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
5525         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
5526         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
5527         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
5528         Moved ...
5529         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
5530         ... here.
5531         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
5532         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
5533         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
5534         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
5535         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
5536         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
5537         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
5538         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
5539         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
5540         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
5541         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
5542         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
5543         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
5544         Moved ...
5545         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
5546         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
5547         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
5548         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
5549         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
5550         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
5551         Moved ...
5552         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
5553         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
5554         Moved ...
5555         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
5556         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
5557         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
5558         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
5559         Moved ...
5560         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
5561         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
5562         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
5563         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
5564         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
5565         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
5566         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
5567         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
5568         Moved ...
5569         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
5570         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
5571         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
5572         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
5573         Moved ...
5574         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
5575         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
5576         Moved ...
5577         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
5578         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
5579         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
5580         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
5581         Moved ...
5582         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
5583         ... here.
5584         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
5585         Identical file removed.
5586         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
5587         Moved ...
5588         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
5589         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
5590         Identical file removed.
5591         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
5592         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
5593         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
5594         Moved ...
5595         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
5596         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
5597         Identical file removed.
5598         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
5599         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
5600         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
5601         Identical file removed.
5602         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
5603         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
5604         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
5605         Identical file removed.
5606         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
5607         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
5608         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
5609         Identical file removed.
5610         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
5611         Moved ...
5612         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
5613         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
5614         Identical file removed.
5615         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
5616         Moved ...
5617         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
5618         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
5619         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
5620         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
5621         Identical file removed.
5622         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
5623         Moved ...
5624         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
5625         ... here.
5626         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
5627         Identical file removed.
5628         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
5629         Moved ...
5630         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
5631         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
5632         Identical file removed.
5633         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
5634         Moved ...
5635         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
5636         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
5637         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
5638         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
5639         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
5640         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
5641         Moved ...
5642         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
5643         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
5644         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
5646         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
5647         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
5648         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
5649         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
5650         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
5652 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
5654         [BZ #17092]
5655         * nscd/nscd.c (monitor_child): Return exit status of child
5656         instead of return value from wait syscall.
5658 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
5660         * configure.ac (libc_commonpagesize): Remove variable.
5661         (libc_relro_required): Likewise.
5662         (libc_cv_z_relro): Remove configure test.
5663         * configure: Regenerated.
5664         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
5665         variable.
5666         (libc_relro_required): Likewise.
5667         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
5668         (libc_relro_required): Likewise.
5669         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
5670         (libc_relro_required): Likewise.
5671         * sysdeps/arm/preconfigure: Regenerated.
5672         * sysdeps/ia64/preconfigure: Remove file.
5673         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
5674         variable.
5675         (libc_relro_required): Likewise.
5677         [BZ #16561]
5678         [BZ #16562]
5679         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
5680         (__ieee754_yn): Set FE_TONEAREST mode internally and then
5681         recompute overflowing results in original rounding mode.
5682         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
5683         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
5684         recompute overflowing results in original rounding mode.
5685         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
5686         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5687         recompute overflowing results in original rounding mode.
5688         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
5689         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5690         recompute overflowing results in original rounding mode.
5691         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
5692         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5693         recompute overflowing results in original rounding mode.
5694         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
5695         (libc_feholdsetround_ctx): New macro.
5696         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
5697         * sysdeps/i386/fpu/libm-test-ulps: Update.
5698         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
5700 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5702         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
5703         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
5704         corresponding .cpsetup call.
5706 2014-06-26  Roland McGrath  <roland@hack.frob.com>
5708         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
5709         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
5710         * sysdeps/arm/Makefile [$(subdir) = csu]
5711         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
5712         (static-only-routines): Add aeabi_read_tp here.
5713         (shared-only-routines): Add libc-aeabi_read_tp here.
5714         (CFLAGS-libc-start.c): Add -fexceptions here.
5715         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
5716         (sysdep_routines, static-only-routines, shared-only-routines):
5717         Don't add to these here.
5718         (CFLAGS-libc-start.c): Likewise.
5720         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
5721         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
5722         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
5723         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
5724         * sysdeps/arm/Makefile [$(subdir) = rt]
5725         (librt-sysdep_routines, librt-shared-only-routines):
5726         Append rt-aeabi_unwind_cpp_pr1 here.
5727         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
5728         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
5729         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
5730         (libpthread-sysdep_routines, libpthread-shared-only-routines):
5731         Append nptl-aeabi_unwind_cpp_pr1 here.
5732         (tests): Filter out tst-cleanupx4 here.
5733         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
5734         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
5735         Don't do those here.
5737 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5739         * scripts/list-sources.sh: Do not handle ports specially.
5741 2014-06-26  Roland McGrath  <roland@hack.frob.com>
5743         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
5744         * sysdeps/arm/feupdateenv.c: Likewise.
5746         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
5748 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5750         * manual/texinfo.tex: Update to version 2014-05-05.10 with
5751         trailing whitespace removed.
5752         * scripts/config.guess: Update to version 2014-03-23.
5753         * scripts/config.sub: Update to version 2014-05-01
5754         * scripts/install-sh: Update to version 2013-12-25.23.
5755         * scripts/move-if-change: Update from gnulib.
5757 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5759         * debug/memmove_chk.c: Remove pagecopy.h include.
5761 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
5763         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
5764         identical to gnulib mktime.
5766 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5768         * configure.ac: Do not test for machine being rs6000.  Do not test
5769         for powerpc*-*soft.
5770         * configure: Regenerated.
5772         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
5773         test.
5774         * configure: Regenerated.
5775         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
5776         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
5777         Remove configure test.
5778         * sysdeps/arm/configure: Regenerated.
5779         * sysdeps/nptl/configure.ac: Do not check
5780         libc_cv_asm_cfi_directives.
5781         * sysdeps/nptl/configure: Regenerated.
5782         * sysdeps/x86_64/nptl/configure.ac: Remove file.
5783         * sysdeps/x86_64/nptl/configure: Remove generated file.
5784         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
5785         unconditional.
5786         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
5788 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5790         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
5791         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
5792         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
5793         it is defined.
5795         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
5796         instead of whether it is defined.
5797         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
5798         * sysdeps/hppa/dl-machine.h: Likewise.
5799         * sysdeps/ia64/dl-machine.h: Likewise.
5800         * sysdeps/m68k/dl-machine.h: Likewise.
5801         * sysdeps/microblaze/dl-machine.h: Likewise.
5802         * sysdeps/mips/dl-machine.: Likewise.
5803         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
5804         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
5805         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
5806         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
5807         * sysdeps/sh/dl-machine.h: Likewise.
5808         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
5809         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
5810         * sysdeps/tile/dl-machine.h: Likewise.
5811         * sysdeps/x86_64/dl-machine.h: Likewise.
5813         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
5814         code.
5815         (verify_persistent_db): Likewise.
5817 2014-06-26  Roland McGrath  <roland@hack.frob.com>
5819         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
5820         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
5821         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
5822         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
5823         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
5824         Moved ...
5825         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
5826         ... here.
5827         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
5828         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
5829         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
5830         Identical file removed.
5831         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
5832         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
5833         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
5834         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
5835         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
5836         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
5837         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
5838         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
5839         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
5840         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
5841         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
5842         Moved ...
5843         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
5844         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
5845         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
5846         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
5847         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
5848         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
5849         Moved ...
5850         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
5851         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
5852         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
5853         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
5854         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
5855         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
5856         Identical file removed.
5857         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
5858         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
5859         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
5860         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
5861         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
5862         Moved ...
5863         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
5864         ... here.
5865         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
5866         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
5867         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
5868         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
5869         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
5870         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
5871         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
5872         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
5873         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
5874         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
5875         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
5876         Moved ...
5877         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
5878         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
5879         Moved ...
5880         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
5881         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
5882         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
5883         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
5884         Moved ...
5885         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
5886         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
5887         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
5889         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
5890         folded into ...
5891         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
5892         * sysdeps/unix/sysv/linux/s390/Versions
5893         (libpthread: GLIBC_2.19): New version set.
5894         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
5895         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
5896         (librt: GLIBC_2.3.3): New version set.
5897         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
5898         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
5899         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
5900         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
5901         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
5902         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
5903         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
5904         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
5905         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
5906         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
5907         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
5908         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
5909         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
5910         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
5911         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
5912         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
5913         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
5914         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
5915         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
5916         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
5917         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
5918         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
5919         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
5920         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
5921         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
5922         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
5923         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
5924         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
5925         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
5926         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
5927         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
5928         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
5929         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
5930         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
5931         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
5932         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
5933         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
5934         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
5935         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
5936         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
5937         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
5938         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
5939         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
5940         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
5941         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
5943         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
5944         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
5945         (__libc_vfork): Define the function under this name.
5946         [!NOT_IN_libc] (__vfork): Make this an alias.
5947         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
5948         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
5949         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
5950         (__libc_vfork): Define the function under this name.
5951         [!NOT_IN_libc] (__vfork): Make this an alias.
5952         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
5953         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
5954         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
5955         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
5956         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
5957         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5959         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
5960         code that was previously under [RESET_PID].
5961         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
5962         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
5963         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
5965         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
5966         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
5967         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
5968         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
5969         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
5970         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
5971         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
5972         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
5973         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
5974         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
5975         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
5976         Moved ...
5977         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
5978         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
5979         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
5980         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
5981         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
5982         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
5983         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
5984         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
5985         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
5986         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
5987         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
5988         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
5989         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
5990         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
5991         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
5992         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
5993         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
5994         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
5995         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
5996         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
5997         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
5998         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
5999         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
6000         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
6001         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
6002         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
6003         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
6004         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
6005         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
6007 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6009         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
6010         that was previously under [RESET_PID].
6011         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
6013 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6015         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
6016         not undefine and redefine.
6017         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
6018         [O_CLOEXEC]: Make code unconditional.
6019         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
6020         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
6021         <kernel-features.h>.
6022         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
6023         conditional variable definition.
6024         (shm_open) [O_CLOEXEC]: Make code unconditional.
6025         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
6026         code.
6028         * configure.ac (USE_REGPARMS): Don't define here.
6029         * configure: Regenerated.
6030         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
6031         * sysdeps/i386/configure: Regenerated.
6033         * nptl/createthread.c: Don't include kernel-features.h.
6034         * nptl/pthread_cancel.c: Likewise.
6035         * nptl/pthread_condattr_setclock.c: Likewise.
6036         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
6037         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
6038         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
6039         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
6040         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
6041         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
6042         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
6043         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
6044         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
6045         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
6046         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
6047         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
6048         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
6049         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
6050         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
6051         * nscd/gai.c: Likewise.
6052         * nss/nss_db/db-open.c: Likewise.
6053         * sysdeps/generic/ldsodefs.h: Likewise.
6054         * sysdeps/sh/nptl/tls.h: Likewise.
6055         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
6056         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
6057         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
6058         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
6059         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
6060         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6061         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
6062         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
6063         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
6064         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
6065         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
6066         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
6067         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
6068         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
6069         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
6070         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
6071         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
6072         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
6073         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
6074         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
6075         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
6076         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
6077         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
6078         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
6079         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
6080         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
6081         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
6082         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
6083         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
6084         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6085         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
6086         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6087         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6088         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6089         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
6090         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6091         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
6092         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
6093         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
6094         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
6095         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
6096         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
6097         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
6098         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
6099         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
6100         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
6101         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
6102         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
6103         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
6104         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
6105         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
6106         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
6107         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
6108         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
6109         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
6110         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
6111         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6112         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
6113         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
6114         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
6115         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
6116         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
6117         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
6118         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
6119         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
6120         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
6121         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
6122         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
6123         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
6124         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
6125         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
6126         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
6127         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
6128         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
6129         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6130         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6131         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
6133         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
6134         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
6135         * sysdeps/unix/sysv/linux/pread.c: Likewise.
6136         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
6137         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6138         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6139         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6140         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6141         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6142         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
6143         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
6144         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
6145         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
6146         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
6147         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6148         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6149         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6150         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6151         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
6152         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
6153         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
6154         * sysdeps/unix/sysv/linux/system.c: Likewise.
6155         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
6156         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
6157         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
6158         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
6159         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
6160         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6161         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
6163         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
6164         * configure: Regenerated.
6165         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
6167         * configure.ac (base_machine): Do not set specially for particular
6168         machines here.
6169         * configure: Regenerated.
6170         * sysdeps/powerpc/preconfigure: Move machine and base_machine
6171         settings from configure.ac.
6172         * sysdeps/i386/preconfigure: New file.
6173         * sysdeps/s390/preconfigure: Likewise.
6174         * sysdeps/sh/preconfigure: Likewise.
6175         * sysdeps/sparc/preconfigure: Likewise.
6177 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6179         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
6180         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
6181         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
6182         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
6183         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
6184         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
6185         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
6186         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
6187         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
6188         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
6189         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
6190         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
6191         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
6192         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
6193         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
6194         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
6195         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
6196         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
6197         * sysdeps/sparc/sparc64/Makefile: ... appended here.
6199         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
6200         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
6201         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
6202         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
6203         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
6204         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
6205         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
6206         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
6207         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
6208         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
6209         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
6210         * sysdeps/sparc/sparc32/sem_post.c: ... here.
6211         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
6212         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
6213         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
6214         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
6215         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
6216         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
6217         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
6218         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
6219         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
6220         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
6221         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
6222         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
6223         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
6224         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
6225         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
6226         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
6227         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
6228         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
6229         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
6230         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
6231         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
6232         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
6233         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
6234         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
6235         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
6236         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
6238         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
6239         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
6240         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
6241         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
6242         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
6243         Moved ...
6244         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
6245         ... here.
6246         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
6247         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
6248         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
6249         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
6250         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
6251         Moved ...
6252         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
6253         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
6254         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
6255         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
6256         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
6257         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
6258         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
6259         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
6260         Moved ...
6261         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
6262         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
6263         Moved ...
6264         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
6265         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
6266         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
6267         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
6268         Moved ...
6269         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
6270         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
6271         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
6272         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
6273         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
6274         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
6275         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
6276         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
6277         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
6278         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
6279         Moved ...
6280         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
6281         ... here.
6282         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
6283         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
6284         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
6285         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
6286         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
6287         Moved ...
6288         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
6289         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
6290         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
6291         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
6292         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
6293         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
6294         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
6295         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
6296         Moved ...
6297         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
6298         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
6299         Moved ...
6300         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
6301         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
6302         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
6303         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
6304         Moved ...
6305         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
6306         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
6307         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
6308         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
6309         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
6311 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6313         * timezone/checktab.awk: Update from tzcode 2014e.
6314         * timezone/private.h: Likewise.
6315         * timezone/tzfile.h: Likewise.
6316         * timezone/zdump.c: Likewise.
6317         * timezone/zic.c: Likewise.
6319         * sysdeps/unix/sysv/linux/kernel-features.h
6320         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
6321         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
6322         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
6323         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
6324         Remove conditional code.
6326 2014-06-25  Will Newton  <will.newton@linaro.org>
6328         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
6329         (_dl_arm_cap_flags): Add HWCAP2 values.
6330         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
6331         (_DL_HWCAP_COUNT): Increase to 37.
6332         (_DL_HWCAP_LAST): New define.
6333         (_DL_HWCAP2_LAST): New define.
6334         (_dl_procinfo): Add support for printing
6335         AT_HWCAP2 entries.
6336         (_dl_string_hwcap): Use _dl_hwcap_string.
6338 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6340         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6342 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6344         * README: Do not mention ports directory.
6346         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
6347         Remove macro.
6348         * sysdeps/unix/sysv/linux/futimes.c: Do not include
6349         <kernel-features.h>.
6350         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
6351         conditional variable definition.
6352         (__futimes): Update comment.
6353         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
6354         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
6356         [BZ #16560]
6357         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
6358         arguments close to 0.
6359         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
6360         Likewise.
6361         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
6362         Likewise.
6363         * math/auto-libm-test-in: Add more tests of exp10.
6364         * math/auto-libm-test-out: Regenerated.
6365         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6367         * sysdeps/unix/sysv/linux/kernel-features.h
6368         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
6369         * sysdeps/unix/sysv/linux/readv.c: Do not include
6370         <kernel-features.h>.
6371         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6372         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6373         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6374         unconditional.
6375         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6376         conditional code.
6377         * sysdeps/unix/sysv/linux/writev.c: Do not include
6378         <kernel-features.h>.
6379         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6380         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6381         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6382         unconditional.
6383         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6384         conditional code.
6386 2014-06-25  Will Newton  <will.newton@linaro.org>
6388         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
6389         comment changes throughout the file.  Remove checks
6390         for HAVE_*_H definitions that are not required.
6391         (__gen_tempname): Call abort if an unknown kind value is
6392         passed.
6394 2014-06-25  Andreas Schwab  <schwab@suse.de>
6396         [BZ #17086]
6397         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
6398         scalbln, scalblnf, scalblnl in libc.
6400 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
6402         [BZ #17086]
6403         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
6404         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
6405         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
6407 2014-06-24  Roland McGrath  <roland@hack.frob.com>
6409         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
6410         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
6411         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
6412         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
6413         Update #include.
6414         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
6415         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
6416         Update #include.
6417         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
6418         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
6419         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
6420         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
6421         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
6422         * sysdeps/x86/bits/pthreadtypes.h: ... here.
6423         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
6424         * sysdeps/x86/bits/semaphore.h: ... here.
6425         * sysdeps/x86/nptl/elide.h: Moved ...
6426         * sysdeps/x86/elide.h: ... here.
6427         * sysdeps/x86_64/nptl/Implies: File removed.
6428         * sysdeps/i386/nptl/Implies: File removed.
6430 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
6432         [BZ #16539]
6433         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
6434         return the argument for normal arguments with exponent below -64.
6435         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
6436         Likewise.
6437         * math/auto-libm-test-in: Add another test of expm1.
6438         * math/auto-libm-test-out: Regenerated.
6440         [BZ #16287]
6441         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
6442         calling __erfcl for arguments at least 16.
6443         * math/auto-libm-test-in: Add more tests of erf.
6444         * math/auto-libm-test-out: Regenerated.
6446         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
6447         individual architectures.
6448         * sysdeps/unix/sysv/linux/configure: Regenerated.
6449         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
6450         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
6451         * sysdeps/unix/sysv/linux/powerpc/configure.ac
6452         (ldd_rewrite_script): Define variable.
6453         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
6454         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
6455         file.
6456         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
6457         generated file.
6458         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
6459         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
6460         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
6461         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
6462         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
6463         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
6464         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
6465         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
6467 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6469         [BZ #17084]
6470         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
6471         Rename member __data.d to __data.__elision_data.
6473 2014-06-24  Wilco  <wdijkstr@arm.com>
6475         * NEWS: Add 16918 to fixed bug list.
6477 2014-06-24  Wilco  <wdijkstr@arm.com>
6479         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
6481 2014-06-24  Wilco  <wdijkstr@arm.com>
6483         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
6484         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
6485         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
6486         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
6487         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
6488         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
6489         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
6490         Use _FPU_MASK_RM.
6492 2014-06-24  Wilco  <wdijkstr@arm.com>
6494         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
6496 2014-06-24  Wilco  <wdijkstr@arm.com>
6498         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
6499         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
6500         * sysdeps/arm/fesetround.c (fesetround): Remove space.
6501         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
6503 2014-06-24  Wilco  <wdijkstr@arm.com>
6505         [BZ #16918]
6506         * sysdeps/arm/feupdateenv.c (feupdateenv):
6507         Rewrite to reduce FPSCR accesses and fix return value.
6509 2014-06-24  Wilco  <wdijkstr@arm.com>
6511         * sysdeps/arm/fclrexcpt.c (feclearexcept):
6512         Optimize to avoid unnecessary FPSCR writes.
6513         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
6514         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
6515         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
6516         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
6518 2014-06-24  Wilco  <wdijkstr@arm.com>
6520         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
6521         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
6522         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
6523         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
6524         Call libc_fetestexcept_vfp.
6525         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
6526         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
6527         __SOFTFP__ ifdef so that they can be built for softfp.
6529 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6531         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
6532         argument type signed char.
6534         * Makerules (check-abi): Dump diff of symlist if the test
6535         fails.
6537 2014-06-23  Roland McGrath  <roland@hack.frob.com>
6539         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
6540         using abort.
6542         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
6543         Remove unused variable ST.
6545 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
6547         [BZ #16354]
6548         [BZ #17061]
6549         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
6550         small arguments before calling __expm1.
6551         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
6552         small arguments before calling __expm1f.
6553         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
6554         small arguments before calling __expm1l.
6555         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
6556         Likewise.
6557         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
6558         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
6559         spurious underflow for some cosh tests.
6560         * math/auto-libm-test-out: Regenerated.
6561         * sysdeps/i386/fpu/libm-test-ulps: Update.
6563         [BZ #17050]
6564         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
6565         (__ieee754_y1): Set errno if return value overflows.
6566         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
6567         (__ieee754_y1f): Set errno if return value overflows.
6568         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
6569         (__ieee754_y1l): Set errno if return value overflows.
6570         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
6571         (__ieee754_y1l): Set errno if return value overflows.
6572         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
6573         * math/auto-libm-test-out: Regenerated.
6575         * math/gen-auto-libm-tests.c: Document use of
6576         ignore-zero-inf-sign.
6577         (input_flag_type): Add value flag_ignore_zero_inf_sign.
6578         (input_flags): Add ignore-zero-inf-sign.
6579         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
6580         * math/gen-libm-test.pl (generate_testfile): Handle
6581         ignore-zero-inf-sign.
6582         * math/auto-libm-test-in: Mark some cpow tests with
6583         ignore-zero-inf-sign and some with xfail-rounding.
6584         * math/auto-libm-test-out: Regenerated.
6585         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
6586         * sysdeps/i386/fpu/libm-test-ulps: Update.
6587         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6589         [BZ #16315]
6590         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
6591         overflowing or underflowing operations take place with sign of
6592         result.
6593         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
6594         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
6595         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
6596         (__ieee754_pow): Recompute overflowing and underflowing results in
6597         original rounding mode.
6598         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
6599         (__powl_helper): Allow negative argument X and scale negated value
6600         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
6601         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
6602         overflowing or underflowing operations take place with sign of
6603         result.
6604         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
6605         Include <math.h>.
6606         * math/auto-libm-test-in: Add more tests of pow.
6607         * math/auto-libm-test-out: Regenerated.
6608         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
6609         (pow_tonearest_test_data): Remove.
6610         (pow_test_tonearest): Likewise.
6611         (pow_towardzero_test_data): Likewise.
6612         (pow_test_towardzero): Likewise.
6613         (pow_downward_test_data): Likewise.
6614         (pow_test_downward): Likewise.
6615         (pow_upward_test_data): Likewise.
6616         (pow_test_upward): Likewise.
6617         (main): Don't call removed functions.
6618         * sysdeps/i386/fpu/libm-test-ulps: Update.
6619         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6621 2014-06-23  Roland McGrath  <roland@hack.frob.com>
6623         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
6624         Moved ...
6625         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
6626         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
6627         Moved ...
6628         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
6629         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
6630         Moved ...
6631         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
6632         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
6633         Moved ...
6634         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
6635         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
6636         File removed.
6637         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
6638         File removed.
6639         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
6640         File removed.
6641         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
6642         File removed.
6643         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
6644         File removed.
6645         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
6646         File removed.
6647         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
6648         File removed.
6649         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
6650         File removed.
6651         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
6652         File removed.
6653         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
6654         File removed.
6655         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
6656         File removed.
6657         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
6658         File removed.
6659         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
6660         Moved ...
6661         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
6662         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
6663         Moved ...
6664         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
6665         ... here.
6666         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
6667         Moved ...
6668         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
6669         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
6670         Moved ...
6671         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
6672         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
6673         Moved ...
6674         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
6675         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
6676         Moved ...
6677         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
6678         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
6679         Moved ...
6680         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
6681         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
6682         Moved ...
6683         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
6684         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
6685         Moved ...
6686         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
6687         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
6688         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
6689         ... here.
6690         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
6691         Moved ...
6692         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
6693         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
6694         Moved ...
6695         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
6696         ... here.
6697         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
6698         Moved ...
6699         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
6700         ... here.
6701         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
6702         Moved ...
6703         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
6704         ... here.
6705         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
6706         Moved ...
6707         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
6708         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
6709         Moved ...
6710         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
6711         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
6712         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
6713         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
6714         Moved ...
6715         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
6716         ... here.
6717         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
6718         Moved ...
6719         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
6720         ... here.
6721         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
6722         Moved ...
6723         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
6724         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
6725         Moved ...
6726         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
6727         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
6728         Moved ...
6729         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
6730         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
6731         Moved ...
6732         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
6733         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
6734         Moved ...
6735         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
6736         ... here.
6737         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
6738         Moved ...
6739         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
6740         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
6741         Moved ...
6742         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
6743         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
6744         Moved ...
6745         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
6746         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
6747         Moved ...
6748         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
6749         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
6750         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
6751         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
6752         Moved ...
6753         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
6754         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
6755         Moved ...
6756         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
6757         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
6758         Moved ...
6759         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
6760         ... here.
6761         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
6762         Moved ...
6763         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
6764         ... here.
6765         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
6766         Moved ...
6767         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
6768         ... here.
6769         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
6770         Moved ...
6771         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
6772         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
6773         Moved ...
6774         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
6775         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
6776         Moved ...
6777         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
6778         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
6779         Moved ...
6780         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
6781         ... here.
6782         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
6783         Moved ...
6784         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
6785         ... here.
6786         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
6787         Moved ...
6788         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
6789         ... here.
6790         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
6791         Moved ...
6792         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
6793         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
6794         Moved ...
6795         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
6797 2014-06-23  Will Newton  <will.newton@linaro.org>
6798             Wilco  <wdijkstr@arm.com>
6800         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
6801         implementation.  Include get-rounding-mode.h.
6802         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
6803         [!libc_feholdsetround_noex_ctx]: Define
6804         libc_feholdsetround_noex_ctx.
6805         [!libc_feholdsetround_noexf_ctx]: Define
6806         libc_feholdsetround_noexf_ctx.
6807         [!libc_feholdsetround_noexl_ctx]: Define
6808         libc_feholdsetround_noexl_ctx.
6809         (libc_feholdsetround_ctx): New function.
6810         (libc_feresetround_ctx): New function.
6811         (libc_feholdsetround_noex_ctx): New function.
6812         (libc_feresetround_noex_ctx): New function.
6814 2014-06-23  Roland McGrath  <roland@hack.frob.com>
6816         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
6817         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
6818         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
6819         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
6820         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
6821         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
6823         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
6824         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
6825         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
6826         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
6827         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
6828         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
6829         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
6830         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
6831         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
6832         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
6833         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
6834         Moved ...
6835         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
6836         ... here.
6837         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
6838         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
6839         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
6840         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
6841         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
6842         Moved ...
6843         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
6844         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
6845         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
6846         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
6847         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
6848         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
6849         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
6850         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
6851         Moved ...
6852         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
6853         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
6854         Moved ...
6855         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
6856         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
6857         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
6858         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
6859         Moved ...
6860         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
6861         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
6862         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
6863         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
6864         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
6865         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
6866         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
6867         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
6868         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
6869         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
6870         Moved ...
6871         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
6872         ... here.
6873         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
6874         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
6875         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
6876         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
6877         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
6878         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
6879         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
6880         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
6881         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
6882         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
6883         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
6884         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
6885         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
6886         Moved ...
6887         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
6888         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
6889         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
6890         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
6891         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
6892         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
6893         Moved ...
6894         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
6895         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
6896         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
6897         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
6898         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
6900         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
6901         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
6902         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
6903         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
6904         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
6905         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
6906         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
6907         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
6908         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
6909         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
6910         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
6911         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
6912         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
6913         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
6914         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
6915         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
6916         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
6917         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
6918         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
6919         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
6920         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
6921         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
6922         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
6923         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
6924         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
6925         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
6926         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
6927         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
6929 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
6931         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
6932         (FALLOC_FL_COLLAPSE_RANGE): New macro.
6933         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
6934         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
6935         (IPV6_PMTUDISC_INTERFACE): Likewise.
6936         (IPV6_PMTUDISC_OMIT): Likewise.
6938 2014-06-23  Andreas Schwab  <schwab@suse.de>
6940         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
6941         Remove unused errout label.
6943 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6945         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
6946         macro: hardware supports Vector Crypto instructions.
6948 2014-06-23  Will Newton  <will.newton@linaro.org>
6950         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
6951         rather than __builtin_expect.
6953         * elf/dl-lookup.c (undefined_msg): Remove variable.
6954         (_dl_lookup_symbol_x): Replace undefined_msg with string
6955         literal.
6957         * elf/dl-lookup.c (do_lookup_unique): New function.
6958         (do_lookup_x): Move STB_GNU_UNIQUE handling code
6959         to a separate function.
6961 2014-06-23  Andreas Schwab  <schwab@suse.de>
6963         [BZ #17079]
6964         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
6965         before reading the next line.
6967 2014-06-23  Will Newton  <will.newton@linaro.org>
6969         * test-skeleton.c (signal_handler): Use printf and %m
6970         rather than perror.  Use printf rather than fprintf to
6971         stderr.  Use puts rather than fputs to stderr.
6972         (main): Likewise.
6974 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
6976         * nscd/nscd.c (thread_info_t): Remove typedef.
6977         (thread_info): Remove variable.
6979 2014-06-21  Allan McRae  <allan@archlinux.org>
6981         * NEWS: Mention CVE-2014-4043.
6983 2014-06-20  Roland McGrath  <roland@hack.frob.com>
6985         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
6986         * nptl/smp.h: ... here.
6988         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
6990         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
6991         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
6992         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
6993         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
6995         * nptl/allocatestack.c: Include <stack-aliasing.h>.
6996         * nptl/stack-aliasing.h: New file.
6997         * sysdeps/i386/i686/stack-aliasing.h: New file.
6998         * sysdeps/i386/i686/nptl/Makefile: File removed.
6999         * sysdeps/x86_64/stack-aliasing.h: New file.
7000         * sysdeps/x86_64/nptl/Makefile
7001         (CFLAGS-pthread_create.c): Variable removed.
7003         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
7004         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
7005         old file.
7006         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
7007         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
7008         old file.
7010 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
7012         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7013         (__ASSUME_SIGFRAME_V2): Remove macro.
7014         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
7015         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
7016         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
7017         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
7018         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
7019         Declare as function.  Remove conditional macro definitions.
7020         (__default_rt_sa_restorer): Likewise.
7021         (__default_sa_restorer_v1): Remove declaration.
7022         (__default_sa_restorer_v2): Likewise.
7023         (__default_rt_sa_restorer_v1): Likewise.
7024         (__default_rt_sa_restorer_v2): Likewise.
7025         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
7026         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
7027         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
7029 2014-06-20  Roland McGrath  <roland@hack.frob.com>
7031         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
7032         (libpthread-routines): Add sysdep.
7033         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
7034         * sysdeps/unix/sysv/linux/sparc/Versions
7035         (libpthread: GLIBC_2.3.3): New version set.
7036         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
7037         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
7038         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
7039         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
7040         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
7041         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
7042         Moved ...
7043         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
7044         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
7045         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
7046         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
7047         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
7048         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
7049         * sysdeps/sparc/nptl/sem_init.c: ... here.
7050         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
7051         * sysdeps/sparc/nptl/sem_post.c: ... here.
7052         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
7053         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
7054         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
7055         * sysdeps/sparc/nptl/sem_wait.c: ... here.
7056         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
7057         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
7058         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
7059         (libpthread-routines): Add cpu_relax.
7060         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
7061         File removed.
7062         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
7063         (librt: GLIBC_2.3.3): New version set.
7064         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
7065         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
7066         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
7067         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
7068         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
7069         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
7070         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
7071         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
7072         Moved ...
7073         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
7074         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
7075         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
7076         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
7077         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
7078         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
7079         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
7080         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
7081         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
7082         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
7083         Moved ...
7084         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
7085         Update #include.
7086         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
7087         Moved ...
7088         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
7089         Update #include.
7090         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
7091         Moved ...
7092         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
7093         Update #include.
7094         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
7095         Moved ...
7096         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
7097         Update #include.
7098         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
7099         Moved ...
7100         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
7101         Update #include.
7102         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
7103         Moved ...
7104         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
7105         Update #include.
7106         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
7107         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
7108         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
7109         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
7110         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
7111         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
7112         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
7113         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
7114         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
7115         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
7116         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
7117         Moved ...
7118         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
7119         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
7120         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
7121         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
7122         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
7124 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7126         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
7127         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
7128         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7129         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
7130         * nscd/nscd.c: Likewise.
7131         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
7132         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
7133         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
7134         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
7136         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
7137         <kernel-features.h>.
7138         (init_mq_netlink): Remove conditional have_sock_cloexec
7139         definitions.  Remove code conditional on have_sock_cloexec < 0.
7140         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7141         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7142         * sysdeps/unix/sysv/linux/opensock.c: Do not include
7143         <kernel-features.h>.
7144         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
7145         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
7147 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7149         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7150         Add tests for memset_chk and memset.
7152         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
7153         with AVX2_Usable.
7155 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7157         [BZ #16046]
7158         * elf/tst-dl-iter-static.c: New file.
7159         * elf/Makefile (tests-static): Add tst-dl-iter-static.
7161         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
7162         error.
7164 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7166         * sysdeps/unix/sysv/linux/kernel-features.h
7167         (__ASSUME_F_GETOWN_EX): Remove macro.
7168         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
7169         <kernel-features.h>.
7170         (miss_F_GETOWN_EX): Remove variable or macro.
7171         (do_fcntl): Do not check miss_F_GETOWN_EX.
7172         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
7174         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
7175         Remove macro.
7176         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
7177         [!__ASSUME_AT_RANDOM]: Remove conditional code.
7178         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
7180         * sysdeps/unix/sysv/linux/kernel-features.h
7181         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
7182         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
7183         [ADJ_OFFSET_SS_READ]: Make code unconditional.
7184         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
7186 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7188         [BZ #17075]
7189         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
7190         Fix calculation of the symbol's value.
7191         * sysdeps/arm/tst-armtlsdescloc.c: New file.
7192         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
7193         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
7194         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
7195         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
7196         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
7197         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
7198         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
7199         (modules-names): Add `tst-armtlsdescmod',
7200         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
7201         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
7202         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7203         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
7204         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
7205         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7206         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
7207         ($(objpfx)tst-armtlsdescloc): New dependency.
7208         ($(objpfx)tst-armtlsdescextnow): Likewise.
7209         ($(objpfx)tst-armtlsdescextlazy): Likewise.
7210         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
7211         TLS scheme support.
7212         * sysdeps/arm/configure: Regenerate.
7214 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7216         * include/fcntl.h (__atfct_seterrno): Remove prototype.
7217         (__atfct_seterrno_2): Likewise.
7218         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
7219         <kernel-features.h>.
7220         (__ASSUME_ATFCTS): Do not undefine and redefine.
7221         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
7222         (__have_atfcts): Remove conditional definition.
7223         (__fxstatat([__NR_fstatat64]: Make code unconditional.
7224         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
7225         unreachable if [__ASSUME_ATFCTS].
7226         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
7227         not undefine and redefine.
7228         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
7229         <kernel-features.h>.
7230         (faccessat) [__NR_faccessat]: Make code unconditional.
7231         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
7232         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
7233         <kernel-features.h>.
7234         (fchmodat) [__NR_fchmodat]: Make code unconditional.
7235         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7236         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
7237         <kernel-features.h>.
7238         (fchownat) [__NR_fchownat]: Make code unconditional.
7239         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
7240         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
7241         <kernel-features.h>.
7242         (futimesat) [__NR_futimesat]: Make code unconditional.
7243         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
7244         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
7245         <kernel-features.h>.
7246         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7247         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7248         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
7249         <kernel-features.h>.
7250         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
7251         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7252         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
7253         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
7254         <kernel-features.h>.
7255         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
7256         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7257         * sysdeps/unix/sysv/linux/linkat.c: Do not include
7258         <kernel-features.h>.
7259         (linkat) [__NR_linkat]: Make code unconditional.
7260         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7261         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
7262         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
7263         <kernel-features.h>.
7264         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
7265         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7266         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
7267         <kernel-features.h>.
7268         (mkdirat) [__NR_mkdirat]: Make code unconditional.
7269         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
7270         * sysdeps/unix/sysv/linux/openat.c: Do not include
7271         <kernel-features.h>.
7272         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
7273         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
7274         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
7275         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
7276         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
7277         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
7278         <kernel-features.h>.
7279         (readlinkat) [__NR_readlinkat]: Make code unconditional.
7280         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
7281         result of INLINE_SYSCALL directly, not via int variable.
7282         * sysdeps/unix/sysv/linux/renameat.c: Do not include
7283         <kernel-features.h>.
7284         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
7285         (renameat) [__NR_renameat]: Make code unconditional.
7286         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
7287         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
7288         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
7289         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
7290         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
7291         (__ASSUME_ATFCTS): Do not undefine and redefine.
7292         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
7293         <kernel-features.h>.
7294         (symlinkat) [__NR_symlinkat]: Make code unconditional.
7295         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7296         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
7297         <kernel-features.h>.
7298         (unlinkat) [__NR_unlinkat]: Make code unconditional.
7299         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7300         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
7301         (__ASSUME_ATFCTS): Do not undefine and redefine.
7302         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
7303         <kernel-features.h>.
7304         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7305         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7306         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
7307         <kernel-features.h>.
7308         (__xmknodat) [__NR_mknodat]: Make code unconditional.
7309         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7311 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7313         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
7315 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
7317         [BZ #17069]
7318         * posix/regcomp.c (parse_reg_exp): Deallocate partially
7319         constructed tree before returning error.
7320         * posix/bug-regexp36.c: Expand test case.
7322 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
7324         [BZ #6803]
7325         * math/libm-test.inc (scalbln_test_date):
7326         Add errno expectations.
7327         * math/w_scalblnf.c: New File.
7328         Add wrapper which checks for setting errno to ERANGE.
7329         Add weak_alias for corresponding scalbln function.
7330         * math/w_scalbln.c: Likewise.
7331         * math/w_scalblnl.c: Likewise.
7332         * math/Makefile (libm-calls): Add w_scalbln.
7333         * sysdeps/ieee754/flt-32/s_scalblnf.c:
7334         Remove weak_alias for corresponding scalbln function.
7335         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
7336         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
7337         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
7338         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
7339         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
7340         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7341         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
7342         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7343         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
7344         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
7345         Remove long_double_symbol for scalblnl function in libm, libc.
7346         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
7347         Add wrapper which checks for setting errno to ERANGE.
7348         Add long_double_symbol for scalblnl function in libm, libc.
7349         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
7350         Remove long_double_symbol for scalblnl in libm.
7351         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
7352         Add wrapper which checks for setting errno to ERANGE.
7353         Add long_double_symbol for scalblnl function in libm.
7354         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
7355         Do not use wrapper because of own implementation.
7357 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
7359         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
7360         3 bytes for __pad1 for x32.
7361         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
7363 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
7364             H.J. Lu  <hongjiu.lu@intel.com>
7366         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
7367         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
7368         * sysdeps/x86_64/multiarch/memset.S: Likewise.
7369         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
7370         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
7372 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
7374         [BZ #17069]
7375         * posix/regcomp.c (parse_expression): Deallocate partially
7376         constructed tree before returning error.
7377         * posix/Makefile.c (tests): Add bug-regex36.
7378         (generated): Add bug-regex36.mtrace.
7379         (tests-special): Add $(objpfx)bug-regex36-mem.out
7380         (bug-regex36-ENV): New variable.
7381         ($(objpfx)bug-regex36-mem.out): New rule.
7382         * posix/bug-regex36.c: New file.
7384 2014-06-19  Will Newton  <will.newton@linaro.org>
7386         * malloc/malloc.c (systrim): If extra is zero then return
7387         early.
7389 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
7391         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
7393 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
7395         * sysdeps/aarch64/strchr.S: New file.
7397 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7399         [BZ #17022]
7400         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
7401         from arguments -2 or below.
7402         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
7403         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
7405 2014-06-18  Andreas Schwab  <schwab@suse.de>
7407         [BZ #17062]
7408         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
7409         of a bracket expr not to run off the end of the string.
7410         * posix/Makefile (tests): Add tst-fnmatch3.
7411         * posix/tst-fnmatch3.c: New file.
7413 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7415         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
7416         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
7417         [$(cross-compiling) = no]: Likewise.
7418         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
7419         [$(cross-compiling) = no]: Likewise.
7421 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
7423         [BZ #17031]
7424         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
7425         double, adjusted for any remainder from the high double.
7426         * math/libm-test.inc (nearbyint): Add tests.
7427         (rint): Likewise.
7429 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7431         * nptl/sysdeps/powerpc/Makefile: Moved ...
7432         * sysdeps/powerpc/nptl/Makefile: ... here.
7433         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
7434         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
7435         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
7436         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
7437         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
7438         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
7439         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
7440         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
7441         * nptl/sysdeps/powerpc/tls.h: Moved ...
7442         * sysdeps/powerpc/nptl/tls.h: ... here.
7444 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
7446         [BZ #16681]
7447         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
7448         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
7449         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
7450         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
7451         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
7452         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
7453         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
7454         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
7455         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
7457 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
7459         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
7461 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
7463         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
7464         defined operator.
7466         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
7467         $TIMEOUTFACTOR.
7469 2014-06-16  Florian Weimer  <fweimer@redhat.com>
7471         [BZ #17058]
7472         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
7473         non-executed part of the test.
7475 2014-06-16  Andreas Schwab  <schwab@suse.de>
7477         * string/bits/string2.h (strdup, strndup): Update feature guard.
7479 2014-06-14  David S. Miller  <davem@davemloft.net>
7481         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7483 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
7485         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
7486         that was previously under [RESET_PID].
7487         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
7489         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
7490         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
7491         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
7492         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7493         (__libc_vfork): New strong alias.
7494         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
7496 2014-06-14 Andi Kleen  <ak@linux.intel.com>
7498         * sysdeps/generic/elide.h: New file.
7500 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
7502         * Makefile (installed-headers): Adjust path of pthread.h header.
7504 2014-06-13  Roland McGrath  <roland@hack.frob.com>
7506         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
7507         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
7508         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
7509         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
7511         * nptl/sysdeps/s390/Makefile: Moved ...
7512         * sysdeps/s390/nptl/Makefile: ... here.
7513         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
7514         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
7515         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
7516         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
7517         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
7518         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
7519         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
7520         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
7521         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
7522         * sysdeps/s390/nptl/pthreaddef.h: ... here.
7523         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
7524         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
7525         * nptl/sysdeps/s390/tls.h: Moved ...
7526         * sysdeps/s390/nptl/tls.h: ... here.
7528         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
7529         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
7531 2014-06-13  David S. Miller  <davem@davemloft.net>
7533         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
7534         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
7535         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
7536         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
7537         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
7538         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
7539         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
7540         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
7541         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
7542         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
7543         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
7544         Remove RESET_PID cpp guards.
7545         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
7546         Remove RESET_PID cpp guards.
7547         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
7549 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
7551         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
7552         __sp to uintptr_t.
7554 2014-06-13  Andi Kleen  <ak@linux.intel.com>
7556         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
7557         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
7558         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
7559         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
7560         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
7561         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
7562         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
7563         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
7564         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
7565         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
7566         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
7567         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
7568         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
7569         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
7570         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
7571         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
7572         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
7573         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
7574         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
7575         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
7577         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
7578         (pthread_rwlock_rdlock): Add elision.
7579         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
7580         (pthread_rwlock_wrlock): Add elision.
7581         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
7582         (pthread_rwlock_trywrlock): Add elision.
7583         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
7584         (pthread_rwlock_tryrdlock): Add elision.
7585         * nptl/pthread_rwlock_unlock.c: Include elide.h.
7586         (pthread_rwlock_tryrdlock): Add elision unlock.
7587         * nptl/sysdeps/pthread/pthread.h:
7588         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
7589         (PTHREAD_RWLOCK_INITIALIZER,
7590         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
7591         Handle new elision field.
7592         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
7593         * sysdeps/arm/nptl/bits/pthreadtypes.h
7594         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7595         * sysdeps/sh/nptl/bits/pthreadtypes.h
7596         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7597         * sysdeps/tile/nptl/bits/pthreadtypes.h
7598         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7599         * sysdeps/a/nptl/bits/pthreadtypes.h
7600         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7601         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
7602         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7603         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
7604         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7605         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
7606         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7607         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
7608         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7609         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
7610         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7611         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
7612         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7613         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
7614         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7615         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
7616         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7617         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
7618         (elision_init): Set try_xbegin to zero when no RTM.
7619         * sysdeps/x86/nptl/bits/pthreadtypes.h
7620         (pthread_rwlock_t): Change __pad1 to __rwelision.
7621         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7623 2014-06-13  Andi Kleen  <ak@linux.intel.com>
7625         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
7626         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
7627         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
7628         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
7630 2014-06-13  Meador Inge  <meadori@codesourcery.com>
7632         [BZ #16996]
7633         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
7634         that the cached result has been set before returning it.
7636 2014-06-12  Roland McGrath  <roland@hack.frob.com>
7638         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
7639         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
7640         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
7641         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
7642         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
7643         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
7645         * nptl/sysdeps/sparc/Makefile: Moved ...
7646         * sysdeps/sparc/nptl/Makefile: ... here.
7647         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
7648         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
7649         * nptl/sysdeps/sparc/tls.h: Moved ...
7650         * sysdeps/sparc/nptl/tls.h: ... here.
7651         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
7652         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
7653         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
7654         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
7655         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
7656         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
7657         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
7658         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
7659         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
7660         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
7661         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
7662         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
7663         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
7664         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
7665         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
7666         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
7667         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
7668         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
7669         Update #include.
7670         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
7671         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
7672         Update #include.
7673         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
7674         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
7675         Update #include.
7676         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
7677         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
7678         Update #include.
7680         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
7682         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
7683         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
7685         * sysdeps/pthread/posix-timer.h: Include <list.h>.
7686         (struct list_links): Type removed.
7687         (struct thread_node, struct timer_node): Replace struct list_links
7688         with struct list_head.
7689         (list_unlink_ip): Likewise.
7690         * sysdeps/pthread/timer_routines.c
7691         (timer_free_list, thread_free_list, thread_active_list): Likewise.
7692         (list_append, list_insbefore): Likewise.
7693         (list_init): Function removed.
7694         (thread_init, init_module): Use INIT_LIST_HEAD instead.
7695         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
7696         * sysdeps/pthread/Makefile: ... here, new file.
7698         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
7699         * sysdeps/nptl/Implies: ... here.
7700         * sysdeps/unix/sysv/linux/Implies: Add nptl.
7701         * nptl/sysdeps/pthread/list.h: Moved ...
7702         * include/list.h: ... here.
7703         * nptl/sysdeps/pthread/createthread.c: Moved ...
7704         * nptl/createthread.c: ... here.
7705         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
7706         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
7707         * nptl/pt-longjmp.c: ... here.
7708         * nptl/sysdeps/pthread/Makefile: Moved ...
7709         * sysdeps/nptl/Makefile: ... here.
7710         * nptl/sysdeps/pthread/Subdirs: Moved ...
7711         * sysdeps/nptl/Subdirs: ... here.
7712         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
7713         * sysdeps/nptl/aio_misc.h: ... here.
7714         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
7715         * sysdeps/nptl/bits/libc-lock.h: ... here.
7716         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
7717         * sysdeps/nptl/bits/libc-lockP.h: ... here.
7718         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
7719         * sysdeps/nptl/bits/stdio-lock.h: ... here.
7720         * nptl/sysdeps/pthread/configure: Moved ...
7721         * sysdeps/nptl/configure: ... here.
7722         * nptl/sysdeps/pthread/configure.ac: Moved ...
7723         * sysdeps/nptl/configure.ac: ... here.
7724         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
7725         * sysdeps/nptl/gai_misc.h: ... here.
7726         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
7727         * sysdeps/nptl/librt-cancellation.c: ... here.
7728         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
7729         * sysdeps/nptl/malloc-machine.h: ... here.
7730         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
7731         * sysdeps/nptl/pthread-functions.h: ... here.
7732         * nptl/sysdeps/pthread/pthread.h: Moved ...
7733         * sysdeps/nptl/pthread.h: ... here.
7734         * nptl/sysdeps/pthread/setxid.h: Moved ...
7735         * sysdeps/nptl/setxid.h: ... here.
7736         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
7737         * sysdeps/nptl/sigfillset.c: ... here.
7738         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
7739         * sysdeps/nptl/tcb-offsets.h: ... here.
7740         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
7741         * sysdeps/nptl/tst-mqueue8x.c: ... here.
7742         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
7743         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
7744         * nptl/sysdeps/pthread/allocalim.h: Moved ...
7745         * sysdeps/pthread/allocalim.h: ... here.
7746         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
7747         * sysdeps/pthread/bits/sigthread.h: ... here.
7748         * nptl/sysdeps/pthread/flockfile.c: Moved ...
7749         * sysdeps/pthread/flockfile.c: ... here.
7750         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
7751         * sysdeps/pthread/ftrylockfile.c: ... here.
7752         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
7753         * sysdeps/pthread/funlockfile.c: ... here.
7754         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
7755         * sysdeps/pthread/posix-timer.h: ... here.
7756         * nptl/sysdeps/pthread/timer_create.c: Moved ...
7757         * sysdeps/pthread/timer_create.c: ... here.
7758         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
7759         * sysdeps/pthread/timer_delete.c: ... here.
7760         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
7761         * sysdeps/pthread/timer_getoverr.c: ... here.
7762         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
7763         * sysdeps/pthread/timer_gettime.c: ... here.
7764         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
7765         * sysdeps/pthread/timer_routines.c: ... here.
7766         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
7767         * sysdeps/pthread/timer_settime.c: ... here.
7768         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
7769         * sysdeps/pthread/tst-timer.c: ... here.
7770         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
7771         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
7773         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
7774         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
7776         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
7777         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
7778         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
7779         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
7780         Update #include target.
7781         * nptl/sysdeps/i386/i686/Makefile: Moved ...
7782         * sysdeps/i386/i686/nptl/Makefile: ... here.
7783         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
7784         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
7785         Update #include target.
7786         * nptl/sysdeps/i386/i686/tls.h: Moved ...
7787         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
7788         * nptl/sysdeps/i386/Makefile: Moved ...
7789         * sysdeps/i386/nptl/Makefile: ... here.
7790         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
7791         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
7792         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
7793         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
7794         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
7795         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
7796         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
7797         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
7798         * sysdeps/i386/nptl/pthreaddef.h: ... here.
7799         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
7800         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
7801         * nptl/sysdeps/i386/tls.h: Moved ...
7802         * sysdeps/i386/nptl/tls.h: ... here.
7804         * sysdeps/sh/Makefile [$(subdir) = csu]
7805         (gen-as-const-headers): Add tcb-offsets.sym.
7806         * nptl/sysdeps/sh/Makefile: File removed.
7807         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
7808         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
7809         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
7810         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
7811         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
7812         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
7813         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
7814         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
7815         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
7816         * sysdeps/sh/nptl/pthreaddef.h: ... here.
7817         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
7818         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
7819         * nptl/sysdeps/sh/tls.h: Moved ...
7820         * sysdeps/sh/nptl/tls.h: ... here.
7821         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
7822         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
7823         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
7824         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
7825         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
7826         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
7827         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
7828         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
7829         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
7830         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
7831         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
7832         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
7833         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
7834         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
7835         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
7836         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
7837         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
7838         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
7839         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
7840         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
7841         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
7842         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
7843         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
7844         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
7845         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
7846         Moved ...
7847         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
7848         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
7849         Moved ...
7850         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
7851         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
7852         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
7853         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
7854         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
7855         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
7856         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
7857         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
7858         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
7859         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
7860         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
7861         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
7862         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
7863         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
7864         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
7865         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
7866         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
7867         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
7868         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
7870 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
7872         * posix/spawn_faction_addopen.c: Include string.h.
7874 2014-06-11  Roland McGrath  <roland@hack.frob.com>
7876         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
7877         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
7878         * nptl/sysdeps/x86_64/Makefile: Moved ...
7879         * sysdeps/x86_64/nptl/Makefile: ... here.
7880         * nptl/sysdeps/x86_64/configure: Moved ...
7881         * sysdeps/x86_64/nptl/configure: ... here.
7882         * nptl/sysdeps/x86_64/configure.ac: Moved ...
7883         * sysdeps/x86_64/nptl/configure.ac: ... here.
7884         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
7885         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
7886         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
7887         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
7888         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
7889         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
7890         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
7891         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
7892         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
7893         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
7894         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
7895         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
7896         * nptl/sysdeps/x86_64/tls.h: Moved ...
7897         * sysdeps/x86_64/nptl/tls.h: ... here.
7898         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
7899         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
7900         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
7901         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
7903         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
7905 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7907         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7909 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
7911         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
7912         type.
7913         [POSIX] (off_t): Likewise.
7914         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
7915         [POSIX] (S_ISBLK): Require macro.
7916         [POSIX] (S_ISCHR): Likewise.
7917         [POSIX] (S_ISDIR): Likewise.
7918         [POSIX] (S_ISFIFO): Likewise.
7919         [POSIX] (S_ISREG): Likewise.
7920         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
7921         optional-macro.
7922         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
7923         type.
7924         [POSIX] (time_t): Likewise.
7925         [POSIX] (timer_t): Likewise.
7927 2014-06-11  Florian Weimer  <fweimer@redhat.com>
7929         [BZ #17048]
7930         * posix/spawn_int.h (struct __spawn_action): Make the path string
7931         non-const to support deallocation.
7932         * posix/spawn_faction_addopen.c
7933         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
7934         * posix/spawn_faction_destroy.c
7935         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
7936         path in all spawn_do_open actions.
7937         * posix/tst-spawn.c (do_test): Exercise the copy operation in
7938         posix_spawn_file_actions_addopen.
7940 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
7942         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
7943         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
7944         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
7945         conditional code always true.
7946         (__libc_vfork): New alias.
7948 2014-06-11  Roland McGrath  <roland@hack.frob.com>
7950         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7951         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
7953         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
7955         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7956         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
7958         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
7959         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
7961         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7962         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
7964 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7966         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
7967         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
7968         multiarch strcmp for PPC64.
7969         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
7970         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
7971         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
7972         multiarch optimizations.
7973         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7974         (__libc_ifunc_impl_list): Likewise.
7976 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
7978         * benchtests/scripts/validate_benchout.py: New script.
7979         * benchtests/Makefile (bench-func): Call it.
7980         * benchtests/scripts/benchout.schema.json: New file.
7982 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
7984         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
7985         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
7986         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
7987         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
7988         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
7989         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
7990         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
7991         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
7992         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
7993         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
7994         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
7995         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
7996         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
7997         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
7998         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
7999         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
8000         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
8001         Moved ...
8002         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
8003         ... here.
8004         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
8005         Moved ...
8006         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
8007         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
8008         Moved ...
8009         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
8010         ... here.
8011         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
8012         Moved ...
8013         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
8014         ... here.
8015         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
8016         Moved ...
8017         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
8018         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
8019         Moved ...
8020         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
8021         ... here.
8022         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
8023         Moved ...
8024         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
8025         ... here.
8026         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
8027         Moved ...
8028         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
8029         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
8030         Moved ...
8031         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
8032         ... here.
8033         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
8034         Moved ...
8035         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
8036         ... here.
8037         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
8038         Moved ...
8039         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
8040         ... here.
8041         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
8042         Moved ...
8043         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
8044         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
8045         Moved ...
8046         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
8047         ... here.
8048         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
8049         Moved ...
8050         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
8051         ... here.
8052         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
8053         Moved ...
8054         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
8055         ... here.
8056         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
8057         Moved ...
8058         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
8059         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
8060         Moved ...
8061         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
8062         ... here.
8063         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
8064         Moved ...
8065         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
8066         ... here.
8067         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
8068         Moved ...
8069         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
8070         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
8071         Moved ...
8072         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
8073         ... here.
8074         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
8075         Moved ...
8076         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
8077         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
8078         Moved ...
8079         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
8080         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
8081         Moved ...
8082         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
8083         ... here.
8084         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
8085         Moved ...
8086         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
8087         ... here.
8088         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
8089         Moved ...
8090         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
8091         ... here.
8092         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
8093         Moved ...
8094         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
8095         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
8096         Moved ...
8097         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
8098         ... here.
8099         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
8100         Moved ...
8101         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
8102         ... here.
8103         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
8104         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
8105         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
8106         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
8107         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
8108         Moved ...
8109         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
8110         ... here.
8111         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
8112         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
8113         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
8114         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
8115         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
8116         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
8117         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
8118         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
8119         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
8120         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
8121         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
8122         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
8123         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
8124         Moved ...
8125         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
8126         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
8127         Moved ...
8128         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
8129         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
8130         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
8131         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
8132         Moved ...
8133         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
8134         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
8135         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
8136         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
8137         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8138         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8139         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
8141 2014-06-10  Wilco  <wdijkstr@arm.com>
8143         * math/test-fenv-return.c: New file.
8144         * math/Makefile: Add new test test-fenv-return.
8146 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
8148         [BZ #17042]
8149         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
8150         when x - 1 is zero.
8151         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
8152         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8153         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
8154         0.0L for an argument of 1.0L.
8155         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
8156         Likewise.
8157         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
8158         value when x - 1 is zero.
8159         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
8160         * sysdeps/i386/fpu/libm-test-ulps: Update.
8161         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8163 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
8165         [BZ #15119]
8166         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
8168 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8170         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
8171         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
8173 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8175         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8176         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
8178         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8179         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
8181         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8182         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
8184         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8185         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
8187         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
8188         if not already defined.
8189         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
8190         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
8191         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
8192         (TLS_INIT_TP): Use it.
8193         (TLS_DEFINE_INIT_TP): New macro.
8194         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
8196 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
8198         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
8199         constant.
8200         [POSIX] (IXANY): Likewise.
8201         [POSIX] (OLCUC): Likewise.
8202         [POSIX || POSIX2008] (CBAUD): Do not allow.
8203         [POSIX || POSIX2008] (DEFECHO): Likewise.
8204         [POSIX || POSIX2008] (ECHOCTL): Likewise.
8205         [POSIX || POSIX2008] (ECHOKE): Likewise.
8206         [POSIX || POSIX2008] (ECHOPRT): Likewise.
8207         [POSIX || POSIX2008] (EXTA): Likewise.
8208         [POSIX || POSIX2008] (EXTB): Likewise.
8209         [POSIX || POSIX2008] (FLUSHO): Likewise.
8210         [POSIX || POSIX2008] (LOBLK): Likewise.
8211         [POSIX || POSIX2008] (PENDIN): Likewise.
8212         [POSIX || POSIX2008] (SWTCH): Likewise.
8213         [POSIX || POSIX2008] (VDISCARD): Likewise.
8214         [POSIX || POSIX2008] (VDSUSP): Likewise.
8215         [POSIX || POSIX2008] (VLNEXT): Likewise.
8216         [POSIX || POSIX2008] (VREPRINT): Likewise.
8217         [POSIX || POSIX2008] (VSTATUS): Likewise.
8218         [POSIX || POSIX2008] (VWERASE): Likewise.
8219         (B*): Change to B[0123456789]*.
8220         * conform/data/time.h-data [POSIX || UNIX98]
8221         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
8222         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
8223         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
8224         [POSIX] (tm_*): Do not allow.
8226 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
8228         * Makefile (install): Don't set LANGUAGE.
8229         * Makefile.in (install): Likewise.
8230         * assert/Makefile (test-assert-ENV): Remove variable.
8231         (test-assert-perr-ENV): Likewise.
8232         * elf/Makefile (neededtest4-ENV): Likewise.
8233         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8234         [$(cross-compiling) = no]: Don't set LANGUAGE.
8235         * io/ftwtest-sh (LANG): Remove variable.
8236         * libio/Makefile (tst-widetext-ENV): Likewise.
8237         * manual/install.texi (Running make install): Don't refer to
8238         environment settings for make install.
8239         * INSTALL: Regenerated.
8240         * nptl/tst-tls6.sh: Don't set LANG.
8241         * posix/globtest.sh (LANG): Remove variable.
8242         * string/Makefile (tester-ENV): Likewise.
8243         (inl-tester-ENV): Likewise.
8244         (noinl-tester-ENV): Likewise.
8245         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8246         [$(cross-compiling) = no]: Don't set LANGUAGE.
8247         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
8248         without explicit environment settings.
8250 2014-06-06  Roland McGrath  <roland@hack.frob.com>
8252         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
8253         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
8254         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
8255         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
8257 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
8259         * crypt/crypt-private.h [DOS]: Add some includes taken from the
8260         other files in the crypt directory.
8261         * crypt/crypt.c: Remove duplicate includes.
8262         * crypt/crypt-entry.c: Likewise.
8263         * crypt/crypt_util.c: Likewise.
8265 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
8267         * Makeconfig (run-program-env): New variable.
8268         (run-program-prefix-before-env): Likewise.
8269         (run-program-prefix-after-env): Likewise.
8270         (run-program-prefix): Define in terms of new variables.
8271         (built-program-cmd-before-env): New variable.
8272         (built-program-cmd-after-env): Likewise.
8273         (built-program-cmd): Define in terms of new variables.
8274         (test-program-prefix-before-env): New variable.
8275         (test-program-prefix-after-env): Likewise.
8276         (test-program-prefix): Define in terms of new variables.
8277         (test-program-cmd-before-env): New variable.
8278         (test-program-cmd-after-env): Likewise.
8279         (test-program-cmd): Define in terms of new variables.
8280         * Rules (make-test-out): Use $(run-program-env).
8281         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
8282         (help): Do not mention environment variables.  Mention
8283         --timeoutfactor option.
8284         (timeoutfactor): New variable.
8285         (blacklist_exports): Remove function.
8286         (exports): Remove variable.
8287         (command): Do not include ${exports}.
8288         * manual/install.texi (Configuring and compiling): Do not mention
8289         test wrappers preserving environment variables.  Mention that last
8290         assignment to a variable must take precedence.
8291         * INSTALL: Regenerated.
8292         * benchtests/Makefile (run-bench): Use $(run-program-env).
8293         * catgets/Makefile ($(objpfx)test1.cat): Use
8294         $(built-program-cmd-before-env), $(run-program-env) and
8295         $(built-program-cmd-after-env).
8296         ($(objpfx)test2.cat): Do not specify environment variables
8297         explicitly.
8298         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
8299         $(run-program-env) and $(built-program-cmd-after-env).
8300         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
8301         $(run-program-env) and $(test-program-cmd-after-env).
8302         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
8303         explicitly.
8304         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
8305         run_program_env and test_program_cmd_after_env arguments.
8306         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
8307         * elf/tst-pathopt.sh: Use run_program_env argument.
8308         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
8309         $(test-wrapper-env) and $(run-program-env).
8310         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
8311         run_program_env arguments.
8312         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
8313         * intl/Makefile ($(objpfx)tst-gettext.out): Use
8314         $(test-program-prefix-before-env), $(run-program-env) and
8315         $(test-program-prefix-after-env).
8316         ($(objpfx)tst-gettext2.out): Likewise.
8317         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
8318         run_program_env and test_program_prefix_after_env arguments.
8319         * intl/tst-gettext2.sh: Likewise.
8320         * intl/tst-gettext4.sh: Do not set environment variables
8321         explicitly.
8322         * intl/tst-gettext6.sh: Likewise.
8323         * intl/tst-translit.sh: Likewise.
8324         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
8325         $(test-program-prefix-before-env), $(run-program-env) and
8326         $(test-program-prefix-after-env).
8327         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
8328         run_program_env and test_program_prefix_after_env arguments.
8329         * math/Makefile (run-regen-ulps): Use $(run-program-env).
8330         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
8331         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
8332         explicitly with each use of ${test_wrapper_env}.
8333         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
8334         $(test-program-prefix-before-env), $(run-program-env) and
8335         $(test-program-prefix-after-env).
8336         * posix/tst-getconf.sh: Do not set environment variables
8337         explicitly.
8338         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
8339         run_program_env and test_program_prefix_after_env arguments.
8340         * stdio-common/tst-printf.sh: Do not set environment variables
8341         explicitly.
8342         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
8343         $(test-program-prefix-before-env), $(run-program-env) and
8344         $(test-program-prefix-after-env).
8345         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
8346         run_program_env and test_program_prefix_after_env arguments.
8347         Split $test calls into $test_pre and $test.
8348         * timezone/Makefile (build-testdata): Use
8349         $(built-program-cmd-before-env), $(run-program-env) and
8350         $(built-program-cmd-after-env).
8352 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8354         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
8355         strlen for non SHARED builds.
8357 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
8359         * nptl/allocatestack.c (check_list): Inlined function...
8360         (__reclaim_stacks): ... here.
8362 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8364         [BZ #15698]
8365         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
8366         memory overrun.
8368 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
8370         * Rules (make-test-out): Include
8371         LOCPATH=$(common-objpfx)localedata in default environment.
8372         * debug/Makefile (tst-chk1-ENV): Remove variable.
8373         (tst-chk2-ENV): Likewise.
8374         (tst-chk3-ENV): Likewise.
8375         (tst-chk4-ENV): Likewise.
8376         (tst-chk5-ENV): Likewise.
8377         (tst-chk6-ENV): Likewise.
8378         (tst-lfschk1-ENV): Likewise.
8379         (tst-lfschk2-ENV): Likewise.
8380         (tst-lfschk3-ENV): Likewise.
8381         (tst-lfschk4-ENV): Likewise.
8382         (tst-lfschk5-ENV): Likewise.
8383         (tst-lfschk6-ENV): Likewise.
8384         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
8385         (tst-iconv7-ENV): Likewise.
8386         * intl/Makefile (LOCPATH-ENV): Likewise.
8387         (tst-codeset-ENV): Likewise.
8388         (tst-gettext3-ENV): Likewise.
8389         (tst-gettext5-ENV): Likewise.
8390         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
8391         (tst-fopenloc-ENV): Likewise.
8392         (tst-fgetws-ENV): Remove variable.
8393         (tst-ungetwc1-ENV): Likewise.
8394         (tst-ungetwc2-ENV): Likewise.
8395         (bug-ungetwc2-ENV): Likewise.
8396         (tst-swscanf-ENV): Likewise.
8397         (bug-ftell-ENV): Likewise.
8398         (tst-fgetwc-ENV): Likewise.
8399         (tst-fseek-ENV): Likewise.
8400         (tst-ftell-partial-wide-ENV): Likewise.
8401         (tst-ftell-active-handler-ENV): Likewise.
8402         (tst-ftell-append-ENV): Likewise.
8403         * posix/Makefile (tst-fnmatch-ENV): Likewise.
8404         (tst-regexloc-ENV): Likewise.
8405         (bug-regex1-ENV): Likewise.
8406         (tst-regex-ENV): Likewise.
8407         (tst-regex2-ENV): Likewise.
8408         (bug-regex5-ENV): Likewise.
8409         (bug-regex6-ENV): Likewise.
8410         (bug-regex17-ENV): Likewise.
8411         (bug-regex18-ENV): Likewise.
8412         (bug-regex19-ENV): Likewise.
8413         (bug-regex20-ENV): Likewise.
8414         (bug-regex22-ENV): Likewise.
8415         (bug-regex23-ENV): Likewise.
8416         (bug-regex25-ENV): Likewise.
8417         (bug-regex26-ENV): Likewise.
8418         (bug-regex30-ENV): Likewise.
8419         (bug-regex32-ENV): Likewise.
8420         (bug-regex33-ENV): Likewise.
8421         (bug-regex34-ENV): Likewise.
8422         (bug-regex35-ENV): Likewise.
8423         (tst-rxspencer-ENV): Likewise.
8424         (tst-rxspencer-no-utf8-ENV): Likewise.
8425         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
8426         (tst-sscanf-ENV): Likewise.
8427         (tst-swprintf-ENV): Likewise.
8428         (tst-swscanf-ENV): Likewise.
8429         (test-vfprintf-ENV): Likewise.
8430         (scanf13-ENV): Likewise.
8431         (bug14-ENV): Likewise.
8432         (tst-grouping-ENV): Likewise.
8433         * stdlib/Makefile (tst-strtod-ENV): Likewise.
8434         (tst-strtod3-ENV): Likewise.
8435         (tst-strtod4-ENV): Likewise.
8436         (tst-strtod5-ENV): Likewise.
8437         (testmb2-ENV): Likewise./
8438         * string/Makefile (tst-strxfrm-ENV): Likewise.
8439         (tst-strxfrm2-ENV): Likewise.
8440         (bug-strcoll1-ENV): Likewise.
8441         (test-strcasecmp-ENV): Likewise.
8442         (test-strncasecmp-ENV): Likewise.
8443         * time/Makefile (tst-strptime-ENV): Likewise.
8444         (tst-ftime_l-ENV): Likewise.
8445         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
8446         (tst-mbrtowc-ENV): Likewise.
8447         (tst-wcrtomb-ENV): Likewise.
8448         (tst-mbrtowc2-ENV): Likewise.
8449         (tst-c16c32-1-ENV): Likewise.
8450         (tst-mbsnrtowcs-ENV): Likewise.
8452 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8454         * manual/resource.texi (How to get information about the memory
8455         subsystem?): Fix typo.
8456         Reported by Peon de la Parra Ivan <peon@keba.com>
8458 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
8460         [BZ #16882]
8461         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
8462         (pthread_spin_lock): Branch out of spin loop to proper location.
8463         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
8464         (pthread_spin_lock): Likewise.
8466         * nptl/tst-spin4.c: New test.
8467         * nptl/Makefile (tests): Add tst-spin4.
8469 2014-06-03  Andreas Schwab  <schwab@suse.de>
8471         [BZ #15946]
8472         * resolv/res_send.c (send_dg): Reload file descriptor after
8473         calling reopen.
8475 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
8477         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8479 2014-06-03  Richard Henderson  <rth@redhat.com>
8481         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
8482         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
8483         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
8484         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
8485         in the SAVE_PID block.
8486         (__libc_vfork): New alias.
8487         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
8489         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
8490         child in registers, not on the stack.  Remove RESET_PID conditionals.
8491         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
8493 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
8495         * sysdeps/aarch64/libm-test-ulps: Regenerate.
8497 2014-06-03  Wilco  <wdijkstr@arm.com>
8499         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
8500         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
8501         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
8502         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
8503         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
8504         Likewise.
8506 2014-06-03  Wilco  <wdijkstr@arm.com>
8508         * sysdeps/aarch64/fpu/math_private.h
8509         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
8510         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
8511         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
8512         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
8513         Fix declarations.
8515 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8517         * crypt/crypt-private.h: Include ufc-crypt.h.
8518         (__b64_from_24bit): Declare extern.
8519         * crypt/crypt_util.c(__b64_from_24bit): New function.
8520         (b64t): New static const variable.
8521         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
8522         (b64t): Remove variable.
8523         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
8524         * crypt/sha256-crypt.c: Include crypt-private.h.
8525         (b64t): Remove variable.
8526         (__sha256_crypt_r): Remove b64_from_24bit and replace
8527         with __b64_from_24bit.
8528         * crypt/sha512-crypt.c: Likewise.
8530 2014-06-02  Roland McGrath  <roland@hack.frob.com>
8532         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
8533         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
8534         Label the code __libc_vfork rather than __vfork.
8535         [!NOT_IN_libc] (vfork): Define as weak alias.
8536         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
8537         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
8538         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
8540 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8542         * malloc/malloc.c (malloc_info): Fix format specifier for
8543         n_mmaps.
8545 2014-06-02  Wilco  <wdijkstr@arm.com>
8547         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
8548         FPCR write.
8550 2014-06-02  Wilco  <wdijkstr@arm.com>
8552         [BZ #17009]
8553         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
8554         Rewrite to reduce FPCR/FPSR accesses.
8556 2014-06-01  David S. Miller  <davem@davemloft.net>
8558         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8560 2014-05-31  David S. Miller  <davem@davemloft.net>
8562         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
8563         to occur in round to nearest mode when |x| >= 2.0
8565 2014-05-30  Richard Henderson  <rth@twiddle.net>
8567         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
8568         (PSEUDO_RET_NOERRNO): Remove.
8569         (ret): Don't redefine.
8570         (ret_NOERRNO): Define in terms of ret.
8571         (ret_ERRVAL): Likewise.
8573         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
8574         use of PSEUDO_RET; perform the error check directly.
8576 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
8578         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
8579         with __int128_t.
8581 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
8583         * malloc/malloc (malloc_info): Fix formatting.
8585 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
8586             Roland McGrath  <roland@hack.frob.com>
8588         * malloc/malloc (malloc_info): Also print mmapped statistics.
8590 2014-05-30  Roland McGrath  <roland@hack.frob.com>
8592         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
8593         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
8595 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
8597         * malloc/malloc.c (malloc_info): Inline mi_arena.
8599 2014-05-29  Richard Henderson  <rth@twiddle.net>
8601         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
8602         Remove comma before expanding ASM_ARGS_##nr.
8603         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
8604         Make _x0 a strict output; make _x8 a strict input; adjust expansion
8605         of ASM_ARGS_##nr.
8606         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
8607         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
8608         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
8609         (ASM_ARGS_1): Add leading comma.
8611         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
8612         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
8613         to __errno_location.
8614         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
8615         Remove the expected plt for __errno_location.
8617         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8618         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
8619         call to __read_tp.
8621         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8622         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
8623         it and break it down.
8624         (DOCARGS_0, DOCARGS_1): Do nothing.
8625         (DOCARGS_2): Update to store into the new stack frame.
8626         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
8627         (UNDOCARGS_1): Update to restore from the new stack frame.
8628         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
8629         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
8631         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8632         (SINGLE_THREAD_P): New parameter for result regno.
8633         (PSEUDO): Update to match; use cbz instead of beq.
8635         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8636         Use ENTRY to define the _nocancel entry point.  Share the syscall
8637         and syscall error check paths with the cancel path.
8638         (PSEUDO_END): New.
8640         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
8641         whitespace; tabs before and after asm mnemonics.
8643 2014-05-29  Eric Wong  <normalperson@yhbt.net>
8645         [BZ #15132]
8646         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
8647         Call fstat64 or stat64 internally, depending on arguments passed.
8648         Replace stat buffer argument with file descriptor argument.
8649         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
8650         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
8651         Pass fd to __internal_statvfs instead of calling fstat64.
8652         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
8653         Pass fd to __internal_statvfs64 instead of calling fstat64.
8654         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
8655         Pass -1 to __internal_statvfs instead of calling stat64.
8656         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
8657         Pass -1 to __internal_statvfs64 instead of calling stat64.
8659 2014-05-28  Roland McGrath  <roland@hack.frob.com>
8661         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
8662         that was previously under [RESET_PID].
8663         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
8665         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
8666         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
8668 2014-05-27  Roland McGrath  <roland@hack.frob.com>
8670         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
8672         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
8673         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
8675 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
8677         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
8679 2014-05-27  Andreas Schwab  <schwab@suse.de>
8681         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
8682         TLS_INIT_TP macro.
8683         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
8684         * elf/rtld.c (init_tls, dl_main): Likewise.
8685         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
8686         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
8687         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
8688         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
8689         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
8690         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
8691         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
8692         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
8693         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
8694         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
8695         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
8696         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
8697         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
8698         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
8699         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
8700         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
8701         * sysdeps/generic/tls.h: Update description.
8703 2014-05-27  Will Newton  <will.newton@linaro.org>
8705         [BZ #16990]
8706         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
8707         and restore r2 rather than just restoring.
8709 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8711         [BZ #16724]
8712         * libio/tst-ftell-append.c: New test case.
8713         * libio/Makefile (tests): Add test case.
8714         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
8715         append mode.
8716         * libio/wfileops.c (do_ftell_wide): Likewise.
8718 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8720         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8722         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
8723         ...
8724         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
8725         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
8726         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
8727         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
8728         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
8729         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
8730         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
8731         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
8732         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
8733         Moved ...
8734         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
8735         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
8736         Moved ...
8737         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
8738         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
8739         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
8740         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
8741         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
8742         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
8743         ...
8744         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
8745         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
8746         Moved ...
8747         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
8748         here.
8749         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
8750         ...
8751         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
8752         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
8753         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
8755         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
8756         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
8757         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
8758         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
8760         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
8761         merge into ...
8762         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
8763         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
8764         ...
8765         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
8766         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
8767         ...
8768         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
8769         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
8770         Moved ...
8771         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
8772         here.
8773         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
8774         Moved ...
8775         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
8776         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
8777         Moved ...
8778         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
8780         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
8781         conditional [RESET_PID].
8782         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
8783         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
8784         removed.
8785         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
8786         removed.
8788         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
8789         <tcb-offsets.h>.
8790         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8791         (__libc_vfork): New strong alias.
8792         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
8793         removed.
8794         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
8795         Removed.
8797         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
8798         <tcb-offsets.h>.
8799         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
8800         (__libc_vfork): New strong alias.
8801         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
8802         removed.
8803         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
8804         removed.
8806 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
8808         * malloc/malloc.c (mi_arena): New function.
8809         (malloc_info): Remove nested function mi_arena. Call non-nosted
8810         function mi_arena.
8812 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8814         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
8815         by insrwi.
8816         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
8817         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
8818         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
8819         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
8820         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
8821         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
8822         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
8824 2014-05-26  Andreas Schwab  <schwab@suse.de>
8826         [BZ #16984]
8827         * locale/programs/repertoire.c (repertoire_read): Add slash
8828         between I18NPATH element and file name.
8829         * locale/programs/locfile.c (locfile_read): Likewise.
8831 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
8833         * nptl/pthread_mutexattr_settype.c
8834         (__pthread_mutexattr_settype):
8835         Disable lock elision for PTHREAD_MUTEX_NORMAL.
8837 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
8839         * nptl/tst-mutex5 (do_test):
8840         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
8842 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8844         * benchtests/README: Document 'init' directive.
8845         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
8846         BENCH_INIT.
8847         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
8848         (parse_file): Recognize 'init' directive.
8850 2014-05-26  Kyle McMartin  <kyle@redhat.com>
8852         [BZ #16796]
8853         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
8854         alignment of struct pthread.
8856 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8858         [BZ #16878]
8859         * nscd/netgroupcache.c (addgetnetgrentX): Look for
8860         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
8861         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
8862         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
8864 2014-05-25  Richard Henderson  <rth@twiddle.net>
8866         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8867         (SINGLE_THREAD_P_PIC): Remove.
8868         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
8869         (SINGLE_THREAD_P_PIC): Remove.
8871         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
8872         branch to syscall error ...
8873         (PSEUDO): ... here.
8874         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
8875         from __local_syscall_error to .Lsyscall_error.
8876         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
8877         (SYSCALL_ERROR): Update label name.
8879         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8880         Do not use DOARGS/UNDOARGS.
8881         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
8882         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
8883         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
8884         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
8885         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
8887         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
8888         block comment.
8890         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
8891         define if !NOT_IN_libc.
8892         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
8893         define with non-default symbol versions.
8895 2014-05-23  Richard Henderson  <rth@twiddle.net>
8897         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
8898         (vfork, __vfork): Define via compat_symbol.
8900         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
8901         [!HAVE_IFUNC] (vfork_compat): Remove.
8902         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
8904 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
8906         [BZ #16978]
8907         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
8908         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
8909         variable.
8911 2014-05-23  Richard Henderson  <rth@twiddle.net>
8913         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
8914         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
8915         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
8916         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
8918         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
8919         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
8920         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
8921         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
8922         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
8923         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
8924         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
8925         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
8926         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
8927         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
8928         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
8929         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
8930         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
8931         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
8932         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
8933         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
8934         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
8935         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
8936         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
8937         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
8938         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
8939         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
8940         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
8941         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
8942         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
8943         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
8944         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
8945         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
8946         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
8947         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
8948         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
8949         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
8950         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
8951         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
8952         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
8953         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
8954         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
8955         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
8956         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
8957         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
8958         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
8959         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
8960         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
8961         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
8962         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
8963         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
8964         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
8965         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
8966         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
8967         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
8968         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
8969         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
8970         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
8971         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
8972         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
8973         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
8975         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
8976         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
8977         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
8978         before exiting on error.
8979         (__libc_vfork): New strong alias.
8980         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
8981         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
8983         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
8984         that was previously under [RESET_PID].
8985         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
8987         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
8989 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
8991         [BZ #16977]
8992         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
8993         value when x - 1 is zero.
8994         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
8995         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
8996         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
8997         0.0L for an argument of 1.0L.
8998         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
8999         Likewise.
9000         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
9001         value when x - 1 is zero.
9002         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
9003         * sysdeps/i386/fpu/libm-test-ulps: Update.
9004         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9006 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
9008         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
9009         alphasort and versionsort.
9011 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9013         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
9014         macro.
9015         [copysignf]: Likewise.
9017 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
9019         * crypt/md5-crypt.c: Fix formatting.
9021 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
9023         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
9024         (b64_from_24bit): New function.
9026 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9028         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
9029         libc_hidden_builtin_def to ifunc.
9030         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
9031         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
9033 2014-05-21  Roland McGrath  <roland@hack.frob.com>
9035         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
9036         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
9038 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
9040         * nscd/Depend (linuxthreads): Remove.
9041         (nptl): Add.
9042         * resolv/Depend (linuxthreads): Remove.
9043         * rt/Depend (linuxthreads): Remove.
9045         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
9046         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
9047         $(common-objpfx)elf/.
9048         (link-libc-before-gnulib): Likewise.
9049         (elfobjdir): Remove variable.
9050         * Makefile (install): Use $(elf-objpfx) instead of
9051         $(common-objpfx)elf/.
9052         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
9053         $(elfobjdir)/.
9054         (link-libc-deps): Likewise.
9055         ($(common-objpfx)libc.so): Likewise.
9056         ($(common-objpfx)linkobj/libc.so): Likewise.
9057         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
9058         instead of $(common-objpfx)elf/.
9059         (symbolic-link-list): Likewise.
9060         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
9061         [$(cross-compiling) = no]: Likewise.
9062         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
9063         $(elfobjdir)/.
9064         (static-gnulib-arch): Likewise.
9065         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
9066         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
9067         $(common-objpfx)elf/.
9069 2014-05-21  Richard Henderson  <rth@redhat.com>
9071         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
9072         (SINGLE_THREAD_P): Use the correct width load.  Fold
9073         into the ldr offset.
9075         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
9076         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
9078 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
9080         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
9081         (libgcc_s_resume): Use __attribute_used__.
9082         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
9083         Likewise.
9085 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9087         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
9088         optimization when used with float constants.
9090         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9092 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
9094         [BZ #16915]
9095         * locale/nl_langinfo_l.c: Make direct reference to every
9096         _nl_current_CATEGORY symbol.
9097         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
9098         (tests-static): Add tst-langinfo-static.
9099         (tests-special): Add tst-langinfo-static.out.
9100         ($(objpfx)tst-langinfo.out): Redirect output.
9101         ($(objpfx)tst-langinfo-static.out): New.
9102         * localedata/tst-langinfo.sh: Send output to stdout.
9103         * localedata/tst-langinfo-static.c: New file.
9105         [BZ #16965]
9106         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
9107         when the shift amount is modulo the limb size.
9109 2014-05-20  Richard Henderson  <rth@redhat.com>
9111         [BZ #16967]
9112         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
9113         Change type of sa_flags from unsigned int to int.
9115         [BZ #16966]
9116         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
9118         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
9120 2014-05-20  Will Newton  <will.newton@linaro.org>
9122         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
9123         Test the return value of the system call in the nocancel case.
9125 2014-05-20  Will Newton  <will.newton@linaro.org>
9126             Yvan Roux  <yvan.roux@linaro.org>
9128         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
9129         #include of asm/ptrace.h.
9130         (PTRACE_GET_THREAD_AREA): Remove #undef.
9131         (PTRACE_GETHBPREGS): Likewise.
9132         (PTRACE_SETHBPREGS): Likewise.
9133         (struct user_regs_struct): New structure.
9134         (struct user_fpsimd_struct): New structure.
9135         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
9136         #include of asm/ptrace.h and second #include of sys/user.h.
9137         (PTRACE_GET_THREAD_AREA): Remove #undef.
9138         (PTRACE_GETHBPREGS): Likewise.
9139         (PTRACE_SETHBPREGS): Likewise.
9140         (ELF_NGREG): Use new struct user_regs_struct.
9141         (elf_fpregset_t): Use new struct user_fpsimd_struct.
9143 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9145         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
9146         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
9148 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
9150         [BZ #16958]
9151         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
9152         membar to avoid block loads/stores to overlap previous stores.
9154 2014-05-17  Richard Henderson  <rth@redhat.com>
9156         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
9157         Create the __##syscall_name##_nocancel entry point.
9158         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
9159         Remove; let the sysdep-cancel.h code create it.
9161 2014-05-17  David S. Miller  <davem@davemloft.net>
9163         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
9164         Protect with __USE_GNU.
9165         (TIOCSET_TEMPT): Likewise.
9166         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9167         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
9168         these are already provided in bits/ioctl-types.h
9170 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9172         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
9173         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
9175         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
9176         Use wait4 regardless of [__NR_waitpid].
9178 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
9180         PR libgcc/60166
9181         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9182         (_FP_NANSIGN_Q): Set the quiet bit.
9184 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
9186         * benchtests/Makefile
9187         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
9188         not $(common-objpfx)math/libm.so.
9189         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
9190         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
9191         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
9192         $(common-objpfx)dlfcn/libdl.so.
9193         ($(objpfx)tst-audit8): Depend on $(libm), not
9194         $(common-objpfx)math/libm.so.
9195         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
9196         not $(common-objpfx)dlfcn/libdl.so.
9197         * math/Makefile
9198         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
9199         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
9200         [$(build-shared) = yes].
9201         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
9202         $(common-objpfx)nptl/libpthread.so.
9203         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
9204         $(common-objpfx)math/libm.so$(libm.so-version) or
9205         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
9206         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
9207         $(common-objpfx)dlfcn/libdl.so.
9208         * setjmp/Makefile (link-libm): Remove variable.
9209         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
9210         * stdio-common/Makefile (link-libm): Remove variable.
9211         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
9212         * stdlib/Makefile (link-libm): Remove variable.
9213         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
9214         ($(objpfx)tst-strtod-round): Likewise.
9215         ($(objpfx)tst-tininess): Likewise.
9216         ($(objpfx)tst-strtod-underflow): Likewise.
9217         ($(objpfx)tst-strtod6): Likewise.
9218         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
9219         $(libdl), not $(common-objpfx)nptl/libpthread.so and
9220         $(common-objpfx)dlfcn/libdl.so.
9222 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9224         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
9225         BSD terminal modes definitions.
9227 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9229         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
9230         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
9232         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
9233         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
9234         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
9235         Don't do #include_next.
9236         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
9237         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
9238         Don't do #include_next.
9239         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
9240         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
9241         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
9242         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
9244 2014-05-16  Allan McRae  <allan@archlinux.org>
9246         * po/sv.po: Update Swedish translation from translation project.
9248         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
9249         in sed expression.
9251 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
9253         [BZ #16917]
9254         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
9255         errno if the TIOCGPTN ioctl fails with an error different than
9256         EINVAL.
9257         * login/tst-ptsname.c: New file.
9258         * login/Makefile (tests): Add tst-ptsname.
9260         [BZ #16943]
9261         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
9262         and prlimit64.
9264 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
9266         [BZ #16849]
9267         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
9268         herrno to return EAI_AGAIN.
9270 2014-05-14  Roland McGrath  <roland@hack.frob.com>
9272         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
9273         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
9274         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
9275         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
9276         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
9277         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
9278         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
9279         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
9280         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
9281         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
9282         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
9283         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
9284         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
9285         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
9286         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
9287         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
9288         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
9289         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
9290         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
9291         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
9292         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
9293         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
9294         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
9295         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
9296         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
9297         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
9298         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
9299         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
9300         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
9301         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
9302         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
9303         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
9304         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
9305         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
9306         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
9307         Moved ...
9308         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
9309         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
9310         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
9311         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
9312         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
9313         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
9314         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
9315         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
9316         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
9317         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
9318         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
9319         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
9320         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
9321         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
9322         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
9323         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
9324         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
9325         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
9326         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
9327         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
9328         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
9329         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
9330         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
9331         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
9332         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
9333         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
9334         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
9335         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
9336         Moved ...
9337         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
9338         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
9339         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
9340         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
9341         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
9342         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
9343         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
9344         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
9345         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
9346         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
9347         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
9348         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
9349         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
9350         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
9351         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
9352         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
9353         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
9354         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
9355         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
9356         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
9357         Moved ...
9358         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
9359         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
9360         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
9362         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
9363         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
9364         (libpthread-sysdep_routines): Add elision-related stuff here instead.
9365         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
9366         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
9367         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
9368         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
9369         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
9370         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
9371         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
9372         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
9373         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
9374         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
9375         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
9376         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
9377         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
9378         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
9379         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
9380         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
9381         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
9382         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
9383         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
9384         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
9385         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
9386         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
9387         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
9388         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
9389         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
9390         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
9391         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
9392         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
9394         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
9395         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
9397         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
9398         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
9399         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
9400         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
9401         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
9402         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
9403         Moved ...
9404         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
9405         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
9406         Moved ...
9407         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
9408         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
9409         Moved ...
9410         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
9411         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
9412         Moved ...
9413         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
9414         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
9415         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
9416         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
9417         Moved ...
9418         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
9419         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
9420         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
9421         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
9422         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
9423         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
9424         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
9425         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
9426         Moved ...
9427         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
9428         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9429         Moved ...
9430         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9431         ... here.
9432         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
9433         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
9434         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
9435         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
9436         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9437         Moved ...
9438         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9439         ... here.
9440         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
9441         Moved ...
9442         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
9443         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
9444         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
9445         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
9446         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
9447         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
9448         Moved ...
9449         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
9450         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
9451         Moved ...
9452         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
9453         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
9454         Moved ...
9455         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
9456         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
9457         Moved ...
9458         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
9459         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
9460         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
9461         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
9462         Moved ...
9463         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
9464         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
9465         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
9466         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
9467         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
9468         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
9469         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
9470         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
9471         Moved ...
9472         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
9473         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9474         Moved ...
9475         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9476         ... here.
9477         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
9478         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
9479         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
9480         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
9481         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9482         Moved ...
9483         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9484         ... here.
9485         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
9486         Moved ...
9487         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
9488         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
9489         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
9490         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
9491         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
9492         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
9493         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
9494         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
9495         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
9496         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
9497         Moved ...
9498         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
9499         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
9500         Moved ...
9501         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
9502         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
9503         Moved ...
9504         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
9505         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
9506         Moved ...
9507         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
9508         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
9509         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
9510         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
9511         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
9512         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
9513         Moved ...
9514         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
9515         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
9516         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
9517         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
9518         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
9519         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
9520         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
9521         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
9522         Moved ...
9523         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
9524         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
9525         Moved ...
9526         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
9527         ... here.
9528         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
9529         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
9530         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
9531         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
9532         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
9533         Moved ...
9534         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
9535         ... here.
9536         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
9537         Moved ...
9538         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
9539         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
9540         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
9541         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
9542         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
9543         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
9544         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
9545         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
9546         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
9547         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
9548         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
9550         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
9551         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
9553         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
9554         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
9556         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
9557         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
9558         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
9559         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
9560         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
9561         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
9562         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
9563         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
9564         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
9565         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
9566         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
9567         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
9568         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
9569         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
9570         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
9571         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
9572         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
9573         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
9574         Moved ...
9575         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
9576         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
9577         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
9578         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
9579         Moved ...
9580         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
9581         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
9582         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
9583         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
9584         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
9585         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
9586         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
9587         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
9588         Moved ...
9589         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
9590         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
9591         Moved ...
9592         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
9593         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
9594         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
9595         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
9596         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
9597         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
9598         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
9599         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
9600         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
9601         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
9602         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
9603         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
9604         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
9605         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
9606         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
9607         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
9608         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
9610         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
9611         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
9612         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
9613         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
9614         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
9616         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
9617         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
9618         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
9619         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
9620         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
9621         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
9622         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
9623         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
9624         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
9625         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
9627         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
9628         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
9630         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
9631         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
9632         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
9633         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
9634         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
9635         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
9636         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
9637         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
9638         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
9639         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
9640         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
9641         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
9642         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
9643         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
9644         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
9645         Update #include.
9646         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
9647         Likewise.
9648         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9649         Likewise.
9650         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9651         Likewise.
9652         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9653         Likewise.
9654         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
9655         Likewise.
9656         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
9657         Likewise.
9658         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
9659         Likewise.
9660         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
9661         Likewise.
9662         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
9663         Likewise.
9664         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
9665         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
9666         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
9667         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
9668         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
9669         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
9670         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
9671         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
9672         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
9673         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
9674         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
9675         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
9676         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
9677         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
9678         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
9680         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
9681         that was previously under [RESET_PID].
9682         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
9683         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
9684         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
9686         * sysdeps/i386/nptl/Implies: New file.
9687         * sysdeps/x86_64/nptl/Implies: New file.
9688         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
9689         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
9690         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
9691         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
9693         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
9694         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9695         (__libc_vfork): New strong alias.
9696         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
9697         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
9699         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
9700         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9701         (__libc_vfork): New strong alias.
9702         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
9703         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
9705         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
9706         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9707         (__libc_vfork): New strong alias.
9708         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
9709         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
9710         * nptl/pt-vfork.c: New file.
9711         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
9712         (libpthread: GLIBC_2.20): New version set (empty).
9714 2014-05-14  Will Newton  <will.newton@linaro.org>
9716         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
9717         rather than #if.
9719 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
9721         [BZ #16564]
9722         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
9723         arguments with exponent 65 or above.
9724         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
9725         arguments 0x1p113L or above.
9726         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
9727         to arguments 0x1p107L or above.
9728         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
9729         positive arguments with exponent 65 or above.
9730         * math/auto-libm-test-in: Add more tests of log1p.
9731         * math/auto-libm-test-out: Regenerated.
9733         [BZ #16928]
9734         * math/s_cacos.c (__cacos): Ensure zero real part of result from
9735         non-finite arguments is +0.
9736         * math/s_cacosf.c (__cacosf): Likewise.
9737         * math/s_cacosl.c (__cacosl): Likewise.
9738         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
9739         * sysdeps/i386/fpu/libm-test-ulps: Update.
9740         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9742         [BZ #16927]
9743         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
9744         value.
9745         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
9746         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
9747         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
9748         for explicit high bit of mantissa when testing for argument equal
9749         to 1.
9750         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
9751         * sysdeps/i386/fpu/libm-test-ulps: Update.
9752         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9754         [BZ #16516]
9755         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
9756         (__erf): Scale by 16 instead of 8 in potentially underflowing
9757         case.  Ensure exception if result actually underflows.
9758         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
9759         (__erff): Scale by 16 instead of 8 in potentially underflowing
9760         case.  Ensure exception if result actually underflows.
9761         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
9762         (efx8): Remove variable.
9763         (__erfl): Scale by 16 instead of 8 in potentially underflowing
9764         case.  Ensure exception if result actually underflows.
9765         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
9766         (efx8): Remove variable.
9767         (__erfl): Scale by 16 instead of 8 in potentially underflowing
9768         case.  Ensure exception if result actually underflows.
9769         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
9770         (efx8): Remove variable.
9771         (__erfl): Scale by 16 instead of 8 in potentially underflowing
9772         case.  Ensure exception if result actually underflows.
9773         * math/auto-libm-test-in: Add more tests of erf.
9774         * math/auto-libm-test-out: Regenerated.
9776 2014-05-14  Andreas Schwab  <schwab@suse.de>
9778         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
9779         Remove code conditionalized on USE___THREAD.
9781         * config.h.in (HAVE_PT_CHOWN): Define as 0.
9782         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
9783         not definedness.
9785 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
9787         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
9788         Define unconditionally.
9789         (__ASSUME_O_CLOEXEC): Likewise.
9790         (__ASSUME_SOCK_CLOEXEC): Likewise.
9791         (__ASSUME_IN_NONBLOCK): Likewise.
9792         (__ASSUME_PIPE2): Likewise.
9793         (__ASSUME_EVENTFD2): Likewise.
9794         (__ASSUME_SIGNALFD4): Likewise.
9795         (__ASSUME_DUP3): Likewise.
9796         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9797         (__ASSUME_DUP3): Do not define.
9798         (__ASSUME_EVENTFD2): Likewise.
9799         (__ASSUME_IN_NONBLOCK): Likewise.
9800         (__ASSUME_O_CLOEXEC): Likewise.
9801         (__ASSUME_PIPE2): Likewise.
9802         (__ASSUME_SIGNALFD4): Likewise.
9803         (__ASSUME_SOCK_CLOEXEC): Likewise.
9804         (__ASSUME_UTIMES): Undefine.
9805         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9806         (__ASSUME_UTIMES): Do not define.
9807         (__ASSUME_O_CLOEXEC): Likewise.
9808         (__ASSUME_SOCK_CLOEXEC): Likewise.
9809         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
9810         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
9811         0x020621].
9812         (__ASSUME_PIPE2): Likewise.
9813         (__ASSUME_EVENTFD2): Likewise.
9814         (__ASSUME_SIGNALFD4): Likewise.
9815         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
9816         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
9817         Do not define.
9818         (__ASSUME_EVENTFD2): Likewise.
9819         (__ASSUME_SIGNALFD4): Likewise.
9820         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
9821         (__ASSUME_32BITUIDS): Likewise.
9822         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
9823         (__ASSUME_IPC64): Likewise.
9824         (__ASSUME_ST_INO_64_BIT): Likewise.
9825         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
9826         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
9827         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9828         (__ASSUME_UTIMES): Do not define.
9829         (__ASSUME_PSELECT): Likewise.
9830         (__ASSUME_PPOLL): Likewise.
9831         (__ASSUME_O_CLOEXEC): Likewise.
9832         (__ASSUME_SOCK_CLOEXEC): Likewise.
9833         (__ASSUME_IN_NONBLOCK): Likewise.
9834         (__ASSUME_PIPE2): Likewise.
9835         (__ASSUME_EVENTFD2): Likewise.
9836         (__ASSUME_SIGNALFD4): Likewise.
9837         (__ASSUME_DUP3): Likewise.
9838         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
9839         (__ASSUME_UTIMES): Likewise.
9840         (__ASSUME_O_CLOEXEC): Likewise.
9841         (__ASSUME_SOCK_CLOEXEC): Likewise.
9842         (__ASSUME_IN_NONBLOCK): Likewise.
9843         (__ASSUME_PIPE2): Likewise.
9844         (__ASSUME_EVENTFD2): Likewise.
9845         (__ASSUME_SIGNALFD4): Likewise.
9846         (__ASSUME_DUP3): Likewise.
9847         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9848         (__ASSUME_UTIMES): Likewise.
9849         (__ASSUME_O_CLOEXEC): Likewise.
9850         (__ASSUME_SOCK_CLOEXEC): Likewise.
9851         (__ASSUME_IN_NONBLOCK): Likewise.
9852         (__ASSUME_PIPE2): Likewise.
9853         (__ASSUME_EVENTFD2): Likewise.
9854         (__ASSUME_SIGNALFD4): Likewise.
9855         (__ASSUME_DUP3): Likewise.
9856         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
9857         Likewise.
9858         (__ASSUME_UTIMES): Likewise.
9859         (__ASSUME_EVENTFD2): Likewise.
9860         (__ASSUME_SIGNALFD4): Likewise.
9861         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9862         (__ASSUME_O_CLOEXEC): Likewise.
9863         (__ASSUME_SOCK_CLOEXEC): Likewise.
9864         (__ASSUME_IN_NONBLOCK): Likewise.
9865         (__ASSUME_PIPE2): Likewise.
9866         (__ASSUME_EVENTFD2): Likewise.
9867         (__ASSUME_SIGNALFD4): Likewise.
9868         (__ASSUME_DUP3): Likewise.
9869         (__ASSUME_UTIMES): Undefine.
9871         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
9872         feclearexcept.  Remove symbol versioning code.
9873         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
9874         symbol versioning code.
9875         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
9876         symbol versioning code.
9877         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
9878         feupdateenv.  Remove symbol versioning code.
9879         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
9880         fegetexceptflag.  Remove symbol versioning code.
9881         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
9882         fesetexceptflag.  Remove symbol versioning code.
9883         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
9884         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
9885         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
9886         (__posix_fadvise64_l32): Remove prototype.
9887         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
9888         code.
9890 2014-05-13  Roland McGrath  <roland@hack.frob.com>
9892         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
9893         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
9894         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
9895         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
9897 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
9899         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
9900         current working directory
9902 2014-05-13  Roland McGrath  <roland@hack.frob.com>
9904         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
9905         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
9906         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
9907         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
9908         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
9909         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
9910         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
9911         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
9912         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
9913         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
9914         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
9915         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
9916         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
9917         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
9918         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
9919         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
9920         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
9921         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
9922         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
9923         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
9924         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
9925         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
9926         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
9927         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
9928         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
9929         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
9930         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
9931         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
9932         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
9933         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
9934         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
9935         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
9936         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
9937         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
9938         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
9939         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
9940         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
9941         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
9942         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
9943         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
9944         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
9945         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
9947         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
9948         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
9950         * sysdeps/unix/sysv/linux/arm/Makefile
9951         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
9952         Add rt-aeabi_unwind_cpp_pr1.
9953         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
9954         Add nptl-aeabi_unwind_cpp_pr1.
9955         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
9956         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
9957         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
9958         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
9959         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
9960         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
9962         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
9963         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
9964         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
9965         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
9967         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
9968         Deconditionalize the code that was previously under [RESET_PID].
9969         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
9971         * sysdeps/generic/exit-thread.h: New file.
9972         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
9973         * include/unistd.h (__exit_thread): Remove declaration.
9974         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
9975         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
9976         * csu/libc-start.c: Include <exit-thread.h>.
9977         (LIBC_START_MAIN): Pass no argument to __exit_thread.
9978         * nptl/pthread_create.c: Include <exit-thread.h>.
9979         (start_thread): Call __exit_thread in place of __exit_thread_inline.
9980         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
9981         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
9982         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
9983         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
9984         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
9985         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
9986         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
9987         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
9988         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
9989         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
9990         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
9991         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
9992         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
9993         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
9994         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
9995         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
9997 2014-05-13  Andreas Schwab  <schwab@suse.de>
9999         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
10001 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
10003         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
10004         (__ASSUME_UTIMES): Do not condition on kernel version.
10005         (__ASSUME_PSELECT): Define unconditionally.
10006         (__ASSUME_PPOLL): Likewise.
10007         (__ASSUME_ATFCTS): Likewise.
10008         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
10009         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
10010         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
10011         (__ASSUME_UTIMENSAT): Define unconditionally.
10012         (__ASSUME_PRIVATE_FUTEX): Likewise.
10013         (__ASSUME_FALLOCATE): Likewise.
10014         (__ASSUME_O_CLOEXEC): Likewise.
10015         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
10016         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
10017         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
10018         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
10019         (__ASSUME_IN_NONBLOCK): Likewise.
10020         (__ASSUME_PIPE2): Likewise.
10021         (__ASSUME_EVENTFD2): Likewise.
10022         (__ASSUME_SIGNALFD4): Likewise.
10023         (__ASSUME_DUP3): Likewise.
10024         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10025         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
10026         (__ASSUME_AT_RANDOM): Likewise.
10027         (__ASSUME_PREADV): Likewise.
10028         (__ASSUME_PWRITEV): Likewise.
10029         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
10030         (__ASSUME_F_GETOWN_EX): Define unconditionally.
10031         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
10032         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
10033         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
10034         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
10035         (__ASSUME_O_CLOEXEC): Define unconditionally.
10036         (__ASSUME_PSELECT): Do not undefine conditionally.
10037         (__ASSUME_PPOLL): Likewise.
10038         (__ASSUME_ATFCTS): Likewise.
10039         (__ASSUME_SET_ROBUST_LIST): Likewise.
10040         (__ASSUME_UTIMENSAT): Likewise.
10041         (__ASSUME_FDATASYNC): Define unconditionally.
10042         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10043         (__ASSUME_SIGFRAME_V2): Likewise.
10044         )__ASSUME_EVENTFD2): Likewise.
10045         (__ASSUME_SIGNALFD4): Likewise.
10046         (__ASSUME_PSELECT): Do not undefine conditionally.
10047         (__ASSUME_PPOLL): Likewise.
10048         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
10049         (__ASSUME_PSELECT): Define unconditionally.
10050         (__ASSUME_PPOLL): Likewise.
10051         (__ASSUME_O_CLOEXEC): Likewise.
10052         (__ASSUME_SOCK_CLOEXEC): Likewise.
10053         (__ASSUME_IN_NONBLOCK): Likewise.
10054         (__ASSUME_PIPE2): Likewise.
10055         (__ASSUME_EVENTFD2): Likewise.
10056         (__ASSUME_SIGNALFD4): Likewise.
10057         (__ASSUME_DUP3): Likewise.
10058         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10059         (__ASSUME_O_CLOEXEC): Likewise.
10060         (__ASSUME_SOCK_CLOEXEC): Likewise.
10061         (__ASSUME_IN_NONBLOCK): Likewise.
10062         (__ASSUME_PIPE2): Likewise.
10063         (__ASSUME_EVENTFD2): Likewise.
10064         (__ASSUME_SIGNALFD4): Likewise.
10065         (__ASSUME_DUP3): Likewise.
10066         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10067         (__ASSUME_EVENTFD2): Likewise.
10068         (__ASSUME_SIGNALFD4): Likewise.
10069         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
10071 2014-05-12  Andreas Schwab  <schwab@suse.de>
10073         [BZ #16932]
10074         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
10075         (_nss_nis_gethostbyname4_r): Return error if item length is larger
10076         than maximum RPC packet size.
10077         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
10078         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
10079         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
10080         (_nss_nis_getservbyport_r): Likewise.
10082 2014-05-12  Will Newton  <will.newton@linaro.org>
10084         * malloc/Makefile (tests): Add tst-mallopt.
10085         * malloc/tst-mallopt.c: New file.
10087 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10089         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
10090         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
10092 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10094         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
10095         (tst-tlsmod6.so): Likewise.
10097 2014-05-09  Roland McGrath  <roland@hack.frob.com>
10099         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
10101 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
10103         [BZ #16064]
10104         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
10105         and <dl-procinfo.h>.
10106         (__fegetenv): Save SSE state in envp->__eip if supported.
10107         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
10108         envp->__eip if supported.
10109         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
10110         and <dl-procinfo.h>.
10111         (__fesetenv): Always set __eip, __cs_selector, __opcode,
10112         __data_offset and __data_selector in environment to 0.  Set SSE
10113         state if supported.
10114         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
10115         test-fenv-sse.
10116         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
10117         -mfpmath=sse.
10118         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
10120 2014-05-09  Will Newton  <will.newton@linaro.org>
10122         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
10123         and libc_relro_required for ARM.
10124         * sysdeps/arm/preconfigure: Regenerate.
10126 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
10127             Stefan Liebler  <stli@linux.vnet.ibm.com>
10129         * config.make.in (enable-lock-elision): New Makefile variable.
10130         * configure.ac: Likewise.
10131         * configure: Regenerate.
10132         * sysdeps/s390/configure.ac:
10133         Add check for gcc transactions support.
10134         * sysdeps/s390/configure: Regenerate.
10135         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
10136         Build elision files if enabled.
10137         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10138         Add lock elision support for s390.
10139         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10140         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10141         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10142         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
10143         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10144         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
10145         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10146         Likewise.
10147         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
10148         Likewise.
10149         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
10150         Likewise.
10151         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
10152         Likewise.
10153         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
10154         (__lll_timedlock_elision, __lll_lock_elision)
10155         (__lll_unlock_elision, __lll_trylock_elision)
10156         (lll_timedlock_elision, lll_lock_elision)
10157         (lll_unlock_elision, lll_trylock_elision): Add.
10158         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10159         (pthread_mutex_t): Add lock elision support for s390.
10161 2014-05-14  Wilco  <wdijkstr@arm.com>
10163         * sysdeps/arm/fclrexcpt.c: Cleanup.
10164         * sysdeps/arm/fedisblxcpt.c: Cleanup.
10165         * sysdeps/arm/feenablxcpt.c: Cleanup.
10166         * sysdeps/arm/fegetenv.c: Cleanup.
10167         * sysdeps/arm/fegetexcept.c: Cleanup.
10168         * sysdeps/arm/fegetround.c: Cleanup.
10169         * sysdeps/arm/feholdexcpt.c: Cleanup.
10170         * sysdeps/arm/fesetenv.c: Cleanup.
10171         * sysdeps/arm/fesetround.c: Cleanup.
10172         * sysdeps/arm/feupdateenv.c: Cleanup.
10173         * sysdeps/arm/fgetexcptflg.c: Cleanup.
10174         * sysdeps/arm/fraiseexcpt.c: Cleanup.
10175         * sysdeps/arm/fsetexcptflg.c: Cleanup.
10176         * sysdeps/arm/ftestexcept.c: Cleanup.
10177         * sysdeps/arm/get-rounding-mode.h: Cleanup.
10178         * sysdeps/arm/setfpucw.c: Cleanup.
10180 2014-05-09  Will Newton  <will.newton@linaro.org>
10182         * sysdeps/arm/armv7/strcmp.S: New file.
10183         * NEWS: Mention addition of ARMv7 optimized strcmp.
10185 2014-05-08  Roland McGrath  <roland@hack.frob.com>
10187         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
10188         look for %.ac rather than %.in.
10190         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
10191         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
10192         * sysdeps/mach/hurd/configure: Regenerated.
10193         * sysdeps/unix/sysv/linux/configure: Regenerated.
10195         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
10197 2014-05-07  Steve Ellcey  <sellcey@mips.com>
10199         [BZ# 16922]
10200         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
10201         (LONG_SUB): Ditto.
10202         (PTR_SUB): Ditto.
10204 2014-05-07  Andreas Schwab  <schwab@suse.de>
10206         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
10207         when skipping over non-matching result from nscd.
10209 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
10211         [BZ #16876]
10212         * nptl/sockperf.c (client): Check socket return value.
10214         [BZ #16877]
10215         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
10216         nscd security class.
10218 2014-05-06  Roland McGrath  <roland@hack.frob.com>
10220         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
10221         * sysdeps/arm/unwind.h: ... here.
10223 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
10225         [BZ# 16916]
10226         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
10227         Define.
10229 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10231         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
10232         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
10233         multiarch strncpy for PPC64.
10234         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
10235         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
10236         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
10237         multiarch optimizations.
10238         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10239         (__libc_ifunc_impl_list): Likewise.
10240         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
10241         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
10242         multiarch stpncpy for PPC64.
10243         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
10244         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
10246 2014-05-06  Andreas Schwab  <schwab@suse.de>
10248         [BZ #16912]
10249         * gmon/mcount.c (_MCOUNT_DECL): Use
10250         atomic_compare_and_exchange_bool_acq instead of
10251         catomic_compare_and_exchange_bool_acq.
10253 2014-05-05  Roland McGrath  <roland@hack.frob.com>
10255         * elf/Makefile (others, install-bin): Remove pldd.
10256         (pldd-modules): Variable removed.
10257         ($(objpfx)pldd): Target removed.
10258         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
10259         (others, install-bin): Append pldd here.
10260         ($(objpfx)pldd): New target.
10262         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
10263         to 0, so the first #if test emitted later doesn't see it undefined.
10264         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
10265         * sysdeps/gnu/errlist.c: Regenerated.
10267 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10269         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
10270         [libc_hidden_builtin_def]: Define to empty value.
10271         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
10272         [libc_hidden_builtin_def]: Likewise.
10273         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
10274         [libc_hidden_builtin_def]: Likewise.
10275         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
10276         [libc_hidden_builtin_def]: Likewise.
10277         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
10278         __redirect_memcpy and define ifunc as default hidden symbol.
10279         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
10280         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
10282 2014-05-04  Adam Conrad  <adconrad@0c3.net>
10284         * locale/iso-4217.def: Reintroduce XDR currency.
10286 2014-05-04  Allan McRae  <allan@archlinux.org>
10288         * po/eo.po: Update Esperanto translation from translation project.
10290 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
10292         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
10293         and FEATURE_INDEX_MAX to 1.
10294         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
10296 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10298         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
10299         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
10300         * iconvdata/big5.c (ONE_DIRECTION): Define.
10301         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
10302         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
10303         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
10304         * iconvdata/cp932.c (ONE_DIRECTION): Define.
10305         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
10306         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
10307         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
10308         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
10309         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
10310         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
10311         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
10312         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
10313         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
10314         * iconvdata/gbk.c (ONE_DIRECTION): Define.
10315         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
10316         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
10317         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
10318         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
10319         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
10320         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
10321         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
10322         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
10323         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
10324         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
10325         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
10326         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
10327         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
10328         * iconvdata/iso646.c (ONE_DIRECTION): Define.
10329         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
10330         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
10331         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
10332         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
10333         * iconvdata/johab.c (ONE_DIRECTION): Define.
10334         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
10335         * iconvdata/sjis.c (ONE_DIRECTION): Define.
10336         * iconvdata/t.61.c (ONE_DIRECTION): Define.
10337         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
10338         * iconvdata/tscii.c (ONE_DIRECTION): Define.
10339         * iconvdata/uhc.c (ONE_DIRECTION): Define.
10340         * iconvdata/unicode.c (ONE_DIRECTION): Define.
10341         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
10342         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
10343         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
10345 2014-05-01  Roland McGrath  <roland@hack.frob.com>
10347         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
10348         (_IO_JUMPS_OFFSET): Define to 0.
10350         * nptl/sysdeps/pthread/bits/libc-lock.h
10351         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
10352         (__libc_lock_define_initialized_recursive): Always define using
10353         initializer.  Modern compilers treat uninitialized (implicit zero) and
10354         explicit zero initializers the same (i.e. put the datum in bss).
10356 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10358         * nscd/nscd-client.h: Include <string.h>.
10360 2014-05-01  David S. Miller  <davem@davemloft.net>
10362         [BZ #16885]
10363         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
10364         multiple zero bytes exist at the end of a string.
10365         Reported by Aurelien Jarno <aurelien@aurel32.net>
10367         * string/test-strcmp.c (check): Add explicit test for situations where
10368         there are multiple zero bytes after the first.
10370 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10372         [BZ #16890]
10373         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
10374         when compiling wprintf.
10375         * stdio-common/tstdiomisc.c (t3): New function.
10376         (main): Call it.
10378 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10380         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
10381         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
10382         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
10383         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
10385 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10387         * stdlib/longlong.h: Updated from GCC.
10389 2014-05-01  Will Newton  <will.newton@linaro.org>
10390             Bernard Ogden  <bernie.ogden@linaro.org>
10392         * NEWS: Update fixed bug list.
10394         [BZ #15119]
10395         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
10397 2014-04-30  David S. Miller  <davem@davemloft.net>
10399         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
10400         (libc_feholdexcept_setround_sparc_ctx): New function.
10401         (libc_fesetenv_sparc_ctx): Likewise.
10402         (libc_feupdateenv_sparc_ctx): Likewise.
10403         (libc_feholdsetround_sparc_ctx): Likewise.
10404         (libc_feholdexcept_setround_ctx): Define.
10405         (libc_feholdexcept_setroundf_ctx): Likewise.
10406         (libc_feholdexcept_setroundl_ctx): Likewise.
10407         (libc_fesetenv_ctx): Likewise.
10408         (libc_fesetenvf_ctx): Likewise.
10409         (libc_fesetenvl_ctx): Likewise.
10410         (libc_feupdateenv_ctx): Likewise.
10411         (libc_feupdateenvf_ctx): Likewise.
10412         (libc_feupdateenvl_ctx): Likewise.
10413         (libc_feresetround_ctx): Likewise.
10414         (libc_feresetroundf_ctx): Likewise.
10415         (libc_feresetroundl_ctx): Likewise.
10416         (libc_feholdsetround_ctx): Likewise.
10417         (libc_feholdsetroundf_ctx): Likewise.
10418         (libc_feholdsetroundl_ctx): Likewise.
10420         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10421         with __USE_GNU instead of XOPEN cpp guards.
10423         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
10424         0.
10426         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10427         with XOPEN cpp guards.
10429 2014-04-30  Julian Brown  <julian@codesourcery.com>
10431         [BZ #16888]
10432         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
10433         handling.
10435 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
10437         [BZ #9894]
10438         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
10439         Change to 2.6.32.
10440         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
10441         * sysdeps/unix/sysv/linux/configure: Regenerated.
10442         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
10443         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
10444         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
10445         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
10446         * README: Update reference to required Linux kernel version.
10447         * manual/install.texi (Linux): Update reference to required Linux
10448         kernel headers version.
10449         * INSTALL: Regenerated.
10451         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
10452         header inclusion.
10453         [POSIX] (limits.h): Likewise.
10454         [POSIX] (math.h): Likewise.
10455         [POSIX] (sys/wait.h): Likewise.
10456         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
10457         function.
10458         [POSIX] (stddef.h): Do not allow header inclusion.
10460 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10462         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
10464 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
10466         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
10467         Return immediately after lll_futex_wake.
10469 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10471         [BZ #16791]
10472         * nscd/nscd-client.h (datahead_init_common): Initialize entire
10473         structure.
10474         (datahead_init_pos): Call datahead_init_common early.
10475         (datahead_init_neg): Likewise.
10477         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
10478         datahead_init_neg): New functions.
10479         * nscd/aicache.c (addhstaiX): Use them.
10480         * nscd/grpcache.c (cache_addgr): Likewise.
10481         * nscd/hstcache.c (cache_addhst): Likewise.
10482         * nscd/initgrcache.c (addinitgroupsX): Likewise.
10483         * nscd/netgroupcache.c (do_notfound): Likewise.
10484         (addgetnetgrentX): Likewise.
10485         (addinnetgrX): Likewise.
10486         * nscd/pwdcache.c (cache_addpw): Likewise.
10487         * nscd/servicescache.c (cache_addserv): Likewise.
10489 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10490             Atsushi Onoe  <atsushi@onoe.org>
10492         [BZ #14308]
10493         [BZ #12994]
10494         [BZ #13651]
10495         * resolv/res_query.c (__libc_res_nsearch): Return if at least
10496         one response is valid.
10497         * resolv/res_send.c (send_dg): Check for validity of other
10498         response if the current response is a referral.
10500 2014-04-29  Steve Ellcey  <sellcey@mips.com>
10502         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
10504 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
10506         [BZ #16823]
10507         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
10508         Always divide by positive zero when computing -Inf result.
10509         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
10510         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
10512 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10514         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
10515         FPSCR if value do not change.
10516         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
10517         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
10518         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
10519         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
10520         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
10521         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
10522         function.
10524 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
10526         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
10527         * sysdeps/unix/sysv/linux/hppa: Move directory from
10528         ports/systeps/unix/sysv/linux/hppa.
10529         * README: Update listing for hppa-*-linux-gnu.
10531 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
10533         [BZ #16754]
10534         * manual/stdio.texi (Hook functions): Fix types of stream hook
10535         functions.
10536         [BZ #16854]
10537         * socket/sys/socket.h: Fix typo in comment.
10539 2014-04-28  Wilco  <wdijkstr@arm.com>
10541         * sysdeps/arm/fenv_private.h: New file.
10542         * sysdeps/arm/math_private.h: New file.
10543         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
10545 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
10547         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
10548         with __int128_t.
10549         (La_x86_64_retval): Likewise.
10551 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
10553         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
10554         fpsr if value didn't change.
10555         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
10556         to fpcr if value didn't change.
10557         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
10558         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
10559         fpsr or fpcr if value didn't change.
10560         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
10561         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
10562         fpcr if value didn't change.
10563         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
10564         to fpsr if value didn't change.
10566 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
10568         * nptl/tst-sem3.c: Use test-skeleton.c
10569         (main): Rename to do_test.  Use return instead of
10570         exit.
10571         * nptl/tst-sem4.c: Use test-skeleton.c
10572         (main): Rename to do_test.
10574 2014-04-22  David S. Miller  <davem@davemloft.net>
10576         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
10577         (struct sigaction): New struct member __glibc_reserved0, change
10578         type of sa_flags to int.
10580 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
10582         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
10583         (COUNT_LEADING_ZEROS_0): Define for AArch64.
10585 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
10587         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
10588         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
10590 2014-04-22  Will Newton  <will.newton@linaro.org>
10591             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
10593         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
10594         (__longjmp): Add longjmp and longjmp_target SystemTap
10595         probes.
10596         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
10597         (__sigsetjmp): Add setjmp SystemTap probe.
10599 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
10601         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
10602         match manual order.
10604 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10606         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
10608         * sysdeps/powerpc/fpu/fenv_private.h
10609         (libc_feholdexcept_setroundl_ctx): Define to
10610         libc_feholdexcept_setround_ppc_ctx.
10611         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
10612         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
10613         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
10614         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
10616 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
10618         * sysdeps/aarch64/math-tests.h: New file.
10620 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
10622         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
10623         New.
10624         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
10625         Check and set bit_AVX2_Usable.
10626         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
10627         macro.
10628         (bit_AVX2): Likewise.
10629         (index_AVX2_Usable): Likewise.
10630         (CPUID_AVX2): Likewise.
10631         (HAS_AVX2): Likewise.
10633 2014-04-17  Will Newton  <will.newton@linaro.org>
10635         * manual/setjmp.texi (System V contexts): Add note that
10636         calling setcontext on a context created by a call to a
10637         signal handler is undefined.  Update text to note that
10638         setcontext from a signal handler is possible but not
10639         recommended.
10641         [BZ #16629]
10642         * stdlib/tst-setcontext.c: Include signal.h.
10643         (main): Check that the signal stack before and
10644         after swapcontext is the same.
10646         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
10647         Re-implement to restore registers in user code and avoid
10648         rt_sigreturn system call.
10650 2014-04-17  Wilco  <wdijkstr@arm.com>
10652         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
10653         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
10654         * math/test-fenv.c: Skip exception trap tests on targets which only
10655         support non-stop mode.
10657 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
10658             Wilco Dijkstra  <wilco.dijkstra@arm.com>
10660         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
10661         (libc_feholdsetround_aarch64_ctx)
10662         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
10663         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
10664         (libc_feresetround_ctx, libc_feresetroundf_ctx)
10665         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
10666         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
10667         (libc_feresetround_noexl_ctx): Define.
10669 2014-04-16  Richard Henderson  <rth@redhat.com>
10671         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
10673         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
10674         unwind tables.
10676         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
10677         const from the non-libc, non-ldso copy.
10679         * sysdeps/alpha/libm-test-ulps: Regenerate.
10681 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
10682             Wilco Dijkstra  <wilco.dijkstra@arm.com>
10684         * sysdeps/aarch64/fpu/math_private.h: New file.
10686 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10688         * sysdeps/aarch64/libm-test-ulps: Regenerate.
10690 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
10692         [BZ #16275]
10693         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
10694         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
10695         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
10696         Intel MPX bound registers before _dl_profile_fixup.
10697         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
10698         registers after _dl_profile_fixup.  Save and restore bound
10699         registers bnd0/bnd1 when calling _dl_call_pltexit.
10700         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
10701         (LR_BND_OFFSET): Likewise.
10702         (LRV_BND0_OFFSET): Likewise.
10703         (LRV_BND1_OFFSET): Likewise.
10705 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
10707         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
10708         to...
10709         * sysdeps/mach/hurd/i386/tls.h: ... here.
10710         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
10711         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
10712         fields.
10714 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
10716         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
10718 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
10720         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10722 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
10724         [BZ #14770]
10725         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
10726         * sysdeps/s390/configure: Regenerate.
10728         [BZ #16824]
10729         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
10730         Set round-to-nearest internally to reduce error accumulation.
10732 2014-04-16  Alan Modra  <amodra@gmail.com>
10734         [BZ #16740]
10735         [BZ #16619]
10736         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
10737         * math/libm-test.inc (frexp_test_data): Add tests.
10738         * NEWS: Update fixed bug list.
10740 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
10742         * benchtests/Makefile: Depend on libraries in build directory.
10743         (bench-math): Separate out math tests.
10744         (bench-pthread): Separate out pthread tests.
10745         (bench): Include math and pthread tests.
10747 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
10749         [BZ #16831]
10750         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
10751         _dl_debug_initialize.
10753         * configure.ac: Remove SELinux header check.
10754         * configure: Regenerate.
10755         * nscd/selinux.c (perms): Array of const char* to permission names.
10756         (nscd_request_avc_has_perm): Call security_deny_unknown to find
10757         default policy. Call string_to_security_class and string_to_av_perm to
10758         translate strings. Enforce default policy and call avs_has_perm with
10759         results of translated strings.
10761 2014-04-13  David S. Miller  <davem@davemloft.net>
10763         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10765 2014-04-12  Allan McRae  <allan@archlinux.org>
10767         [BZ #16838]
10768         * manual/string.texi (Collation Functions): Fix qsort argument
10769         order in example.
10770         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
10772 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
10774         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
10775         Make the test a no-op if there are no exceptions defined.
10777 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
10779         * elf/Makefile (tests): make tst-dlopen-aout conditional on
10780         enable-hardcoded-path-in-tests
10782 2014-04-11  Will Newton  <will.newton@linaro.org>
10784         * benchtests/Makefile (extra-objs): Add json-lib.o.
10785         (bench-func): Tidy up JSON output.
10786         * benchtests/bench-skeleton.c: Include json-lib.h.
10787         (main): Use JSON library functions to do output of
10788         benchmark results.
10789         * benchtests/bench-timing-type.c (main): Output the
10790         timing type simply, leaving formatting to the user.
10791         * benchtests/json-lib.c: New file.
10792         * benchtests/json-lib.h: Likewise.
10794 2014-04-11  Torvald Riegel  <triegel@redhat.com>
10796         [BZ #15215]
10797         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
10798         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
10799         memory barriers.  Add comments.
10800         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
10801         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
10802         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
10803         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
10804         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
10805         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
10807 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
10809         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
10810         * sysdeps/s390/s390-64/configure.ac: ... this ...
10811         * sysdeps/s390/configure.ac: ... to here.
10812         * sysdeps/s390/s390-32/configure: Delete file.
10813         * sysdeps/s390/s390-64/configure: Delete file.
10814         * sysdeps/s390/configure: Regenerate.
10816 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
10818         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
10820 2014-04-11  Will Newton  <will.newton@linaro.org>
10822         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
10823         to zero if it is not defined elsewhere.  (mtrim): Test
10824         the value of MALLOC_DEBUG with #if rather than #ifdef.
10826 2014-04-10 Torvald Riegel  <triegel@redhat.com>
10828         * benchtests/pthread_once-inputs: New file.
10829         * benchtests/pthread_once-source.c: New file.
10830         * benchtests/README: Update documentation.
10832 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
10833             H.J. Lu  <hongjiu.lu@intel.com>
10835         [BZ #16275]
10836         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
10837         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
10838         * sysdeps/x86_64/configure: Regenerated.
10839         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
10840         macro.
10841         (REGISTER_SAVE_RAX): Likewise.
10842         (REGISTER_SAVE_RCX): Likewise.
10843         (REGISTER_SAVE_RDX): Likewise.
10844         (REGISTER_SAVE_RSI): Likewise.
10845         (REGISTER_SAVE_RDI): Likewise.
10846         (REGISTER_SAVE_R8): Likewise.
10847         (REGISTER_SAVE_R9): Likewise.
10848         (REGISTER_SAVE_BND0): Likewise.
10849         (REGISTER_SAVE_BND1): Likewise.
10850         (REGISTER_SAVE_BND2): Likewise.
10851         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
10852         bound registers when calling _dl_fixup.
10854 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10856         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
10857         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
10858         of its definition.
10859         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
10860         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
10861         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
10862         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
10863         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
10864         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
10865         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
10867 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
10869         [BZ #15514]
10870         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
10871         pathconf(_PC_NAME_MAX).
10873 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10875         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
10876         Remove macro usage.
10877         (__PTHREAD_SPINS): Move definition to ...
10878         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
10879         (__PTHREAD_SPINS): ... here.
10880         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10881         (__PTHREAD_SPIN): Likewise.
10882         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
10883         (__PTHREAD_SPIN): Likewise.
10884         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
10885         (__PTHREAD_SPIN): Likewise.
10886         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
10887         (__PTHREAD_SPIN): Likewise.
10888         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
10889         (__PTHREAD_SPIN): Likewise.
10890         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
10891         (__PTHREAD_SPIN): Likewise.
10892         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
10893         (__PTHREAD_SPIN): Likewise.
10894         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
10895         (__PTHREAD_SPIN): Likewise.
10896         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
10897         (__PTHREAD_SPIN): Likewise.
10898         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
10899         (__PTHREAD_SPIN): Likewise.
10900         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
10901         (__PTHREAD_SPIN): Likewise.
10902         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
10903         (__PTHREAD_SPIN): Likewise.
10905         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
10906         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
10907         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
10908         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
10909         imply folder.
10910         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
10911         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
10912         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
10913         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
10914         correct imply path.
10915         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
10916         strlen symbol for non multi-arch builds.
10917         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
10918         missing hidden_def and weak_alias.
10920 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
10922         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
10924 2014-04-07  Will Newton  <will.newton@linaro.org>
10926         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
10927         and contents.  [!_LIBC] Remove #ifndef and contents.
10928         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
10929         * string/memccpy.c (__memccpy): Use ANSI prototype.
10930         * string/memfrob.c (memfrob): Likewise.
10931         * string/strcoll.c (STRCOLL): Likewise.
10932         * string/strlen.c (strlen): Likewise.
10933         * string/strtok.c (STRTOK): Likewise.
10934         * string/strcat.c: Remove unused #include of memcopy.h.
10935         (strcat): Use ANSI prototype.
10936         * string/strchr.c: Remove unused #include of memcopy.h.
10937         (strchr): Use ANSI prototype.
10938         * string/strcmp.c: Remove unused #include of memcopy.h.
10939         (strcmp): Use ANSI prototype.
10940         * string/strcpy.c: Remove unused #include of memcopy.h.
10941         (strcpy): Use ANSI prototype.
10943 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10945         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
10946         * config.make.in (config-extra-cppflags): Set it from
10947         libc_extra_cppflags.
10948         * configure.ac (libc_extra_cflags): Make it accumulate over
10949         configure fragments.
10950         (libc_extra_cppflags): New flag.
10951         * configure. Regenerate.
10952         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
10953         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
10954         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
10955         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
10957         [BZ #16815]
10958         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
10959         result for FE_DOWNWARD rounding mode.
10960         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
10961         Likewise.
10962         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10964 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
10966         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
10967         in function argument name.
10969 2014-04-03  David Svoboda  <svoboda@cert.org>
10971         [BZ #5666]
10972         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
10973         explicitly.
10975 2014-04-03  Roland McGrath  <roland@hack.frob.com>
10977         * elf/dl-unmap-segments.h: New file.
10978         * sysdeps/generic/ldsodefs.h
10979         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
10980         * elf/dl-close.c: Include <dl-unmap-segments.h>.
10981         * elf/dl-fptr.c: Likewise.
10982         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
10983         * sysdeps/aarch64/tlsdesc.c: Likewise.
10984         * sysdeps/arm/tlsdesc.c: Likewise.
10985         * sysdeps/i386/tlsdesc.c: Likewise.
10986         * sysdeps/tile/dl-runtime.c: Likewise.
10987         * sysdeps/x86_64/tlsdesc.c: Likewise.
10988         * elf/dl-load.h: New file.
10989         * elf/dl-load.c: Include it.
10990         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
10991         Macros moved to dl-load.h.
10992         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
10993         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
10994         Use _dl_unmap_segments in place of __munmap.
10995         Break out segment-mapping loop into ...
10996         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
10998 2014-04-03  Will Newton  <will.newton@linaro.org>
11000         * elf/dl-lookup.c (do_lookup_x): Remove comment
11001         referring to nested function and move variable
11002         declarations down to before first use.
11004 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
11006         [BZ #16799]
11007         [BZ #16800]
11008         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
11009         with 0 numerator.
11010         * math/s_catanf.c (__catanf): Likewise.
11011         * math/s_catanh.c (__catanh): Likewise.
11012         * math/s_catanhf.c (__catanhf): Likewise.
11013         * math/s_catanhl.c (__catanhl): Likewise.
11014         * math/s_catanl.c (__catanl): Likewise.
11015         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
11016         by positive zero when computing -Inf result.
11017         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
11018         (catanh_test): Likewise.
11019         * sysdeps/i386/fpu/libm-test-ulps: Update.
11020         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11022         [BZ #16789]
11023         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
11024         instead of using underflowing value in computing result.
11025         * math/s_clog10.c (__clog10): Likewise.
11026         * math/s_clog10f.c (__clog10f): Likewise.
11027         * math/s_clog10l.c (__clog10l): Likewise.
11028         * math/s_clogf.c (__clogf): Likewise.
11029         * math/s_clogl.c (__clogl): Likewise.
11030         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
11031         (clog10_test): Likewise.
11032         * sysdeps/i386/fpu/libm-test-ulps: Update.
11033         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11035 2014-04-02  Alan Modra  <amodra@gmail.com>
11037         [BZ #16739]
11038         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
11039         output when value is near a power of two.  Use int64_t for lx and
11040         remove casts.  Use decimal rather than hex exponent constants.
11041         Don't use long double multiplication when double will suffice.
11042         * math/libm-test.inc (nextafter_test_data): Add tests.
11043         * NEWS: Add 16739 and 16786 to bug list.
11045         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
11047         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
11049 2014-04-01  Will Newton  <will.newton@linaro.org>
11051         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
11052         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
11054 2014-04-01  Florian Weimer  <fweimer@redhat.com>
11056         [BZ #13347]
11057         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
11058         * nptl/tst-setuid2.c: New file.
11059         * nptl/Makefile (xtests): Add tst-setuid2.
11061 2014-04-01  Alan Modra  <amodra@gmail.com>
11063         [BZ #16786]
11064         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
11066 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11068         [BZ #6803]
11069         [BZ #6804]
11070         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
11071         set errno as appropriate.
11072         * math/w_scalbf.c (__scalbf): Likewise.
11073         * math/w_scalbl.c (__scalbl): Likewise.
11074         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
11075         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
11076         * math/libm-test.inc (scalb_test_data): Add errno expectations.
11077         Add more NaN tests.
11079         [BZ #16349]
11080         * math/w_atan2.c: Include <errno.h>.
11081         (__atan2): Set errno for result underflowing to zero.
11082         * math/w_atan2f.c: Include <errno.h>.
11083         (__atan2f): Set errno for result underflowing to zero.
11084         * math/w_atan2l.c: Include <errno.h>.
11085         (__atan2l): Set errno for result underflowing to zero.
11086         * math/auto-libm-test-in: Don't allow missing errno for some atan2
11087         tests.
11088         * math/auto-libm-test-out: Regenerated.
11090 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11092         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
11093         Encode instruction correctly in little endian.
11094         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
11095         Likewise.
11096         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
11097         Likewise.
11098         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
11099         Likewise.
11100         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
11101         Likewise.
11103 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
11105         [BZ #9894]
11106         * sysdeps/unix/sysv/linux/kernel-features.h
11107         [__sparc__ && !__arch64__ && !__sparc_v9__]
11108         (__ASSUME_SET_ROBUST_LIST): Do not define.
11109         [__sparc__ && !__arch64__ && !__sparc_v9__]
11110         (__ASSUME_FUTEX_LOCK_PI): Likewise.
11111         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
11112         Likewise.
11113         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11114         (__ASSUME_FUTEX_LOCK_PI): Undefine.
11115         (__ASSUME_REQUEUE_PI): Likewise.
11116         (__ASSUME_SET_ROBUST_LIST): Likewise.
11117         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
11118         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
11119         Undefine.
11120         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11121         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
11122         Likewise.
11123         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
11124         Likewise.
11125         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
11126         Likewise.
11127         * sysdeps/unix/sysv/linux/mips/kernel-features.h
11128         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
11129         Undefine.
11130         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
11131         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
11132         Likewise.
11134         [BZ #16648]
11135         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11136         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
11137         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11139 2014-03-31  Will Newton  <will.newton@linaro.org>
11141         * benchtests/Makefile (bench): Add ffs and ffsll to list
11142         of tests.
11143         * benchtests/ffs-inputs: New file.
11144         * benchtests/ffsll-inputs: Likewise.
11146 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
11148         [BZ #16770]
11149         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
11150         too large before casting to int.
11151         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
11152         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
11153         * math/libm-test.inc (scalb_test_data): Add more tests.
11155 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
11157         * benchtests/Makefile (DETAILED_OPT): New make option.
11158         (bench-func): Run benchmark program with -d if DETAILED_OPT is
11159         set.
11160         * benchtests/bench-skeleton.c: Include stdbool.h.
11161         (main): Store and print timings per input.
11162         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
11163         member to each argument value.
11164         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
11165         (_print_arg_data): Initialize per-input timing to 0.
11167         * benchtests/Makefile (timing-type): New binary.
11168         (bench-clean): Also remove bench-timing-type.
11169         (bench): New target for timing-type.
11170         (bench-func): Print output in JSON format.
11171         * benchtests/bench-skeleton.c (main): Print output in JSON
11172         format.
11173         * benchtests/bench-timing-type.c: New file.
11174         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
11175         (TIMING_PRINT_STATS): Remove.
11176         * benchtests/scripts/bench.py (_print_arg_data): Store variant
11177         name separately.
11179         * benchtests/bench-modf.c: Remove.
11180         * benchtests/modf-inputs: New inputs file.
11182 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
11184         [BZ #16362]
11185         * math/s_clog10.c (M_PI_LOG10E): New macro.
11186         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
11187         imaginary parts are 0.
11188         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
11189         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
11190         imaginary parts are 0.
11191         * math/s_clog10l.c (M_PI_LOG10El): New macro.
11192         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
11193         imaginary parts are 0.
11194         * math/libm-test.inc (clog10_test_data): Update expected results
11195         for when real and imaginary parts are 0.
11197 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
11199         * elf/dl-load.c: Finish conversion of __builtin_expect into
11200         __glibc_{un}likely.
11202 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
11204         [BZ #16348]
11205         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
11206         1+x for argument with exponent below -67.
11207         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
11208         Likewise.
11209         * math/auto-libm-test-in: Add more tests of exp.
11210         * math/auto-libm-test-out: Regenerated.
11212 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11214         [BZ #16759]
11215         * inet/getnetgrent_r.c (get_nonempty_val): New function.
11216         (nscd_getnetgrent): Use it.
11218         [BZ #16760]
11219         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
11220         of stpcpy.
11222 2014-03-27  Andi Kleen  <ak@linux.intel.com>
11224         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
11225         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11226         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11227         (lll_robust_unlock): Remove out of line section. Use cfi
11228         intrinsics.
11229         (LLL_STUB_UNWIND_INFO*): Remove.
11230         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
11231         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11232         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11233         (lll_robust_unlock): Remove out of line section. Use cfi
11234         intrinsics.
11235         (LLL_STUB_UNWIND_INFO*): Remove.
11237 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11239         [BZ #16758]
11240         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
11241         blank values.
11243 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
11245         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
11247 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
11249         [BZ #16198]
11250         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
11251         fnstenv.
11252         * math/test-fenv-preserve.c: New file.
11253         * math/Makefile (tests): Add test-fenv-preserve.
11255 2014-03-26  Will Newton <will.newton@linaro.org>
11257         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
11259 2014-03-25  Roland McGrath  <roland@hack.frob.com>
11261         * scripts/versionlist.awk: Partition the version sets and emit all
11262         GLIBC_* (sorted) before all others (sorted).
11264 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11266         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
11267         GLIBC_2.2.5 version.
11269 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11271         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
11272         calls.
11274         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
11275         previous change.
11277         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11279 2014-03-25  Andreas Schwab  <schwab@suse.de>
11281         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
11282         label to be used after in6ailist is initialized.
11284 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11286         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11287         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11289 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11291         [BZ #16357]
11292         [BZ #16599]
11293         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
11294         min_plus_half.
11295         (fp_formats): Update initializers.
11296         (init_fp_formats): Initialize new field.
11297         (output_for_one_input_case): Allow underflow for results up to
11298         min_plus_half.
11299         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
11300         * math/auto-libm-test-in: Don't mark some underflows from asin and
11301         atanh as spurious.
11302         * math/auto-libm-test-out: Regenerated.
11303         * sysdeps/i386/fpu/libm-test-ulps: Update.
11304         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11306 2014-03-25  Andreas Schwab  <schwab@suse.de>
11308         * libio/Makefile (tst-ftell-partial-wide-ENV)
11309         (tst-ftell-active-handler-ENV): Define.
11311 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
11313         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
11315 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11317         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
11319 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11321         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
11322         * sysdeps/x86_64/fpu/multiarch/e_exp.c
11323         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
11325 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11327         [BZ #16634]
11328         * elf/dl-load.c (open_verify): Add mode parameter.
11329         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
11330         (open_path): Change from boolean 'secure' to complete flag 'mode'
11331         (_dl_map_object): Adjust.
11332         * elf/Makefile (tests): Add tst-dlopen-aout.
11333         * elf/tst-dlopen-aout.c: New test.
11335 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
11337         [BZ #16714]
11338         * sysdeps/unix/sysv/linux/s390/bits/stat.h
11339         (struct stat): Rename member pad0 to __glibc_reserved0.
11341         [BZ #16712]
11342         * sysdeps/s390/s390-32/bits/wordsize.h
11343         (__WORDSIZE32_SIZE_ULONG): New define.
11344         * sysdeps/s390/s390-64/bits/wordsize.h
11345         (__WORDSIZE32_SIZE_ULONG): Likewise.
11346         * sysdeps/generic/stdint.h (SIZE_MAX):
11347         Define as UL if __WORDSIZE32_SIZE_ULONG.
11349         [BZ #16713]
11350         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
11351         (__glibc_reserved0): New variable.
11352         (sa_flags): Change type to int.
11354         * posix/Makefile (before-compile): Use += before-compile instead
11355         of a :=.
11357         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11358         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11360 2014-03-20  Andreas Schwab  <schwab@suse.de>
11362         [BZ #16743]
11363         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
11364         non-matching result from nscd.
11366 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11368         * scripts/bench.py: Moved to ...
11369         * benchtests/scripts/bench.py: ... here.
11370         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
11372 2014-03-24  Andreas Schwab  <schwab@suse.de>
11374         [BZ #16002]
11375         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
11376         alloca_account and account alloca use for struct in6ailist.
11378 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11380         [BZ #16284]
11381         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
11382         rounding mode to recompute results that overflow to infinity or
11383         underflow to zero.
11384         * math/auto-libm-test-in: Don't mark tests as expected to fail for
11385         bug 16284.
11386         * math/auto-libm-test-out: Regenerated.
11387         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
11388         (ccosh_test): Likewise.
11389         (csin_test_data): Use plus_oflow.
11390         (csin_test): Use ALL_RM_TEST.
11391         (csinh_test_data): Use plus_oflow.
11392         (csinh_test): Use ALL_RM_TEST.
11393         * sysdeps/i386/fpu/libm-test-ulps: Update.
11394         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11396 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
11398         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
11399         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
11400         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
11402         [BZ #16731]
11403         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
11404         when x - 1 is zero.
11405         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
11406         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
11407         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11408         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
11409         argument is 1.
11410         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
11411         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
11412         zero.
11413         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
11414         * sysdeps/i386/fpu/libm-test-ulps: Update.
11415         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11417 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
11419         * scripts/bench.pl: Remove file.
11420         * scripts/bench.py: New benchmark script.
11421         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
11422         * benchtests/README: Mention python dependency.
11423         * scripts/pylintrc: New file.
11424         * scripts/pylint: New file.
11426         * bits/mathdef.h: Use #ifdef instead of #if.
11427         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
11428         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11429         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
11430         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11431         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
11432         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11434 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11435             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11437         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
11438         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
11439         and strpbrk-ppc64 objects.
11440         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11441         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
11442         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
11443         multiarch strpbrk for POWER7.
11444         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
11445         multiarch strpbrk for PPC64.
11446         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
11447         ifunc selector.
11448         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
11449         strpbrk for POWER7.
11451 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
11453         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
11454         (atan_test): Likewise.
11455         (atanh_test_data): Use NO_TEST_INLINE for two tests.
11456         (atanh_test): Use ALL_RM_TEST.
11457         (atan2_test_data): Likewise.
11458         (cabs_test): Likewise.
11459         (cacosh_test): Likewise.
11460         (carg_test): Likewise.
11461         (casin_test): Likewise.
11462         (casinh_test): Likewise.
11463         (cbrt_test): Likewise.
11464         (csqrt_test): Likewise.
11465         (erf_test): Likewise.
11466         (erfc_test): Likewise.
11467         (pow10_test): Likewise.
11468         (exp2_test): Likewise.
11469         (hypot_test): Likewise.
11470         (j0_test): Likewise.
11471         (j1_test): Likewise.
11472         (lgamma_test): Likewise.
11473         (gamma_test): Likewise.
11474         (sincos_test): Likewise.
11475         (tanh_test): Likewise.
11476         (y0_test): Likewise.
11477         (y1_test): Likewise.
11478         * sysdeps/i386/fpu/libm-test-ulps: Update.
11479         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11481 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11483         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
11484         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
11485         and strcspn-ppc64 objects.
11486         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11487         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
11488         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
11489         multiarch strcspn for POWER7.
11490         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
11491         multiarch strcspn for PPC64.
11492         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
11493         ifunc selector.
11494         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
11495         strcspn for POWER7.
11497 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
11499         * math/gen-libm-test.pl (generate_testfile): Expect only function
11500         name as argument to AUTO_TESTS_* and pass results for all rounding
11501         modes to parse_args.
11502         (parse_auto_input): Separate inputs of automatic tests from
11503         outputs before storing in %auto_tests.
11504         * math/libm-test.inc (acos_test_data): Update call to
11505         AUTO_TESTS_f_f.
11506         (acos_test): Use ALL_RM_TEST.
11507         (acos_tonearest_test_data): Remove.
11508         (acos_test_tonearest): Likewise.
11509         (acos_towardzero_test_data): Likewise.
11510         (acos_test_towardzero): Likewise.
11511         (acos_downward_test_data): Likewise.
11512         (acos_test_downward): Likewise.
11513         (acos_upward_test_data): Likewise.
11514         (acos_test_upward): Likewise.
11515         (acosh_test_data): Update call to AUTO_TESTS_f_f.
11516         (asin_test_data): Likewise.
11517         (asin_test): Use ALL_RM_TEST.
11518         (asin_tonearest_test_data): Remove.
11519         (asin_test_tonearest): Likewise.
11520         (asin_towardzero_test_data): Likewise.
11521         (asin_test_towardzero): Likewise.
11522         (asin_downward_test_data): Likewise.
11523         (asin_test_downward): Likewise.
11524         (asin_upward_test_data): Likewise.
11525         (asin_test_upward): Likewise.
11526         (asinh_test_data): Update call to AUTO_TESTS_f_f.
11527         (atan_test_data): Likewise.
11528         (atanh_test_data): Likewise.
11529         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
11530         (cabs_test_data): Update call to AUTO_TESTS_c_f.
11531         (carg_test_data): Likewise.
11532         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
11533         (ccos_test_data): Update call to AUTO_TESTS_c_c.
11534         (ccosh_test_data): Likewise.
11535         (cexp_test_data): Likewise.
11536         (clog_test_data): Likewise.
11537         (clog10_test_data): Likewise.
11538         (cos_test_data): Update call to AUTO_TESTS_f_f.
11539         (cos_test): Use ALL_RM_TEST.
11540         (cos_tonearest_test_data): Remove.
11541         (cos_test_tonearest): Likewise.
11542         (cos_towardzero_test_data): Likewise.
11543         (cos_test_towardzero): Likewise.
11544         (cos_downward_test_data): Likewise.
11545         (cos_test_downward): Likewise.
11546         (cos_upward_test_data): Likewise.
11547         (cos_test_upward): Likewise.
11548         (cosh_test_data): Update call to AUTO_TESTS_f_f.
11549         (cosh_test): Use ALL_RM_TEST.
11550         (cosh_tonearest_test_data): Remove.
11551         (cosh_test_tonearest): Likewise.
11552         (cosh_towardzero_test_data): Likewise.
11553         (cosh_test_towardzero): Likewise.
11554         (cosh_downward_test_data): Likewise.
11555         (cosh_test_downward): Likewise.
11556         (cosh_upward_test_data): Likewise.
11557         (cosh_test_upward): Likewise.
11558         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
11559         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
11560         (ctan_test_data): Likewise.
11561         (ctan_test): Use ALL_RM_TEST.
11562         (ctan_tonearest_test_data): Remove.
11563         (ctan_test_tonearest): Likewise.
11564         (ctan_towardzero_test_data): Likewise.
11565         (ctan_test_towardzero): Likewise.
11566         (ctan_downward_test_data): Likewise.
11567         (ctan_test_downward): Likewise.
11568         (ctan_upward_test_data): Likewise.
11569         (ctan_test_upward): Likewise.
11570         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
11571         (ctanh_test): Use ALL_RM_TEST.
11572         (ctanh_tonearest_test_data): Remove.
11573         (ctanh_test_tonearest): Likewise.
11574         (ctanh_towardzero_test_data): Likewise.
11575         (ctanh_test_towardzero): Likewise.
11576         (ctanh_downward_test_data): Likewise.
11577         (ctanh_test_downward): Likewise.
11578         (ctanh_upward_test_data): Likewise.
11579         (ctanh_test_upward): Likewise.
11580         (erf_test_data): Update call to AUTO_TESTS_f_f.
11581         (erfc_test_data): Likewise.
11582         (exp_test_data): Likewise.
11583         (exp_test): Use ALL_RM_TEST.
11584         (exp_tonearest_test_data): Remove.
11585         (exp_test_tonearest): Likewise.
11586         (exp_towardzero_test_data): Likewise.
11587         (exp_test_towardzero): Likewise.
11588         (exp_downward_test_data): Likewise.
11589         (exp_test_downward): Likewise.
11590         (exp_upward_test_data): Likewise.
11591         (exp_test_upward): Likewise.
11592         (exp10_test_data): Update call to AUTO_TESTS_f_f.
11593         (exp10_test): Use ALL_RM_TEST.
11594         (exp10_tonearest_test_data): Remove.
11595         (exp10_test_tonearest): Likewise.
11596         (exp10_towardzero_test_data): Likewise.
11597         (exp10_test_towardzero): Likewise.
11598         (exp10_downward_test_data): Likewise.
11599         (exp10_test_downward): Likewise.
11600         (exp10_upward_test_data): Likewise.
11601         (exp10_test_upward): Likewise.
11602         (exp2_test_data): Update call to AUTO_TESTS_f_f.
11603         (expm1_test_data): Likewise.
11604         (expm1_test): Use ALL_RM_TEST.
11605         (expm1_tonearest_test_data): Remove.
11606         (expm1_test_tonearest): Likewise.
11607         (expm1_towardzero_test_data): Likewise.
11608         (expm1_test_towardzero): Likewise.
11609         (expm1_downward_test_data): Likewise.
11610         (expm1_test_downward): Likewise.
11611         (expm1_upward_test_data): Likewise.
11612         (expm1_test_upward): Likewise.
11613         (fma_test_data): Update call to AUTO_TESTS_fff_f.
11614         (fma_test): Use ALL_RM_TEST.
11615         (fma_towardzero_test_data): Remove.
11616         (fma_test_towardzero): Likewise.
11617         (fma_downward_test_data): Likewise.
11618         (fma_test_downward): Likewise.
11619         (fma_upward_test_data): Likewise.
11620         (fma_test_upward): Likewise.
11621         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
11622         (j0_test_data): Update call to AUTO_TESTS_f_f.
11623         (j1_test_data): Likewise.
11624         (jn_test_data): Update call to AUTO_TESTS_if_f.
11625         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
11626         (log_test_data): Update call to AUTO_TESTS_f_f.
11627         (log10_test_data): Likewise.
11628         (log1p_test_data): Likewise.
11629         (log2_test_data): Likewise.
11630         (pow_test_data): Update call to AUTO_TESTS_ff_f.
11631         (pow_tonearest_test_data): Likewise.
11632         (sin_test_data): Update call to AUTO_TESTS_f_f.
11633         (sin_test): Use ALL_RM_TEST.
11634         (sin_tonearest_test_data): Remove.
11635         (sin_test_tonearest): Likewise.
11636         (sin_towardzero_test_data): Likewise.
11637         (sin_test_towardzero): Likewise.
11638         (sin_downward_test_data): Likewise.
11639         (sin_test_downward): Likewise.
11640         (sin_upward_test_data): Likewise.
11641         (sin_test_upward): Likewise.
11642         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
11643         (sinh_test_data): Update call to AUTO_TESTS_f_f.
11644         (sinh_test): Use ALL_RM_TEST.
11645         (sinh_tonearest_test_data): Remove.
11646         (sinh_test_tonearest): Likewise.
11647         (sinh_towardzero_test_data): Likewise.
11648         (sinh_test_towardzero): Likewise.
11649         (sinh_downward_test_data): Likewise.
11650         (sinh_test_downward): Likewise.
11651         (sinh_upward_test_data): Likewise.
11652         (sinh_test_upward): Likewise.
11653         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
11654         (sqrt_test): Use ALL_RM_TEST.
11655         (sqrt_tonearest_test_data): Remove.
11656         (sqrt_test_tonearest): Likewise.
11657         (sqrt_towardzero_test_data): Likewise.
11658         (sqrt_test_towardzero): Likewise.
11659         (sqrt_downward_test_data): Likewise.
11660         (sqrt_test_downward): Likewise.
11661         (sqrt_upward_test_data): Likewise.
11662         (sqrt_test_upward): Likewise.
11663         (tan_test_data): Update call to AUTO_TESTS_f_f.
11664         (tan_test): Use ALL_RM_TEST.
11665         (tan_tonearest_test_data): Remove.
11666         (tan_test_tonearest): Likewise.
11667         (tan_towardzero_test_data): Likewise.
11668         (tan_test_towardzero): Likewise.
11669         (tan_downward_test_data): Likewise.
11670         (tan_test_downward): Likewise.
11671         (tan_upward_test_data): Likewise.
11672         (tan_test_upward): Likewise.
11673         (tanh_test_data): Update call to AUTO_TESTS_f_f.
11674         (tgamma_test_data): Likewise.
11675         (y0_test_data): Likewise.
11676         (y1_test_data): Likewise.
11677         (yn_test_data): Update call to AUTO_TESTS_if_f.
11678         (main): Do not call removed functions.
11680 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
11682         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
11683         (ldexp_test_data): Remove.
11684         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
11685         scalbn_test_data.
11686         (scalb_test): Use ALL_RM_TEST.
11688 2014-03-19  Andreas Schwab  <schwab@suse.de>
11690         * nscd/nscd.service: Also invalidate netgroup cache on reload.
11692 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
11694         [BZ #16649]
11695         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11696         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
11697         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
11698         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11699         (__ASSUME_PREADV): Undefine.
11700         (__ASSUME_PWRITEV): Likewise.
11702 2014-03-18  Roland McGrath  <roland@hack.frob.com>
11704         * bits/mman-linux.h: Add comment about non-Linux use.
11705         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
11706         bits/mman-linux.h resting place.
11708         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
11709         * bits/mman-linux.h: ... here.
11711 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11713         * conform/conformtest.pl: Add standard definition when calling C
11714         preprocessor on data files.
11715         (checknamespace): Remove unused variable.
11717 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
11719         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
11720         minus_oflow, plus_uflow and minus_uflow in expected results.
11721         * math/libm-test.inc (scalbn_test_data): Add more tests of
11722         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
11723         minus_uflow.
11724         (scalbn_test): Use ALL_RM_TEST.
11725         (scalbln_test_data): Add more tests of negative arguments.  Use
11726         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
11727         (scalbln_test): Use ALL_RM_TEST.
11729 2014-03-18  Roland McGrath  <roland@hack.frob.com>
11731         * scripts/abilist.awk: Ignore symbols marked with .hidden.
11733 2014-03-18  Will Newton  <will.newton@linaro.org>
11735         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
11736         inaccurate comment.
11738 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
11740         * Makerules [!subdir] (check-abi): Exit with error status if a
11741         test failed.
11743 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
11745         * math/libm-test.inc (nearbyint_test_data): Include all tests used
11746         for rint.  Include results for all rounding modes.
11747         (nearbyint_test): Use ALL_RM_TEST.
11748         (rint_test_data): Include all tests used for nearbyint.
11750 2014-03-17  Will Newton  <will.newton@linaro.org>
11752         * nptl/sysdeps/pthread/pthread.h: Revert previous
11753         change.
11755         * sysdeps/generic/ldsodefs.h: Revert previous
11756         change.
11758         * libio/genops.c: Revert previous change.
11759         * libio/libioP.h: Likewise.
11760         * stdio-common/vfprintf.c: Likewise.
11762         * sysdeps/generic/math_private.h: Revert previous
11763         change.
11765         * sysdeps/generic/math_private.h: Check whether
11766         HAVE_RM_CTX is defined with #ifdef rather
11767         than #if.
11769         * argp/argp-fmtstream.h: Check whether
11770         __STRICT_ANSI__ is defined with #ifdef rather
11771         than #if.
11772         * argp/argp.h: Likewise.
11774         * libio/genops.c: Check whether
11775         _IO_JUMPS_OFFSET is defined with #ifdef rather
11776         than #if.
11777         * libio/libioP.h: Likewise.
11778         * stdio-common/vfprintf.c: Likewise.
11780         * sysdeps/generic/ldsodefs.h: Check whether
11781         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
11782         than #if.
11784         * nptl/sysdeps/pthread/pthread.h: Check
11785         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
11786         its value.
11788 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
11790         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
11791         setting O_APPEND.
11792         * libio/tst-ftell-active-handler.c (do_append_test): Add a
11793         test case.
11795         [BZ #16680]
11796         * libio/fileops.c (_IO_file_open): Seek to end of file but
11797         don't cache the offset.
11798         (get_file_offset): Remove function.
11799         (do_ftell): Use cached offset when available.
11800         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
11801         don't cache the offset.
11802         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
11803         case.
11804         (do_one_test): Call it.
11805         (do_ftell_test): Fix up expected old offset for a+ mode.
11806         * libio/wfileops.c (do_ftell_wide): Used cached offset when
11807         available.
11809         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
11810         up test status with function return status.
11811         (do_write_test): Likewise.
11812         (do_append_test): Likewise.
11814         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
11815         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
11816         Remove.
11818 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
11820         * math/gen-libm-test.pl (parse_args): Handle results specified for
11821         each rounding mode separately.
11822         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
11823         tests and results from lrint_tonearest_test_data,
11824         lrint_towardzero_test_data, lrint_downward_test_data and
11825         lrint_upward_test_data.
11826         (lrint_test): Use ALL_RM_TEST.
11827         (lrint_tonearest_test_data): Remove.
11828         (lrint_test_tonearest): Likewise.
11829         (lrint_towardzero_test_data): Likewise.
11830         (lrint_test_towardzero): Likewise.
11831         (lrint_downward_test_data): Likewise.
11832         (lrint_test_downward): Likewise.
11833         (lrint_upward_test_data): Likewise.
11834         (lrint_test_upward): Likewise.
11835         (llrint_test_data): Merge in per-rounding-mode tests and results
11836         from llrint_tonearest_test_data, llrint_towardzero_test_data,
11837         llrint_downward_test_data and llrint_upward_test_data.
11838         (llrint_test): Use ALL_RM_TEST.
11839         (llrint_tonearest_test_data): Remove.
11840         (llrint_test_tonearest): Likewise.
11841         (llrint_towardzero_test_data): Likewise.
11842         (llrint_test_towardzero): Likewise.
11843         (llrint_downward_test_data): Likewise.
11844         (llrint_test_downward): Likewise.
11845         (llrint_upward_test_data): Likewise.
11846         (llrint_test_upward): Likewise.
11847         (rint_test_data): Merge in per-rounding-mode tests and results
11848         from rint_tonearest_test_data, rint_towardzero_test_data,
11849         rint_downward_test_data and rint_upward_test_data.  Add
11850         per-rounding-mode results for tests not in those arrays.
11851         (rint_test): Use ALL_RM_TEST.
11852         (rint_tonearest_test_data): Remove.
11853         (rint_test_tonearest): Likewise.
11854         (rint_towardzero_test_data): Likewise.
11855         (rint_test_towardzero): Likewise.
11856         (rint_downward_test_data): Likewise.
11857         (rint_test_downward): Likewise.
11858         (rint_upward_test_data): Likewise.
11859         (rint_test_upward): Likewise.
11860         (main): Don't call removed functions.
11862 2014-03-14  Roland McGrath  <roland@hack.frob.com>
11864         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
11865         "Compiled on ..." crapola.  It is anti-useful.
11867 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
11869         * scripts/evaluate-test.sh: Handle fourth argument to determine
11870         whether test run should stop on failure.
11871         * Makeconfig (stop-on-test-failure): New variable.
11872         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
11873         $(stop-on-test-failure).
11874         * Makefile (tests): Give a summary of results from testing and
11875         exit with failure status if they include an ERROR or FAIL.
11876         (xtests): Likewise.
11877         * manual/install.texi (Configuring and compiling): Mention
11878         stop-on-test-failure=y.
11879         * INSTALL: Regenerated.
11881 2014-03-14  Roland McGrath  <roland@hack.frob.com>
11883         * scripts/versionlist.awk: New file.
11884         * Makerules [$(build-shared) = yes]
11885         (postclean-generated): Add Versions.def, not Versions.def.v and
11886         Versions.def.v.i.
11887         ($(common-objpfx)Versions.def.v.i): Target removed.
11888         ($(common-objpfx)Versions.def): New target.
11889         ($(common-objpfx)Versions.all): Depend on that rather that
11890         $(common-objpfx)Versions.def.v.
11891         * Versions.def: File removed.
11893         * Makeconfig (+gccwarn): Add -Wundef.
11894         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
11895         a dl-sysdep.h breaking its contract.
11896         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
11897         * include/stackinfo.h: New file.
11898         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
11899         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
11900         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
11901         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
11902         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
11903         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
11904         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11905         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11906         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11907         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11908         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11909         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
11910         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11911         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11912         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11914 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11916         [BZ #16707]
11917         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
11918         implementation.
11919         * math/libm-test.inc (round_test_data): Add more tests.
11921         [BZ #16706]
11922         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
11923         implementation.
11924         * math/libm-test.inc (nearbyint_test_data): Add more tests.
11926         [BZ #16701]
11927         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
11928         implementation.
11929         * math/libm-test.inc (ceil_test_data): Add more tests.
11931         * math/libm-test.inc (trunc_test_data): Add more tests related to
11932         BZ#16414.
11934 2014-03-14  Roland McGrath  <roland@hack.frob.com>
11936         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
11937         with #if rather than #ifdef.
11938         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
11940 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
11942         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
11943         first.  Disable AVX-512 GCC support if assembler doesn't support
11944         it.
11945         * sysdeps/x86_64/configure: Regenerated.
11947 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
11949         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
11950         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
11951         (__old_pthread_attr_setstack): Likewise.
11952         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
11953         [!_STACK_GROWS_DOWN]: Likewise.
11955 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
11957         * config.make.in (have-bash2): Delete.
11958         * configure.ac (libc_cv_have_bash2): Delete.
11959         * configure: Regenerate.
11960         * elf/Makefile (common-ldd-rewrite): Rename to ...
11961         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
11962         (sh-ldd-rewrite): Delete.
11963         (bash-ldd-rewrite): Delete.
11964         (have-bash2): Delete checks.
11965         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
11966         ldd-rewrite.
11968         * config.make.in (have-ksh): Delete.
11969         (KSH): Delete.
11970         * configure.ac (libc_cv_have_ksh): Delete.
11971         * configure: Regenerate.
11973         * elf/Makefile: Delete $(have-ksh) check.
11974         ($(objpfx)sotruss): Change KSH to BASH.
11975         * elf/sotruss.ksh: Rename to ...
11976         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
11977         function style to match POSIX.  Drop ksh vim mode setting.
11979         * manual/time.texi (Specifying the Time Zone with TZ): Change
11980         Tuesday to Thursday.
11982         * debug/tst-longjmp_chk2.c: Update header comment.
11983         (stackoverflow_handler): Add comment.  Call assert on pass value.
11985 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
11987         [BZ #16194]
11988         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
11989         (HAVE_AVX512_ASM_SUPPORT): Likewise.
11990         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
11991         (La_x86_64_vector): Add zmm.
11992         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
11993         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
11994         ($(objpfx)tst-audit10): New target.
11995         ($(objpfx)tst-audit10.out): Likewise.
11996         (tst-audit10-ENV): New.
11997         (AVX512-CFLAGS): Likewise.
11998         (CFLAGS-tst-audit10.c): Likewise.
11999         (CFLAGS-tst-auditmod10a.c): Likewise.
12000         (CFLAGS-tst-auditmod10b.c): Likewise.
12001         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
12002         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
12003         * sysdeps/x86_64/configure: Regenerated.
12004         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
12005         AVX-512 zmm register support.
12006         (_dl_x86_64_save_sse): Likewise.
12007         (_dl_x86_64_restore_sse): Likewise.
12008         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
12009         size vector registers.
12010         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
12011         (ZMM_SIZE): Likewise.
12012         * sysdeps/x86_64/tst-audit10.c: New file.
12013         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
12014         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
12016 2014-03-13  Roland McGrath  <roland@hack.frob.com>
12018         * configure.ac (HAVE_EHDR_START): New check.
12019         * configure: Regenerated.
12020         * config.h.in (HAVE_EHDR_START): New #undef.
12021         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
12022         assuming the lowest-addressed segment maps the start of the file.
12024 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
12026         * INSTALL: Regenerated.
12028 2014-03-13  Will Newton  <will.newton@linaro.org>
12030         * manual/setjmp.texi (System V contexts): Improve
12031         clarity and grammar of documentation.
12033 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
12035         [BZ #16381]
12036         * elf/Makefile (tests): Add tst-pie2.
12037         (tests-pie): Add tst-pie2.
12038         * elf/tst-pie2.c: New file.
12039         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
12040         for ET_EXEC.
12041         * elf/rtld.c (map_doit): Load executable as lt_executable.
12042         (dl_main): Likewise.
12044 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
12046         [BZ #16642]
12047         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
12048         (__ASSUME_PSELECT): Undefine.
12050 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12052         [BZ #16689]
12053         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
12054         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
12055         static build.
12056         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
12057         selector for static builds.
12059 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12061         [BZ #16695]
12062         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
12063         key in the buffer.
12065 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12067         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
12068         IFUNC selector for static builds.
12070 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
12072         * sysdeps/mips/math_private.h [__mips_hard_float]
12073         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
12074         libc_feresetround_mips_ctx.
12075         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
12076         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
12077         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
12079         [BZ #16677]
12080         * math/s_nextafter.c (__nextafter): Do not return value from
12081         overflowing computation.
12082         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
12083         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
12084         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
12085         Likewise.
12086         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
12087         Likewise.
12088         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
12089         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
12091 2014-03-11  Roland McGrath  <roland@hack.frob.com>
12093         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
12094         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
12095         Move sfi_sp use from the load-multiple (that no longer sets sp) to
12096         the new mov targetting sp.
12098 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12100         [BZ #16683]
12101         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
12102         Define it for static builds as well.
12103         (NO_BZERO_IMPL): Likewise.
12105 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12107         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
12108         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
12109         multiarch strspn for PPC64.
12110         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
12111         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
12112         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12113         (__libc_ifunc_impl_list): Likewise.
12114         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
12115         multiarch optimizations
12116         * string/strspn.c (strspn): Using macro to redefine symbol name.
12118 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12119             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12121         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
12122         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
12123         multiarch strncat for PPC64.
12124         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
12125         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
12126         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12127         (__libc_ifunc_impl_list): Likewise.
12128         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
12129         multiarch optimizations
12131 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
12133         [BZ #16639]
12134         * nscd/nscd.service: Make service type forking.
12136 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12138         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12139         sign in non default rounding modes.
12140         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12142 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
12144         * math/libm-test.inc (ALL_RM_TEST): New macro.
12145         (ceil_test): Use ALL_RM_TEST.
12146         (cimag_test): Likewise.
12147         (conj_test): Likewise.
12148         (copysign_test): Likewise.
12149         (cproj_test): Likewise.
12150         (creal_test): Likewise.
12151         (fabs_test): Likewise.
12152         (floor_test): Likewise.
12153         (fmax_test): Likewise.
12154         (fmin_test): Likewise.
12155         (fmod_test): Likewise.
12156         (fpclassify_test): Likewise.
12157         (frexp_test): Likewise.
12158         (ilogb_test): Likewise.
12159         (isfinite_test): Likewise.
12160         (finite_test): Likewise.
12161         (isgreater_test): Likewise.
12162         (isgreaterequal_test): Likewise.
12163         (isinf_test): Likewise.
12164         (isless_test): Likewise.
12165         (islessequal_test): Likewise.
12166         (islessgreater_test): Likewise.
12167         (isnan_test): Likewise.
12168         (isnormal_test): Likewise.
12169         (issignaling_test): Likewise.
12170         (isunordered_test): Likewise.
12171         (logb_test): Likewise.
12172         (logb_downward_test_data): Remove.
12173         (logb_test_downward): Likewise.
12174         (lround_test): Use ALL_RM_TEST.
12175         (llround_test): Likewise.
12176         (modf_test): Likewise.
12177         (nexttoward_test): Likewise.
12178         (remainder_test): Likewise.
12179         (drem_test): Likewise.
12180         (remainder_tonearest_test_data): Likewise.
12181         (remainder_test_tonearest): Likewise.
12182         (drem_test_tonearest): Likewise.
12183         (remainder_towardzero_test_data): Likewise.
12184         (remainder_test_towardzero): Likewise.
12185         (drem_test_towardzero): Likewise.
12186         (remainder_downward_test_data): Likewise.
12187         (remainder_test_downward): Likewise.
12188         (drem_test_downward): Likewise.
12189         (remainder_upward_test_data): Likewise.
12190         (remainder_test_upward): Likewise.
12191         (drem_test_upward): Likewise.
12192         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
12193         (round_test): Use ALL_RM_TEST.
12194         (signbit_test): Likewise.
12195         (trunc_test): Likewise.
12196         (significand_test): Likewise.
12197         (main): Don't call removed functions.
12199 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12201         [BZ #16674]
12202         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
12203         || __USE_XOPEN2K8].
12204         (ILL_ILLOPN): Likewise.
12205         (ILL_ILLADR): Likewise.
12206         (ILL_ILLTRP): Likewise.
12207         (ILL_PRVOPC): Likewise.
12208         (ILL_PRVREG): Likewise.
12209         (ILL_COPROC): Likewise.
12210         (ILL_BADSTK): Likewise.
12211         (FPE_INTDIV): Likewise.
12212         (FPE_INTOVF): Likewise.
12213         (FPE_FLTDIV): Likewise.
12214         (FPE_FLTOVF): Likewise.
12215         (FPE_FLTUND): Likewise.
12216         (FPE_FLTRES): Likewise.
12217         (FPE_FLTINV): Likewise.
12218         (FPE_FLTSUB): Likewise.
12219         (SEGV_MAPERR): Likewise.
12220         (SEGV_ACCERR): Likewise.
12221         (BUS_ADRALN): Likewise.
12222         (BUS_ADRERR): Likewise.
12223         (BUS_OBJERR): Likewise.
12224         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12225         (TRAP_TRACE): Likewise.
12226         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12227         __USE_XOPEN2K8].
12228         (CLD_KILLED): Likewise.
12229         (CLD_DUMPED): Likewise.
12230         (CLD_TRAPPED): Likewise.
12231         (CLD_STOPPED): Likewise.
12232         (CLD_CONTINUED): Likewise.
12233         (POLL_IN): Likewise.
12234         (POLL_OUT): Likewise.
12235         (POLL_MSG): Likewise.
12236         (POLL_ERR): Likewise.
12237         (POLL_PRI): Likewise.
12238         (POLL_HUP): Likewise.
12239         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
12240         Likewise.
12241         (ILL_ILLOPN): Likewise.
12242         (ILL_ILLADR): Likewise.
12243         (ILL_ILLTRP): Likewise.
12244         (ILL_PRVOPC): Likewise.
12245         (ILL_PRVREG): Likewise.
12246         (ILL_COPROC): Likewise.
12247         (ILL_BADSTK): Likewise.
12248         (FPE_INTDIV): Likewise.
12249         (FPE_INTOVF): Likewise.
12250         (FPE_FLTDIV): Likewise.
12251         (FPE_FLTOVF): Likewise.
12252         (FPE_FLTUND): Likewise.
12253         (FPE_FLTRES): Likewise.
12254         (FPE_FLTINV): Likewise.
12255         (FPE_FLTSUB): Likewise.
12256         (SEGV_MAPERR): Likewise.
12257         (SEGV_ACCERR): Likewise.
12258         (BUS_ADRALN): Likewise.
12259         (BUS_ADRERR): Likewise.
12260         (BUS_OBJERR): Likewise.
12261         (BUS_MCEERR_AR): Likewise.
12262         (BUS_MCEERR_AO): Likewise.
12263         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12264         (TRAP_TRACE): Likewise.
12265         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12266         __USE_XOPEN2K8].
12267         (CLD_KILLED): Likewise.
12268         (CLD_DUMPED): Likewise.
12269         (CLD_TRAPPED): Likewise.
12270         (CLD_STOPPED): Likewise.
12271         (CLD_CONTINUED): Likewise.
12272         (POLL_IN): Likewise.
12273         (POLL_OUT): Likewise.
12274         (POLL_MSG): Likewise.
12275         (POLL_ERR): Likewise.
12276         (POLL_PRI): Likewise.
12277         (POLL_HUP): Likewise.
12278         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
12279         (ILL_ILLOPN): Likewise.
12280         (ILL_ILLADR): Likewise.
12281         (ILL_ILLTRP): Likewise.
12282         (ILL_PRVOPC): Likewise.
12283         (ILL_PRVREG): Likewise.
12284         (ILL_COPROC): Likewise.
12285         (ILL_BADSTK): Likewise.
12286         (FPE_INTDIV): Likewise.
12287         (FPE_INTOVF): Likewise.
12288         (FPE_FLTDIV): Likewise.
12289         (FPE_FLTOVF): Likewise.
12290         (FPE_FLTUND): Likewise.
12291         (FPE_FLTRES): Likewise.
12292         (FPE_FLTINV): Likewise.
12293         (FPE_FLTSUB): Likewise.
12294         (SEGV_MAPERR): Likewise.
12295         (SEGV_ACCERR): Likewise.
12296         (BUS_ADRALN): Likewise.
12297         (BUS_ADRERR): Likewise.
12298         (BUS_OBJERR): Likewise.
12299         (BUS_MCEERR_AR): Likewise.
12300         (BUS_MCEERR_AO): Likewise.
12301         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12302         (TRAP_TRACE): Likewise.
12303         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12304         __USE_XOPEN2K8].
12305         (CLD_KILLED): Likewise.
12306         (CLD_DUMPED): Likewise.
12307         (CLD_TRAPPED): Likewise.
12308         (CLD_STOPPED): Likewise.
12309         (CLD_CONTINUED): Likewise.
12310         (POLL_IN): Likewise.
12311         (POLL_OUT): Likewise.
12312         (POLL_MSG): Likewise.
12313         (POLL_ERR): Likewise.
12314         (POLL_PRI): Likewise.
12315         (POLL_HUP): Likewise.
12316         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
12317         Likewise.
12318         (ILL_ILLOPN): Likewise.
12319         (ILL_ILLADR): Likewise.
12320         (ILL_ILLTRP): Likewise.
12321         (ILL_PRVOPC): Likewise.
12322         (ILL_PRVREG): Likewise.
12323         (ILL_COPROC): Likewise.
12324         (ILL_BADSTK): Likewise.
12325         (ILL_BADIADDR): Likewise.
12326         (ILL_BREAK): Likewise.
12327         (FPE_INTDIV): Likewise.
12328         (FPE_INTOVF): Likewise.
12329         (FPE_FLTDIV): Likewise.
12330         (FPE_FLTOVF): Likewise.
12331         (FPE_FLTUND): Likewise.
12332         (FPE_FLTRES): Likewise.
12333         (FPE_FLTINV): Likewise.
12334         (FPE_FLTSUB): Likewise.
12335         (FPE_DECOVF): Likewise.
12336         (FPE_DECDIV): Likewise.
12337         (FPE_DECERR): Likewise.
12338         (FPE_INVASC): Likewise.
12339         (FPE_INVDEC): Likewise.
12340         (SEGV_MAPERR): Likewise.
12341         (SEGV_ACCERR): Likewise.
12342         (SEGV_PSTKOVF): Likewise.
12343         (BUS_ADRALN): Likewise.
12344         (BUS_ADRERR): Likewise.
12345         (BUS_OBJERR): Likewise.
12346         (BUS_MCEERR_AR): Likewise.
12347         (BUS_MCEERR_AO): Likewise.
12348         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12349         (TRAP_TRACE): Likewise.
12350         (TRAP_BRANCH): Likewise.
12351         (TRAP_HWBKPT): Likewise.
12352         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12353         __USE_XOPEN2K8].
12354         (CLD_KILLED): Likewise.
12355         (CLD_DUMPED): Likewise.
12356         (CLD_TRAPPED): Likewise.
12357         (CLD_STOPPED): Likewise.
12358         (CLD_CONTINUED): Likewise.
12359         (POLL_IN): Likewise.
12360         (POLL_OUT): Likewise.
12361         (POLL_MSG): Likewise.
12362         (POLL_ERR): Likewise.
12363         (POLL_PRI): Likewise.
12364         (POLL_HUP): Likewise.
12365         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
12366         (ILL_ILLOPN): Likewise.
12367         (ILL_ILLADR): Likewise.
12368         (ILL_ILLTRP): Likewise.
12369         (ILL_PRVOPC): Likewise.
12370         (ILL_PRVREG): Likewise.
12371         (ILL_COPROC): Likewise.
12372         (ILL_BADSTK): Likewise.
12373         (FPE_INTDIV): Likewise.
12374         (FPE_INTOVF): Likewise.
12375         (FPE_FLTDIV): Likewise.
12376         (FPE_FLTOVF): Likewise.
12377         (FPE_FLTUND): Likewise.
12378         (FPE_FLTRES): Likewise.
12379         (FPE_FLTINV): Likewise.
12380         (FPE_FLTSUB): Likewise.
12381         (SEGV_MAPERR): Likewise.
12382         (SEGV_ACCERR): Likewise.
12383         (BUS_ADRALN): Likewise.
12384         (BUS_ADRERR): Likewise.
12385         (BUS_OBJERR): Likewise.
12386         (BUS_MCEERR_AR): Likewise.
12387         (BUS_MCEERR_AO): Likewise.
12388         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12389         (TRAP_TRACE): Likewise.
12390         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12391         __USE_XOPEN2K8].
12392         (CLD_KILLED): Likewise.
12393         (CLD_DUMPED): Likewise.
12394         (CLD_TRAPPED): Likewise.
12395         (CLD_STOPPED): Likewise.
12396         (CLD_CONTINUED): Likewise.
12397         (POLL_IN): Likewise.
12398         (POLL_OUT): Likewise.
12399         (POLL_MSG): Likewise.
12400         (POLL_ERR): Likewise.
12401         (POLL_PRI): Likewise.
12402         (POLL_HUP): Likewise.
12403         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
12404         (ILL_ILLOPN): Likewise.
12405         (ILL_ILLADR): Likewise.
12406         (ILL_ILLTRP): Likewise.
12407         (ILL_PRVOPC): Likewise.
12408         (ILL_PRVREG): Likewise.
12409         (ILL_COPROC): Likewise.
12410         (ILL_BADSTK): Likewise.
12411         (FPE_INTDIV): Likewise.
12412         (FPE_INTOVF): Likewise.
12413         (FPE_FLTDIV): Likewise.
12414         (FPE_FLTOVF): Likewise.
12415         (FPE_FLTUND): Likewise.
12416         (FPE_FLTRES): Likewise.
12417         (FPE_FLTINV): Likewise.
12418         (FPE_FLTSUB): Likewise.
12419         (SEGV_MAPERR): Likewise.
12420         (SEGV_ACCERR): Likewise.
12421         (BUS_ADRALN): Likewise.
12422         (BUS_ADRERR): Likewise.
12423         (BUS_OBJERR): Likewise.
12424         (BUS_MCEERR_AR): Likewise.
12425         (BUS_MCEERR_AO): Likewise.
12426         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12427         (TRAP_TRACE): Likewise.
12428         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12429         __USE_XOPEN2K8].
12430         (CLD_KILLED): Likewise.
12431         (CLD_DUMPED): Likewise.
12432         (CLD_TRAPPED): Likewise.
12433         (CLD_STOPPED): Likewise.
12434         (CLD_CONTINUED): Likewise.
12435         (POLL_IN): Likewise.
12436         (POLL_OUT): Likewise.
12437         (POLL_MSG): Likewise.
12438         (POLL_ERR): Likewise.
12439         (POLL_PRI): Likewise.
12440         (POLL_HUP): Likewise.
12441         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
12442         (ILL_ILLOPN): Likewise.
12443         (ILL_ILLADR): Likewise.
12444         (ILL_ILLTRP): Likewise.
12445         (ILL_PRVOPC): Likewise.
12446         (ILL_PRVREG): Likewise.
12447         (ILL_COPROC): Likewise.
12448         (ILL_BADSTK): Likewise.
12449         (FPE_INTDIV): Likewise.
12450         (FPE_INTOVF): Likewise.
12451         (FPE_FLTDIV): Likewise.
12452         (FPE_FLTOVF): Likewise.
12453         (FPE_FLTUND): Likewise.
12454         (FPE_FLTRES): Likewise.
12455         (FPE_FLTINV): Likewise.
12456         (FPE_FLTSUB): Likewise.
12457         (SEGV_MAPERR): Likewise.
12458         (SEGV_ACCERR): Likewise.
12459         (BUS_ADRALN): Likewise.
12460         (BUS_ADRERR): Likewise.
12461         (BUS_OBJERR): Likewise.
12462         (BUS_MCEERR_AR): Likewise.
12463         (BUS_MCEERR_AO): Likewise.
12464         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12465         (TRAP_TRACE): Likewise.
12466         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12467         __USE_XOPEN2K8].
12468         (CLD_KILLED): Likewise.
12469         (CLD_DUMPED): Likewise.
12470         (CLD_TRAPPED): Likewise.
12471         (CLD_STOPPED): Likewise.
12472         (CLD_CONTINUED): Likewise.
12473         (POLL_IN): Likewise.
12474         (POLL_OUT): Likewise.
12475         (POLL_MSG): Likewise.
12476         (POLL_ERR): Likewise.
12477         (POLL_PRI): Likewise.
12478         (POLL_HUP): Likewise.
12479         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
12480         (ILL_ILLOPN): Likewise.
12481         (ILL_ILLADR): Likewise.
12482         (ILL_ILLTRP): Likewise.
12483         (ILL_PRVOPC): Likewise.
12484         (ILL_PRVREG): Likewise.
12485         (ILL_COPROC): Likewise.
12486         (ILL_BADSTK): Likewise.
12487         (ILL_DBLFLT): Likewise.
12488         (ILL_HARDWALL): Likewise.
12489         (FPE_INTDIV): Likewise.
12490         (FPE_INTOVF): Likewise.
12491         (FPE_FLTDIV): Likewise.
12492         (FPE_FLTOVF): Likewise.
12493         (FPE_FLTUND): Likewise.
12494         (FPE_FLTRES): Likewise.
12495         (FPE_FLTINV): Likewise.
12496         (FPE_FLTSUB): Likewise.
12497         (SEGV_MAPERR): Likewise.
12498         (SEGV_ACCERR): Likewise.
12499         (BUS_ADRALN): Likewise.
12500         (BUS_ADRERR): Likewise.
12501         (BUS_OBJERR): Likewise.
12502         (BUS_MCEERR_AR): Likewise.
12503         (BUS_MCEERR_AO): Likewise.
12504         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12505         (TRAP_TRACE): Likewise.
12506         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12507         __USE_XOPEN2K8].
12508         (CLD_KILLED): Likewise.
12509         (CLD_DUMPED): Likewise.
12510         (CLD_TRAPPED): Likewise.
12511         (CLD_STOPPED): Likewise.
12512         (CLD_CONTINUED): Likewise.
12513         (POLL_IN): Likewise.
12514         (POLL_OUT): Likewise.
12515         (POLL_MSG): Likewise.
12516         (POLL_ERR): Likewise.
12517         (POLL_PRI): Likewise.
12518         (POLL_HUP): Likewise.
12519         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
12520         (ILL_ILLOPN): Likewise.
12521         (ILL_ILLADR): Likewise.
12522         (ILL_ILLTRP): Likewise.
12523         (ILL_PRVOPC): Likewise.
12524         (ILL_PRVREG): Likewise.
12525         (ILL_COPROC): Likewise.
12526         (ILL_BADSTK): Likewise.
12527         (FPE_INTDIV): Likewise.
12528         (FPE_INTOVF): Likewise.
12529         (FPE_FLTDIV): Likewise.
12530         (FPE_FLTOVF): Likewise.
12531         (FPE_FLTUND): Likewise.
12532         (FPE_FLTRES): Likewise.
12533         (FPE_FLTINV): Likewise.
12534         (FPE_FLTSUB): Likewise.
12535         (SEGV_MAPERR): Likewise.
12536         (SEGV_ACCERR): Likewise.
12537         (BUS_ADRALN): Likewise.
12538         (BUS_ADRERR): Likewise.
12539         (BUS_OBJERR): Likewise.
12540         (BUS_MCEERR_AR): Likewise.
12541         (BUS_MCEERR_AO): Likewise.
12542         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12543         (TRAP_TRACE): Likewise.
12544         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12545         __USE_XOPEN2K8].
12546         (CLD_KILLED): Likewise.
12547         (CLD_DUMPED): Likewise.
12548         (CLD_TRAPPED): Likewise.
12549         (CLD_STOPPED): Likewise.
12550         (CLD_CONTINUED): Likewise.
12551         (POLL_IN): Likewise.
12552         (POLL_OUT): Likewise.
12553         (POLL_MSG): Likewise.
12554         (POLL_ERR): Likewise.
12555         (POLL_PRI): Likewise.
12556         (POLL_HUP): Likewise.
12557         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
12558         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
12560         [BZ #16670]
12561         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
12562         before #include of <time.h>.
12563         [!__USE_XOPEN2K] (__need_timespec): Likewise.
12564         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
12565         (test-xfail-UNIX98/sched.h/conform): Likewise.
12567 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
12569         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
12570         error absence of trapping exception support.
12571         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
12573 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12575         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
12576         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
12577         * timezone/Makefile (testdata): Move definition above include of
12578         Rules.
12579         (test-zones): New variable.
12580         (tests-special): Add zone files.
12581         (build-testdata): Use $(evaluate-test).
12583         * elf/Makefile (tests-special): Rename tests to end with .out.
12584         ($(objpfx)noload-mem): Likewise.
12585         ($(objpfx)tst-leaks1-mem): Likewise.
12586         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
12587         * iconv/Makefile (xtests-special): Change test-iconvconfig to
12588         $(objpfx)test-iconvconfig.out.
12589         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
12590         set -e inside subshell and redirect output to file.
12591         * iconvdata/Makefile (generated): Rename tests to end with .out.
12592         Correct type.
12593         (tests-special): Rename tests to end with .out.
12594         ($(objpfx)mtrace-tst-loading): Likewise.
12595         * intl/Makefile (generated): Likewise.
12596         (tests-special): Likewise.
12597         ($(objpfx)mtrace-tst-gettext): Likewise.
12598         * misc/Makefile (generated): Likewise.
12599         (tests-special): Likewise.
12600         ($(objpfx)tst-error1-mem): Likewise.
12601         * nptl/Makefile (tests-special): Likewise.
12602         ($(objpfx)tst-stack3-mem): Likewise.
12603         (generated): Likewise.
12604         * posix/Makefile (generated): Likewise.
12605         (tests-special): Likewise.
12606         (xtests-special): Likewise.
12607         ($(objpfx)tst-fnmatch-mem): Likewise.
12608         ($(objpfx)bug-regex2-mem): Likewise.
12609         ($(objpfx)bug-regex14-mem): Likewise.
12610         ($(objpfx)bug-regex21-mem): Likewise.
12611         ($(objpfx)bug-regex31-mem): Likewise.
12612         ($(objpfx)tst-vfork3-mem): Likewise.
12613         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
12614         ($(objpfx)tst-pcre-mem): Likewise.
12615         ($(objpfx)tst-boost-mem): Likewise.
12616         ($(objpfx)bug-ga2-mem): Likewise.
12617         ($(objpfx)bug-glob2-mem): Likewise.
12618         * resolv/Makefile (generate): Likewise.
12619         (tests-special): Likewise.
12620         (xtests-special): Likewise.
12621         (generated): Likewise.
12622         ($(objpfx)mtrace-tst-leaks): Likewise.
12623         ($(objpfx)mtrace-tst-leaks2): Likewise.
12625         * scripts/merge-test-results.sh: New file.
12626         * Makefile (tests-special-notdir): New variable.
12627         (tests): Run merge-test-results.sh.
12628         (xtests): Likewise.
12629         * Rules (tests-special-notdir): New variable.
12630         (xtests-special-notdir): Likewise.
12631         (tests): Run merge-test-results.sh
12632         (xtests): Likewise.
12634         * Makeconfig (test-xfail-name): New variable.
12635         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
12636         compute variable name for expected failures.
12637         * conform/Makefile (conformtest-headers-data): New variable.
12638         (conformtest-standards): Likewise.
12639         (conformtest-headers-ISO): Likewise.
12640         (conformtest-headers-ISO99): Likewise.
12641         (conformtest-headers-ISO11): Likewise.
12642         (conformtest-headers-POSIX): Likewise.
12643         (conformtest-headers-XPG3): Likewise.
12644         (conformtest-headers-XPG4): Likewise.
12645         (conformtest-headers-UNIX98): Likewise.
12646         (conformtest-headers-XOPEN2K): Likewise.
12647         (conformtest-headers-POSIX2008): Likewise.
12648         (conformtest-headers-XOPEN2K8): Likewise.
12649         (conformtest-header-list-base): Likewise.
12650         (conformtest-header-list-tests): Likewise.
12651         (conformtest-header-base): Likewise.
12652         (conformtest-header-tests): Likewise.
12653         (tests-special): Add $(conformtest-header-list-tests).  If
12654         [$(fast-check) && !$(cross-compiling)], add
12655         $(conformtest-header-tests) instead of
12656         $(objpfx)run-conformtest.out.
12657         (generated): Add $(conformtest-header-list-base).  If
12658         [$(fast-check) && !$(cross-compiling)], add
12659         $(conformtest-header-base).  Remove previous setting.
12660         ($(conformtest-header-list-tests)): New target.
12661         (test-xfail-run-conformtest): Remove variable.
12662         ($(objpfx)run-conformtest.out): Remove target.
12663         (test-xfail-ISO11/complex.h/conform): New variable.
12664         (test-xfail-ISO11/stdalign.h/conform): Likewise.
12665         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
12666         (test-xfail-XPG3/varargs.h/conform): Likewise.
12667         (test-xfail-XPG4/varargs.h/conform): Likewise.
12668         (test-xfail-UNIX98/varargs.h/conform): Likewise.
12669         (test-xfail-XPG4/ndbm.h/conform): Likewise.
12670         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
12671         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
12672         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
12673         (test-xfail-XPG3/fcntl.h/conform): Likewise.
12674         (test-xfail-XPG3/ftw.h/conform): Likewise.
12675         (test-xfail-XPG3/grp.h/conform): Likewise.
12676         (test-xfail-XPG3/langinfo.h/conform): Likewise.
12677         (test-xfail-XPG3/limits.h/conform): Likewise.
12678         (test-xfail-XPG3/pwd.h/conform): Likewise.
12679         (test-xfail-XPG3/search.h/conform): Likewise.
12680         (test-xfail-XPG3/signal.h/conform): Likewise.
12681         (test-xfail-XPG3/stdio.h/conform): Likewise.
12682         (test-xfail-XPG3/stdlib.h/conform): Likewise.
12683         (test-xfail-XPG3/string.h/conform): Likewise.
12684         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
12685         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
12686         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
12687         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
12688         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
12689         (test-xfail-XPG3/sys/types.h/conform): Likewise.
12690         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
12691         (test-xfail-XPG3/termios.h/conform): Likewise.
12692         (test-xfail-XPG3/time.h/conform): Likewise.
12693         (test-xfail-XPG3/unistd.h/conform): Likewise.
12694         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
12695         (test-xfail-XPG4/fcntl.h/conform): Likewise.
12696         (test-xfail-XPG4/langinfo.h/conform): Likewise.
12697         (test-xfail-XPG4/netdb.h/conform): Likewise.
12698         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
12699         (test-xfail-XPG4/signal.h/conform): Likewise.
12700         (test-xfail-XPG4/stdio.h/conform): Likewise.
12701         (test-xfail-XPG4/stdlib.h/conform): Likewise.
12702         (test-xfail-XPG4/stropts.h/conform): Likewise.
12703         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
12704         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
12705         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
12706         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
12707         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
12708         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
12709         (test-xfail-XPG4/sys/time.h/conform): Likewise.
12710         (test-xfail-XPG4/sys/types.h/conform): Likewise.
12711         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
12712         (test-xfail-XPG4/termios.h/conform): Likewise.
12713         (test-xfail-XPG4/ucontext.h/conform): Likewise.
12714         (test-xfail-XPG4/unistd.h/conform): Likewise.
12715         (test-xfail-XPG4/utmpx.h/conform): Likewise.
12716         (test-xfail-POSIX/sched.h/conform): Likewise.
12717         (test-xfail-POSIX/signal.h/conform): Likewise.
12718         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
12719         (test-xfail-POSIX/tar.h/conform): Likewise.
12720         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
12721         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
12722         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
12723         (test-xfail-UNIX98/netdb.h/conform): Likewise.
12724         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
12725         (test-xfail-UNIX98/sched.h/conform): Likewise.
12726         (test-xfail-UNIX98/signal.h/conform): Likewise.
12727         (test-xfail-UNIX98/stdio.h/conform): Likewise.
12728         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
12729         (test-xfail-UNIX98/stropts.h/conform): Likewise.
12730         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
12731         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
12732         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
12733         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
12734         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
12735         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
12736         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
12737         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
12738         (test-xfail-UNIX98/unistd.h/conform): Likewise.
12739         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
12740         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
12741         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
12742         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
12743         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
12744         (test-xfail-XOPEN2K/math.h/conform): Likewise.
12745         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
12746         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
12747         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
12748         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
12749         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
12750         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
12751         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
12752         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
12753         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
12754         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
12755         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
12756         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
12757         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
12758         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
12759         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
12760         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
12761         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
12762         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
12763         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
12764         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
12765         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
12766         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
12767         (test-xfail-POSIX2008/signal.h/conform): Likewise.
12768         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
12769         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
12770         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
12771         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
12772         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
12773         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
12774         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
12775         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
12776         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
12777         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
12778         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
12779         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
12780         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
12781         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
12782         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
12783         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
12784         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
12785         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
12786         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
12787         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
12788         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
12789         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
12790         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
12791         (conformtest-cc-flags): Likewise.
12792         ($(conformtest-header-tests): New target.
12793         * conform/check-header-lists.sh: New file.
12794         * conform/run-conformtest.sh: Remove.
12796         * conform/conformtest.pl: Allow ' and \ in values given for
12797         constants.
12798         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
12799         inclusion.
12800         [POSIX] (sys/types.h): Likewise.
12801         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
12802         inclusion.
12803         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
12804         inclusion.
12805         * conform/data/signal.h-data (SIGIO): Remove expectation.
12806         [XPG3] (SIGBUS): Do not expect.
12807         [POSIX || XPG3] (SIGPOLL): Likewise.
12808         [POSIX || XPG3] (SIGPROF): Likewise.
12809         [POSIX || XPG3] (SIGSYS): Likewise.
12810         [XPG3] (SIGTRAP): Likewise.
12811         [POSIX || XPG3] (SIGURG): Likewise.
12812         [POSIX || XPG3] (SIGVTALRM): Likewise.
12813         [POSIX || XPG3] (SIGXCPU): Likewise.
12814         [POSIX || XPG3] (SIGXFSZ): Likewise.
12815         [POSIX] (SA_SIGINFO): Expect.
12816         [XPG3] (siginfo_t): Do not expect type or contents.
12817         [POSIX] (si_pid): Do not expect element.
12818         [POSIX] (si_uid): Likewise.
12819         [POSIX] (si_addr): Likewise.
12820         [POSIX] (si_status): Likewise.
12821         [POSIX] (si_band): Likewise.
12822         [XPG4] (si_value): Likewise.
12823         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
12824         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
12825         [POSIX || XPG3] (ILL_ILLADR): Likewise.
12826         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
12827         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
12828         [POSIX || XPG3] (ILL_PRVREG): Likewise.
12829         [POSIX || XPG3] (ILL_COPROC): Likewise.
12830         [POSIX || XPG3] (ILL_BADSTK): Likewise.
12831         [POSIX || XPG3] (FPE_INTDIV): Likewise.
12832         [POSIX || XPG3] (FPE_INTOVF): Likewise.
12833         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
12834         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
12835         [POSIX || XPG3] (FPE_FLTUND): Likewise.
12836         [POSIX || XPG3] (FPE_FLTRES): Likewise.
12837         [POSIX || XPG3] (FPE_FLTINV): Likewise.
12838         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
12839         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
12840         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
12841         [POSIX || XPG3] (BUS_ADRALN): Likewise.
12842         [POSIX || XPG3] (BUS_ADRERR): Likewise.
12843         [POSIX || XPG3] (BUS_OBJERR): Likewise.
12844         [POSIX || XPG3] (CLD_EXITED): Likewise.
12845         [POSIX || XPG3] (CLD_KILLED): Likewise.
12846         [POSIX || XPG3] (CLD_DUMPED): Likewise.
12847         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
12848         [POSIX || XPG3] (CLD_STOPPED): Likewise.
12849         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
12850         [POSIX || XPG3] (POLL_IN): Likewise.
12851         [POSIX || XPG3] (POLL_OUT): Likewise.
12852         [POSIX || XPG3] (POLL_MSG): Likewise.
12853         [POSIX || XPG3] (POLL_ERR): Likewise.
12854         [POSIX || XPG3] (POLL_PRI): Likewise.
12855         [POSIX || XPG3] (POLL_HUP): Likewise.
12856         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
12857         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
12858         (SIG*): Do not allow.
12859         [XPG3] (si_*): Likewise.
12860         [XPG3] (SI_*): Likewise.
12861         [XPG3 || XPG4] (sigev_*): Likewise.
12862         [XPG3 || XPG4] (SIGEV_*): Likewise.
12863         [XPG3 || XPG4] (sival_*): Likewise.
12864         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
12865         [POSIX || XPG3] (BUS_*): Likewise.
12866         [POSIX || XPG3] (CLD_*): Likewise.
12867         [POSIX || XPG3] (FPE_*): Likewise.
12868         [POSIX || XPG3] (ILL_*): Likewise.
12869         [POSIX || XPG3] (POLL_*): Likewise.
12870         [POSIX || XPG3] (SEGV_*): Likewise.
12871         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
12872         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
12873         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
12874         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
12875         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
12876         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
12877         Specify type and value.
12878         (TVERSLEN): Likewise.
12879         (REGTYPE): Likewise.
12880         (AREGTYPE): Likewise.
12881         (LNKTYPE): Likewise.
12882         (SYMTYPE): Likewise.
12883         (CHRTYPE): Likewise.
12884         (BLKTYPE): Likewise.
12885         (DIRTYPE): Likewise.
12886         (FIFOTYPE): Likewise.
12887         (CONTTYPE): Likewise.
12888         (TSUID): Likewise.
12889         (TSGID): Likewise.
12890         (TSVTX): Likewise.
12891         (TUREAD): Likewise.
12892         (TUWRITE): Likewise.
12893         (TUEXEC): Likewise.
12894         (TGREAD): Likewise.
12895         (TGWRITE): Likewise.
12896         (TGEXEC): Likewise.
12897         (TOREAD): Likewise.
12898         (TOWRITE): Likewise.
12899         (TOEXEC): Likewise.
12900         [POSIX] (TSVTX): Expect constant.
12902 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
12904         * Makefile (tests): Change dependencies to ....
12905         (tests-special): ... additions to this variable.
12906         (tests): Depend on $(tests-special).
12907         * Makerules (check-abi-list): New variable.
12908         (check-abi): Depend on $(check-abi-list).
12909         [$(subdir) = elf] (tests-special): Add
12910         $(objpfx)check-abi-libc.out.
12911         [$(build-shared) = yes && subdir] (tests-special): Add
12912         $(check-abi-list).
12913         [$(build-shared) = yes && subdir] (tests): Do not depend on
12914         check-abi.
12915         * Rules (tests): Depend on $(tests-special).
12916         (xtests): Depend on $(xtests-special).
12917         * catgets/Makefile (tests): Change dependencies to ....
12918         (tests-special): ... additions to this variable.
12919         * conform/Makefile (tests): Change dependencies to ....
12920         (tests-special): ... additions to this variable.
12921         * elf/Makefile (tests): Change dependencies to ....
12922         (tests-special): ... additions to this variable.
12923         * grp/Makefile (tests): Change dependencies to ....
12924         (tests-special): ... additions to this variable.
12925         * iconv/Makefile (xtests): Change dependencies to ....
12926         (xtests-special): ... additions to this variable.
12927         * iconvdata/Makefile (tests): Change dependencies to ....
12928         (tests-special): ... additions to this variable.
12929         * intl/Makefile (tests): Change dependencies to ....
12930         (tests-special): ... additions to this variable.  Also add
12931         $(objpfx)tst-gettext.out.
12932         * io/Makefile (tests): Change dependencies to ....
12933         (tests-special): ... additions to this variable.
12934         * libio/Makefile (tests): Change dependencies to ....
12935         (tests-special): ... additions to this variable.
12936         * malloc/Makefile (tests): Change dependencies to ....
12937         (tests-special): ... additions to this variable.
12938         * misc/Makefile (tests): Change dependencies to ....
12939         (tests-special): ... additions to this variable.
12940         * nptl/Makefile (tests): Change dependencies to ....
12941         (tests-special): ... additions to this variable.
12942         * nptl_db/Makefile (tests): Change dependencies to ....
12943         (tests-special): ... additions to this variable.
12944         * posix/Makefile (tests): Change dependencies to ....
12945         (tests-special): ... additions to this variable.
12946         (xtests): Change dependencies to ....
12947         (xtests-special): ... additions to this variable.
12948         * resolv/Makefile (tests): Change dependencies to ....
12949         (tests-special): ... additions to this variable.
12950         (xtests): Change dependencies to ....
12951         (xtests-special): ... additions to this variable.
12952         * stdio-common/Makefile (tests): Change dependencies to ....
12953         (tests-special): ... additions to this variable.
12954         (do-tst-unbputc): Remove target.
12955         (do-tst-printf): Likewise.
12956         * stdlib/Makefile (tests): Change dependencies to ....
12957         (tests-special): ... additions to this variable.
12958         * string/Makefile (tests): Change dependencies to ....
12959         (tests-special): ... additions to this variable.
12960         * sysdeps/x86/Makefile (tests): Change dependencies to ....
12961         (tests-special): ... additions to this variable.
12963         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
12964         whole file.
12965         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
12966         whole file.
12967         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
12968         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
12970         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
12971         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
12972         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
12973         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
12974         * conform/data/libgen.h-data [XPG3]: Likewise.
12975         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
12976         * conform/data/ndbm.h-data [XPG3]: Likewise.
12977         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
12978         * conform/data/netdb.h-data [XPG3]: Likewise.
12979         * conform/data/netinet/in.h-data [XPG3]: Likewise.
12980         * conform/data/poll.h-data [XPG3]: Likewise.
12981         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
12982         * conform/data/strings.h-data [XPG3]: Likewise.
12983         * conform/data/stropts.h-data [XPG3]: Likewise.
12984         * conform/data/sys/mman.h-data [XPG3]: Likewise.
12985         * conform/data/sys/resource.h-data [XPG3]: Likewise.
12986         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
12987         Likewise.
12988         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
12989         * conform/data/sys/time.h-data [XPG3]: Likewise.
12990         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
12991         * conform/data/sys/uio.h-data [XPG3]: Likewise.
12992         * conform/data/sys/un.h-data [XPG3]: Likewise.
12993         * conform/data/syslog.h-data [XPG3]: Likewise.
12994         * conform/data/ucontext.h-data [XPG3]: Likewise.
12995         * conform/data/utmpx.h-data [XPG3]: Likewise.
12996         * conform/data/varargs.h-data [UNIX98]: Enable file.
12998         * manual/Makefile (INSTALL_INFO): Remove variable setting.
13000         * math/libm-test.inc (struct test_f_f_data): Move expected results
13001         into structure for each rounding mode.
13002         (struct test_ff_f_data): Likewise.
13003         (struct test_ff_f_data_nexttoward): Likewise.
13004         (struct test_fi_f_data): Likewise.
13005         (struct test_fl_f_data): Likewise.
13006         (struct test_if_f_data): Likewise.
13007         (struct test_fff_f_data): Likewise.
13008         (struct test_c_f_data): Likewise.
13009         (struct test_f_f1_data): Likewise.
13010         (struct test_fF_f1_data): Likewise.
13011         (struct test_ffI_f1_data): Likewise.
13012         (struct test_c_c_data): Likewise.
13013         (struct test_cc_c_data): Likewise.
13014         (struct test_f_i_data): Likewise.
13015         (struct test_ff_i_data): Likewise.
13016         (struct test_f_l_data): Likewise.
13017         (struct test_f_L_data): Likewise.
13018         (struct test_fFF_11_data): Likewise.
13019         (RM_): New macro.
13020         (RM_FE_DOWNWARD): Likewise.
13021         (RM_FE_TONEAREST): Likewise.
13022         (RM_FE_TOWARDZERO): Likewise.
13023         (RM_FE_UPWARD): Likewise.
13024         (RUN_TEST_LOOP_f_f): Update references to expected results.
13025         (RUN_TEST_LOOP_2_f): Likewise.
13026         (RUN_TEST_LOOP_fff_f): Likewise.
13027         (RUN_TEST_LOOP_c_f): Likewise.
13028         (RUN_TEST_LOOP_f_f1): Likewise.
13029         (RUN_TEST_LOOP_fF_f1): Likewise.
13030         (RUN_TEST_LOOP_fI_f1): Likewise.
13031         (RUN_TEST_LOOP_ffI_f1): Likewise.
13032         (RUN_TEST_LOOP_c_c): Likewise.
13033         (RUN_TEST_LOOP_cc_c): Likewise.
13034         (RUN_TEST_LOOP_f_i): Likewise.
13035         (RUN_TEST_LOOP_f_i_tg): Likewise.
13036         (RUN_TEST_LOOP_ff_i_tg): Likewise.
13037         (RUN_TEST_LOOP_f_b): Likewise.
13038         (RUN_TEST_LOOP_f_b_tg): Likewise.
13039         (RUN_TEST_LOOP_f_l): Likewise.
13040         (RUN_TEST_LOOP_f_L): Likewise.
13041         (RUN_TEST_LOOP_fFF_11): Likewise.
13042         * math/gen-libm-test.pl (parse_args): Output four copies of
13043         expected results for each test.
13045         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13046         (__ASSUME_UTIMES): Remove.
13047         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13048         (__ASSUME_UTIMES): Likewise.
13050         * math/gen-auto-libm-tests.c: Update comment on output format.
13051         (output_for_one_input_case): Generate before-rounding and
13052         after-rounding information as conditions on output flags not
13053         floating-point format.
13054         * math/auto-libm-test-out: Regenerated.
13055         * math/gen-libm-test.pl (cond_value): New function.
13056         (or_cond_value): Use cond_value.
13057         (generate_testfile): Handle conditional exceptions.
13059 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
13061         * math/libm-test.inc (max_valid_error): New variable.
13062         (init_max_error): Take new argument specifying whether function
13063         results are exactly determined.  Set max_valid_error and bound
13064         other variables for errors based on this argument.
13065         (set_max_error): Do not record results above max_valid_error.
13066         (check_float_internal): Only accept errors of up to 0.5ulps if
13067         also at most max_valid_error.
13068         (START): Take new argument EXACT and pass it to init_max_error.
13069         (acos_test): Update call to START.
13070         (acos_test_tonearest): Likewise.
13071         (acos_test_towardzero): Likewise.
13072         (acos_test_downward): Likewise.
13073         (acos_test_upward): Likewise.
13074         (acosh_test): Likewise.
13075         (asin_test): Likewise.
13076         (asin_test_tonearest): Likewise.
13077         (asin_test_towardzero): Likewise.
13078         (asin_test_downward): Likewise.
13079         (asin_test_upward): Likewise.
13080         (asinh_test): Likewise.
13081         (atan_test): Likewise.
13082         (atanh_test): Likewise.
13083         (atan2_test): Likewise.
13084         (cabs_test): Likewise.
13085         (cacos_test): Likewise.
13086         (cacosh_test): Likewise.
13087         (carg_test): Likewise.
13088         (casin_test): Likewise.
13089         (casinh_test): Likewise.
13090         (catan_test): Likewise.
13091         (catanh_test): Likewise.
13092         (cbrt_test): Likewise.
13093         (ccos_test): Likewise.
13094         (ccosh_test): Likewise.
13095         (ceil_test): Likewise.
13096         (cexp_test): Likewise.
13097         (cimag_test): Likewise.
13098         (clog_test): Likewise.
13099         (clog10_test): Likewise.
13100         (conj_test): Likewise.
13101         (copysign_test): Likewise.
13102         (cos_test): Likewise.
13103         (cos_test_tonearest): Likewise.
13104         (cos_test_towardzero): Likewise.
13105         (cos_test_downward): Likewise.
13106         (cos_test_upward): Likewise.
13107         (cosh_test): Likewise.
13108         (cosh_test_tonearest): Likewise.
13109         (cosh_test_towardzero): Likewise.
13110         (cosh_test_downward): Likewise.
13111         (cosh_test_upward): Likewise.
13112         (cpow_test): Likewise.
13113         (cproj_test): Likewise.
13114         (creal_test): Likewise.
13115         (csin_test): Likewise.
13116         (csinh_test): Likewise.
13117         (csqrt_test): Likewise.
13118         (ctan_test): Likewise.
13119         (ctan_test_tonearest): Likewise.
13120         (ctan_test_towardzero): Likewise.
13121         (ctan_test_downward): Likewise.
13122         (ctan_test_upward): Likewise.
13123         (ctanh_test): Likewise.
13124         (ctanh_test_tonearest): Likewise.
13125         (ctanh_test_towardzero): Likewise.
13126         (ctanh_test_downward): Likewise.
13127         (ctanh_test_upward): Likewise.
13128         (erf_test): Likewise.
13129         (erfc_test): Likewise.
13130         (exp_test): Likewise.
13131         (exp_test_tonearest): Likewise.
13132         (exp_test_towardzero): Likewise.
13133         (exp_test_downward): Likewise.
13134         (exp_test_upward): Likewise.
13135         (exp10_test): Likewise.
13136         (exp10_test_tonearest): Likewise.
13137         (exp10_test_towardzero): Likewise.
13138         (exp10_test_downward): Likewise.
13139         (exp10_test_upward): Likewise.
13140         (pow10_test): Likewise.
13141         (exp2_test): Likewise.
13142         (expm1_test): Likewise.
13143         (expm1_test_tonearest): Likewise.
13144         (expm1_test_towardzero): Likewise.
13145         (expm1_test_downward): Likewise.
13146         (expm1_test_upward): Likewise.
13147         (fabs_test): Likewise.
13148         (fdim_test): Likewise.
13149         (floor_test): Likewise.
13150         (fma_test): Likewise.
13151         (fma_test_towardzero): Likewise.
13152         (fma_test_downward): Likewise.
13153         (fma_test_upward): Likewise.
13154         (fmax_test): Likewise.
13155         (fmin_test): Likewise.
13156         (fmod_test): Likewise.
13157         (fpclassify_test): Likewise.
13158         (frexp_test): Likewise.
13159         (hypot_test): Likewise.
13160         (ilogb_test): Likewise.
13161         (isfinite_test): Likewise.
13162         (finite_test): Likewise.
13163         (isgreater_test): Likewise.
13164         (isgreaterequal_test): Likewise.
13165         (isinf_test): Likewise.
13166         (isless_test): Likewise.
13167         (islessequal_test): Likewise.
13168         (islessgreater_test): Likewise.
13169         (isnan_test): Likewise.
13170         (isnormal_test): Likewise.
13171         (issignaling_test): Likewise.
13172         (isunordered_test): Likewise.
13173         (j0_test): Likewise.
13174         (j1_test): Likewise.
13175         (jn_test): Likewise.
13176         (ldexp_test): Likewise.
13177         (lgamma_test): Likewise.
13178         (gamma_test): Likewise.
13179         (lrint_test): Likewise.
13180         (lrint_test_tonearest): Likewise.
13181         (lrint_test_towardzero): Likewise.
13182         (lrint_test_downward): Likewise.
13183         (lrint_test_upward): Likewise.
13184         (llrint_test): Likewise.
13185         (llrint_test_tonearest): Likewise.
13186         (llrint_test_towardzero): Likewise.
13187         (llrint_test_downward): Likewise.
13188         (llrint_test_upward): Likewise.
13189         (log_test): Likewise.
13190         (log10_test): Likewise.
13191         (log1p_test): Likewise.
13192         (log2_test): Likewise.
13193         (logb_test): Likewise.
13194         (logb_test_downward): Likewise.
13195         (lround_test): Likewise.
13196         (llround_test): Likewise.
13197         (modf_test): Likewise.
13198         (nearbyint_test): Likewise.
13199         (nextafter_test): Likewise.
13200         (nexttoward_test): Likewise.
13201         (pow_test): Likewise.
13202         (pow_test_tonearest): Likewise.
13203         (pow_test_towardzero): Likewise.
13204         (pow_test_downward): Likewise.
13205         (pow_test_upward): Likewise.
13206         (remainder_test): Likewise.
13207         (drem_test): Likewise.
13208         (remainder_test_tonearest): Likewise.
13209         (drem_test_tonearest): Likewise.
13210         (remainder_test_towardzero): Likewise.
13211         (drem_test_towardzero): Likewise.
13212         (remainder_test_downward): Likewise.
13213         (drem_test_downward): Likewise.
13214         (remainder_test_upward): Likewise.
13215         (drem_test_upward): Likewise.
13216         (remquo_test): Likewise.
13217         (rint_test): Likewise.
13218         (rint_test_tonearest): Likewise.
13219         (rint_test_towardzero): Likewise.
13220         (rint_test_downward): Likewise.
13221         (rint_test_upward): Likewise.
13222         (round_test): Likewise.
13223         (scalb_test): Likewise.
13224         (scalbn_test): Likewise.
13225         (scalbln_test): Likewise.
13226         (signbit_test): Likewise.
13227         (sin_test): Likewise.
13228         (sin_test_tonearest): Likewise.
13229         (sin_test_towardzero): Likewise.
13230         (sin_test_downward): Likewise.
13231         (sin_test_upward): Likewise.
13232         (sincos_test): Likewise.
13233         (sinh_test): Likewise.
13234         (sinh_test_tonearest): Likewise.
13235         (sinh_test_towardzero): Likewise.
13236         (sinh_test_downward): Likewise.
13237         (sinh_test_upward): Likewise.
13238         (sqrt_test): Likewise.
13239         (sqrt_test_tonearest): Likewise.
13240         (sqrt_test_towardzero): Likewise.
13241         (sqrt_test_downward): Likewise.
13242         (sqrt_test_upward): Likewise.
13243         (tan_test): Likewise.
13244         (tan_test_tonearest): Likewise.
13245         (tan_test_towardzero): Likewise.
13246         (tan_test_downward): Likewise.
13247         (tan_test_upward): Likewise.
13248         (tanh_test): Likewise.
13249         (tgamma_test): Likewise.
13250         (trunc_test): Likewise.
13251         (y0_test): Likewise.
13252         (y1_test): Likewise.
13253         (yn_test): Likewise.
13254         (significand_test): Likewise.
13256         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
13257         individual tests in comment.
13258         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
13259         (prev_max_error): New variable.
13260         (prev_real_max_error): Likewise.
13261         (prev_imag_max_error): Likewise.
13262         (compare_ulp_data): Don't refer to test names in comment.
13263         (find_test_ulps): Remove function.
13264         (find_function_ulps): Likewise.
13265         (find_complex_function_ulps): Likewise.
13266         (init_max_error): Take function name as argument.  Look up ulps
13267         for that function.
13268         (print_ulps): Remove function.
13269         (print_max_error): Use prev_max_error instead of calling
13270         find_function_ulps.
13271         (print_complex_max_error): Use prev_real_max_error and
13272         prev_imag_max_error instead of calling find_complex_function_ulps.
13273         (check_float_internal): Take max_ulp parameter instead of calling
13274         find_test_ulps.  Don't call print_ulps.
13275         (check_float): Update call to check_float_internal.
13276         (check_complex): Update calls to check_float_internal.
13277         (START): Pass argument to init_max_error.
13278         * math/gen-libm-test.pl (%results): Don't include "kind"
13279         information.
13280         (parse_ulps): Don't handle ulps of individual tests.
13281         (print_ulps_file): Likewise.
13282         (output_ulps): Likewise.
13283         * math/README.libm-test: Update.
13284         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
13285         individual tests.
13286         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
13287         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
13288         * sysdeps/arm/libm-test-ulps: Likewise.
13289         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
13290         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
13291         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
13292         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
13293         * sysdeps/microblaze/libm-test-ulps: Likewise.
13294         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
13295         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
13296         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
13297         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
13298         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
13299         * sysdeps/sh/libm-test-ulps: Likewise.
13300         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
13301         * sysdeps/tile/libm-test-ulps: Likewise.
13302         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13304 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
13306         * math/libm-test.inc (print_complex_max_error): Check separately
13307         whether real and imaginary errors are within allowed range and
13308         pass 0 to print_complex_function_ulps instead of value within
13309         allowed range.
13311 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
13313         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
13314         formatting.
13315         (get_handles_fopen): Likewise.
13316         (do_write_test): Likewise.
13318         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
13320         * libio/fileops.c (do_ftell): Use cached offset when
13321         available.
13322         * libio/iofwide.c (do_ftell_wide): Likewise.
13323         * libio/iofdopen.c (_IO_new_fdopen): Don't use
13324         _IO_file_attach.
13325         * libio/wfileops.c (_IO_fwide): Don't cache offset.
13327         [BZ #16532]
13328         * libio/libioP.h (get_file_offset): New function.
13329         * libio/fileops.c (get_file_offset): Likewise.
13330         (do_ftell): Likewise.
13331         (_IO_new_file_seekoff): Split out ftell logic.
13332         * libio/wfileops.c (do_ftell_wide): Likewise.
13333         (_IO_wfile_seekoff): Split out ftell logic.
13334         * libio/tst-ftell-active-handler.c: New test case.
13335         * libio/Makefile (tests): Add it.
13337 2014-03-03  Roland McGrath  <roland@hack.frob.com>
13339         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
13340         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
13342 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
13344         [BZ #16639]
13345         * nscd/connections.c (nscd_init): Call do_exit.
13346         (start_threads): Call do_exit and notify_parent.
13347         (begin_drop_privileges): Call do_exit.
13348         (finish_drop_privileges): Likewise.
13349         * nscd/selinux.c (preserve_capabilities): Likewise.
13350         (install_real_capabilities): Likewise.
13351         (nscd_selinux_enabled): Likewise.
13352         (avc_create_thread): Likewise.
13353         (avc_alloc_lock): Likewise.
13354         (nscd_avc_init): Likewise.
13355         * nscd/nscd.c (parent_fd): New static variable.
13356         (main): Create a pipe between parent and child processes.
13357         Skip closing parent_fd.
13358         (monitor_child): New function.
13359         (do_exit): Likewise.
13360         (notify_parent): Likewise.
13361         * nscd/nscd.h (notify_parent): Likewise.
13362         (do_exit): Likewise.
13364 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
13366         * malloc/malloc.c (__libc_calloc): Revert last change.
13368 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13370         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13372 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
13374         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
13375         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
13376         implementation.
13377         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13378         (__libc_ifunc_impl_list): Likewise.
13379         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
13380         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
13381         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
13382         * string/strrchr.c: Define STRRCHR.
13384 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
13386         * benchtest/bench-strtok.c (simple_strtok): Delete.
13387         (strtok_string): Use as benchmark.
13388         * string/strtok (STRTOK): New macro.
13390 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
13392         * manual/threads.texi: Add header and standard comments to all
13393         functions.
13395         * elf/dl-lookup.c (check_match): New function.
13396         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
13397         (do_lookup_x): Remove nested function check_match. Use non-nested
13398         function check_match.
13400 2014-02-28  Roland McGrath  <roland@hack.frob.com>
13402         * csu/Makefile (generated, before-compile): Use += rather than =.
13403         * catgets/Makefile (generated, generated-dirs): Likewise.
13404         * debug/Makefile (generated): Likewise.
13405         * dlfcn/Makefile (generated): Likewise.
13406         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
13407         * iconvdata/Makefile (before-compile, generated): Likewise.
13408         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
13409         * libio/Makefile (generated): Likewise.
13410         * malloc/Makefile (generated): Likewise.
13411         * manual/Makefile (generated, generated-dirs): Likewise.
13412         * misc/Makefile (generated): Likewise.
13413         * posix/Makefile (generated): Likewise.
13414         * resolv/Makefile (generated): Likewise.
13415         * sunrpc/Makefile (generated, generated-dirs): Likewise.
13416         * timezone/Makefile (generated, generated-dirs): Likewise.
13418         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
13420 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13422         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
13423         power8 implementation.
13424         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
13425         file: POWER8 llround ifunc implementation.
13426         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
13427         (__lllround): Add POWER8 implementation.
13428         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
13429         POWER8 llround implementation.
13431         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
13432         power8 implementation.
13433         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
13434         file: POWER8 llrint ifunc implementation.
13435         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
13436         Add POWER8 implementation.
13437         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
13438         POWER8 llrint implementation.
13440         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
13441         power8 implementation.
13442         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
13443         file: POWER8 finite ifunc implementation.
13444         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
13445         Add POWER8 implementation.
13446         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
13447         Likewise.
13448         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
13449         POWER8 finite implementation.
13450         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
13452         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
13453         power8 implementation.
13454         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
13455         file: POWER8 isinf ifunc implementation.
13456         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
13457         POWER8 implementation.
13458         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
13459         Likewise.
13460         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
13461         isinf implementation.
13462         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
13464         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
13465         (INIT_ARCH): Add hwcap2 initialization.
13466         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
13467         power8 implementation.
13468         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
13469         file: POWER8 isnan ifunc implementation.
13470         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
13471         POWER8 implementation.
13472         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
13473         Likewise.
13474         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
13475         isnan implementation.
13476         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
13478 2014-02-27  Joey Ye  <joey.ye@arm.com>
13480         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
13481         (_FP_NANFRAC_Q): Set to zero.
13483 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13485         [BZ #16623]
13486         * math/auto-libm-test-in: New test inputs.
13487         * math/auto-libm-test-out: Regenerate.
13488         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
13489         and DA.
13490         (__cos): Likewise.
13491         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
13493 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
13495         * scripts/evaluate-test.sh: Take new argument indicating whether
13496         failure is expected.
13497         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
13498         indicating whether failure is expected.
13499         * conform/Makefile (test-xfail-run-conformtest): New variable.
13500         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
13501         level.
13502         * posix/Makefile (test-xfail-annexc): New variable.
13503         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
13505 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
13507         * argp/Makefile: Include Makeconfig immediately after defining
13508         subdir.
13509         * assert/Makefile: Likewise.
13510         * benchtests/Makefile: Likewise.
13511         * catgets/Makefile: Likewise.
13512         * conform/Makefile: Likewise.
13513         * crypt/Makefile: Likewise.
13514         * csu/Makefile: Likewise.
13515         (all): Remove target.
13516         * ctype/Makefile: Include Makeconfig immediately after defining
13517         subdir.
13518         * debug/Makefile: Likewise.
13519         * dirent/Makefile: Likewise.
13520         * dlfcn/Makefile: Likewise.
13521         * gmon/Makefile: Likewise.
13522         * gnulib/Makefile: Likewise.
13523         * grp/Makefile: Likewise.
13524         * gshadow/Makefile: Likewise.
13525         * hesiod/Makefile: Likewise.
13526         * hurd/Makefile: Likewise.
13527         (all): Remove target.
13528         * iconvdata/Makefile: Include Makeconfig immediately after
13529         defining subdir.
13530         * inet/Makefile: Likewise.
13531         * intl/Makefile: Likewise.
13532         * io/Makefile: Likewise.
13533         * libio/Makefile: Likewise.
13534         (all): Remove target.
13535         * locale/Makefile: Include Makeconfig immediately after defining
13536         subdir.
13537         * login/Makefile: Likewise.
13538         * mach/Makefile: Likewise.
13539         (all): Remove target.
13540         * malloc/Makefile: Include Makeconfig immediately after defining
13541         subdir.
13542         (all): Remove target.
13543         * manual/Makefile: Include Makeconfig immediately after defining
13544         subdir.
13545         * math/Makefile: Likewise.
13546         * misc/Makefile: Likewise.
13547         * nis/Makefile: Likewise.
13548         * nss/Makefile: Likewise.
13549         * po/Makefile: Likewise.
13550         (all): Remove target.
13551         * posix/Makefile: Include Makeconfig immediately after defining
13552         subdir.
13553         * pwd/Makefile: Likewise.
13554         * resolv/Makefile: Likewise.
13555         * resource/Makefile: Likewise.
13556         * rt/Makefile: Likewise.
13557         * setjmp/Makefile: Likewise.
13558         * shadow/Makefile: Likewise.
13559         * signal/Makefile: Likewise.
13560         * socket/Makefile: Likewise.
13561         * soft-fp/Makefile: Likewise.
13562         * stdio-common/Makefile: Likewise.
13563         * stdlib/Makefile: Likewise.
13564         * streams/Makefile: Likewise.
13565         * string/Makefile: Likewise.
13566         * sunrpc/Makefile: Likewise.
13567         (all): Remove target.
13568         * sysvipc/Makefile: Include Makeconfig immediately after defining
13569         subdir.
13570         * termios/Makefile: Likewise.
13571         * time/Makefile: Likewise.
13572         * timezone/Makefile: Likewise.
13573         (all): Remove target.
13574         * wcsmbs/Makefile: Include Makeconfig immediately after defining
13575         subdir.
13576         * wctype/Makefile: Likewise.
13578 2014-02-26  Steve Ellcey  <sellcey@mips.com>
13580         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
13581         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
13582         (libc_feholdexcept_setround_mips): Ditto.
13583         (libc_feholdsetround): New.
13584         (libc_feholdsetroundf): New.
13585         (libc_feholdsetroundl): New.
13586         (libc_feupdateenv_test_mips): New.
13587         (libc_feupdateenv_test): New.
13588         (libc_feupdateenv_testf): New.
13589         (libc_feupdateenv_testl): New.
13590         (libc_feresetround): New.
13591         (libc_feresetroundf): New.
13592         (libc_feresetroundl): New.
13593         (libc_fetestexcept_mips): New.
13594         (libc_fetestexcept): New.
13595         (libc_fetestexceptf): New.
13596         (libc_fetestexceptl): New.
13597         (HAVE_RM_CTX): New.
13598         (libc_feholdexcept_setround_mips_ctx): New.
13599         (libc_feholdexcept_setround_ctx): New.
13600         (libc_feholdexcept_setroundf_ctx): New.
13601         (libc_feholdexcept_setroundl_ctx): New.
13602         (libc_fesetenv_mips_ctx): New.
13603         (libc_fesetenv_ctx): New.
13604         (libc_fesetenv_ctxf): New.
13605         (libc_fesetenv_ctxl): New.
13606         (libc_feupdateenv_mips_ctx): New.
13607         (libc_feupdateenv_ctx): New.
13608         (libc_feupdateenvf_ctx): New.
13609         (libc_feupdateenvl_ctx): New.
13610         (libc_feholdsetround_mips_ctx): New.
13611         (libc_feholdsetround_ctx): New.
13612         (libc_feholdsetroundf_ctx): New.
13613         (libc_feholdsetroundl_ctx): New.
13614         (libc_feresetround_mips_ctx): New.
13615         (libc_feresetround_ctx): New.
13616         (libc_feresetroundf_ctx): New.
13617         (libc_feresetroundl_ctx): New.
13619 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
13621         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
13623         * manual/ipc.texi: New file.
13624         * manual/Makefile (chapters): Add ipc.
13625         * manual/job.texi: Add "Inter-Process Communication" to next.
13626         * manual/process.texi: Add "Inter-Process Communication" to prev.
13628 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13630         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13632 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
13634         * malloc/malloc.c (__libc_calloc): Simplify implementation.
13636         * manual/arith.texi: Fix spaces after sentences.
13637         * manual/charset.texi: Likewise.
13638         * manual/errno.texi: Likewise.
13639         * manual/install.texi: Likewise.
13640         * manual/llio.texi: Likewise.
13641         * manual/locale.texi: Likewise.
13642         * manual/maint.texi: Likewise.
13643         * manual/math.texi: Likewise.
13644         * manual/memory.texi: Likewise.
13645         * manual/message.texi: Likewise.
13646         * manual/probes.texi: Likewise.
13647         * manual/resource.texi: Likewise.
13648         * manual/signal.texi: Likewise.
13649         * manual/socket.texi: Likewise.
13650         * manual/stdio.texi: Likewise.
13651         * manual/string.texi: Likewise.
13652         * manual/time.texi: Likewise.
13653         * manual/users.texi: Likewise.
13655 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
13657         [BZ #16632]
13658         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
13659         _DEFAULT_SOURCE is defined.
13661 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
13662             Carlos O'Donell  <carlos@redhat.com>
13664         [BZ #16613]
13665         * elf/dl-tls.c (_dl_count_modids): New function.
13666         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
13667         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
13668         audit library and increment generation counter.
13669         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
13670         * elf/tst-audit9.c: New file.
13671         * elf/tst-auditmod9a.c: New file.
13672         * elf/tst-auditmod9b.c: New file.
13673         * elf/Makefile: Add rules to build and run tst-audit9.
13675 2014-02-25  Florian Weimer  <fweimer@redhat.com>
13677         [BZ #15347]
13678         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
13680 2014-02-25  Will Newton  <will.newton@linaro.org>
13682         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
13683         (__longjmp): Restore sp and lr before restoring callee
13684         saved registers.  Add longjmp and longjmp_target
13685         SystemTap probe point.
13686         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
13687         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
13688         Define to zero to match jmpbuf layout.
13689         * sysdeps/arm/setjmp.S: Include stap-probe.h.
13690         (__sigsetjmp): Save sp and lr before saving callee
13691         saved registers.  Add setjmp SystemTap probe point.
13693 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
13695         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13697 2014-02-24  Andreas Schwab  <schwab@suse.de>
13699         [BZ #15804]
13700         * elf/pldd.c (wait_for_ptrace_stop): New function.
13701         (main): Call it after attaching.
13703 2014-02-22  Roland McGrath  <roland@hack.frob.com>
13705         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
13706         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
13707         Versions files is now verboten.
13708         * hurd/Versions (libc: GLIBC_2.0):
13709         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
13710         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
13711         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
13712         * mach/Versions: Likewise.
13714         * csu/Versions: Remove unused %include.
13715         * resolv/Versions: Likewise.
13717 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
13719         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
13720         ($(objpfx)check-local-headers.out): Likewise.
13721         ($(objpfx)begin-end-check.out): Likewise.
13722         * Makerules (check-abi-%.out): Likewise.
13723         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
13724         ($(objpfx)test2.cat): Likewise.
13725         ($(objpfx)de/libc.cat): Likewise.
13726         ($(objpfx)test-gencat.out): Likewise.
13727         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
13728         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
13729         ($(objpfx)noload-mem): Likewise.
13730         ($(objpfx)tst-pathopt.out): Likewise.
13731         ($(objpfx)tst-rtld-load-self.out): Likewise.
13732         ($(objpfx)tst-array1-cmp.out): Likewise.
13733         ($(objpfx)tst-array1-static-cmp.out): Likewise.
13734         ($(objpfx)tst-array2-cmp.out): Likewise.
13735         ($(objpfx)tst-array3-cmp.out): Likewise.
13736         ($(objpfx)tst-array4-cmp.out): Likewise.
13737         ($(objpfx)tst-array5-cmp.out): Likewise.
13738         ($(objpfx)tst-array5-static-cmp.out): Likewise.
13739         ($(objpfx)check-textrel.out): Likewise.
13740         ($(objpfx)check-execstack.out): Likewise.
13741         ($(objpfx)check-localplt.out): Likewise.
13742         ($(objpfx)order2-cmp.out): Likewise.
13743         ($(objpfx)tst-leaks1-mem): Likewise.
13744         ($(objpfx)tst-leaks1-static-mem): Likewise.
13745         ($(objpfx)tst-initorder-cmp.out): Likewise.
13746         ($(objpfx)tst-initorder2-cmp.out): Likewise.
13747         ($(objpfx)tst-unused-dep.out): Likewise.
13748         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
13749         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
13750         * iconv/Makefile (test-iconvconfig): Likewise.
13751         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
13752         ($(objpfx)iconv-test.out): Likewise.
13753         ($(objpfx)tst-tables.out): Likewise.
13754         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
13755         ($(objpfx)tst-gettext.out): Likewise.
13756         ($(objpfx)tst-translit.out): Likewise.
13757         ($(objpfx)tst-gettext2.out): Likewise.
13758         ($(objpfx)tst-gettext4.out): Likewise.
13759         ($(objpfx)tst-gettext6.out): Likewise.
13760         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
13761         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
13762         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
13763         ($(objpfx)tst-fopenloc-mem.out): Likewise.
13764         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
13765         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
13766         * posix/Makefile ($(objpfx)globtest.out): Likewise.
13767         ($(objpfx)wordexp-tst.out): Likewise.
13768         ($(objpfx)annexc.out): Likewise.
13769         ($(objpfx)tst-fnmatch-mem): Likewise.
13770         ($(objpfx)bug-regex2-mem): Likewise.
13771         ($(objpfx)bug-regex14-mem): Likewise.
13772         ($(objpfx)bug-regex21-mem): Likewise.
13773         ($(objpfx)bug-regex31-mem): Likewise.
13774         ($(objpfx)tst-vfork3-mem): Likewise.
13775         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13776         ($(objpfx)tst-pcre-mem): Likewise.
13777         ($(objpfx)tst-boost-mem): Likewise.
13778         ($(objpfx)tst-getconf.out): Likewise.
13779         ($(objpfx)bug-ga2-mem): Likewise.
13780         ($(objpfx)bug-glob2-mem): Likewise.
13781         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
13782         ($(objpfx)mtrace-tst-leaks2): Likewise.
13783         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
13784         ($(objpfx)tst-printf.out): Likewise.
13785         ($(objpfx)tst-setvbuf1.out): Likewise.
13786         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
13787         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
13788         ($(objpfx)tst-fmtmsg.out): Likewise.
13789         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
13790         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
13792         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
13793         * bits/sigaction.h [__USE_MISC]: Likewise.
13794         * bits/waitstatus.h: Update #endif comments.
13795         * ctype/ctype.h: Likewise.
13796         * dirent/dirent.h: Likewise.
13797         [__USE_MISC]: Remove redundant conditionals.
13798         * grp/grp.h: Update #endif comments.
13799         [__USE_GNU]: Remove redundant conditionals.
13800         [__USE_MISC]: Likewise.
13801         * inet/netinet/in.h [__USE_GNU]: Likewise.
13802         * io/sys/stat.h [__USE_MISC]: Likewise.
13803         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
13804         * libio/bits/stdio.h: Update #endif comments.
13805         [__USE_MISC]: Remove redundant conditionals.
13806         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
13807         * libio/stdio.h: Update #endif comments.
13808         [__USE_MISC]: Remove redundant conditionals.
13809         * math/bits/math-finite.h [__USE_MISC]: Likewise.
13810         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
13811         * math/math.h: Update #else and #endif comments.
13812         [__USE_MISC]: Remove redundant conditionals.
13813         * misc/sys/uio.h: Update #endif comments.
13814         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
13815         * posix/glob.h [__USE_MISC]: Likewise.
13816         * posix/sys/types.h: Update #endif comments.
13817         [__USE_MISC]: Remove redundant conditionals.
13818         * posix/sys/wait.h: Update #endif comments.
13819         [__USE_MISC]: Remove redundant conditionals.
13820         * posix/unistd.h: Update #endif comments.
13821         [__USE_MISC]: Remove redundant conditionals.
13822         * pwd/pwd.h [__USE_GNU]: Likewise.
13823         [__USE_MISC]: Likewise.
13824         * resolv/netdb.h [__USE_GNU]: Likewise.
13825         * signal/signal.h: Update #endif comments.
13826         [__USE_MISC]: Remove redundant conditionals.
13827         * stdlib/stdlib.h: Update #else and #endif comments.
13828         [__USE_MISC]: Remove redundant conditionals.
13829         [__USE_GNU]: Likewise.
13830         * string/bits/string2.h [__USE_MISC]: Likewise.
13831         * string/string.h: Update #endif comments.
13832         [__USE_MISC]: Remove redundant conditionals.
13833         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
13834         Likewise.
13835         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
13836         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
13837         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
13838         Likewise.
13839         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
13840         Likewise.
13841         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
13842         comments.
13843         [__USE_MISC]: Remove redundant conditionals.
13844         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
13845         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
13846         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
13847         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
13848         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
13849         Likewise.
13850         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
13851         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
13852         Likewise.
13853         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
13854         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
13855         Likewise.
13856         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
13857         Likewise.
13858         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
13859         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
13860         Likewise.
13861         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
13862         Likewise.
13863         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
13864         * sysdeps/x86/bits/string.h: Update #endif comments.
13865         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
13866         conditionals.
13867         * time/sys/time.h: Update #endif comments.
13868         * time/time.h: Likewise.
13869         [__USE_MISC]: Remove redundant conditionals.
13871 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
13873         [BZ #16600]
13874         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
13876 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
13878         * Versions.def (librt): Add GLIBC_2.17.
13880 2014-02-21  Adam Conrad  <adconrad@0c3.net>
13882         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
13883         synonym for _SYS_AUXV_H to allow direct inclusion.
13884         * sysdeps/sparc/bits/hwcap.h: Likewise.
13885         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
13886         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
13887         * sysdeps/sparc/sysdep.h: Likewise.
13889 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
13891         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
13893 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
13895         * benchtests/bench-strrchr.c: Print length instead of position.
13897 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
13899         [BZ #16611]
13900         * sysdeps/unix/sysv/linux/kernel-features.h
13901         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
13902         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
13903         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
13904         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
13905         Likewise.
13906         [__i386__ || __powerpc__ || __sh__ || __sparc__]
13907         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
13908         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
13909         (__ASSUME_SENDMMSG): Define instead of using previous
13910         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
13911         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13912         (__ASSUME_SENDMMSG_SYSCALL): Define.
13913         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13914         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
13915         Likewise.
13916         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13917         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
13918         Likewise.
13919         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13920         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
13921         Likewise.
13922         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
13923         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
13924         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
13925         [__ASSUME_SENDMMSG]: Change conditionals to
13926         [__ASSUME_SENDMMSG_SOCKETCALL].
13927         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13928         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
13929         Define.
13930         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13931         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
13932         Likewise.
13933         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
13934         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
13935         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
13936         [!__ASSUME_SENDMMSG]: Change conditional to
13937         [!__ASSUME_SENDMMSG_SOCKETCALL].
13938         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13939         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
13940         Define.
13942         [BZ #16610]
13943         * sysdeps/unix/sysv/linux/kernel-features.h
13944         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
13945         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
13946         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
13947         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
13948         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
13949         [__i386__ || __sparc__]
13950         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
13951         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
13952         (__ASSUME_RECVMMSG): Define instead of using previous
13953         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
13954         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13955         (__ASSUME_RECVMMSG_SYSCALL): Define.
13956         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13957         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13958         Likewise.
13959         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13960         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13961         Likewise.
13962         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13963         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13964         Likewise.
13965         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
13966         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
13967         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
13968         [__ASSUME_RECVMMSG]: Change condition to
13969         [__ASSUME_RECVMMSG_SOCKETCALL].
13970         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13971         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13972         Define.
13973         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
13974         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13975         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13976         Likewise.
13977         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
13978         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
13979         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
13980         [!__ASSUME_RECVMMSG]: Change condition to
13981         [!__ASSUME_RECVMMSG_SOCKETCALL].
13982         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13983         (__ASSUME_RECVMMSG_SYSCALL): Define.
13985         [BZ #16609]
13986         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
13987         __powerpc__ || __s390__ || __sh__ || __sparc__]
13988         (__ASSUME_SOCKETCALL): Define.
13989         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
13990         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
13991         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
13992         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
13993         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
13994         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
13995         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
13996         (__ASSUME_ACCEPT4): Define instead of using previous
13997         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
13998         __powerpc__ || __sparc__ || __s390__)] condition.
13999         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14000         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14001         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
14002         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14003         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14004         [!__ASSUME_ACCEPT4]: Change condition to
14005         [!__ASSUME_ACCEPT4_SOCKETCALL].
14006         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14007         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
14008         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
14009         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14010         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
14011         __ASSUME_ACCEPT4_SYSCALL.
14012         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
14013         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
14014         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14015         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
14016         __ASSUME_ACCEPT4_SYSCALL.
14017         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
14018         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
14019         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
14020         [__ASSUME_ACCEPT4]: Change condition to
14021         [__ASSUME_ACCEPT4_SOCKETCALL].
14022         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14023         (__ASSUME_SOCKETCALL): Define.
14024         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
14025         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14026         (__ASSUME_SOCKETCALL): Define.
14027         (__ASSUME_ACCEPT4): Remove.
14028         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
14029         Define.
14030         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14031         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
14032         Likewise.
14033         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14034         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
14036         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
14037         macro.
14038         (HWCAP_ARM_LPAE): Likewise.
14039         (HWCAP_ARM_EVTSTRM): Likewise.
14040         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
14041         Add vpfd32, lpae and evtstrm.
14042         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
14043         Increase to 22.
14045 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
14047         * math/auto-libm-test-in: Add tests of clog10.
14048         * math/auto-libm-test-out: Regenerated.
14049         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
14050         * sysdeps/i386/fpu/libm-test-ulps: Update.
14051         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14053 2014-02-18  Andreas Schwab  <schwab@suse.de>
14055         [BZ #16574]
14056         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
14057         Store non-zero if the second buffer was newly allocated.
14058         (send_dg): Likewise.
14059         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
14060         to send_vc and send_dg.
14061         (res_nsend): Pass NULL for ansp2_malloced.
14062         * resolv/res_query.c (__libc_res_nquery): Add parameter
14063         answerp2_malloced and pass it down to __libc_res_nsend.
14064         (res_nquery): Pass additional NULL to __libc_res_nquery.
14065         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
14066         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
14067         second answer buffer if answerp2_malloced was set.
14068         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
14069         (__libc_res_nquerydomain): Add parameter
14070         answerp2_malloced and pass it down to __libc_res_nquery.
14071         (res_nquerydomain): Pass additional NULL to
14072         __libc_res_nquerydomain.
14073         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
14074         additional NULL to __libc_res_nsend and __libc_res_nquery.
14075         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
14076         additional NULL to __libc_res_nsearch.
14077         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
14078         parameter of __libc_res_nsearch to check for separately allocated
14079         second buffer.
14080         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
14081         __libc_res_nquery.
14082         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
14083         additional NULL to __libc_res_nquery.
14084         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
14085         __libc_res_nsearch.
14086         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
14087         * include/resolv.h: Update prototypes of __libc_res_nquery,
14088         __libc_res_nsearch, __libc_res_nsend.
14090 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
14092         * math/auto-libm-test-in: Add tests of fma.
14093         * math/auto-libm-test-out: Regenerated.
14094         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
14095         (fma_towardzero_test_data): Likewise.
14096         (fma_downward_test_data): Likewise.
14097         (fma_upward_test_data): Likewise.
14098         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
14099         mpc_mode.
14100         (rounding_modes): Add values for new field.
14101         (func_calc_method): Add value mpfr_fff_f.
14102         (func_calc_desc): Add mpfr_fff_f union field.
14103         (test_function): Add field exact_args.
14104         (FUNC): Add macro argument EXACT_ARGS.
14105         (FUNC_mpfr_f_f): Update call to FUNC.
14106         (FUNC_mpfr_f_f): Likewise.
14107         (FUNC_mpfr_ff_f): Likewise.
14108         (FUNC_mpfr_if_f): Likewise.
14109         (FUNC_mpc_c_f): Likewise.
14110         (FUNC_mpc_c_c): Likewise.
14111         (test_functions): Add fma.  Update calls to FUNC.
14112         (handle_input_arg): Add argument exact_args.
14113         (add_test): Update call to handle_input_arg.
14114         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
14115         (output_for_one_input_case): Update call to calc_generic_results.
14116         Recalculate exact zero results in each rounding mode.
14118         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
14119         non-negative before setting low bit.
14120         * math/auto-libm-test-in: Mark one asin test possibly having
14121         spurious underflow.
14122         * math/auto-libm-test-out: Regenerated.
14123         * sysdeps/i386/fpu/libm-test-ulps: Update.
14124         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14126 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
14128         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
14129         * sysdeps/unix/sysv/linux/microblaze: Move directory from
14130         ports/sysdeps/unix/sysv/linux/microblaze.
14131         * README: Add missing listing for microblaze*-*-linux-gnu.
14133 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
14135         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
14136         duplicate code
14138 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
14140         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14141         * sysdeps/unix/sysv/linux/ia64: Move directory from
14142         ports/sysdeps/unix/sysv/linux/ia64.
14143         * README: Update listing for ia64-*-linux-gnu.
14145 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
14146             Joseph Myers  <joseph@codesourcery.com>
14148         * Makeconfig (test-name): New variable.
14149         (evaluate-test): Likewise.
14150         * Makerules (do-test-clean): Remove .test-result files.
14151         (common-mostlyclean): Likewise.
14152         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
14153         * scripts/evaluate-test.sh: New file.
14155 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
14157         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
14158         separate $(objpfx)tst-fopenloc-cmp.out and
14159         $(objpfx)tst-fopenloc-mem.out targets.
14160         (tests): Update dependencies.
14161         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
14162         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
14163         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
14164         (tst-rxspencer-no-utf8-ARGS): New variable.
14165         (tst-rxspencer-no-utf8-ENV): Likewise.
14166         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
14167         instead of $(objpfx)tst-rxspencer-mem.
14168         ($(objpfx)tst-rxspencer-mem): Change target to
14169         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
14170         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
14171         * posix/tst-rxspencer-no-utf8.c: New file.
14173         * elf/Makefile ($(objpfx)order.out): Remove rule.
14174         [$(run-built-tests) = yes] (tests): Depend on
14175         $(objpfx)order-cmp.out.
14176         ($(objpfx)order-cmp.out): New rule.
14177         [$(run-built-tests) = yes] (tests): Depend on
14178         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
14179         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
14180         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
14181         $(objpfx)tst-array5-static-cmp.out.
14182         ($(objpfx)tst-array1.out): Remove rule.
14183         ($(objpfx)tst-array1-cmp.out): New rule.
14184         ($(objpfx)tst-array1-static.out): Remove rule.
14185         ($(objpfx)tst-array1-static-cmp.out): New rule.
14186         ($(objpfx)tst-array2.out): Remove rule.
14187         ($(objpfx)tst-array2-cmp.out): New rule.
14188         ($(objpfx)tst-array3.out): Remove rule.
14189         ($(objpfx)tst-array3-cmp.out): New rule.
14190         ($(objpfx)tst-array4.out): Remove rule.
14191         ($(objpfx)tst-array4-cmp.out): New rule.
14192         ($(objpfx)tst-array5.out): Remove rule.
14193         ($(objpfx)tst-array5-cmp.out): New rule.
14194         ($(objpfx)tst-array5-static.out): Remove rule.
14195         ($(objpfx)tst-array5-static-cmp.out): New rule.
14196         [$(run-built-tests) = yes] (tests): Depend on
14197         $(objpfx)order2-cmp.out.
14198         ($(objpfx)order2.out): Remove rule.
14199         ($(objpfx)order2-cmp.out): New rule.
14200         ($(objpfx)tst-initorder.out): Remove rule.
14201         [$(run-built-tests) = yes] (tests): Depend on
14202         $(objpfx)tst-initorder-cmp.out.
14203         ($(objpfx)tst-initorder-cmp.out): New rule.
14204         ($(objpfx)tst-initorder2.out): Remove rule.
14205         [$(run-built-tests) = yes] (tests): Depend on
14206         $(objpfx)tst-initorder2-cmp.out.
14207         ($(objpfx)tst-initorder2-cmp.out): New rule.
14208         [$(run-built-tests) = yes] (tests): Depend on
14209         $(objpfx)tst-unused-dep-cmp.out.
14210         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
14211         ($(objpfx)tst-unused-dep-cmp.out): New rule.
14212         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
14213         on $(objpfx)tst-setvbuf1-cmp.out.
14214         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
14215         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
14216         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
14217         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
14218         ($(objpfx)tst-svc.out): Remove rule.
14219         ($(objpfx)tst-svc-cmp.out): New rule.
14221 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
14223         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
14224         * ctype/ctype.h [__USE_MISC]: Likewise.
14225         * dirent/dirent.h [__USE_MISC]: Likewise.
14226         * grp/grp.h [__USE_MISC]: Likewise.
14227         * io/fcntl.h [__USE_MISC]: Likewise.
14228         * io/sys/stat.h [__USE_MISC]: Likewise.
14229         * libio/stdio.h [__USE_MISC]: Likewise.
14230         * posix/unistd.h [__USE_MISC]: Likewise.
14231         * pwd/pwd.h [__USE_MISC]: Likewise.
14232         * stdlib.h [__USE_MISC]: Likewise.
14233         * string/bits/string2.h [__USE_MISC]: Likewise.
14234         * string/string.h [__USE_MISC]: Likewise.
14235         * time/time.h [__USE_MISC]: Likewise.
14237 2014-02-13  Andreas Schwab  <schwab@suse.de>
14239         [BZ #16574]
14240         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
14241         second answer buffer if it was separately allocated.
14243 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
14245         * sysdeps/mips/math-tests.h: Include <features.h>.
14246         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14247         (ROUNDING_TESTS_long_double): Do not define.
14248         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14249         (EXCEPTION_TESTS_long_double): Likewise.
14250         * sysdeps/mips/mips64/libm-test-ulps: Update.
14252         * include/features.h (__USE_BSD): Remove macro definitions.
14253         (__USE_SVID): Likewise.
14254         (_BSD_SOURCE): Likewise.
14255         (_SVID_SOURCE): Likewise.
14256         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
14257         from definition of _DEFAULT_SOURCE.
14258         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
14259         [_DEFAULT_SOURCE].
14260         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
14261         * bits/mman.h [__USE_BSD]: Likewise.
14262         * bits/termios.h [__USE_BSD]: Likewise.
14263         * bits/waitstatus.h [__USE_BSD]: Likewise.
14264         * ctype/ctype.h [__USE_SVID]: Likewise.
14265         * dirent/dirent.h [__USE_BSD]: Likewise.
14266         * grp/grp.h [__USE_SVID]: Likewise.
14267         [__USE_BSD]: Likewise.
14268         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
14269         * io/fcntl.h [__USE_BSD]: Likewise.
14270         * io/ftw.h [__USE_BSD]: Likewise.
14271         * io/sys/stat.h [__USE_BSD]: Likewise.
14272         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
14273         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
14274         * libio/stdio.h [__USE_SVID]: Likewise.
14275         [__USE_BSD]: Likewise.
14276         * math/math.h [__USE_SVID]: Likewise.
14277         [__USE_BSD]: Likewise.
14278         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
14279         * misc/bits/syslog.h [__USE_BSD]: Likewise.
14280         * misc/search.h [__USE_SVID]: Likewise.
14281         * misc/sys/mman.h [__USE_BSD]: Likewise.
14282         * misc/sys/syslog.h [__USE_BSD]: Likewise.
14283         * misc/sys/uio.h [__USE_BSD]: Likewise.
14284         * posix/bits/unistd.h [__USE_BSD]: Likewise.
14285         * posix/glob.h [__USE_BSD]: Likewise.
14286         * posix/regex.h [__USE_BSD]: Likewise.
14287         * posix/sys/types.h [__USE_BSD]: Likewise.
14288         [__USE_SVID]: Likewise.
14289         * posix/sys/utsname.h [__USE_SVID]: Likewise.
14290         * posix/sys/wait.h [__USE_BSD]: Likewise.
14291         [__USE_SVID]: Likewise.
14292         * posix/unistd.h [__USE_BSD]: Likewise.
14293         [__USE_SVID]: Likewise.
14294         * pwd/pwd.h [__USE_SVID]: Likewise.
14295         * resolv/netdb.h [__USE_BSD]: Likewise.
14296         * setjmp/setjmp.h [__USE_BSD]: Likewise.
14297         * signal/signal.h [__USE_BSD]: Likewise.
14298         [__USE_SVID]: Likewise.
14299         * socket/sys/socket.h [__USE_BSD]: Likewise.
14300         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
14301         * stdlib/stdlib.h [__USE_BSD]: Likewise.
14302         [__USE_SVID]: Likewise.
14303         * string/bits/string2.h [__USE_BSD]: Likewise.
14304         [__USE_SVID]: Likewise.
14305         * string/bits/string3.h [__USE_BSD]: Likewise.
14306         * string/endian.h [__USE_BSD]: Likewise.
14307         * string/string.h [__USE_SVID]: Likewise.
14308         [__USE_BSD]: Likewise.
14309         * string/strings.h [__USE_BSD]: Likewise.
14310         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
14311         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
14312         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
14313         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
14314         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
14315         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
14316         Likewise.
14317         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
14318         Likewise.
14319         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
14320         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
14321         Likewise.
14322         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
14323         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
14324         Likewise.
14325         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
14326         Likewise.
14327         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
14328         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
14329         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
14330         Likewise.
14331         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
14332         Likewise.
14333         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
14334         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
14335         * termios/termios.h [__USE_BSD]: Likewise.
14336         * time/sys/time.h [__USE_BSD]: Likewise.
14337         * time/time.h [__USE_BSD]: Likewise.
14338         [__USE_SVID]: Likewise.
14340         * Makefile (subdir_targets): Remove subdir_lint.out.
14342         * stdio-common/Makefile (do-tst-unbputc): Remove target.
14343         (do-tst-printf): Likewise.
14344         (tests): Depend directly on $(objpfx)tst-unbputc.out and
14345         $(objpfx)tst-printf.out.
14347         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
14349         * Makerules (check-abi-%): Change target to
14350         $(objpfx)check-abi-%.out.
14351         (check-abi target): Update dependencies.
14352         (check-abi-pattern variable): Redirect output of diff to $@.
14353         (check-abi variable): Likewise.
14354         * elf/Makefile (check-abi): Update dependencies.
14356         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
14357         unused.
14358         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
14359         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
14360         subnormal range.
14361         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
14362         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
14363         value has largest subnormal exponent.
14364         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
14365         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
14366         * sysdeps/aarch64/soft-fp/sfp-machine.h
14367         (_FP_TININESS_AFTER_ROUNDING): New macro.
14368         * sysdeps/alpha/soft-fp/sfp-machine.h
14369         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14370         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14371         Likewise.
14372         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
14373         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14374         * sysdeps/mips/soft-fp/sfp-machine.h
14375         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14376         * sysdeps/powerpc/soft-fp/sfp-machine.h
14377         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14378         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14379         Likewise.
14380         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
14381         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14382         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
14383         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14384         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14385         Likewise.
14387 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
14389         [BZ #16545]
14390         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
14391         model 1.
14393 2014-02-12  Richard Henderson  <rth@redhat.com>
14395         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
14396         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
14397         * sysdeps/unix/sysv/linux/alpha: Move directory from
14398         ports/sysdeps/unix/sysv/linux/alpha.
14399         * README: Update listing for alpha-*-linux-gnu.
14401 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
14403         * include/features.h: Update comment documenting feature test
14404         macros.
14405         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
14406         _DEFAULT_SOURCE.
14407         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
14408         (_SVID_SOURCE): Likewise.
14409         (_DEFAULT_SOURCE): Update description of default features.
14410         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
14411         with _GNU_SOURCE.
14412         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
14413         (S_ISVTX): Likewise.
14414         * manual/math.texi (Mathematical Constants): Likewise.
14415         * manual/signal.texi (Interrupted Primitives): Likewise.
14416         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
14417         * math/test-matherr.c (_SVID_SOURCE): Do not define.
14418         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
14419         Don't refer to _SVID_SOURCE in warning text.
14421         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14423         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
14424         already defined.
14425         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
14426         * sysdeps/mips/dl-lookup.c: Remove.
14427         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
14429 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
14431         [BZ #16447]
14432         * math/auto-libm-test-in: Add testcase for expl.
14433         * math/auto-libm-test-out: Regenerate.
14434         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
14435         calculation of unsafe.
14436         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
14438 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14440         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
14441         * sysdeps/unix/sysv/linux/aarch64: Move directory from
14442         ports/sysdeps/unix/sysv/linux/aarch64.
14443         * README: Update listing for aarch64*-*-linux-gnu.
14445 2014-02-11  Will Newton  <will.newton@linaro.org>
14447         * manual/probes.texi (Mathematical Function Probes): Use
14448         "triggered" instead of "hit".
14450         * manual/probes.texi (Internal Probes): Add documentation
14451         of setjmp, longjmp and longjmp_target probes.
14453         * include/stap-probe.h: Add comment about probe argument
14454         format.
14456         * malloc/mtrace.c (attribute_hidden): Remove unused macro
14457         definition.  (tr_where, tr_freehook, tr_mallochook,
14458         tr_reallochook, tr_memalignhook): Use ANSI protoype.
14460 2014-02-11  David S. Miller  <davem@davemloft.net>
14462         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
14463         processing int_tests.
14465 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
14467         * sysdeps/mips: Move directory from ports/sysdeps/mips.
14468         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
14469         * sysdeps/unix/sysv/linux/mips: Move directory from
14470         ports/sysdeps/unix/sysv/linux/mips.
14471         * README: Update listing for mips-*-linux-gnu and
14472         mips64-*-linux-gnu.
14474 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
14476         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
14477         * sysdeps/unix/sysv/linux/m68k: Move directory from
14478         ports/sysdeps/unix/sysv/linux/m68k.
14479         * README: Update listing for m68k-*-linux-gnu.
14481 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
14483         * sysdeps/tile: Move directory from ports/sysdeps/tile.
14484         * sysdeps/unix/sysv/linux/generic: Move directory from
14485         ports/sysdeps/unix/sysv/linux/generic.
14486         * sysdeps/unix/sysv/linux/tile: Move directory from
14487         ports/sysdeps/unix/sysv/linux/tile.
14488         * README: Update listing for tile*-*-linux-gnu.
14490 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
14492         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
14493         __builtin_expect.
14494         * benchtests/bench-memmem.c (simple_memmem): Likewise.
14495         * catgets/open_catalog.c (__open_catalog): Likewise.
14496         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
14497         * debug/confstr_chk.c: Likewise.
14498         * debug/fread_chk.c (__fread_chk): Likewise.
14499         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
14500         * debug/getgroups_chk.c: Likewise.
14501         * debug/mbsnrtowcs_chk.c: Likewise.
14502         * debug/mbsrtowcs_chk.c: Likewise.
14503         * debug/mbstowcs_chk.c: Likewise.
14504         * debug/memcpy_chk.c: Likewise.
14505         * debug/memmove_chk.c: Likewise.
14506         * debug/mempcpy_chk.c: Likewise.
14507         * debug/memset_chk.c: Likewise.
14508         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
14509         * debug/strcat_chk.c (__strcat_chk): Likewise.
14510         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
14511         * debug/strncat_chk.c (__strncat_chk): Likewise.
14512         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
14513         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
14514         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
14515         * debug/wcpncpy_chk.c: Likewise.
14516         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
14517         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
14518         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
14519         * debug/wcsncpy_chk.c: Likewise.
14520         * debug/wcsnrtombs_chk.c: Likewise.
14521         * debug/wcsrtombs_chk.c: Likewise.
14522         * debug/wcstombs_chk.c: Likewise.
14523         * debug/wmemcpy_chk.c: Likewise.
14524         * debug/wmemmove_chk.c: Likewise.
14525         * debug/wmempcpy_chk.c: Likewise.
14526         * debug/wmemset_chk.c: Likewise.
14527         * dirent/scandirat.c (SCANDIRAT): Likewise.
14528         * dlfcn/dladdr1.c (dladdr1): Likewise.
14529         * dlfcn/dladdr.c (dladdr): Likewise.
14530         * dlfcn/dlclose.c (dlclose_doit): Likewise.
14531         * dlfcn/dlerror.c (__dlerror): Likewise.
14532         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
14533         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
14534         * dlfcn/dlopen.c (dlopen_doit): Likewise.
14535         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
14536         * dlfcn/dlsym.c (dlsym_doit): Likewise.
14537         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
14538         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
14539         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
14540         Likewise.
14541         * elf/dl-conflict.c: Likewise.
14542         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
14543         * elf/dl-dst.h: Likewise.
14544         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
14545         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
14546         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
14547         * elf/dl-init.c (call_init, _dl_init): Likewise.
14548         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
14549         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
14550         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
14551         Likewise.
14552         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
14553         Likewise.
14554         * elf/dl-minimal.c (__libc_memalign): Likewise.
14555         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
14556         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
14557         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
14558         * elf/dl-sym.c (do_sym): Likewise.
14559         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
14560         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
14561         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
14562         * elf/dl-writev.h (_dl_writev): Likewise.
14563         * elf/ldconfig.c (search_dir): Likewise.
14564         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
14565         (dl_main): Likewise.
14566         * elf/setup-vdso.h (setup_vdso): Likewise.
14567         * grp/compat-initgroups.c (compat_call): Likewise.
14568         * grp/fgetgrent.c (fgetgrent): Likewise.
14569         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
14570         * grp/putgrent.c (putgrent): Likewise.
14571         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
14572         Likewise.
14573         * hurd/hurdinit.c: Likewise.
14574         * iconvdata/8bit-gap.c (struct): Likewise.
14575         * iconvdata/ansi_x3.110.c : Likewise.
14576         * iconvdata/big5.c : Likewise.
14577         * iconvdata/big5hkscs.c : Likewise.
14578         * iconvdata/cp1255.c: Likewise.
14579         * iconvdata/cp1258.c : Likewise.
14580         * iconvdata/cp932.c : Likewise.
14581         * iconvdata/euc-cn.c: Likewise.
14582         * iconvdata/euc-jisx0213.c : Likewise.
14583         * iconvdata/euc-jp.c: Likewise.
14584         * iconvdata/euc-jp-ms.c : Likewise.
14585         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
14586         * iconvdata/gb18030.c : Likewise.
14587         * iconvdata/gbbig5.c (const): Likewise.
14588         * iconvdata/gbgbk.c: Likewise.
14589         * iconvdata/gbk.c : Likewise.
14590         * iconvdata/ibm1364.c : Likewise.
14591         * iconvdata/ibm930.c : Likewise.
14592         * iconvdata/ibm932.c: Likewise.
14593         * iconvdata/ibm933.c : Likewise.
14594         * iconvdata/ibm935.c : Likewise.
14595         * iconvdata/ibm937.c : Likewise.
14596         * iconvdata/ibm939.c : Likewise.
14597         * iconvdata/ibm943.c: Likewise.
14598         * iconvdata/iso_11548-1.c: Likewise.
14599         * iconvdata/iso-2022-cn.c : Likewise.
14600         * iconvdata/iso-2022-cn-ext.c : Likewise.
14601         * iconvdata/iso-2022-jp-3.c: Likewise.
14602         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
14603         * iconvdata/iso-2022-kr.c : Likewise.
14604         * iconvdata/iso646.c (gconv_end): Likewise.
14605         * iconvdata/iso_6937-2.c : Likewise.
14606         * iconvdata/iso_6937.c : Likewise.
14607         * iconvdata/iso8859-1.c: Likewise.
14608         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
14609         * iconvdata/shift_jisx0213.c : Likewise.
14610         * iconvdata/sjis.c : Likewise.
14611         * iconvdata/t.61.c : Likewise.
14612         * iconvdata/tcvn5712-1.c : Likewise.
14613         * iconvdata/tscii.c: Likewise.
14614         * iconvdata/uhc.c : Likewise.
14615         * iconvdata/unicode.c (gconv_end): Likewise.
14616         * iconvdata/utf-16.c (gconv_end): Likewise.
14617         * iconvdata/utf-32.c (gconv_end): Likewise.
14618         * iconvdata/utf-7.c (base64): Likewise.
14619         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
14620         * iconv/gconv_close.c (__gconv_close): Likewise.
14621         * iconv/gconv_open.c (__gconv_open): Likewise.
14622         * iconv/gconv_simple.c (internal_ucs4_loop_single)
14623         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
14624         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
14625         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
14626         (ucs4le_internal_loop_single): Likewise.
14627         * iconv/iconv.c (iconv): Likewise.
14628         * iconv/iconv_close.c: Likewise.
14629         * iconv/loop.c (SINGLE): Likewise.
14630         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
14631         * include/atomic.h: Likewise.
14632         * inet/inet6_option.c (option_alloc): Likewise.
14633         * intl/bindtextdom.c (set_binding_values): Likewise.
14634         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
14635         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
14636         * intl/localealias.c (read_alias_file): Likewise.
14637         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
14638         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
14639         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
14640         * libio/fmemopen.c (fmemopen): Likewise.
14641         * libio/iofgets.c (_IO_fgets): Likewise.
14642         * libio/iofgets_u.c (fgets_unlocked): Likewise.
14643         * libio/iofgetws.c (fgetws): Likewise.
14644         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
14645         * libio/iogetdelim.c (_IO_getdelim): Likewise.
14646         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
14647         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
14648         * locale/findlocale.c (_nl_find_locale): Likewise.
14649         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
14650         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
14651         Likewise.
14652         * locale/setlocale.c (setlocale): Likewise.
14653         * login/programs/pt_chown.c (main): Likewise.
14654         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
14655         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
14656         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
14657         (mmap, mmap64, mremap, munmap): Likewise.
14658         * math/e_exp2l.c: Likewise.
14659         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
14660         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
14661         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
14662         * math/s_catan.c (__catan): Likewise.
14663         * math/s_catanf.c (__catanf): Likewise.
14664         * math/s_catanh.c (__catanh): Likewise.
14665         * math/s_catanhf.c (__catanhf): Likewise.
14666         * math/s_catanhl.c (__catanhl): Likewise.
14667         * math/s_catanl.c (__catanl): Likewise.
14668         * math/s_ccosh.c (__ccosh): Likewise.
14669         * math/s_ccoshf.c (__ccoshf): Likewise.
14670         * math/s_ccoshl.c (__ccoshl): Likewise.
14671         * math/s_cexp.c (__cexp): Likewise.
14672         * math/s_cexpf.c (__cexpf): Likewise.
14673         * math/s_cexpl.c (__cexpl): Likewise.
14674         * math/s_clog10.c (__clog10): Likewise.
14675         * math/s_clog10f.c (__clog10f): Likewise.
14676         * math/s_clog10l.c (__clog10l): Likewise.
14677         * math/s_clog.c (__clog): Likewise.
14678         * math/s_clogf.c (__clogf): Likewise.
14679         * math/s_clogl.c (__clogl): Likewise.
14680         * math/s_csin.c (__csin): Likewise.
14681         * math/s_csinf.c (__csinf): Likewise.
14682         * math/s_csinh.c (__csinh): Likewise.
14683         * math/s_csinhf.c (__csinhf): Likewise.
14684         * math/s_csinhl.c (__csinhl): Likewise.
14685         * math/s_csinl.c (__csinl): Likewise.
14686         * math/s_csqrt.c (__csqrt): Likewise.
14687         * math/s_csqrtf.c (__csqrtf): Likewise.
14688         * math/s_csqrtl.c (__csqrtl): Likewise.
14689         * math/s_ctan.c (__ctan): Likewise.
14690         * math/s_ctanf.c (__ctanf): Likewise.
14691         * math/s_ctanh.c (__ctanh): Likewise.
14692         * math/s_ctanhf.c (__ctanhf): Likewise.
14693         * math/s_ctanhl.c (__ctanhl): Likewise.
14694         * math/s_ctanl.c (__ctanl): Likewise.
14695         * math/w_pow.c: Likewise.
14696         * math/w_powf.c: Likewise.
14697         * math/w_powl.c: Likewise.
14698         * math/w_scalb.c (sysv_scalb): Likewise.
14699         * math/w_scalbf.c (sysv_scalbf): Likewise.
14700         * math/w_scalbl.c (sysv_scalbl): Likewise.
14701         * misc/error.c (error_tail): Likewise.
14702         * misc/pselect.c (__pselect): Likewise.
14703         * nis/nis_callback.c (__nis_create_callback): Likewise.
14704         * nis/nis_call.c (__nisfind_server): Likewise.
14705         * nis/nis_creategroup.c (nis_creategroup): Likewise.
14706         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
14707         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
14708         * nis/nis_getservlist.c (nis_getservlist): Likewise.
14709         * nis/nis_lookup.c (nis_lookup): Likewise.
14710         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
14711         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
14712         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
14713         * nis/nis_xdr.c (xdr_endpoint): Likewise.
14714         * nis/nss_compat/compat-grp.c (getgrent_next_file)
14715         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
14716         * nis/nss_compat/compat-initgroups.c (add_group)
14717         (internal_getgrent_r): Likewise.
14718         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
14719         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
14720         * nis/nss_compat/compat-spwd.c (getspent_next_file)
14721         (internal_getspnam_r): Likewise.
14722         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
14723         (_nss_nis_getaliasbyname_r): Likewise.
14724         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
14725         (_nss_nis_getntohost_r): Likewise.
14726         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
14727         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
14728         (_nss_nis_getgrgid_r): Likewise.
14729         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
14730         (internal_nis_gethostent_r, internal_gethostbyname2_r)
14731         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
14732         (_nss_nis_gethostbyname4_r): Likewise.
14733         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
14734         (initgroups_netid): Likewise.
14735         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
14736         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
14737         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
14738         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
14739         (_nss_nis_getprotobynumber_r): Likewise.
14740         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
14741         (_nss_nis_getsecretkey): Likewise.
14742         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
14743         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
14744         (_nss_nis_getpwuid_r): Likewise.
14745         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
14746         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
14747         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
14748         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
14749         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
14750         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
14751         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
14752         Likewise.
14753         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
14754         (_nss_nisplus_getntohost_r): Likewise.
14755         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
14756         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
14757         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
14758         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
14759         Likewise.
14760         * nis/nss_nisplus/nisplus-initgroups.c
14761         (_nss_nisplus_initgroups_dyn): Likewise.
14762         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
14763         (_nss_nisplus_getnetbyaddr_r): Likewise.
14764         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
14765         (_nss_nisplus_getprotobynumber_r): Likewise.
14766         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
14767         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
14768         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
14769         Likewise.
14770         * nis/nss_nisplus/nisplus-service.c
14771         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
14772         (_nss_nisplus_getservbyport_r): Likewise.
14773         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
14774         (_nss_nisplus_getspnam_r): Likewise.
14775         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
14776         Likewise.
14777         * nscd/aicache.c (addhstaiX): Likewise.
14778         * nscd/cache.c (cache_search, prune_cache): Likewise.
14779         * nscd/connections.c (register_traced_file, send_ro_fd)
14780         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
14781         (main_loop_epoll): Likewise.
14782         * nscd/grpcache.c (addgrbyX): Likewise.
14783         * nscd/hstcache.c (addhstbyX): Likewise.
14784         * nscd/initgrcache.c (addinitgroupsX): Likewise.
14785         * nscd/mem.c (gc, mempool_alloc): Likewise.
14786         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
14787         (addinnetgrX): Likewise.
14788         * nscd/nscd-client.h (__nscd_acquire_maplock)
14789         (__nscd_drop_map_ref): Likewise.
14790         * nscd/nscd_getai.c (__nscd_getai): Likewise.
14791         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
14792         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
14793         Likewise.
14794         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
14795         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
14796         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
14797         (__nscd_get_map_ref): Likewise.
14798         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
14799         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
14800         Likewise.
14801         * nscd/pwdcache.c (addpwbyX): Likewise.
14802         * nscd/selinux.c (preserve_capabilities): Likewise.
14803         * nscd/servicescache.c (addservbyX): Likewise.
14804         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
14805         * posix/fnmatch.c (fnmatch): Likewise.
14806         * posix/getopt.c (_getopt_internal_r): Likewise.
14807         * posix/glob.c (glob, glob_in_dir): Likewise.
14808         * posix/wordexp.c (exec_comm_child): Likewise.
14809         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
14810         (getanswer_r, gaih_getanswer_slice): Likewise.
14811         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
14812         * resolv/res_init.c: Likewise.
14813         * resolv/res_mkquery.c (res_nmkquery): Likewise.
14814         * resolv/res_query.c (__libc_res_nquery): Likewise.
14815         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
14816         Likewise.
14817         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
14818         * stdio-common/perror.c (perror): Likewise.
14819         * stdio-common/printf_fp.c (___printf_fp): Likewise.
14820         * stdio-common/tmpnam.c (tmpnam): Likewise.
14821         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
14822         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
14823         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
14824         Likewise.
14825         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
14826         * stdlib/putenv.c (putenv): Likewise.
14827         * stdlib/setenv.c (__add_to_environ): Likewise.
14828         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
14829         * stdlib/strtol_l.c (INTERNAL): Likewise.
14830         * string/memmem.c (memmem): Likewise.
14831         * string/strerror.c (strerror): Likewise.
14832         * string/strnlen.c (__strnlen): Likewise.
14833         * string/test-memmem.c (simple_memmem): Likewise.
14834         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
14835         * sunrpc/pm_getport.c (__get_socket): Likewise.
14836         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
14837         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
14838         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
14839         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
14840         Likewise.
14841         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
14842         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
14843         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
14844         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
14845         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
14846         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
14847         Likewise.
14848         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
14849         Likewise.
14850         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
14851         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
14852         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
14853         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
14854         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
14855         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
14856         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
14857         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
14858         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
14859         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
14860         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
14861         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
14862         Likewise.
14863         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
14864         Likewise.
14865         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
14866         Likewise.
14867         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
14868         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
14869         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
14870         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
14871         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
14872         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
14873         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
14874         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
14875         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
14876         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
14877         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
14878         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
14879         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
14880         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
14881         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
14882         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
14883         Likewise.
14884         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
14885         Likewise.
14886         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
14887         Likewise.
14888         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
14889         Likewise.
14890         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
14891         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
14892         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
14893         Likewise.
14894         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
14895         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
14896         * sysdeps/posix/opendir.c (__opendirat): Likewise.
14897         * sysdeps/posix/sleep.c: Likewise.
14898         * sysdeps/posix/tempname.c: Likewise.
14899         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
14900         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
14901         Likewise.
14902         * sysdeps/powerpc/powerpc32/dl-machine.h
14903         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
14904         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
14905         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
14906         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
14907         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
14908         Likewise.
14909         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
14910         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
14911         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
14912         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
14913         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
14914         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
14915         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
14916         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
14917         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
14918         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
14919         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
14920         (elf_machine_lazy_rel): Likewise.
14921         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
14922         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
14923         (elf_machine_lazy_rel): Likewise.
14924         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
14925         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
14926         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
14927         * sysdeps/unix/grantpt.c (grantpt): Likewise.
14928         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
14929         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
14930         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
14931         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
14932         Likewise.
14933         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
14934         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
14935         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
14936         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
14937         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
14938         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
14939         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
14940         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
14941         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
14942         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
14943         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
14944         Likewise.
14945         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
14946         (__posix_fallocate64_l64): Likewise.
14947         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
14948         (posix_fallocate): Likewise.
14949         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
14950         Likewise.
14951         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
14952         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
14953         (getifaddrs_internal): Likewise.
14954         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
14955         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
14956         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
14957         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
14958         * sysdeps/unix/sysv/linux/posix_fallocate64.c
14959         (__posix_fallocate64_l64): Likewise.
14960         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
14961         Likewise.
14962         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
14963         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
14964         (__get_clockfreq): Likewise.
14965         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
14966         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
14967         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
14968         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
14969         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
14970         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
14971         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
14972         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
14973         Likewise.
14974         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
14975         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
14976         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
14977         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
14978         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
14979         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
14980         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
14981         Likewise.
14982         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
14983         (posix_fallocate): Likewise.
14984         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
14985         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
14986         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
14987         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
14988         (elf_machine_rela, elf_machine_rela_relative)
14989         (elf_machine_lazy_rel): Likewise.
14990         * time/asctime.c (asctime_internal): Likewise.
14991         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
14992         * time/tzset.c (__tzset_parse_tz): Likewise.
14993         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
14994         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
14995         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
14996         * wcsmbs/wcsmbsload.h: Likewise.
14998         [BZ #15894]
14999         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
15001         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
15002         (arena_get2): Remove THREAD_STATS conditionals.
15003         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
15004         (__malloc_stats, int): Likewise.
15006 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
15008         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
15009         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
15011         * manual/setjmp.texi: Fix typos/grammar errors.
15013         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
15014         Only return early when n is <= 0.  Delete unused return statement.
15016         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
15017         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
15018         * debug/tst-longjmp_chk3.c: New file.
15020         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
15021         (test_main): Replace code with set_fortify_handler call.
15022         * debug/test-strcpy_chk.c: Likewise.
15023         * debug/tst-chk1.c: Likewise.
15024         * debug/tst-longjmp_chk.c: Likewise.
15025         * test-skeleton.c: Include fcntl.h & paths.h
15026         (set_fortify_handler): Define.
15028         * debug/tst-longjmp_chk.c: Add header comment and include
15029         ../test-skeleton.c.
15030         (do_test): Mark static.
15031         (TEST_FUNCTION): Define.
15033         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
15034         (IP_PMTUDISC_INTERFACE): Likewise.
15035         (IP_MULTICAST_IF): Likewise.
15036         (IP_MULTICAST_TTL): Likewise.
15037         (IP_MULTICAST_LOOP): Likewise.
15038         (IP_ADD_MEMBERSHIP): Likewise.
15039         (IP_DROP_MEMBERSHIP): Likewise.
15040         (IP_UNBLOCK_SOURCE): Likewise.
15041         (IP_BLOCK_SOURCE): Likewise.
15042         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
15043         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
15044         (IP_MSFILTER): Likewise.
15045         (MCAST_JOIN_GROUP): Likewise.
15046         (MCAST_BLOCK_SOURCE): Likewise.
15047         (MCAST_UNBLOCK_SOURCE): Likewise.
15048         (MCAST_LEAVE_GROUP): Likewise.
15049         (MCAST_JOIN_SOURCE_GROUP): Likewise.
15050         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
15051         (MCAST_MSFILTER): Likewise.
15052         (IP_MULTICAST_ALL): Likewise.
15053         (IP_UNICAST_IF): Likewise.
15055         * timezone/Makefile: Delete $(have-ksh) check.
15056         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
15057         * timezone/tzselect.ksh: Add +x mode bits.
15059         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
15060         (ANON_INODE_FS_MAGIC): Likewise.
15061         (BDEVFS_MAGIC): Likewise.
15062         (BINFMTFS_MAGIC): Likewise.
15063         (BTRFS_TEST_MAGIC): Likewise.
15064         (CRAMFS_MAGIC_WEND): Likewise.
15065         (DEBUGFS_MAGIC): Likewise.
15066         (ECRYPTFS_SUPER_MAGIC): Likewise.
15067         (EXT3_SUPER_MAGIC): Likewise.
15068         (EXT4_SUPER_MAGIC): Likewise.
15069         (FUTEXFS_SUPER_MAGIC): Likewise.
15070         (HOSTFS_SUPER_MAGIC): Likewise.
15071         (HUGETLBFS_MAGIC): Likewise.
15072         (MINIX3_SUPER_MAGIC): Likewise.
15073         (MTD_INODE_FS_MAGIC): Likewise.
15074         (NILFS_SUPER_MAGIC): Likewise.
15075         (OPENPROM_SUPER_MAGIC): Likewise.
15076         (PIPEFS_MAGIC): Likewise.
15077         (PSTOREFS_MAGIC): Likewise.
15078         (QNX6_SUPER_MAGIC): Likewise.
15079         (RAMFS_MAGIC): Likewise.
15080         (REISERFS_SUPER_MAGIC_STRING): Likewise.
15081         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
15082         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
15083         (SECURITYFS_MAGIC): Likewise.
15084         (SELINUX_MAGIC): Likewise.
15085         (SMACK_MAGIC): Likewise.
15086         (SOCKFS_MAGIC): Likewise.
15087         (SQUASHFS_MAGIC): Likewise.
15088         (STACK_END_MAGIC): Likewise.
15089         (TMPFS_MAGIC): Likewise.
15090         (USBDEVICE_SUPER_MAGIC): Likewise.
15091         (V9FS_MAGIC): Likewise.
15092         (XENFS_SUPER_MAGIC): Likewise.
15093         (CRAMFS_MAGIC): Fix typo in comment.
15094         (EXT2_SUPER_MAGIC): Update comment.
15095         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
15097 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
15099         * sysdeps/arm: Move directory from ports/sysdeps/arm.
15100         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
15101         * sysdeps/unix/sysv/linux/arm: Move directory from
15102         ports/sysdeps/unix/sysv/linux/arm.
15103         * README: Update listing for arm-*-linux-gnueabi.
15105         * README: Remove mention of am33.
15107 2014-02-07  Roland McGrath  <roland@hack.frob.com>
15109         * bits/sigset.h (__sigemptyset): Use a statement expression rather
15110         than the comma operator, to avoid "rhs of comma has no effect"
15111         compiler warnings.
15112         (__sigfillset, __sigandset, __sigorset): Likewise.
15113         * include/signal.h (__sigemptyset): Likewise.
15114         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
15116 2014-02-07  Allan McRae  <allan@archlinux.org>
15118         * version.h (RELEASE): Set to "development".
15119         (VERSION): Set to "2.19.90"
15120         * NEWS: Add 2.20 section.
15122 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
15124         [BZ #16529]
15125         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
15127 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
15129         * manual/contrib.texi: Update entry for Carlos O'Donell,
15130         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
15132 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
15134         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
15136         * sysdeps/unix/sysv/linux/kernel-features.h
15137         [__LINUX_KERNEL_VERSION >= 0x020621]
15138         (__ASSUME_PROC_PID_TASK_COMM): Define.
15140 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15142         [BZ #16398]
15143         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
15144         conversion when destination buffer does not have enough space.
15145         * libio/tst-ftell-partial-wide.c: New test case.
15146         * libio/Makefile (tests): Add tst-ftell-partial-wide.
15148         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
15149         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
15150         Leonard and Allan McRae.
15152 2014-02-04  David S. Miller  <davem@davemloft.net>
15154         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
15155         32-bit.
15157 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15159         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
15160         New file
15161         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
15162         New file
15163         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
15164         New file.
15165         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
15166         New file.
15167         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
15168         New file.
15169         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
15170         New file.
15171         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
15172         New file.
15173         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
15174         New file.
15175         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
15176         New file.
15177         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
15178         New file.
15179         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
15180         New file.
15181         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
15182         New file.
15183         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
15184         New file.
15186 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15188         * nptl/shlib-versions: Change powerpc*le start to 2.17.
15189         * shlib-versions: Likewise.
15191 2014-02-04  Roland McGrath  <roland@hack.frob.com>
15192             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15194         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
15195         (abilist-pattern): New variable, set to %-le.abilist.
15197         * Makerules (abilist-pattern): New variable.
15198         (vpath): Use $(abilist-pattern) in place of %.abilist.
15199         (check-abi-% pattern rule): Likewise.
15200         (check-abi, update-abi): Likewise.
15202 2014-02-04  Eric Wong  <normalperson@yhbt.net>
15204         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15206 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
15208         * manual/startup.texi: Add next, previous, and top entries for
15209         the `Program Arguments' and `Environment Variables' nodes.
15211 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
15213         * manual/macros.texi: Add comments before MTASC-safety macros.
15215         * manual/users.texi: Document MTASC-safety properties.
15217         * manual/threads.texi (pthread_key_create, pthread_key_delete)
15218         (pthread_getspecific, pthread_setspecific): Format with
15219         @deftypefun, and add @safety note.
15220         * manual/signal.texi: Move comments that analyze the above
15221         functions to their home place.
15223 2014-02-03  Allan McRae  <allan@archlinux.org>
15225         * po/sl.po: Update Slovenian translation from translation project.
15227 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
15229         * manual/time.texi (timegm): Add missing blank after @c.
15230         Reported by Joseph Myers <joseph@codesourcery.com>.
15232 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
15234         * manual/check-safety.sh: New.
15235         * manual/Makefile ($(objpfx)stamp-summary): Run it.
15237         * manual/terminal.texi: Document MTASC-safety properties.
15239         * manual/filesys.texi: Document MTASC-safety properties.
15241         * manual/errno.texi: Document MTASC-safety properties.
15243         * manual/intro.texi: Document safety identifiers and
15244         conditionals.
15246         * manual/string.texi (wcstok): Fix prototype.
15247         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
15249         * manual/time.texi: Document MTASC-safety properties.
15251         * manual/string.texi: Document MTASC-safety properties.
15253         * manual/threads.texi: Document MTASC-safety properties.
15255         * manual/stdio.texi: Document MTASC-safety properties.
15257         * manual/syslog.texi: Document MTASC-safety properties.
15259         * manual/sysinfo.texi: Document MTASC-safety properties.
15261         * manual/startup.texi: Document MTASC-safety properties.
15263         * manual/socket.texi: Document MTASC-safety properties.
15265         * manual/signal.texi: Document MTASC-safety properties.
15267 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
15269         * manual/setjmp.texi: Document MTASC-safety properties.
15271         * manual/search.texi: Document MTASC-safety properties.
15273         * manual/resource.texi: Document MTASC-safety properties.
15275         * manual/process.texi: Document MTASC-safety properties.
15277         * manual/platform.texi: Document MTASC-safety properties.
15279         * manual/pipe.texi: Document MTASC-safety properties.
15281         * manual/pattern.texi: Document MTASC-safety properties.
15283         * manual/message.texi: Document MTASC-safety properties.
15285         [BZ #12751]
15286         * manual/memory.texi: Document MTASC-safety properties.
15288         * manual/math.texi: Document MTASC-safety properties.
15290         * manual/locale.texi: Document MTASC-safety properties.
15292         * manual/llio.texi: Document MTASC-safety properties.
15294         * manual/libdl.texi: New.
15296         * manual/lang.texi: Document MTASC-safety properties.
15298         * manual/job.texi: Document MTASC-safety properties.
15300         * manual/getopt.texi: Document MTASC-safety properties.
15302         * manual/ctype.texi: Document MTASC-safety properties.
15304 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
15306         [BZ #16046]
15307         * csu/libc-tls.c (static_map): Remove variable.
15308         (__libc_setup_tls): Use main executable's link map for TLS data.
15309         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
15310         casing for LM_ID_BASE and GL(dl_nns).
15311         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
15312         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
15313         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
15314         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
15315         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
15316         member.
15317         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
15318         l_phnum members.
15320 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
15322         * manual/debug.texi: Document MTASC-safety properties.
15324 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
15326         [BZ #16510]
15327         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
15328         of __x86_64__ when disabling x87 inline functions.
15330 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
15332         * manual/charset.texi: Document MTASC-safety properties.
15334         * manual/crypt.texi: Document MTASC-safety properties.
15336         * manual/conf.texi: Document MTASC-safety properties.
15338         * manual/arith.texi: Document MTASC-safety properties.
15340         * manual/argp.texi: Document MTASC-safety properties.
15342         * manual/macros.texi: Introduce macros to document multi
15343         thread, asynchronous signal and asynchronous cancellation
15344         safety properties.
15345         * manual/intro.texi: Introduce the properties themselves.
15347 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15349         * sysdeps/sh/sh4/Makefile: New file.
15351 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
15353         * math/gen-libm-test.pl ($srcdir): New variable.
15354         ($auto_input): Use it.
15356 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15358         [BZ #16506]
15359         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
15360         access beyond array bounds when parsing netgroups file.
15362         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
15363         the old buffer before realloc.
15365 2014-01-27  Allan McRae  <allan@archlinux.org>
15367         * po/fr.po: Update French translation from translation project.
15369 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15371         * sysdeps/sh/libm-test-ulps: Regenerate.
15373 2014-01-24  David S. Miller  <davem@davemloft.net>
15375         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
15377 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15379         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
15380         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
15382 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
15384         [BZ #16474]
15385         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
15386         string pointers after reallocation.
15388 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15390         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
15391         __SH4A__ instead of __SH_FPU_ANY__.
15393 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15395         * sysdeps/sh/fpu_control.h: New file.
15396         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
15397         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
15398         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
15399         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
15400         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
15401         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
15402         * sysdeps/sh/sys/ucontext.h: Remove.
15403         * sysdeps/sh/sys: Remove directory.
15405 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15407         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
15408         s390/sys/ucontext.h.
15409         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
15410         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
15412 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
15414         [BZ #15605]
15415         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
15417 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15419         [BZ#16431]
15420         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
15421         Adjust the vDSO correctly for internal calls.
15422         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
15424 2014-01-20  Allan McRae  <allan@archlinux.org>
15426         * po/ca.po: Update Catalan translation from translation project.
15428 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
15430         * sysdeps/s390/sotruss-lib.c: New file.
15432 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15434         [BZ#16430]
15435         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
15436         (__GI___gettimeofday): Alias for a different internal symbol to avoid
15437         local calls issues by not having a PLT stub required for IFUNC calls.
15438         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
15440 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
15442         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
15443         * math/test-fpucw-static.c: Likewise.
15445 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
15447         [BZ #16453]
15448         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
15450 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15452         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
15453         implementation for powerpc.
15455 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
15457         [BZ #14782]
15458         * sysdeps/posix/system.c (__libc_system): Do not enable
15459         asynchronous cancellation.
15461 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15463         [BZ #16427]
15464         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
15465         handling only for numbers special also in the IEEE case.
15467 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15469         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15471 2014-01-11  Allan McRae  <allan@archlinux.org>
15473         * po/bg.po: Update Bulgarian translation from translation project.
15475         * po/de.po: Update German translation from translation project.
15477 2014-01-10  Roland McGrath  <roland@hack.frob.com>
15479         * sysdeps/generic/gcc-compat.h: New file.
15481 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
15483         * benchtests/asin-inputs: Correct slow inputs.
15484         * benchtests/acos-inputs: Likewise.
15486 2014-01-10  Allan McRae  <allan@archlinux.org>
15488         * po:sv.po: Update Swedish translation from translation project.
15490         * po/vi.po: Update Vietnamese translation from translation project.
15492         * po/eo.po: Update Esperanto translation from translation project.
15494         * po/cs.po: Update Czech translation from translation project.
15496         * po/nl.po: Update Dutch translation from translation project.
15498         * po/pl.po: Update Polish translation from translation project.
15500         * po/ru.po: Update Russian translation from translation project.
15502         * po/uk.po: Update Ukrainian translation from translation project.
15504 2014-01-08  Brooks Moses  <bmoses@google.com>
15506         * elf/dl-load.c: Fix comment typo.
15508 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
15510         * po/header.pot: Rename to...
15511         * po/pot.header: ... this.
15512         * po/Makefile: Use pot.header.
15514 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
15515             Maxim Kuvyrkov  <maxim@kugelworks.com>
15517         [BZ #16394]
15518         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
15519         SRC and DEST against LEN.
15521 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15523         [BZ #16414]
15524         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
15525         implementation.
15526         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
15528 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15530         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15532 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
15534         [BZ #16408]
15535         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
15536         for large positive arguments.
15538 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
15540         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
15542         * math/auto-libm-test-in: Mark various tests with
15543         xfail-rounding:ldbl-128ibm.
15544         * math/auto-libm-test-out: Regenerated.
15546         [BZ #16407]
15547         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
15548         Increase overflow threshold.
15550 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
15552         [BZ #14286]
15553         * stdio-common/vfprintf.c: Check for integer overflow.
15555 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15557         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
15558         the first argument and return value of __tls_get_addr_internal.
15560 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15562         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
15563         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
15565 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15567         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
15568         * sysdeps/s390/rtld-global-offsets.sym: New file.
15569         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
15570         GLIBC_2.19 symbol.
15571         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
15572         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
15573         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
15574         ... this.
15575         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
15576         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
15577         ... this.
15578         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
15579         Regenerate.
15580         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
15581         Regenerate.
15582         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
15583         halfs of GPRs for high_gprs contexts.
15584         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
15585         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
15586         field.
15587         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
15588         uc_flags field.
15589         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
15590         64 bit versions:
15591         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
15592         for high GPRs (uc_high_gprs) and for future extensions
15593         (__reserved).
15594         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
15595         for future extensions (__reserved).
15596         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
15597         64 bit versions:
15598         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
15599         SC_HIGHGPRS offset definition.
15600         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
15601         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
15603         * Versions.def: Add GLIBC_2.19 for libpthread.
15604         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
15605         siglongjmp for libpthread with GLIBC_2.19 symver.
15606         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
15607         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
15608         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
15609         * sysdeps/s390/__longjmp.c: New file.
15610         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
15611         * sysdeps/s390/longjmp.c: New file.
15612         * sysdeps/s390/setjmp.S: New file.
15613         * sysdeps/s390/sigjmp.S: New file.
15614         * sysdeps/s390/v1-longjmp.c: New file.
15615         * sysdeps/s390/v1-setjmp.h: New file.
15616         * sysdeps/s390/v1-sigjmp.c: New file.
15617         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
15618         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
15619         GLIBC_2.19 version.
15620         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
15621         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
15622         versioned symbols for ____longjmp_chk.
15623         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
15624         Likewise.
15625         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
15626         Regenerate.
15627         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
15628         Regenerate.
15629         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
15630         Regenerate.
15631         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
15632         Regenerate.
15633         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
15634         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
15635         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
15636         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
15637         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
15638         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
15639         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
15640         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
15641         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
15642         * sysdeps/s390/rtld-__longjmp.c: New file.
15643         * sysdeps/s390/rtld-setjmp.S: New file.
15645 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
15647         [BZ #16400]
15648         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
15649         Return -__logl (x) for small positive arguments without evaluating
15650         a polynomial.
15652 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
15654         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
15655         Rename to ...
15656         (__ptrace_peeksiginfo_args): ... this.
15657         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
15658         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
15659         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
15661 2014-01-06  Allan McRae  <allan@archlinux.org>
15663         * inet/netinet/in.h: Fix typo in comment.
15665 2014-01-05  Andreas Jaeger  <aj@suse.de>
15667         * sysdeps/i386/fpu/libm-test-ulps: Update.
15669 2014-01-05  Allan McRae  <allan@archlinux.org>
15671         * po/libc.pot: Regenerated.
15673         * malloc/memusagestat.c: Fix gettext call formatting.
15675 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
15677         * nscd/nscd.c: Improve usage() output.
15679 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
15681         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
15682         * sysdeps/unix/sysv/linux/configure: Regenerated.
15683         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
15684         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
15686 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
15688         [BZ #16390]
15689         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
15690         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
15692 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15694         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
15695         extra tokens at end of #undef directive.
15696         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
15697         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
15698         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
15700 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
15702         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
15704         * math/auto-libm-test-in: Mark various tests with
15705         xfail-rounding:ldbl-128ibm.
15706         * math/auto-libm-test-out: Regenerated.
15708 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
15710         [BZ #16386]
15711         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
15712         numbers with subnormal high part when calculating exponent.
15714         [BZ #16385]
15715         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
15716         fabs.
15718         [BZ #16384]
15719         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
15720         M_LN2l.
15721         (__ieee754_acoshl): Use __log1pl not __log1p.
15723 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
15725         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
15726         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
15727         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
15728         (grow_heap, heap_trim, _int_new_arena, get_free_list)
15729         (reused_arena, arena_get2): Convert to GNU style.
15730         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
15731         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
15732         (memalign_check, __malloc_set_state): Likewise.
15733         * malloc/mallocbug.c (main): Likewise.
15734         * malloc/malloc.c (__malloc_assert, malloc_init_state)
15735         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
15736         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
15737         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
15738         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
15739         (__posix_memalign, malloc_info): Likewise.
15740         * malloc/malloc.h: Likewise.
15741         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
15742         (mallochook, memalignhook, reallochook, mabort): Likewise.
15743         * malloc/mcheck.h: Likewise.
15744         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
15745         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
15746         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
15747         * malloc/morecore.c (__default_morecore): Likewise.
15748         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
15749         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
15750         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
15751         (print_and_abort): Likewise.
15752         * malloc/obstack.h: Likewise.
15753         * malloc/set-freeres.c (__libc_freeres): Likewise.
15754         * malloc/tst-mallocstate.c (main): Likewise.
15755         * malloc/tst-mtrace.c (main): Likewise.
15756         * malloc/tst-realloc.c (do_test): Likewise.
15758 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
15760         [BZ #16366]
15761         * nscd/netgroupcache.c (do_notfound): New function.
15762         (addgetnetgrentX): Use it.
15764         [BZ # 16365]
15765         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
15766         NSS_STATUS_NOTFOUND.
15768 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
15770         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
15771         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15773 2014-01-01  Allan McRae  <allan@archlinux.org>
15775         * scripts/update-copyrights: Update configure input file suffix.
15777         * NEWS: Update copyright year.
15778         * catgets/gencat.c: Likewise.
15779         * csu/version.c: Likewise.
15780         * debug/catchsegv.sh: Likewise.
15781         * debug/pcprofiledump.c: Likewise.
15782         * debug/xtrace.sh: Likewise.
15783         * elf/ldconfig.c: Likewise.
15784         * elf/ldd.bash.in: Likewise.
15785         * elf/pldd.c: Likewise.
15786         * elf/sotruss.ksh: Likewise.
15787         * elf/sprof.c: Likewise.
15788         * iconv/iconv_prog.c: Likewise.
15789         * iconv/iconvconfig.c: Likewise.
15790         * locale/programs/locale.c: Likewise.
15791         * locale/programs/localedef.c: Likewise.
15792         * login/programs/pt_chown.c: Likewise.
15793         * malloc/memusage.sh: Likewise.
15794         * malloc/memusagestat.c: Likewise.
15795         * malloc/mtrace.pl: Likewise.
15796         * manual/libc.texinfo: Likewise.
15797         * nscd/nscd.c: Likewise.
15798         * nss/getent.c: Likewise.
15799         * nss/makedb.c: Likewise.
15800         * posix/getconf.c: Likewise.
15801         * scripts/test-installation.pl: Likewise.
15803         * All files with FSF copyright notices: Update copyright dates
15804         using scripts/update-copyrights.
15805         * intl/plural.c: Regenerated.
15806         * locale/programs/charmap-kw.h: Likewise.
15807         * locale/programs/locfile-kw.h: Likewise.
15809 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
15811         * sysdeps/unix/sysv/linux/configure: Regenerated.
15812         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
15813         the linux/fanotify.h header.
15814         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
15815         HAVE_LINUX_FANOTIFY_H is defined.
15817 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
15819         * benchtests/cos-inputs: New inputs.
15820         * benchtests/sin-inputs: Likewise.
15822         * benchtests/atan-inputs: New inputs. Fix name of multiple
15823         precision fallback inputs.
15825         * benchtests/atanh-inputs: New inputs.
15826         * benchtests/tanh-inputs: Likewise.
15828         * benchtests/acosh-inputs: New inputs.
15829         * benchtests/asinh-inputs: Likewise.
15831         * benchtests/cosh-inputs: New inputs.
15832         * benchtests/sinh-inputs: Likewise.
15834         * benchtests/acos-inputs: Add more inputs.
15835         * benchtests/asin-inputs: Likewise.
15837 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
15839         [BZ #16375]
15840         * manual/arith.texi: Fix spelling.
15841         * manual/charset.texi: Likewise.
15842         * manual/errno.texi: Likewise.
15843         * manual/filesys.texi: Likewise.
15844         * manual/lang.texi: Likewise.
15845         * manual/llio.texi: Likewise.
15846         * manual/locale.texi: Likewise.
15847         * manual/message.texi: Likewise.
15848         * manual/resource.texi: Likewise.
15849         * manual/search.texi: Likewise.
15850         * manual/setjmp.texi: Likewise.
15851         * manual/stdio.texi: Likewise.
15852         * manual/string.texi: Likewise.
15853         * manual/sysinfo.texi: Likewise.
15854         * manual/time.texi: Likewise.
15856 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
15858         * po/sl.po: New file.
15860 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
15862         * .gitignore: Add core/.gdbinit/.gdb_history.
15864 2013-12-27  Allan McRae  <allan@archlinux.org>
15866         [BZ #16369]
15867         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
15868         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
15870 2013-12-24  Brooks Moses  <bmoses@google.com>
15872         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
15873         all compilers that claim C++98 compliance, not just GCC.
15874         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
15875         Likewise.
15877 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
15879         * NEWS: Restore accidentally deleted bug-fix entries.
15881 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
15882             Ondřej Bílka  <neleai@seznam.cz>
15884         [BZ #15073]
15885         * malloc/malloc.c (_int_free): Perform sanity check only if we
15886         have_lock.
15888 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
15890         [BZ #12986]
15891         * manual/stdio.texi (String Input Conversions): Clarify that character
15892         classes are not supported.
15894 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15896         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15898 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
15900         [BZ #16337]
15901         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
15902         Calculate results for small negative arguments directly rather
15903         than using reflection formula with special underflow handling.
15905         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
15906         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
15907         sysdeps/unix/bsd/bsd4.4/syscalls.list.
15908         (fchflags): Likewise.
15909         (revoke): Likewise.
15910         (setlogin): Likewise.
15911         (sigaltstack): Likewise.
15912         (wait4): Likewise.
15913         (sigblock): Remove.
15914         (sigsetmask): Likewise.
15915         (wait3): Likewise.
15916         (waitpid): Likewise.
15917         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
15918         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
15919         file.
15920         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
15921         * sysdeps/unix/bsd/Makefile: ... here.
15922         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
15923         * sysdeps/unix/bsd/Versions: ... here.
15924         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
15925         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
15926         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
15927         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
15928         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
15929         * sysdeps/unix/bsd/sigblock.c: ... here.
15930         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
15931         * sysdeps/unix/bsd/sigsetmask.c: ... here.
15932         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
15933         * sysdeps/unix/bsd/sigvec.c: ... here.
15934         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
15935         * sysdeps/unix/bsd/tcdrain.c: ... here.
15936         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
15937         * sysdeps/unix/bsd/tcgetattr.c: ... here.
15938         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
15939         * sysdeps/unix/bsd/tcsetattr.c: ... here.
15940         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
15941         * sysdeps/unix/bsd/wait.c: ... here.
15942         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
15943         * sysdeps/unix/bsd/wait3.c: ... here.
15944         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
15945         * sysdeps/unix/bsd/waitpid.c: ... here.
15947 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
15949         [BZ #16356]
15950         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
15951         round-to-nearest for [!USE_AS_EXPM1L].
15952         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
15953         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
15954         more tests of exp and exp10.  Expect some exp10 tests to miss
15955         exceptions or fail in directed rounding modes.
15956         * math/auto-libm-test-out: Regenerated.
15957         * math/libm-test.inc (exp10_tonearest_test_data): New array.
15958         (exp10_test_tonearest): New function.
15959         (exp10_towardzero_test_data): New array.
15960         (exp10_test_towardzero): New function.
15961         (exp10_downward_test_data): New array.
15962         (exp10_test_downward): New function.
15963         (exp10_upward_test_data): New array.
15964         (exp10_test_upward): New function.
15965         (main): Call the new functions.
15966         * sysdeps/i386/fpu/libm-test-ulps: Update.
15967         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15969 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
15971         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
15972         asinh, atan, atan2, atanh, cbrt, cos and cosh.
15973         * math/auto-libm-test-out: Regenerated.
15974         * math/libm-test.inc (acosh_test_data): Add more tests.
15975         (atanh_test_data): Likewise.
15976         (ceil_test_data): Likewise.
15977         (copysign_test_data): Likewise.
15978         * sysdeps/i386/fpu/libm-test-ulps: Update.
15979         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15981         * timezone/checktab.awk: Update from tzcode 2013i.
15982         * timezone/private.h: Likewise.
15983         * timezone/scheck.c: Likewise.
15984         * timezone/tzfile.h: Likewise.
15985         * timezone/tzselect.ksh: Likewise.
15986         * timezone/zdump.c: Likewise.
15987         * timezone/zic.c: Likewise.
15989         * math/auto-libm-test-in: Add tests of cpow.
15990         * math/auto-libm-test-out: Regenerated.
15991         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
15992         * math/gen-auto-libm-tests.c (func_calc_method): Add value
15993         mpc_cc_c.
15994         (func_calc_desc): Add mpc_cc_c union field.
15995         (test_functions): Add cpow.
15996         (special_fill_2pi): New function.
15997         (special_real_inputs): Add 2pi.
15998         (calc_generic_results): Handle mpc_cc_c.
15999         * sysdeps/i386/fpu/libm-test-ulps: Update.
16000         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16002         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
16003         csqrt, ctan and ctanh.
16004         * math/auto-libm-test-out: Regenerated.
16005         * math/libm-test.inc (TEST_COND_x86_64): New macro.
16006         (TEST_COND_x86): Likewise.
16007         (ccos_test_data): Use AUTO_TESTS_c_c.
16008         (ccosh_test_data): Likewise.
16009         (cexp_test_data): Likewise.
16010         (clog_test_data): Likewise.
16011         (csqrt_test_data): Likewise.
16012         (ctan_test_data): Likewise.
16013         (ctan_tonearest_test_data): Likewise.
16014         (ctan_towardzero_test_data): Likewise.
16015         (ctan_downward_test_data): Likewise.
16016         (ctan_upward_test_data): Likewise.
16017         (ctanh_test_data): Likewise.
16018         (ctanh_tonearest_test_data): Likewise.
16019         (ctanh_towardzero_test_data): Likewise.
16020         (ctanh_downward_test_data): Likewise.
16021         (ctanh_upward_test_data): Likewise.
16022         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16023         mpc_c_c.
16024         (func_calc_desc): Add mpc_c_c union field.
16025         (FUNC_mpc_c_c): New macro.
16026         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
16027         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
16028         ctanh.
16029         (special_fill_min_subnorm_p120): New function.
16030         (special_real_inputs): Add min_subnorm_p120.
16031         (calc_generic_results): Handle mpc_c_c.
16032         * sysdeps/i386/fpu/libm-test-ulps: Update.
16033         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16035 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
16037         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
16038         (do_sin_slow): New functions.
16039         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
16040         (cslow2, csloww1, csloww2): Use the new functions.
16042         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
16043         Use M to change sign of result instead of X.  Assume X is
16044         positive.
16045         (csloww1): Likewise.
16046         (__sin): Adjust.
16047         (__cos): Adjust.
16049         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
16050         arguments A and DA.
16051         (__sin): Adjust.
16052         (__cos): Likewise.
16054         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
16055         (__cos): Likewise.
16056         (sloww1): Don't adjust sign of DX.
16057         (csloww1): Likewise.
16058         (sloww2): Use X directly and don't adjust sign of DX.
16059         (csloww2): Likewise.
16061 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16063         * math/auto-libm-test-in: Add tests of cabs and carg.
16064         * math/auto-libm-test-out: Regenerated.
16065         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
16066         (carg_test_data): Likewise.
16067         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16068         mpc_c_f.
16069         (func_calc_desc): Add mpc_c_f union field.
16070         (test_functions): Add cabs and carg.
16071         (calc_generic_results): Handle mpc_c_f.
16073         * sysdeps/powerpc/powerpc32/libgcc-compat.S
16074         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
16075         as a macro and a compat symbol.
16076         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
16077         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
16078         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
16079         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
16080         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
16081         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
16082         not use .hidden.
16083         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
16084         Likewise.
16085         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
16086         Likewise.
16087         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
16088         Likewise.
16089         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
16090         Likewise.
16091         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
16092         Likewise.
16093         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
16094         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
16095         from GLIBC_2.3.2.
16097 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16099         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16101 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16103         * manual/texinfo.tex: Update to version 2013-11-26.10 with
16104         trailing whitespace removed.
16105         * scripts/config.guess: Update to version 2013-11-29.
16106         * scripts/config.sub: Update to version 2013-10-01.
16108         * math/auto-libm-test-in: Add tests of sincos.
16109         * math/auto-libm-test-out: Regenerated.
16110         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
16111         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16112         mpfr_f_11.
16113         (func_calc_desc): Add mpfr_f_11 union field.
16114         (test_functions): Add sincos.
16115         (calc_generic_results): Handle mpfr_f_11.
16116         * sysdeps/i386/fpu/libm-test-ulps: Update.
16117         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16119 2013-12-19  Andreas Schwab  <schwab@suse.de>
16121         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
16122         CALL_MCOUNT.
16123         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
16124         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
16125         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
16127 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
16129         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
16130         * sysdeps/i386/fpu/libm-test-ulps: Update.
16131         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16133         [BZ #16293]
16134         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
16135         round-to-nearest mode when using frndint.
16136         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
16137         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16138         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16139         Likewise.
16140         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
16141         sinh test to fail.
16142         * math/auto-libm-test-out: Regenerated.
16143         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
16144         (TEST_COND_x86): Likewise.
16145         (expm1_tonearest_test_data): New array.
16146         (expm1_test_tonearest): New function.
16147         (expm1_towardzero_test_data): New array.
16148         (expm1_test_towardzero): New function.
16149         (expm1_downward_test_data): New array.
16150         (expm1_test_downward): New function.
16151         (expm1_upward_test_data): New array.
16152         (expm1_test_upward): New function.
16153         (main): Run the new test functions.
16154         * sysdeps/i386/fpu/libm-test-ulps: Update.
16155         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16157         * include/features.h: Update comment documenting feature test
16158         macros.  Mention _DEFAULT_SOURCE in comment.
16159         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
16160         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
16161         _BSD_SOURCE and _SVID_SOURCE.
16162         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
16163         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
16164         !_SVID_SOURCE]: Likewise.
16165         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16166         (__USE_POSIX_IMPLICITLY): Define.
16167         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16168         (_POSIX_SOURCE): Undefine and redefine.
16169         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16170         (_POSIX_C_SOURCE): Likewise.
16171         * manual/creature.texi (_DEFAULT_SOURCE): Document.
16172         (Feature Test Macros): Update documentation of default features.
16174 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16176         * benchtests/Makefile: Add bench-strtok.
16177         * benchtests/bench-strtok.c: New file: strtok benchtest.
16179 2013-12-19  Allan McRae  <allan@archlinux.org>
16181         * manual/install.texi: Suppress menu for plain text output.
16182         * INSTALL: Regenerated.
16184 2013-12-18  Brooks Moses  <bmoses@google.com>
16186         [BZ #15846]
16187         * misc/getauxval.c: Include errno.h.
16188         (__getauxval): Set errno to ENOENT if the requested type is not
16189         found.
16190         * misc/sys/auxv.h (getauxval): Document that it may set errno;
16191         don't declare with __attribute_const__.
16192         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
16193         * manual/startup.texi: Document that getauxval sets errno.
16195 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16197         * math/auto-libm-test-in: Add tests of jn and yn.
16198         * math/auto-libm-test-out: Regenerated.
16199         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
16200         (yn_test_data): Likewise.
16201         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16202         mpfr_if_f.
16203         (func_calc_desc): Add mpfr_if_f union field.
16204         (FUNC_mpfr_if_f): New macro.
16205         (test_functions): Add jn and yn.
16206         (calc_generic_results): Assert type of second input for
16207         mpfr_ff_f.  Handle mpfr_if_f.
16208         (output_for_one_input_case): Disable all checking for arguments
16209         fitting floating-point types in case of an integer argument.
16210         * sysdeps/i386/fpu/libm-test-ulps: Update.
16211         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16213         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16214         Don't expect fegetround reference in libm.so.
16216 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16218         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
16219         $(config-cflags-nofma).
16221 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16223         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
16224         * math/auto-libm-test-out: Regenerated.
16226         [BZ #16338]
16227         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
16228         to determine exponent and adjust argument to have exponent of -1.
16229         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
16230         log2.
16231         * math/auto-libm-test-out: Regenerated.
16232         * sysdeps/i386/fpu/libm-test-ulps: Update.
16233         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16235 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
16237         * manual/probes.texi: Remove cases when per-thread arenas are
16238         disabled.
16240 2013-12-18  Andreas Schwab  <schwab@suse.de>
16242         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
16243         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
16244         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
16245         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
16246         * sysdeps/i386/i686/multiarch/Makefile: Update.
16247         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
16249 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16251         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
16252         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
16254 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
16256         [BZ #15968]
16257         Support TZ transition times < 00:00:00.
16258         This is needed for version-3 tz-format files; it supports time
16259         stamps past 2037 for America/Godthab (the only entry in the tz
16260         database for which this change is relevant).
16261         * manual/time.texi (TZ Variable): Document transition times
16262         from -167:59:59 through -00:00:01.
16263         * time/tzset.c (tz_rule): Time of day is now signed.
16264         (__tzset_parse_tz): Parse negative time of day.
16266         Document TZ transition times >= 25:00:00.
16267         * manual/time.texi (TZ Variable): Document transition times from
16268         25:00:00 through 167:59:59.  These are already supported, and this
16269         support will help with version-3 tz-format files.
16271         * manual/time.texi (TZ Variable): Modernize North America example
16272         to reflect current (i.e., 2007-and-later) daylight saving rules.
16274         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
16276 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16278         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
16279         * sysdeps/unix/bsd/bits/stat.h: Likewise.
16280         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
16281         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
16282         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
16283         * sysdeps/unix/bsd/bsdstat.h: Likewise.
16284         * sysdeps/unix/bsd/clock.c: Likewise.
16285         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
16286         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
16287         * sysdeps/unix/bsd/init-posix.c: Likewise.
16288         * sysdeps/unix/bsd/poll.c: Likewise.
16289         * sysdeps/unix/bsd/ptsname.c: Likewise.
16290         * sysdeps/unix/bsd/seekdir.c: Likewise.
16291         * sysdeps/unix/bsd/setegid.c: Likewise.
16292         * sysdeps/unix/bsd/seteuid.c: Likewise.
16293         * sysdeps/unix/bsd/setgid.c: Likewise.
16294         * sysdeps/unix/bsd/setrgid.c: Likewise.
16295         * sysdeps/unix/bsd/setruid.c: Likewise.
16296         * sysdeps/unix/bsd/setsid.c: Likewise.
16297         * sysdeps/unix/bsd/setuid.c: Likewise.
16298         * sysdeps/unix/bsd/sigaction.c: Likewise.
16299         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
16300         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
16301         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
16302         * sysdeps/unix/bsd/telldir.c: Likewise.
16303         * sysdeps/unix/bsd/times.c: Likewise.
16304         * sysdeps/unix/bsd/usleep.c: Likewise.
16306         * misc/Makefile (install-lib): Remove libbsd-compat.a.
16307         ($(objpfx)libbsd-compat.a): Remove rule.
16309         * include/features.h (__FAVOR_BSD): Do not define.
16310         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
16311         features conflicting with POSIX.
16312         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
16313         (_BSD_SOURCE): Remove description of not being a subset of other
16314         feature test macros.
16315         * manual/job.texi (getpgrp): Do not document BSD version.
16316         (getpgid): Do not document by reference to BSD getpgrp.
16317         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
16318         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
16319         * signal/signal.h [__FAVOR_BSD]: Likewise.
16320         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
16321         instead of making contents conditional on [__FAVOR_BSD].
16322         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
16324 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16326         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16328 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16330         [BZ #16314]
16331         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
16332         values below 2**-450, not 2**-500.
16333         * math/auto-libm-test-in: Don't allow spurious underflow from
16334         hypot.
16335         * math/auto-libm-test-out: Regenerated.
16337         [BZ #16316]
16338         [BZ #16330]
16339         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
16340         values of ha and hb and sort them after adjusting subnormal
16341         arguments.
16342         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
16343         Likewise.
16344         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
16345         values of ea and eb and sort them after adjusting subnormal
16346         arguments.
16347         * math/auto-libm-test-in: Do not expect some hypot tests of
16348         subnormals to fail.  Add more hypot tests.
16349         * math/auto-libm-test-out: Regenerated.
16351 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16353         [BZ #13304]
16354         * sysdeps/sh/s_fma.c: New file.
16355         * sysdeps/sh/s_fmaf.c: New file.
16356         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
16357         version.
16358         * sysdeps/sh/Implies: Add sh/soft-fp.
16360 2013-12-16  Roland McGrath  <roland@hack.frob.com>
16362         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
16363         level of indirection to members `objname', `errstring', `malloced'.
16364         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
16365         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
16366         it as the __longjmp argument (just pass 1 instead).
16367         (_dl_catch_error): Initialize C with argument pointers and address of
16368         volatile local ERRCODE rather than copying values out of C at return.
16370 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
16372         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
16373         * math/auto-libm-test-out: Regenerated.
16374         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
16375         (hypot_test_data): Likewise.
16376         (pow_test_data): Likewise.
16377         (pow_tonearest_test_data): Likewise.
16378         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16379         mpfr_ff_f.
16380         (func_calc_desc): Add mpfr_ff_f union field.
16381         (FUNC_mpfr_ff_f): New macro.
16382         (test_functions): Add atan2, hypot and pow.
16383         (special_fill_min): New function.
16384         (special_fill_minus_min): Likewise.
16385         (special_fill_min_subnorm): Likewise.
16386         (special_fill_minus_min_subnorm): Likewise.
16387         (special_real_inputs): Add min, -min, min_subnorm and
16388         -min_subnorm.
16389         (calc_generic_results): Handle mpfr_ff_f.
16390         * sysdeps/i386/fpu/libm-test-ulps: Update.
16391         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16393 2013-12-16  Will Newton  <will.newton@linaro.org>
16395         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
16396         (Aligned Memory Blocks): Add documentation for aligned_alloc
16397         and suggest it as an alternative to posix_memalign.
16398         (Hooks for Malloc): Document __memalign_hook is also called
16399         for aligned_alloc.  (Summary of Malloc): Add summary for
16400         aligned alloc.  Document __memalign_hook is also called
16401         for aligned_alloc.
16403 2013-12-16  Will Newton  <will.newton@linaro.org>
16405         * manual/memory.texi (Malloc Examples): Clarify default
16406         alignment documentation.  Suggest posix_memalign rather
16407         than memalign or valloc.
16408         (Aligned Memory Blocks): Remove suggestion to use memalign
16409         or valloc.  Remove obsolete comment about BSD.
16410         Document memalign errno values and mark the function obsolete.
16411         Document posix_memalign returned error codes.  Mark valloc
16412         as obsolete.  (Hooks for Malloc): __memalign_hook is also
16413         called for posix_memalign and valloc.
16414         (Summary of Malloc): Add posix_memalign to function summary.
16415         __memalign_hook is also called for posix_memalign and valloc.
16417 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16419         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
16420         TAYLOR_SIN.
16421         (__sin): Adjust.
16422         (__cos): Likewise.
16423         (sloww): Use mynumber union.  Expand ternary operator into
16424         if-else statements.
16425         (cslow): use mynumber union.
16427 2013-12-16  Allan McRae  <allan@archlinux.org>
16429         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
16430         * configure: Regenerated.
16432         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
16434         [BZ #14120]
16435         * configure.ac: Added --enable-maintainer-mode. Check for
16436         autoconf when enabled.
16437         * configure: Regenerated.
16439         * nscd/nscd.service: New file.
16440         * nscd/nscd.tmpfiles: New file.
16442 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
16444         [BZ #12100]
16445         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
16446         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
16447         * sysdeps/x86_64/multiarch/strstr.c: ... here.
16448         (strstr): Add __strstr_sse2_unaligned ifunc.
16449         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
16450         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
16451         (strcasestr): Remove __strcasestr_sse42 ifunc.
16452         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
16453         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
16454         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
16456 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16458         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
16459         * sysdeps/sh/bits/fenv.h: ... here.
16460         * sysdeps/sh/sh4/fpu/bits: Remove directory.
16462 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16464         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
16466         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
16467         hypotf multiarch implementations.
16468         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
16469         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
16470         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
16471         multiarch hypot for PPC64.
16472         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
16473         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
16474         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
16475         multiarch hypotf for PPC64.
16477         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
16478         modff multiarch implementations.
16479         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
16480         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
16481         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
16482         multiarch modf for PPC64.
16483         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
16484         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
16485         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
16486         multiarch modff for PPC64.
16488         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
16489         and logl multiarch implementations.
16490         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
16491         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
16492         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
16493         multiarch logb for PPC64.
16494         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
16495         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
16496         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
16497         multiarch logb for PPC64.
16498         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
16499         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
16500         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
16501         multiarch logb for PPC64.
16503         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
16504         isinff multiarch implementation.
16505         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
16506         file.
16507         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
16508         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
16509         multiarch isinf for PPC64.
16510         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
16511         file.
16512         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
16513         multiarch isinff for PPC64.
16515         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
16516         finitef multiarch implementation.
16517         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
16518         file.
16519         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
16520         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
16521         multiarch finite for PPC64.
16522         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
16523         file.
16524         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
16525         multiarch finitef for PPC64.
16527         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
16528         lrint multiarch implementation.
16529         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
16530         file.
16531         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
16532         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
16533         multiarch llrint for PPC64.
16534         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
16535         multiarch lrint for PPC64.
16537         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
16538         copysignf multiarch implementation.
16539         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
16540         file.
16541         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
16542         file.
16543         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
16544         multiarch copysign for PPC64.
16545         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
16546         multiarch copysignf for PPC64.
16548         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
16549         multiarch implementation.
16550         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
16551         file.
16552         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
16553         file.
16554         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
16555         file.
16556         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
16557         file.
16558         multiarch llround for PPC64.
16559         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
16560         multiarch trunc for PPC64.
16561         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
16562         multiarch truncf for PPC64.
16564         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
16565         multiarch implementation.
16566         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
16567         file.
16568         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
16569         file.
16570         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
16571         file.
16572         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
16573         file.
16574         multiarch llround for PPC64.
16575         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
16576         multiarch round for PPC64.
16577         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
16578         multiarch roundf for PPC64.
16580         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
16581         multiarch implementation.
16582         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
16583         file.
16584         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
16585         file.
16586         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
16587         file.
16588         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
16589         file.
16590         multiarch llround for PPC64.
16591         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
16592         multiarch floor for PPC64.
16593         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
16594         multiarch floorf for PPC64.
16596         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
16597         multiarch implementation.
16598         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
16599         file.
16600         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
16601         file.
16602         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
16603         file.
16604         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
16605         file.
16606         multiarch llround for PPC64.
16607         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
16608         multiarch ceil for PPC64.
16609         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
16610         multiarch ceilf for PPC64.
16612         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
16613         multiarch implementation.
16614         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
16615         file.
16616         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
16617         file.
16618         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
16619         file.
16620         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
16621         multiarch llround for PPC64.
16622         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
16623         multiarch lround for PPC64.
16625         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
16626         multiarch implementation.
16627         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
16628         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
16629         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
16630         file.
16631         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
16632         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
16633         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
16634         multiarch isnan for PPC64.
16635         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
16636         multiarch isnanf for PPC64.
16638         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
16639         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
16640         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
16641         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
16642         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
16643         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
16645         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
16646         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
16647         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
16648         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
16650         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
16651         multiarch implementations.
16652         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16653         (__libc_ifunc_impl_list): Likewise.
16654         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
16655         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
16656         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
16657         multiarch stpcpy for PPC64.
16659         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
16660         multiarch implementations.
16661         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16662         (__libc_ifunc_impl_list): Likewise.
16663         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
16664         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
16665         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
16666         multiarch strcpy for PPC64.
16668         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
16669         redefine function name.
16670         (_wordcopy_fwd_dest_aligned): Likewise.
16671         (_wordcopy_bwd_aligned): Likewise.
16672         (_wordcopy_bwd_dest_aligned): Likewise.
16673         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
16674         multiarch implementations.
16675         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16676         (__libc_ifunc_impl_list): Likewise.
16677         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
16678         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
16679         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
16680         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
16681         multiarch wcscpy for PPC64.
16683         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
16684         multiarch implementations.
16685         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16686         (__libc_ifunc_impl_list): Likewise.
16687         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
16688         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
16689         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
16690         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
16691         multiarch wcscpy for PPC64.
16693         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
16694         multiarch implementations.
16695         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16696         (__libc_ifunc_impl_list): Likewise.
16697         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
16698         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
16699         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
16700         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
16701         multiarch wcsrchr for PPC64.
16703         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
16704         multiarch implementations.
16705         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16706         (__libc_ifunc_impl_list): Likewise.
16707         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
16708         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
16709         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
16710         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
16711         multiarch wcschr for PPC64.
16713         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
16714         multiarch implementations.
16715         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16716         (__libc_ifunc_impl_list): Likewise.
16717         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
16718         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
16719         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
16720         multiarch strchrnul for PPC64.
16722         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
16723         implementations.
16724         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16725         (__libc_ifunc_impl_list): Likewise.
16726         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
16727         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
16728         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
16729         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
16730         strchr for PPC64.
16732         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
16733         implementations.
16734         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16735         (__libc_ifunc_impl_list): Likewise.
16736         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
16737         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
16738         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
16739         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
16740         strncmp for PPC64.
16742         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
16743         multiarch implementations.
16744         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16745         (__libc_ifunc_impl_list): Likewise.
16746         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
16747         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
16748         strncasecmp for PPC64.
16749         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
16750         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
16751         multiarch strncasecmp_l for PPC64.
16753         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
16754         multiarch implementations.
16755         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16756         (__libc_ifunc_impl_list): Likewise.
16757         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
16758         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
16759         multiarch strcasecmp for PPC64.
16760         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
16761         file.
16762         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
16763         multiarch strcasecmp_l for PPC64.
16765         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
16766         implementations.
16767         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16768         (__libc_ifunc_impl_list): Likewise.
16769         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
16770         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
16771         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
16772         strnlen for PPC64.
16774         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
16775         implementations.
16776         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16777         (__libc_ifunc_impl_list): Likewise.
16778         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
16779         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
16780         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
16781         strlen for PPC64.
16783         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
16784         implementations.
16785         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16786         (__libc_ifunc_impl_list): Likewise.
16787         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
16788         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
16789         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
16790         rawmemrchr for PPC64.
16792         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
16793         implementation.
16794         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16795         (__libc_ifunc_impl_list): Likewise.
16796         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
16797         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
16798         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
16799         memrchr for PPC64.
16801         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
16802         implementation.
16803         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16804         (__libc_ifunc_impl_list): Likewise.
16805         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
16806         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
16807         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
16808         memchr for PPC64.
16810         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
16811         implementation.
16812         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16813         (__libc_ifunc_impl_list): Likewise.
16814         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
16815         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
16816         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
16817         mempcpy for PPC64.
16819         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
16820         avoid cretion of __bzero symbol.
16821         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
16822         Likewise.
16823         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
16824         Likewise.
16825         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
16826         Likewise.
16827         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
16828         multiarch implementations.
16829         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16830         (__libc_ifunc_impl_list): Likewise.
16831         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
16832         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
16833         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
16834         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
16835         bzero for PPC32.
16836         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
16837         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
16838         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
16839         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
16840         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
16841         memset for PPC64.
16842         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
16844         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
16845         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
16846         implementations.
16847         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16848         (__libc_ifunc_impl_list): Likewise.
16849         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
16850         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
16851         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
16852         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
16853         memcmp for PPC64.
16855         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
16856         multiarch for POWER/PPC64.
16857         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
16858         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
16859         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
16860         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
16861         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
16862         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
16863         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
16864         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
16865         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
16866         memcpy for PPC64.
16868         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
16869         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
16870         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
16871         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
16872         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
16873         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
16874         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
16875         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
16876         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
16877         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
16878         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
16879         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
16880         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
16881         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
16882         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
16883         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
16884         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
16885         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
16886         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
16887         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
16888         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
16889         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
16891 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16893         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
16895 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
16897         * benchtests/Makefile (bench): Add exp2 and log2.
16898         (LDLIBS-bench-exp2): Add -lm.
16899         (LDLIBS-bench-log2): Likewise.
16900         * benchtests/exp2-inputs: New inputs file.
16901         * benchtests/log2-inputs: New inputs file.
16902         * benchtests/log-inputs: Add new inputs.
16903         * benchtests/tan-inputs: Likewise.
16905 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
16907         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
16908         definition...
16909         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
16910         (csloww2): ... from here.
16912         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
16913         instead of structures.
16914         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
16915         (POLYNOMIAL): Likewise.
16916         (TAYLOR_SLOW): Likewise.
16917         (__sin): Likewise.
16918         (__cos): Likewise.
16919         (slow1): Likewise.
16920         (slow2): Likewise.
16921         (sloww): Likewise.
16922         (sloww1); Likewise.
16923         (sloww2): Likewise.
16924         (bsloww1): Likewise.
16925         (bsloww2): Likewise.
16926         (cslow2): Likewise.
16927         (csloww): Likewise.
16928         (csloww1): Likewise.
16929         (csloww2): Likewise.
16931 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
16933         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
16934         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
16935         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
16936         * malloc/hooks.c (realloc_check): Likewise.
16938         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
16939         * malloc/arena.c: Remove PER_THREAD conditional.
16940         [!PER_THREAD]: Remove code.
16941         (ptmalloc_unlock_all2): Likewise.
16942         (ptmalloc_init): Likewise.
16943         (_int_new_arena): Likewise.
16944         (arena_get2): Likewise.
16945         * malloc/hooks.c (__malloc_get_state): Likewise.
16946         (__malloc_set_state): Likewise.
16947         * malloc/malloc.c: Likewise.
16948         (struct malloc_state): Likewise.
16949         (struct malloc_par): Likewise.
16950         (__libc_realloc): Likewise.
16951         (__libc_mallopt): Likewise.
16953 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16955         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
16957 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
16959         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
16960         macro to a function.  Check for zero perturb_byte.
16961         (_int_malloc, _int_free): Remove zero perturb_byte checks.
16963         * malloc/malloc.c: (force_reg): Remove.
16964         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
16965         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
16966         force_reg by atomic_forced_read.
16967         * malloc/arena.c (ptmalloc_init): Likewise.
16968         * malloc/hooks.c (top_check): Likewise.
16970 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16972         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16974 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
16976         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16978 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
16980         * math/auto-libm-test-in: Add tests of lgamma.
16981         * math/auto-libm-test-out: Regenerated.
16982         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
16983         (M_LOG_2_SQRT_PIl): Likewise.
16984         (lgamma_test_data): Use AUTO_TESTS_f_f1.
16985         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16986         mpfr_f_f1.
16987         (func_calc_desc): Add mpfr_f_f1 union field.
16988         (ARGS1): New macro.
16989         (ARGS2): Likewise.
16990         (ARGS3): Likewise.
16991         (ARGS4): Likewise.
16992         (RET1): Likewise.
16993         (RET2): Likewise.
16994         (CALC): Likewise.
16995         (FUNC): Likewise.
16996         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
16997         (test_functions): Add lgamma.
16998         (calc_generic_results): Handle mpfr_f_f1.
16999         * sysdeps/i386/fpu/libm-test-ulps: Update.
17000         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17002 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17004         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
17005         __mpn_add_n for PowerPC64/POWER7.
17006         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
17007         __mpn_sub_n for PowerPC64/POWER7.
17009         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
17010         __mpn_addmul_1 for PowerPC64.
17011         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
17012         __mpn_submul_1 for PowerPC64.
17013         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
17014         for PowerPC64.
17015         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
17016         for PowerPC64.
17018 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
17020         [BZ #15089]
17021         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
17023 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17025         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
17027         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
17028         add multiarch folders.
17029         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
17030         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
17031         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
17032         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
17033         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
17034         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
17035         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
17036         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
17037         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
17038         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
17039         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
17040         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
17041         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
17042         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
17043         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
17044         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
17045         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
17047         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17048         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
17049         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
17050         New file.
17051         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
17052         New file.
17053         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
17054         multiarch __ieee754_hypot for PowerPC32.
17055         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
17056         New file.
17057         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
17058         New file.
17059         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
17060         multiarch __ieee754_hypotf for PowerPC32.
17062         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
17063         long_double_symbol only if __logbl is defined.
17064         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
17065         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
17066         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
17067         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
17068         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
17069         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
17070         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
17071         path for implementation.
17072         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
17073         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
17074         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
17075         logb, and logbl multiarch implementations for PowerPC32.
17076         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
17077         file.
17078         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
17079         file.
17080         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
17081         multiarch logb for PowerPC32.
17082         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
17083         file.
17084         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
17085         file.
17086         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
17087         multiarch logbf for PowerPC32.
17088         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
17089         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
17090         file.
17091         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
17092         multiarch logbl implementation for PowerPC32.
17094         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
17095         and modff multiarch implementations.
17096         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
17097         New file.
17098         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
17099         New file.
17100         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
17101         multiarch modf for PowerPC32.
17102         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
17103         New file.
17104         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
17105         New file.
17106         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
17107         multiarch modff for PowerPC32.
17109         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
17110         and lrintf multiarch implementations.
17111         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
17112         New file.
17113         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
17114         New file.
17115         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
17116         multiarch lrint for PowerPC32.
17117         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
17118         file: multiarch lrintf for PowerPC32.
17120         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
17121         and lroundf multiarch implementations.
17122         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
17123         New file.
17124         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
17125         New file.
17126         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
17127         New file.
17128         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
17129         multiarch lround for PowerPC32.
17130         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
17131         file: multiarch lroundf for PowerPC32.
17133         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
17134         copysign and copysignf multiarch implementations.
17135         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
17136         New file.
17137         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17138         New file.
17139         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17140         file: multiarch copysign for PowerPC32.
17141         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17142         file: multiarch copysignf for PowerPC32.
17144         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
17145         and truncf multiarch implementations.
17146         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
17147         New file.
17148         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
17149         file.
17150         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
17151         multiarch trunc for PowerPC32.
17152         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
17153         New file.
17154         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
17155         New file.
17156         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
17157         multiarch truncf for PowerPC32.
17159         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
17160         and roundf multiarch implementations.
17161         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
17162         New file.
17163         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
17164         file.
17165         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
17166         multiarch round for PowerPC32.
17167         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
17168         New file.
17169         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
17170         New file.
17171         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
17172         multiarch roundf for PowerPC32.
17174         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
17175         and floorf multiarch implementations.
17176         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
17177         New file.
17178         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
17179         file.
17180         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
17181         multiarch floor for PowerPC32.
17182         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
17183         New file.
17184         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
17185         New file.
17186         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
17187         multiarch floorf for PowerPC32.
17189         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
17190         and ceilf multiarch implementations.
17191         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
17192         New file.
17193         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
17194         file.
17195         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
17196         multiarch ceil for PowerPC32.
17197         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
17198         New file.
17199         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
17200         file.
17201         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
17202         multiarch ceilf for PowerPC32.
17204         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
17205         is defined.
17206         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
17207         FINITEF is defined.
17208         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
17209         and finitef multiarch implementations.
17210         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
17211         New file.
17212         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
17213         file.
17214         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
17215         multiarch finite for PowerPC32.
17216         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
17217         New file.
17218         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
17219         file: multiarch finitef for PowerPC32.
17221         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
17222         and isinff multiarch implementations.
17223         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
17224         file.
17225         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
17226         file.
17227         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
17228         multiarch isinf for PowerPC32.
17229         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
17230         New file.
17231         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
17232         multiarch isinff for PowerPC32.
17234         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
17235         alias when __isnan is defined.
17236         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
17237         and isnanf multiarch implementations.
17238         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
17239         file.
17240         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
17241         file.
17242         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
17243         file.
17244         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
17245         file.
17246         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
17247         multiarch isnan for PowerPC32.
17248         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
17249         New file.
17250         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
17251         New file.
17252         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
17253         multiarch isnanf for PowerPC32.
17255         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
17256         and sqrtf multiarch implementations.
17257         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
17258         file.
17259         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
17260         file.
17261         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
17262         multiarch sqrt for PowerPC32.
17263         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
17264         file.
17265         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
17266         file.
17267         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
17268         multiarch sqrtf for PowerPC32.
17270         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
17271         and llroundf multiarch implementations.
17272         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
17273         New file.
17274         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
17275         New file.
17276         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
17277         New file.
17278         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
17279         file: multiarch llround for PowerPC32.
17280         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
17281         file: multiarch llroundf for PowerPC32.
17283         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
17284         multiarch PowerPC32 fpu implementations.
17285         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
17286         New file.
17287         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
17288         New file.
17289         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
17290         multiarch llrint for PowerPC32.
17291         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
17292         New file.
17293         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
17294         New file.
17295         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
17296         file.
17298         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
17300         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
17301         file.
17302         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
17303         file.
17304         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
17305         file.
17306         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
17307         multiarch wordcopy for PPC32.
17308         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17309         wordcopy objects.
17310         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17311         (__libc_ifunc_impl_list): Likewise.
17312         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
17313         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
17314         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
17315         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
17316         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
17317         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
17319         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
17320         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
17321         file.
17322         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
17323         file.
17324         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
17325         file.
17326         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
17327         multiarch wcscpy for PPC32.
17328         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17329         multiarch objects.
17330         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17331         (__libc_ifunc_impl_list): Likewise.
17332         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17333         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17334         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
17335         sysdeps/powerpc/power6/wcscpy.c.
17337         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
17338         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
17339         file.
17340         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
17341         file.
17342         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
17343         file.
17344         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
17345         multiarch wcsrchr for PPC32.
17346         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17347         multiarch objects.
17348         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17349         (__libc_ifunc_impl_list): Likewise.
17350         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17351         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17352         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
17353         sysdeps/powerpc/power6/wcsrchr.c.
17355         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
17356         file.
17357         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
17358         file.
17359         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
17360         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
17361         multiarch wcschr for PPc32.
17362         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17363         multiarch objects.
17364         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17365         (__libc_ifunc_impl_list): Likewise.
17366         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
17367         * sysdeps/powerpc/power6/wcschr.c: ... to here.
17368         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
17369         sysdeps/powerpc/power6/wcschr.c.
17371         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
17372         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
17373         file.
17374         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
17375         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
17376         file: multiarch strchr for PPC32.
17377         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
17378         multiarch objects.
17379         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17380         (__libc_ifunc_impl_list): Likewise.
17382         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
17383         name.
17384         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
17385         file.
17386         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
17387         file.
17388         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
17389         multiarch strchrnul for PPC32.
17390         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
17391         multiarch objects.
17392         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17393         (__libc_ifunc_impl_list): Likewise.
17395         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
17396         file.
17397         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
17398         multiarch strncasecmp for PPC32.
17399         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
17400         file.
17401         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
17402         multiarch strncasecmp_l for PPC32.
17403         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
17404         strncasecmp multiarch objects.
17405         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17406         (__libc_ifunc_impl_list): Likewise.
17408         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
17409         file.
17410         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
17411         multiarch strncasecmp for PPC32.
17412         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
17413         New file.
17414         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
17415         multiarch strcasecmp_l for PPC32.
17416         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
17417         multiarch objects.
17418         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17419         (__libc_ifunc_impl_list): Likewise.
17421         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
17422         file.
17423         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
17424         file.
17425         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
17426         multiarch strncmp for PPC32.
17427         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
17428         multiarch objects.
17429         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17430         (__libc_ifunc_impl_list): Likewise.
17432         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
17433         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
17434         file.
17435         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
17436         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
17437         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
17438         multiarch objects.
17439         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17440         (__libc_ifunc_impl_list): Likewise.
17442         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
17443         file.
17444         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
17445         file.
17446         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
17447         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
17448         multiarch objects.
17449         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17450         (__libc_ifunc_impl_list): Likewise.
17452         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
17453         file.
17454         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
17455         file.
17456         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
17457         multiarch rawmemchr for PPC32.
17458         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
17459         multiarch objects.
17460         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17461         (__libc_ifunc_impl_list): Likewise.
17463         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
17464         file.
17465         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
17466         file.
17467         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
17468         file: memrchr multiarch for PPC32.
17469         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
17470         multiarch objects.
17471         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17472         (__libc_ifunc_impl_list): Likewise.
17474         * string/memchr.c (__memchr): Using macro to redefine symbol name.
17475         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
17476         file.
17477         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
17478         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
17479         multiarch memchr for PPC32.
17480         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
17481         multiarch objects.
17482         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17483         (__libc_ifunc_impl_list): Likewise.
17485         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
17486         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
17487         file.
17488         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
17489         file.
17490         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
17491         file: multiarch mempcpy for PPC32.
17492         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
17493         multiarch objects.
17494         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17495         (__libc_ifunc_impl_list): Likewise.
17497         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
17498         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
17499         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
17500         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
17501         multiarch bzero for PPC32.
17502         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
17503         file.
17504         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
17505         file.
17506         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
17507         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
17508         file: multiarch memset for PPC32.
17509         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
17510         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
17511         memset multiarch objects.
17512         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17513         (__libc_ifunc_impl_list): Likewise.
17515         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
17516         file.
17517         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
17518         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
17519         memcmp for PPC32.
17520         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
17521         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
17522         multiarch objects.
17523         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17524         (__libc_ifunc_impl_list): Likewise.
17526         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
17527         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
17528         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
17529         file.
17530         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
17531         file.
17532         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
17533         file.
17534         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
17535         multiarch memcpy for PPC32.
17536         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
17537         multiarch objects.
17538         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17539         (__libc_ifunc_impl_list): Likewise.
17541         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
17542         support multiarch for POWER/PPC32.
17543         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
17544         Likewise.
17545         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
17546         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
17547         Implies file to make multiarch folder appers before the fpu and
17548         default folder for power4 configuration.
17550 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
17552         * scripts/bench.pl: Append volatile keyword to type.
17554 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17556         * sysdeps/sh/sotruss-lib.c: New file.
17557         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
17559 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17561         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17563 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
17565         [BZ #6810]
17566         * math/w_tgamma.c: Include <errno.h>.
17567         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
17568         * math/w_tgammaf.c: Include <errno.h>.
17569         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
17570         * math/w_tgammal.c: Include <errno.h>.
17571         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
17572         * math/auto-libm-test-in: Do not allow missing errno on tgamma
17573         underflow.  Add more tgamma tests.
17574         * math/auto-libm-test-out: Regenerated.
17575         * sysdeps/i386/fpu/libm-test-ulps: Update.
17576         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17578         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
17579         sin, sinh, tan, tanh, tgamma, y0 and y1.
17580         * math/auto-libm-test-out: Regenerated.
17581         * math/libm-test.inc (TEST_COND_x86_64): New macro.
17582         (TEST_COND_x86): Likewise.
17583         (M_E2l): Remove macro.
17584         (M_E3l): Likewise.
17585         (M_2_SQRT_PIl): Likewise.
17586         (M_SQRT_PIl): Likewise.
17587         (M_1_DIV_El): Likewise.
17588         (log_test_data): Use AUTO_TESTS_f_f.
17589         (log10_test_data): Likewise.
17590         (log1p_test_data): Likewise.
17591         (log2_test_data): Likewise.
17592         (sin_test_data): Likewise.
17593         (sin_tonearest_test_data): Likewise.
17594         (sin_towardzero_test_data): Likewise.
17595         (sin_downward_test_data): Likewise.
17596         (sin_upward_test_data): Likewise.
17597         (sinh_test_data): Likewise.
17598         (sinh_tonearest_test_data): Likewise.
17599         (sinh_towardzero_test_data): Likewise.
17600         (sinh_downward_test_data): Likewise.
17601         (sinh_upward_test_data): Likewise.
17602         (tan_test_data): Likewise.
17603         (tan_tonearest_test_data): Likewise.
17604         (tan_towardzero_test_data): Likewise.
17605         (tan_downward_test_data): Likewise.
17606         (tan_upward_test_data): Likewise.
17607         (tanh_test_data): Likewise.
17608         (tgamma_test_data): Likewise.
17609         (y0_test_data): Likewise.
17610         (y1_test_data): Likewise.
17611         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
17612         (special_real_inputs): Add pi/4.
17613         * sysdeps/i386/fpu/libm-test-ulps: Update.
17614         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17616 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17618         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
17619         "longjmp_target" static probes.
17620         (__longjmp): Rename to __longjmp_symbol.
17621         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
17622         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
17623         on which longjmp to generate.
17624         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
17625         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
17626         probe.
17627         (__sigsetjmp): Rename to __sigsetjmp_symbol.
17628         (__sigjmp_save): Rename to __sigjmp_save_symbol.
17629         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
17630         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
17631         and __sigjmp_save_symbol based on which sigsetjmp to generated.
17632         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
17633         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
17634         __longjmp_symbol based on which __longjmp to generate.
17635         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
17636         probe.
17637         (setjmp): Rename to setjmp_symbol.
17638         (__sigsetjmp): Rename to __sigsetjmp_symbol.
17639         (_setjmp): Rename to _setjmp_symbol.
17640         (__sigsetjmp): Rename to __sigsetjmp_symbol.
17641         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
17642         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
17643         which setjmp to generate.
17644         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
17645         "longjmp_target" static probes.
17647 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
17649         * benchtests/README: Add note about output arguments.
17650         * benchtests/bench-sincos.c: Remove file.
17651         * benchtests/sincos-inputs: New file.
17652         * scripts/bench.pl: Identify output arguments and define
17653         static variables for them.
17655         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
17657         [BZ #15941]
17658         * Makefile (INSTALL): Add install-plain.texi as the primary
17659         dependency.
17660         * manual/install-plain.texi: New file.
17661         * manual/install.texi: Include node directive only for
17662         non-plaintext output.
17664 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
17666         * stdlib/longlong.h: Update from GCC.
17668         [BZ #6807]
17669         [BZ #15901]
17670         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
17671         * math/w_j0f.c (y0f): Likewise.
17672         * math/w_j0l.c (__y0l): Likewise.
17673         * math/w_j1.c (y1): Likewise.
17674         * math/w_j1f.c (y1f): Likewise.
17675         * math/w_j1l.c (__y1l): Likewise
17676         * math/w_jn.c (yn): Likewise.
17677         * math/w_jnf.c (ynf): Likewise.
17678         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
17679         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
17680         value for Bessel function domain errors outside _SVID_ mode.
17681         Adjust sign of return value for yn (negative integer, 0).
17682         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
17683         by zero in return for negative x and set sign appropriately for
17684         negative n.
17685         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
17686         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
17687         * math/libm-test.inc (y0_test_data): Add more tests and adjust
17688         expectations in error cases.
17689         (y1_test_data): Likewise.
17690         (yn_test_data): Likewise.
17691         * sysdeps/i386/fpu/libm-test-ulps: Update.
17692         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17694 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17696         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
17697         "64" to "64-v1".  Add "64-v2".
17698         (abi-64-options): Rename to ...
17699         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
17700         (abi-64-condition): Rename to ...
17701         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
17702         (abi-64-ld-soname): Rename to ...
17703         (abi-64-v1-ld-soname): ... this.
17704         (abi-64-v2-options): Define.
17705         (abi-64-v2-condition): Likewise.
17706         (abi-64-v2-ld-soname): Likewise.
17707         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
17708         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
17709         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
17710         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
17711         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
17713 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17714             Alan Modra  <amodra@gmail.com>
17716         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
17717         New versions for use with the ELFv2 ABI.
17718         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
17719         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
17720         declaration.
17721         (struct La_ppc64v2_retval): Likewise.
17722         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
17723         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
17724         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
17725         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
17726         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
17727         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
17728         Do not save or restore CR.
17729         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
17730         (_dl_profile_resolve): Do no save or restore CR.  Support extended
17731         return values for ELFv2 ABI.  Fix location of FPR return registers.
17732         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
17733         updated values for _CALL_ELF == 2.
17734         (La_regs, La_retval, int_retval): Likewise.
17736 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17738         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
17739         (FRAME_MIN_SIZE_PARM): Likewise.
17740         (FRAME_BACKCHAIN): Likewise.
17741         (FRAME_CR_SAVE): Likewise.
17742         (FRAME_LR_SAVE): Likewise.
17743         (FRAME_TOC_SAVE): Likewise.
17744         (FRAME_PARM_SAVE): Likewise.
17745         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
17746         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
17747         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
17748         (call_mcount_parm_offset): New macro.
17749         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
17750         (PROF): Use symbolic stack frame offsets.
17751         (TAIL_CALL_SYSCALL_ERROR): Likewise.
17752         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
17753         Redefine in terms of FRAME_MIN_SIZE.
17754         (_dl_runtime_resolve): Use symbolic stack frame offsets.
17755         (_dl_profile_resolve): Likewise.  Update comment.
17756         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
17757         symbols stack frame offsets.
17758         (__sigsetjmp): Likewise.
17759         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
17760         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
17761         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
17762         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
17764         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
17765         (FRAME_BACKCHAIN): Remove.
17766         (FRAME_CR_SAVE): Likewise.
17767         (FRAME_LR_SAVE): Likewise.
17768         (FRAME_COMPILER_DW): Likewise.
17769         (FRAME_LINKER_DW): Likewise.
17770         (FRAME_TOC_SAVE): Likewise.
17771         (FRAME_PARM_SAVE): Likewise.
17772         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
17773         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
17774         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
17775         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
17776         (CHECK_SP): Use symbolic stack frame offsets.
17777         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
17778         zone" instead of caller's parameter save area for temp storage.
17779         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
17780         Likewise.  Also, use symbolic stack frame offsets.
17781         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
17782         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
17783         our own stack frame instead of the caller's.
17784         (__socket): Use symbolic stack frame offsets.
17786 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17787             Alan Modra  <amodra@gmail.com>
17789         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
17790         Define.
17791         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
17792         (PPC64_LOCAL_ENTRY_OFFSET): Define.
17793         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
17794         New function.
17795         (elf_machine_fixup_plt): Call it.
17796         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
17797         reloc arguments.
17798         (elf_machine_rela): Update call to elf_machine_plt_conflict.
17799         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
17800         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
17801         r2 before calling target.
17803 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17804             Alan Modra  <amodra@gmail.com>
17806         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
17807         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
17808         versions of macros to support ELFv2 ABI.
17809         (LOCALENTRY): New macro.
17810         (ENTRY, EALIGN): Use it.
17811         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
17812         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
17813         fall through into ENTRY entry point.
17814         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
17815         Only define if _CALL_ELF != 2.
17817         (elf_machine_matches_host): Verify ABI version matches.
17818         (RTLD_START): Use LOCALENTRY.
17819         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
17820         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
17821         (PLT_ENTRY_WORDS): New macro.
17822         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
17823         (elf_machine_runtime_setup): Support ELFv2 ABI.
17824         (elf_machine_fixup_plt): Likewise.
17825         (elf_machine_plt_conflict): Likewise.
17826         (resolve_ifunc): Likewise.
17827         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
17828         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
17829         Likewise.
17830         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
17831         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
17832         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
17833         (makecontext): Support ELFv2 ABI.
17834         * elf/elf.h (EF_PPC64_ABI): Define.
17836 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17838         * sysdeps/powerpc/powerpc64/sysdep.h
17839         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
17840         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
17841         (ENTRY) [ASSEMBLER]: ... but instead here ...
17842         (EALIGN) [ASSEMBLER]: ... and here.
17843         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
17844         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
17845         (ENTRY_2) [!ASSEMBLER]: Use it.
17846         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
17847         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
17848         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
17849         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
17850         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
17851         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
17852         Use PPC64_LOAD_FUNCPTR.
17854         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
17856 2013-12-04  Alan Modra  <amodra@gmail.com>
17858         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
17859         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
17860         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
17861         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
17863         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
17864         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
17865         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
17866         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
17867         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
17868         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
17870 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17872         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
17873         (__makecontext): Fix incorrect CFI when backtracing out of
17874         context created via makecontext.
17875         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
17876         (__setcontext): Fix incorrect CFI during switch to new context.
17877         (__novec_setcontext): Likewise.
17879 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
17881         [BZ #4772]
17882         * time/strptime_l.c (__strptime_internal): Allow modifiers
17883         in strptime.
17884         * time/tst-strptime.c (day_tests): Add testcase.
17886 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
17888         * scripts/bench.pl: Skip over blank lines.
17890 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17892         [BZ #926]
17893         * manual/time.texi (Calendar Time): Clarify what timezone functions
17894         use.
17896 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17898         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17900 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
17902         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
17903         implementation.
17904         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
17905         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
17906         * debug/memset_chk.c (__memset_chk): Likewise.
17907         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
17908         * debug/strncpy_chk.c: Likewise.
17910 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
17912         [BZ #15268]
17913         [BZ #15425]
17914         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
17915         (__ieee754_exp): For possibly underflowing results, check size of
17916         result and force underflow exception if required.
17917         * math/auto-libm-test-in: Add more tests of exp.
17918         * math/auto-libm-test-out: Regenerated.
17919         * sysdeps/i386/fpu/libm-test-ulps: Update.
17920         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17922         [BZ #16283]
17923         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
17924         * math/w_exp2f.c (__exp2f): Likewise.
17925         * math/w_exp2l.c (__exp2l): Likewise.
17926         * math/auto-libm-test-in: Do not allow missing errno on exp2
17927         underflow.
17928         * math/auto-libm-test-out: Regenerated.
17930 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
17932         [BZ #16274]
17933         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
17934         handle filename validation.
17935         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
17936         (do_open): Delete.
17938 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
17940         [BZ #6786]
17941         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
17942         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
17943         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
17944         <float.h>.
17945         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
17946         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
17947         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
17948         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
17949         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
17950         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
17951         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
17952         * math/auto-libm-test-in: Don't allow missing errno from erfc.
17953         Add more erfc tests.
17954         * math/auto-libm-test-out: Regenerated.
17955         * sysdeps/i386/fpu/libm-test-ulps: Update.
17956         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17958         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
17959         exp2, expm1, j0 and j1.
17960         * math/auto-libm-test-out: Regenerated.
17961         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
17962         (erfc_test_data): Likewise.
17963         (exp_test_data): Likewise.
17964         (exp_tonearest_test_data): Likewise.
17965         (exp_towardzero_test_data): Likewise.
17966         (exp_downward_test_data): Likewise.
17967         (exp_upward_test_data): Likewise.
17968         (exp10_test_data): Likewise.
17969         (exp2_test_data): Likewise.
17970         (expm1_test_data): Likewise.
17971         (j0_test_data): Likewise.
17972         (j1_test_data): Likewise.
17973         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
17974         (input_flag_type): Add flag_xfail_rounding.
17975         (input_flags): Add xfail-rounding.
17976         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
17977         (output_for_one_input_case): Handle flag_xfail_rounding.
17978         * sysdeps/i386/fpu/libm-test-ulps: Update.
17979         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17981 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
17983         [BZ #16289]
17984         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
17985         division by 0.
17987 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
17989         [BZ #16195]
17990         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
17991         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
17992         (STAP_PROBE0): New macro.
17993         (STAP_PROBE1): Likewise.
17994         (STAP_PROBE2): Likewise.
17995         (STAP_PROBE3): Likewise.
17996         (STAP_PROBE4): Likewise.
17998 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
18000         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
18002 2013-12-02  Steve Ellcey  <sellcey@mips.com>
18004         * benchtests/Makefile (bench): Add sqrt.
18005         (LDLIBS-bench-sqrt): New.
18006         * benchtests/sqrt-input: New.
18008 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
18010         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
18011         (GAIH_EAI): Likewise.
18012         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
18013         (gaih_inet): Likewise.
18014         (getaddrinfo): Don't use GAIH_EAI.
18016         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
18017         (struct gaih): Remove definition.
18019 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
18021         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
18022         Use HERRNOP directly.
18024 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18026         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18028 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
18030         * math/gen-auto-libm-tests.c (test_functions): Add more
18031         single-argument functions.
18032         (special_fill_pi_2): New function.
18033         (special_fill_minus_pi_2): Likewise.
18034         (special_fill_pi_6): Likewise.
18035         (special_fill_minus_pi_6): Likewise.
18036         (special_fill_pi_3): Likewise.
18037         (special_fill_2pi_3): Likewise.
18038         (special_fill_e): Likewise.
18039         (special_fill_1_e): Likewise.
18040         (special_fill_e_minus_1): Likewise.
18041         (special_real_inputs): Add more special inputs.
18042         (output_for_one_input_case): Do not require ERANGE on underflow to
18043         zero if round-to-nearest result does not underflow to zero, unless
18044         exact results required.
18045         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
18046         atan, atanh, cbrt, cos and cosh.
18047         * math/auto-libm-test-out: Regenerated.
18048         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
18049         (acos_tonearest_test_data): Likewise.
18050         (acos_towardzero_test_data): Likewise.
18051         (acos_downward_test_data): Likewise.
18052         (acos_upward_test_data): Likewise.
18053         (acosh_test_data): Likewise.
18054         (asin_test_data): Likewise.
18055         (asin_tonearest_test_data): Likewise.
18056         (asin_towardzero_test_data): Likewise.
18057         (asin_upward_test_data): Likewise.
18058         (asinh_test_data): Likewise.
18059         (atan_test_data): Likewise.
18060         (atanh_test_data): Likewise.
18061         (cbrt_test_data): Likewise.
18062         (cos_test_data): Likewise.
18063         (cos_tonearest_test_data): Likewise.
18064         (cos_towardzero_test_data): Likewise.
18065         (cos_downward_test_data): Likewise.
18066         (cos_upward_test_data): Likewise.
18067         (cosh_test_data): Likewise.
18068         (cosh_tonearest_test_data): Likewise.
18069         (cosh_towardzero_test_data): Likewise.
18070         (cosh_downward_test_data): Likewise.
18071         (cosh_upward_test_data): Likewise.
18072         * sysdeps/i386/fpu/libm-test-ulps: Update.
18073         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18075 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
18077         [BZ #6787]
18078         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
18079         * math/w_exp10f.c (__exp10f): Likewise.
18080         * math/w_exp10l.c (__exp10l): Likewise.
18081         * math/libm-test.inc (exp10_test_data): Add more tests and expect
18082         errno settings in existing tests.
18084         [BZ #14032]
18085         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
18086         precision control set to double precision.
18087         * sysdeps/i386/fpu/w_sqrt.c: New file.
18088         * math/auto-libm-test-in: Add more tests.
18089         * math/auto-libm-test-out: Update.
18091         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
18092         (sqrt_test_tonearest): New function.
18093         (sqrt_towardzero_test_data): New variable.
18094         (sqrt_test_towardzero): New function.
18095         (sqrt_downward_test_data): New variable.
18096         (sqrt_test_downward): New function.
18097         (sqrt_upward_test_data): New variable.
18098         (sqrt_test_upward): New function.
18099         (main): Call the new functions.
18101         * math/gen-auto-libm-tests.c: New file.
18102         * math/auto-libm-test-in: Likewise.
18103         * math/auto-libm-test-out: New generated file.
18104         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
18105         variables.
18106         (%beautify): Add generated representations of zero.
18107         (top level): Set $auto_input and call parse_auto_input.
18108         (beautify): Remove trailing "f" from hex float constants.
18109         (parse_args): Handle XFAIL_TEST.
18110         (convert_condition): New function.
18111         (or_value): Likewise.
18112         (or_cond_value): Likewise.
18113         (generate_testfile): Handle AUTO_TESTS_* lines.
18114         (parse_auto_input): New function.
18115         * math/libm-test.inc (XFAIL_TEST): New macro.
18116         (ERRNO_UNCHANGED): Update value.
18117         (ERRNO_EDOM): Likewise.
18118         (ERRNO_ERANGE): Likewise.
18119         (IGNORE_RESULT): Likewise.
18120         (TEST_COND_flt_32): New macro.
18121         (TEST_COND_dbl_64): Likewise.
18122         (TEST_COND_ldbl_96_intel): Likewise.
18123         (TEST_COND_ldbl_96_m68k): Likewise.
18124         (TEST_COND_ldbl_128): Likewise.
18125         (TEST_COND_ldbl_128ibm): Likewise.
18126         (TEST_COND_long32): Likewise.
18127         (TEST_COND_long64): Likewise.
18128         (TEST_COND_before_rounding): Likewise.
18129         (TEST_COND_after_rounding): Likewise.
18130         (enable_test): Handle XFAIL_TEST flag.
18131         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
18132         with finite results.
18133         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
18134         auto-libm-test-out.
18136 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
18137             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18139         [BZ #16214]
18140         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18141         __tls_get_addr_internal instead of __tls_get_offset in order to
18142         avoid GOT pointer dependency.  Make rtld export
18143         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
18144         __tls_get_addr since we are a __tls_get_offset platform.
18145         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
18146         GOT pointer being set up before.
18147         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
18149 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
18151         * manual/math.texi (Errors in Math Functions): Document accuracy
18152         goals.
18154         [BZ #15004]
18155         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
18156         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
18157         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
18158         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
18159         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
18160         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
18161         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
18162         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
18163         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
18164         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
18165         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
18166         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
18167         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
18168         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
18169         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
18170         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
18172         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
18173         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
18174         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
18175         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
18176         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
18177         Likewise.
18178         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
18179         Likewise.
18180         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
18181         Likewise.
18182         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
18183         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
18184         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
18185         atomic-feupdateenv and flt-rounds.
18186         * sysdeps/powerpc/nofpu/Versions (libc): Add
18187         __atomic_feholdexcept, __atomic_feclearexcept,
18188         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
18189         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
18190         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
18191         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
18192         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
18193         here.
18194         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
18195         Update.
18197         * manual/arith.texi (FP Exceptions): Document that exceptions may
18198         not be raised when matherr is used.
18199         (Math Error Reporting): Document overflow in directed rounding
18200         modes.  Document that errno may not be set when finite values are
18201         returned on overflow.  Document intent to set errno on underflow
18202         only for underflow to zero.
18204         [BZ #16271]
18205         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
18206         round-to-nearest then adjust result for other rounding modes.
18207         * include/fenv.h (fegetround): Use libm_hidden_proto.
18208         * math/fegetround.c (fegetround): Use libm_hidden_def.
18209         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
18210         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
18211         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18212         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
18213         Likewise.
18214         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
18215         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
18216         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
18217         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
18219 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18221         [BZ #16077]
18222         * nss/Versions (libnss_files): Add
18223         _nss_files_gethostbyname3_r.
18224         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
18225         New function.
18226         (HOST_DB_LOOKUP): Remove macro.
18227         (_nss_files_gethostbyname_r): Implement function without the
18228         HOST_DB_LOOKUP macro.
18229         (_nss_files_gethostbyname2_r): Likewise.
18231 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
18233         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
18235 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
18237         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
18238         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
18239         warning.
18241 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18243         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
18244         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
18245         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
18246         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
18247         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
18248         __fe_nomask_env_priv and attribute_hidden.
18249         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
18250         (libc_feupdateenv_test_ppc): Likewise.
18251         (libc_feresetround_ppc): Likewise.
18252         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18253         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
18254         compat_symbol macro.
18255         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18256         (__fe_nomask_env): Likewise.
18257         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
18259 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18261         * string/Makefile: Remove ifunc tests.
18262         * string/test-string.h: Define TEST_IFUNC.
18263         * string/test-bcopy-ifunc.c: Remove.
18264         * string/test-bzero-ifunc.c: Likewise.
18265         * string/test-memccpy-ifunc.c: Likewise.
18266         * string/test-memchr-ifunc.c: Likewise.
18267         * string/test-memcmp-ifunc.c: Likewise.
18268         * string/test-memcpy-ifunc.c: Likewise.
18269         * string/test-memmem-ifunc.c: Likewise.
18270         * string/test-memmove-ifunc.c: Likewise.
18271         * string/test-mempcpy-ifunc.c: Likewise.
18272         * string/test-memrchr-ifunc.c: Likewise.
18273         * string/test-memset-ifunc.c: Likewise.
18274         * string/test-rawmemchr-ifunc.c: Likewise.
18275         * string/test-stpcpy-ifunc.c: Likewise.
18276         * string/test-stpncpy-ifunc.c: Likewise.
18277         * string/test-strcasecmp-ifunc.c: Likewise.
18278         * string/test-strcasestr-ifunc.c: Likewise.
18279         * string/test-strcat-ifunc.c: Likewise.
18280         * string/test-strchr-ifunc.c: Likewise.
18281         * string/test-strchrnul-ifunc.c: Likewise.
18282         * string/test-strcmp-ifunc.c: Likewise.
18283         * string/test-strcpy-ifunc.c: Likewise.
18284         * string/test-strcspn-ifunc.c: Likewise.
18285         * string/test-strlen-ifunc.c: Likewise.
18286         * string/test-strncasecmp-ifunc.c: Likewise.
18287         * string/test-strncat-ifunc.c: Likewise.
18288         * string/test-strncmp-ifunc.c: Likewise.
18289         * string/test-strncpy-ifunc.c: Likewise.
18290         * string/test-strnlen-ifunc.c: Likewise.
18291         * string/test-strpbrk-ifunc.c: Likewise.
18292         * string/test-strrchr-ifunc.c: Likewise.
18293         * string/test-strspn-ifunc.c: Likewise.
18294         * string/test-strstr-ifunc.c: Likewise.
18296 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18298         * benchtests/Makefile: Remove ifunc tests.
18299         * benchtests/bench-string.h: Define TEST_IFUNC.
18300         * benchtests/bench-bcopy-ifunc.c: Remove.
18301         * benchtests/bench-bzero-ifunc.c: Likewise.
18302         * benchtests/bench-memccpy-ifunc.c: Likewise.
18303         * benchtests/bench-memchr-ifunc.c: Likewise.
18304         * benchtests/bench-memcmp-ifunc.c: Likewise.
18305         * benchtests/bench-memcpy-ifunc.c: Likewise.
18306         * benchtests/bench-memmem-ifunc.c: Likewise.
18307         * benchtests/bench-memmove-ifunc.c: Likewise.
18308         * benchtests/bench-mempcpy-ifunc.c: Likewise.
18309         * benchtests/bench-memrchr-ifunc.c: Likewise.
18310         * benchtests/bench-memset-ifunc.c: Likewise.
18311         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
18312         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
18313         * benchtests/bench-stpcpy-ifunc.c: Likewise.
18314         * benchtests/bench-stpncpy-ifunc.c: Likewise.
18315         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
18316         * benchtests/bench-strcasestr-ifunc.c: Likewise.
18317         * benchtests/bench-strcat-ifunc.c: Likewise.
18318         * benchtests/bench-strchr-ifunc.c: Likewise.
18319         * benchtests/bench-strchrnul-ifunc.c: Likewise.
18320         * benchtests/bench-strcmp-ifunc.c: Likewise.
18321         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
18322         * benchtests/bench-strcpy-ifunc.c: Likewise.
18323         * benchtests/bench-strcspn-ifunc.c: Likewise.
18324         * benchtests/bench-strlen-ifunc.c: Likewise.
18325         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
18326         * benchtests/bench-strncat-ifunc.c: Likewise.
18327         * benchtests/bench-strncmp-ifunc.c: Likewise.
18328         * benchtests/bench-strncpy-ifunc.c: Likewise.
18329         * benchtests/bench-strnlen-ifunc.c: Likewise.
18330         * benchtests/bench-strpbrk-ifunc.c: Likewise.
18331         * benchtests/bench-strrchr-ifunc.c: Likewise.
18332         * benchtests/bench-strsep-ifunc.c: Likewise.
18333         * benchtests/bench-strspn-ifunc.c: Likewise.
18334         * benchtests/bench-strstr-ifunc.c: Likewise.
18336 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18338         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
18340 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18342         * resolv/netdb.h: Use __glibc_reserved instead __unused.
18343         * rt/aio.h: Likewise.
18344         * sysdeps/gnu/bits/utmp.h: Likewise.
18345         * sysdeps/gnu/bits/utmpx.h: Likewise.
18346         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
18347         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
18348         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
18349         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
18350         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
18351         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
18352         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
18353         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
18354         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
18355         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
18356         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
18357         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
18358         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
18359         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
18360         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
18361         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
18362         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
18363         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
18364         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
18365         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
18366         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
18367         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
18368         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
18369         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
18370         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
18371         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
18372         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
18373         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
18374         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
18375         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
18376         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
18377         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
18378         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
18379         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
18380         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
18381         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
18382         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
18383         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
18384         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
18385         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
18386         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
18387         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18389 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
18391         [BZ #16245]
18392         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
18393         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
18395 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
18397         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
18398         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
18399         Likewise.
18401 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18403         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
18404         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
18405         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
18406         (__fesetround): Remove define.
18407         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
18408         rounding and exceptions handling.
18409         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
18410         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
18411         (__fe_nomask_env): Likewise.
18412         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
18413         __fegetround instead of fegetround.
18414         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
18415         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
18417 2013-11-21  Roland McGrath  <roland@hack.frob.com>
18419         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
18420         it's there.
18422         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
18424 2013-11-21  Meador Inge  <meadori@codesourcery.com>
18426         [BZ #11157]
18427         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
18428         (encrypt_r): Likewise.
18429         * malloc/obstack.h (obstack_free): Likewise.
18430         * posix/unistd.h (encrypt): Likewise.
18432 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
18434         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
18435         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
18436         DL_CALL_DT_FINI() that call the functions directly.
18437         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
18438         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
18439         * elf/dl-fini.c: Likewise.
18441 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
18443         * malloc/hooks.c (memalign_check): Add alignment rounding.
18444         * malloc/malloc.c (_mid_memalign): New function.
18445         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
18446         Implement by calling _mid_memalign.
18447         * manual/probes.texi (Memory Allocation Probes): Remove
18448         memory_valloc_retry and memory_pvalloc_retry.
18450 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18452         * locale/programs/locarchive.c (open_archive): Add const
18453         qualifier to ARCHIVEFNAME and copy default fname to
18454         DEFAULT_FNAME.
18456         [BZ #15601]
18457         * libio/tst-widetext.input: Rename Oriya to Odia.
18458         * locale/iso-639.def: Likewise.
18460         * manual/probes.texi (Mathematical Function Probes): Add
18461         documentation for sin, cos, asin and acos probes.
18462         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
18463         (__sin32): Add slowasin probe.
18464         (__cos32): Add slowacos probe.
18465         (__mpsin): Add slowsin probe.
18466         (__mpcos): Add slowcos probe.
18468 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
18470         [BZ #15483]
18471         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
18472         thread-local __sim_exceptions_thread and global
18473         __sim_exceptions_global.
18474         (__sim_disabled_exceptions): Change to thread-local
18475         __sim_disabled_exceptions_thread and global
18476         __sim_disabled_exceptions_global.
18477         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18478         and global __sim_round_mode_global.
18479         (__simulate_exceptions): Use thread-local floating-point state and
18480         set global state from it as needed.
18481         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
18482         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
18483         __sim_round_mode_thread.
18484         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
18485         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
18486         and global __sim_exceptions_global.
18487         (__sim_disabled_exceptions): Change to thread-local
18488         __sim_disabled_exceptions_thread and global
18489         __sim_disabled_exceptions_global.
18490         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18491         and global __sim_round_mode_global.
18492         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
18493         (SIM_SET_GLOBAL): Likewise.
18494         * sysdeps/powerpc/soft-fp/sfp-machine.h
18495         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
18496         __sim_round_mode_thread.
18497         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
18498         __sim_disabled_exceptions_thread.
18499         (__sim_exceptions): Change to __sim_exceptions_thread.
18500         (__sim_disabled_exceptions): Change to
18501         __sim_disabled_exceptions_thread.
18502         (__sim_round_mode): Change to __sim_round_mode_thread.
18503         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
18504         thread-local floating-point state and set global state from it as
18505         needed.
18506         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
18507         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
18508         (__sim_disabled_exceptions): Remove extern declaration.
18509         (feenableexcept): Use thread-local floating-point state and set
18510         global state from it as needed.
18511         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
18512         extern declaration.
18513         (__sim_disabled_exceptions): Likewise.
18514         (__sim_round_mode): Likewise.
18515         (__fegetenv): Use thread-local floating-point state.
18516         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
18517         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18518         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
18519         floating-point state and set global state from it as needed.
18520         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
18521         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
18522         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
18523         Likewise.
18524         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
18525         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
18526         Likewise.
18527         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
18528         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
18529         Use __sim_round_mode_thread.
18530         * math/test-fenv-tls.c: New file.
18531         * math/Makefile (tests): Add test-fenv-tls.
18532         ($(objpfx)test-fenv-tls): Depend on
18533         $(common-objpfx)nptl/libpthread.so.
18535 2013-11-19  Andreas Schwab  <schwab@suse.de>
18537         * locale/programs/locale.c (show_info): Decode wordarray elements.
18538         * locale/categories.def (LC_MONETARY): Add element for
18539         _NL_MONETARY_CRNCYSTR.
18540         * locale/C-monetary.c (conversion_rate): New variable.
18541         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
18542         element.
18544 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
18546         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
18547         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
18549 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
18551         * elf/Makefile (tst-auxv): New test.
18552         * elf/tst-auxv.c: New
18553         * elf/rtld.c (dl_main): Adjust AT_EXECFN
18555 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
18557         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
18558         (hidden_proto): Caller changed.
18559         (hidden_tls_proto): New macro.
18560         (libc_hidden_tls_proto): Likewise.
18561         (rtld_hidden_tls_proto): Likewise.
18562         (libm_hidden_tls_proto): Likewise.
18563         (libresolv_hidden_tls_proto): Likewise.
18564         (librt_hidden_tls_proto): Likewise.
18565         (libdl_hidden_tls_proto): Likewise.
18566         (libnss_files_hidden_tls_proto): Likewise.
18567         (libnsl_hidden_tls_proto): Likewise.
18568         (libnss_nisplus_hidden_tls_proto): Likewise.
18569         (libutil_hidden_tls_proto): Likewise.
18571 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
18573         [BZ #10253]
18574         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
18575         (decompose_rpath): Defer expansion to fillin_rpath.
18576         (_dl_init_paths): Pass linkmap to fillin_rpath.
18578 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18580         * benchtests/Makefile: Add strsep.
18581         * benchtests/bench-strsep.c: New file: strsep benchtest.
18582         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
18584 2013-11-18  Andreas Schwab  <schwab@suse.de>
18586         * locale/programs/locale.c (show_info) [case byte]: Check for
18587         '\377' instead of '\177'.
18588         * locale/C-monetary.c (not_available): Always use "\377".
18589         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
18590         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
18591         detect unavailable sign_posn locale elements.
18592         * locale/localeconv.c (__localeconv): For grouping and
18593         mon_grouping handle "\177" and "\377" like no grouping.
18594         (INT_ELEM): New macro.  Use it to set all numeric members.
18595         * locale/programs/ld-monetary.c (monetary_read)
18596         <tok_mon_grouping>: Normalize single -1 to the empty string.
18597         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
18598         Likewise.
18600 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
18602         [BZ #16055]
18603         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
18604         when we match (nil).
18605         * stdio-common/tst-sscanf.c (struct test): Add testcase.
18607 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
18609         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
18610         (NO_TEST_INLINE): Update value.
18611         (ERRNO_UNCHANGED): Likewise.
18612         (ERRNO_EDOM): Likewise.
18613         (ERRNO_ERANGE): Likewise.
18614         (IGNORE_RESULT): Likewise.
18615         (check_float_internal): Check signs of NaN results if
18616         TEST_NAN_SIGN used.
18617         (check_complex): Pass TEST_NAN_SIGN flag through to second
18618         check_float_internal call.
18619         (copysign_test_data): Add tests with quiet NaNs as second
18620         argument.  Use TEST_NAN_SIGN.
18621         (fabs_test_data): Add test of negative quiet NaN argument.  Use
18622         TEST_NAN_SIGN.
18623         (signbit_test_data): Add tests of quiet NaN argument.
18624         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
18626         * math/gen-libm-test.pl (show_exceptions): Take extra argument
18627         $ignore_result.
18628         (parse_args): Handle function results specified as IGNORE.
18629         * math/libm-test.inc (IGNORE_RESULT): New macro.
18630         (check_float_internal): Do not check numerical result if flag
18631         IGNORE_RESULT set.
18632         (check_complex): Pass through IGNORE_RESULT to second
18633         check_float_internal call.
18634         (check_int): Do not check numerical result if flag IGNORE_RESULT
18635         set.
18636         (check_long): Likewise.
18637         (check_bool): Likewise.
18638         (check_longlong): Likewise.
18639         (lrint_test_data): Add tests of infinite and NaN arguments.
18640         (lrint_tonearest_test_data): Likewise.
18641         (lrint_towardzero_test_data): Likewise.
18642         (lrint_downward_test_data): Likewise.
18643         (lrint_upward_test_data): Likewise.
18644         (llrint_test_data): Likewise.
18645         (llrint_tonearest_test_data): Likewise.
18646         (llrint_towardzero_test_data): Likewise.
18647         (llrint_downward_test_data): Likewise.
18648         (llrint_upward_test_data): Likewise.
18649         (lround_test_data): Likewise.
18650         (llround_test_data): Likewise.
18652         * math/libm-test.inc (NO_TEST_INLINE): New macro.
18653         (ERRNO_UNCHANGED): Update value.
18654         (ERRNO_EDOM): Likewise.
18655         (ERRNO_ERANGE): Likewise.
18656         (NO_TEST_INLINE_FLOAT): New macro.
18657         (NO_TEST_INLINE_DOUBLE): Likewise.
18658         (enable_test): New function.
18659         (RUN_TEST_f_f): Check enable_test before running test.
18660         (RUN_TEST_2_f): Likewise.
18661         (RUN_TEST_fff_f): Likewise.
18662         (RUN_TEST_c_f): Likewise.
18663         (RUN_TEST_f_f1): Likewise.
18664         (RUN_TEST_fF_f1): Likewise.
18665         (RUN_TEST_fI_f1): Likewise.
18666         (RUN_TEST_ffI_f1): Likewise.
18667         (RUN_TEST_c_c): Likewise.
18668         (RUN_TEST_cc_c): Likewise.
18669         (RUN_TEST_f_i): Likewise.
18670         (RUN_TEST_f_i_tg): Likewise.
18671         (RUN_TEST_ff_i_tg): Likewise.
18672         (RUN_TEST_f_b): Likewise.
18673         (RUN_TEST_f_b_tg): Likewise.
18674         (RUN_TEST_f_l): Likewise.
18675         (RUN_TEST_f_L): Likewise.
18676         (RUN_TEST_fFF_11): Likewise.
18677         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
18678         conditionals.
18679         (cosh_test_data): Likewise.
18680         (exp_test_data): Likewise.
18681         (expm1_test_data): Likewise.
18682         (hypot_test_data): Likewise.
18683         (pow_test_data): Likewise.
18684         (sinh_test_data): Likewise.
18685         (tanh_test_data): Likewise.
18686         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
18687         flags argument.
18689         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
18690         tests with quiet NaN input and output.
18691         (acosh_test_data): Likewise.
18692         (asin_test_data): Likewise.
18693         (asinh_test_data): Likewise.
18694         (atan_test_data): Likewise.
18695         (atanh_test_data): Likewise.
18696         (atan2_test_data): Likewise.
18697         (cbrt_test_data): Likewise.
18698         (cos_test_data): Likewise.
18699         (cosh_test_data): Likewise.
18700         (erf_test_data): Likewise.
18701         (erfc_test_data): Likewise.
18702         (exp_test_data): Likewise.
18703         (exp10_test_data): Likewise.
18704         (exp2_test_data): Likewise.
18705         (expm1_test_data): Likewise.
18706         (hypot_test_data): Likewise.
18707         (j0_test_data): Likewise.
18708         (j1_test_data): Likewise.
18709         (jn_test_data): Likewise.
18710         (lgamma_test_data): Likewise.
18711         (log_test_data): Likewise.
18712         (log10_test_data): Likewise.
18713         (log1p_test_data): Likewise.
18714         (log2_test_data): Likewise.
18715         (pow_test_data): Likewise.
18716         (scalb_test_data): Likewise.
18717         (sin_test_data): Likewise.
18718         (sincos_test_data): Likewise.
18719         (sinh_test_data): Likewise.
18720         (tan_test_data): Likewise.
18721         (tanh_test_data): Likewise.
18722         (tgamma_test_data): Likewise.
18723         (y0_test_data): Likewise.
18724         (y1_test_data): Likewise.
18725         (yn_test_data): Likewise.
18727         [BZ #16167]
18728         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
18729         argument being NaN and avoid computations with second argument in
18730         that case.
18731         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
18732         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
18733         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
18735 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
18737         * locale/iso-639.def: Add Chitwani Tharu (the).
18739 2013-11-14  Andreas Schwab  <schwab@suse.de>
18741         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
18742         word instead of empty string.
18744 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18746         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18747         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
18748         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18749         (__fe_nomask_env): Likewise.
18751 2013-11-13  Steve Ellcey  <sellcey@mips.com>
18753         * benchtests/bench-timing.h: Include time.h.
18755 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
18757         [BZ #15997]
18758         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
18759         to 3.4.0 for x32.
18760         * sysdeps/unix/sysv/linux/configure: Regenerated.
18762 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
18764         [BZ #16151]
18765         * stdlib/strtod_l.c (round_and_return): Do not consider
18766         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
18767         exponent one less than half the least subnormal exponent.
18768         * stdlib/test-strtod-round-data: Add more tests.
18769         * stdlib/tst-strtod-round.c (tests): Regenerated.
18771 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18773         [BZ #14143]
18774         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
18775         (__fe_mask_env): Likewise.
18776         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
18777         libm_hidden_proto and add function prototype.
18778         (__fe_mask_env): Add function prototype.
18779         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18780         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
18781         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
18782         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
18783         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18784         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
18786 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
18788         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
18789         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
18791 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
18793         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
18794         of htab_find_slot().
18796 2013-11-11  David S. Miller  <davem@davemloft.net>
18798         [BZ #16150]
18799         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
18800         symbol in the non-vis3 case in static builds.
18801         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
18802         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
18803         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
18804         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
18806 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
18808         [BZ #387]
18809         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
18810         it is empty.
18812 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18814         * benchtests/Makefile: Add bench-strtod.
18815         * benchtests/bench-strtod.c: New file: strtod benchtest
18817 2013-11-11  Andreas Schwab  <schwab@suse.de>
18819         [BZ #16153]
18820         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
18821         terminating NUL in key length.
18823 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18825         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18826         Add artificial ODP entry for vDSO symbol for PPC64.
18827         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
18828         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
18830 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
18832         [BZ #15374]
18833         * nss/getent.c (services_keys): Recognize services starting with digit.
18835 2013-11-06  David S. Miller  <davem@davemloft.net>
18837         [BZ #15985]
18838         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
18839         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
18841 2013-11-06  Will Newton  <will.newton@linaro.org>
18843         * manual/memory.texi (Malloc Examples): Remove register
18844         keyword from examples.
18846 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
18848         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
18850 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
18852         [BZ #6981]
18853         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
18854         depending on [__GCC_IEC_559 > 0].
18855         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
18856         depending on [__GCC_IEC_559_COMPLEX > 0].
18858 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
18860         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
18861         to iso-639.def.
18863 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
18865         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
18867 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
18869         [BZ #16112]
18870         * malloc/malloc (malloc_info): Do not handle first bin as
18871         special case.
18873 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
18875         * locale/iso-639.def: Add Central Nahuatl (nhn).
18877 2013-11-01  Bruno Haible  <bruno@clisp.org>
18879         [BZ #7003]
18880         * manual/math.texi (BSD Random): Specify range upper bound as
18881         in POSIX.
18883 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
18885         * locale/iso-639.def: Add Meadow Mari (mhr).
18887 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
18889         [BZ #14752], [BZ #15763]
18890         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
18891         Validate name.
18892         * rt/tst_shm.c: Add test for escaping directory.
18894 2013-10-31  Andreas Schwab  <schwab@suse.de>
18896         [BZ #15917]
18897         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
18898         followed by 'x' as part of digit sequence.
18899         * stdio-common/tst-sscanf.c (double_tests2): New tests.
18901 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
18903         [BZ #16037]
18904         * configure.ac: allow GNU Make 4.0 and greater.
18905         * configure: Regenerated.
18907 2013-10-30  Will Newton  <will.newton@linaro.org>
18909         [BZ #16038]
18910         * malloc/hooks.c (memalign_check): Limit alignment to the
18911         maximum representable power of two.
18912         * malloc/malloc.c (__libc_memalign): Likewise.
18913         * malloc/tst-memalign.c (do_test): Add test for very
18914         large alignment values.
18915         * malloc/tst-posix_memalign.c (do_test): Likewise.
18917 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
18919         [BZ #11087]
18920         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
18921         (munmap_chunk): Likewise.
18922         (mremap_chunk): Likewise.
18924 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
18926         [BZ #15799]
18927         * stdlib/div.c (div): Remove obsolete code.
18928         * stdlib/ldiv.c (ldiv): Likewise.
18929         * stdlib/lldiv.c (lldiv): Likewise.
18931 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
18933         [BZ #16071]
18934         * nss/nss_files/files-XXX.c (get_contents_ret): New
18935         enumerator.
18936         (get_contents): New function.
18937         (internal_getent): Use it.  Expand size of LINEBUFLEN.
18939 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
18941         * configure.in: Moved to ...
18942         * configure.ac: ... here. Change reference to configure.in
18943         to configure.ac.
18944         * sysdeps/arm/preconfigure.ac: ... here.
18945         configure.in to configure.ac.
18946         * sysdeps/gnu/configure.in: Moved to ...
18947         * sysdeps/gnu/configure.ac: ... here.
18948         * sysdeps/i386/configure.in: Moved to ...
18949         * sysdeps/i386/configure.ac: ... here.
18950         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
18951         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
18952         * sysdeps/mach/configure.in: Moved to ...
18953         * sysdeps/mach/configure.ac: ... here.
18954         * sysdeps/mach/hurd/configure.in: Moved to ...
18955         * sysdeps/mach/hurd/configure.ac: ... here.
18956         * sysdeps/powerpc/configure.in: Moved to ...
18957         * sysdeps/powerpc/configure.ac: ... here.
18958         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
18959         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
18960         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
18961         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
18962         * sysdeps/s390/s390-32/configure.in: Moved to ...
18963         * sysdeps/s390/s390-32/configure.ac: ... here.
18964         * sysdeps/s390/s390-64/configure.in: Moved to ...
18965         * sysdeps/s390/s390-64/configure.ac: ... here.
18966         * sysdeps/sh/configure.in: Moved to ...
18967         * sysdeps/sh/configure.ac: ... here.
18968         * sysdeps/sparc/configure.in: Moved to ...
18969         * sysdeps/sparc/configure.ac: ... here.
18970         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
18971         * sysdeps/unix/sysv/linux/configure.ac: ... here.
18972         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
18973         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
18974         * sysdeps/x86_64/configure.in: Moved to ...
18975         * sysdeps/x86_64/configure.ac: ... here.
18976         * sysdeps/x86_64/preconfigure.in: Moved to ...
18977         * sysdeps/x86_64/preconfigure.ac: ... here.
18978         * aclocal.m4: Change reference to configure.in to configure.ac.
18979         * config.h.in: Likewise.
18980         * manual/install.texi: Likewise.
18981         * manual/maint.texi: Likewise.
18982         * Makefile: Likewise.
18983         * malloc/Makefile: Likewise.
18984         * nscd/Makefile: Likewise.
18985         * Makeconfig: Change reference to configure.in and
18986         preconfigure.in to configure.ac and preconfigure.ac
18987         respectively.
18988         * INSTALL: Regenerated.
18989         * configure: Likewise.
18990         * sysdeps/gnu/configure: Likewise.
18991         * sysdeps/i386/configure: Likewise.
18992         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
18993         * sysdeps/mach/configure: Likewise.
18994         * sysdeps/mach/hurd/configure: Likewise.
18995         * sysdeps/powerpc/configure: Likewise.
18996         * sysdeps/powerpc/powerpc32/configure: Likewise.
18997         * sysdeps/powerpc/powerpc64/configure: Likewise.
18998         * sysdeps/s390/s390-32/configure: Likewise.
18999         * sysdeps/s390/s390-64/configure: Likewise.
19000         * sysdeps/sh/configure: Likewise.
19001         * sysdeps/sparc/configure: Likewise.
19002         * sysdeps/unix/sysv/linux/configure: Likewise.
19003         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
19004         * sysdeps/x86_64/configure: Likewise.
19005         * sysdeps/x86_64/preconfigure: Likewise.
19007 2013-10-29  Andreas Schwab  <schwab@suse.de>
19009         * stdio-common/Makefile (tst-swscanf-ENV): Define.
19011 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
19013         * benchtests/pow-inputs: Add new inputs.
19015         * benchtests/exp-inputs: Add new inputs.
19017         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
19018         conditional check for return value.
19019         (__cos32): Likewise.
19021 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19023         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
19024         to provide a boost for large inputs with word alignment.
19025         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
19026         implementation based on optimized PPC64 strcpy.
19027         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
19028         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
19029         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
19030         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
19032 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19034         [BZ #2801]
19035         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
19037 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19039         [BZ #14876]
19040         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
19041         * time/tst-strptime.c (day_tests): Add testcase.
19043 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
19045         [BZ #14029]
19046         * manual/pattern.texi: Acknowledge that fnmatch can fail.
19048 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
19050         [BZ #16074]
19051         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
19052         MAP_FAILED on error.
19054 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
19056         [BZ #16072]
19057         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
19058         heap for large requests.
19060 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
19062         [BZ #9954]
19063         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
19064         result if the result has no associated interface.
19065         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
19066         interface for all 127.X.Y.Z addresses.
19068 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
19070         * locale/iso-639.def: Add Ligurian (lij)
19072 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
19074         [BZ #15825]
19075         * sunrpc/rpc_main.c: Document rpcgen -5.
19077 2013-10-19  Michael Stahl  <mstahl@redhat.com>
19079         * elf/rtld.c (do_preload): Print the reason why preloading failed.
19081 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19083         [BZ #10278]
19084         * posix/glob.c: Match only directories when trailing slash is present.
19085         * posix/tst-gnuglob.c (my_opendir): Do not open files.
19086         (main): Add testcase.
19088 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
19090         [BZ #15670]
19091         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
19093 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
19095         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
19096         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
19097         AUTH_DES and cindex for FIPS 140-2.
19098         (DES Encryption): Add cindex FIPS 46-3.
19100         * locale/locarchive.h (struct locarhandle): Add fname.
19101         * locale/programs/localedef.c (main): Pass ARGV[remaining]
19102         if an optional argument was specified to --list-archive,
19103         otherwise NULL.
19104         * locale/programs/locarchive.c (show_archive_content): Take new
19105         argument fname and pass it via ah.fname to open_archive.
19106         * locale/programs/localedef.h: Update decl.
19107         (open_archive): If AH->fname is non-null, open that file
19108         rather than the default file name, and don't ignore ENOENT.
19109         (create_archive): Set AH.fname to NULL.
19110         (delete_locales_from_archive): Likewise.
19111         (add_locales_to_archive): Likewise.
19112         * locale/programs/locfile.c (write_all_categories): Likewise.
19114 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
19115             Aldy Hernandez  <aldyh@redhat.com>
19117         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
19118         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
19119         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
19120         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
19121         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
19122         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
19123         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
19124         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
19125         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
19126         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
19127         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
19128         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
19129         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
19130         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
19131         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
19132         Likewise.
19133         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
19134         Likewise.
19135         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
19136         Likewise.
19137         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19138         Likewise.
19139         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19140         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19141         Likewise.
19142         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
19143         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
19144         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
19145         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
19146         Likewise.
19147         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
19148         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
19149         * sysdeps/powerpc/preconfigure: Likewise.
19150         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
19151         Likewise.
19152         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
19153         Replace contents of file by #include of <fenv_libc.h>.
19154         * sysdeps/powerpc/soft-fp/sfp-machine.h
19155         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
19156         and <sys/prctl.h>.
19157         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
19158         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
19159         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
19160         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
19161         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
19162         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
19163         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
19164         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
19165         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
19166         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
19167         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
19168         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
19169         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19170         Allow copysignl PLT reference to be missing.
19172 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
19173             Joseph Myers  <joseph@codesourcery.com
19175         [BZ #15948]
19176         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
19177         single character.
19178         (add_to_tablewc): Assert sequence of wide characters is nonempty.
19180 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
19182         * elf/tst-tls-dlinfo.c: Don't include tls.h.
19183         * elf/tst-tls1.c: Likewise.
19184         * elf/tst-tls10.h: Likewise.
19185         * elf/tst-tls14.c: Likewise.
19186         * elf/tst-tls2.c: Likewise.
19187         * elf/tst-tls3.c: Likewise.
19188         * elf/tst-tls4.c: Likewise.
19189         * elf/tst-tls5.c: Likewise.
19190         * elf/tst-tls6.c: Likewise.
19191         * elf/tst-tls7.c: Likewise.
19192         * elf/tst-tls8.c: Likewise.
19193         * elf/tst-tls9.c: Likewise.
19194         * elf/tst-tlsmod1.c: Likewise.
19195         * elf/tst-tlsmod13.c: Likewise.
19196         * elf/tst-tlsmod13a.c: Likewise.
19197         * elf/tst-tlsmod14a.c: Likewise.
19198         * elf/tst-tlsmod16a.c: Likewise.
19199         * elf/tst-tlsmod16b.c: Likewise.
19200         * elf/tst-tlsmod2.c: Likewise.
19201         * elf/tst-tlsmod3.c: Likewise.
19202         * elf/tst-tlsmod4.c: Likewise.
19203         * elf/tst-tlsmod5.c: Likewise.
19204         * elf/tst-tlsmod6.c: Likewise.
19206 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
19208         [BZ #12486]
19209         * malloc/malloc.c: remove checks for statistics.
19211 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19213         [BZ #15277]
19214         * inet/inet_net.c (inet_network): Detect additional invalid strings.
19215         * inet/tst-network.c: Add testcase.
19217 2013-10-17  Andreas Schwab  <schwab@suse.de>
19219         [BZ #15218]
19220         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
19221         to determine canonical name.
19223 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19225         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
19226         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
19227         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19228         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
19229         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
19230         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
19231         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
19232         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
19233         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
19234         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
19235         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
19236         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
19237         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
19238         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
19239         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
19240         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
19241         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19242         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
19243         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
19244         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
19245         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
19246         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
19247         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19248         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
19249         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
19250         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
19251         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
19252         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
19253         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
19254         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
19255         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
19256         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
19257         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
19258         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
19259         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
19260         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
19261         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
19262         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
19263         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
19264         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
19265         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
19266         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
19267         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
19268         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
19269         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
19270         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
19271         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
19272         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
19273         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
19274         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
19275         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
19276         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
19277         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
19278         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
19279         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19280         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
19281         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
19282         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
19284 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
19286         [BZ #16041]
19287         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
19288         make result into a quiet NaN.
19290 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
19292         * soft-fp/adddf3.c: Fix horizontal whitespace.
19293         * soft-fp/addsf3.c: Likewise.
19294         * soft-fp/addtf3.c: Likewise.
19295         * soft-fp/divdf3.c: Likewise.
19296         * soft-fp/divsf3.c: Likewise.
19297         * soft-fp/divtf3.c: Likewise.
19298         * soft-fp/double.h: Likewise.
19299         * soft-fp/eqdf2.c: Likewise.
19300         * soft-fp/eqsf2.c: Likewise.
19301         * soft-fp/eqtf2.c: Likewise.
19302         * soft-fp/extenddftf2.c: Likewise.
19303         * soft-fp/extended.h: Likewise.
19304         * soft-fp/extendsfdf2.c: Likewise.
19305         * soft-fp/extendsftf2.c: Likewise.
19306         * soft-fp/extendxftf2.c: Likewise.
19307         * soft-fp/fixdfdi.c: Likewise.
19308         * soft-fp/fixdfsi.c: Likewise.
19309         * soft-fp/fixdfti.c: Likewise.
19310         * soft-fp/fixsfdi.c: Likewise.
19311         * soft-fp/fixsfsi.c: Likewise.
19312         * soft-fp/fixsfti.c: Likewise.
19313         * soft-fp/fixtfdi.c: Likewise.
19314         * soft-fp/fixtfsi.c: Likewise.
19315         * soft-fp/fixtfti.c: Likewise.
19316         * soft-fp/fixunsdfdi.c: Likewise.
19317         * soft-fp/fixunsdfsi.c: Likewise.
19318         * soft-fp/fixunsdfti.c: Likewise.
19319         * soft-fp/fixunssfdi.c: Likewise.
19320         * soft-fp/fixunssfsi.c: Likewise.
19321         * soft-fp/fixunssfti.c: Likewise.
19322         * soft-fp/fixunstfdi.c: Likewise.
19323         * soft-fp/fixunstfsi.c: Likewise.
19324         * soft-fp/fixunstfti.c: Likewise.
19325         * soft-fp/floatdidf.c: Likewise.
19326         * soft-fp/floatdisf.c: Likewise.
19327         * soft-fp/floatditf.c: Likewise.
19328         * soft-fp/floatsidf.c: Likewise.
19329         * soft-fp/floatsisf.c: Likewise.
19330         * soft-fp/floatsitf.c: Likewise.
19331         * soft-fp/floattidf.c: Likewise.
19332         * soft-fp/floattisf.c: Likewise.
19333         * soft-fp/floattitf.c: Likewise.
19334         * soft-fp/floatundidf.c: Likewise.
19335         * soft-fp/floatundisf.c: Likewise.
19336         * soft-fp/floatunditf.c: Likewise.
19337         * soft-fp/floatunsidf.c: Likewise.
19338         * soft-fp/floatunsisf.c: Likewise.
19339         * soft-fp/floatunsitf.c: Likewise.
19340         * soft-fp/floatuntidf.c: Likewise.
19341         * soft-fp/floatuntisf.c: Likewise.
19342         * soft-fp/floatuntitf.c: Likewise.
19343         * soft-fp/fmadf4.c: Likewise.
19344         * soft-fp/fmasf4.c: Likewise.
19345         * soft-fp/fmatf4.c: Likewise.
19346         * soft-fp/gedf2.c: Likewise.
19347         * soft-fp/gesf2.c: Likewise.
19348         * soft-fp/getf2.c: Likewise.
19349         * soft-fp/ledf2.c: Likewise.
19350         * soft-fp/lesf2.c: Likewise.
19351         * soft-fp/letf2.c: Likewise.
19352         * soft-fp/muldf3.c: Likewise.
19353         * soft-fp/mulsf3.c: Likewise.
19354         * soft-fp/multf3.c: Likewise.
19355         * soft-fp/negdf2.c: Likewise.
19356         * soft-fp/negsf2.c: Likewise.
19357         * soft-fp/negtf2.c: Likewise.
19358         * soft-fp/op-1.h: Likewise.
19359         * soft-fp/op-2.h: Likewise.
19360         * soft-fp/op-4.h: Likewise.
19361         * soft-fp/op-8.h: Likewise.
19362         * soft-fp/op-common.h: Likewise.
19363         * soft-fp/quad.h: Likewise.
19364         * soft-fp/single.h: Likewise.
19365         * soft-fp/soft-fp.h: Likewise.
19366         * soft-fp/sqrtdf2.c: Likewise.
19367         * soft-fp/sqrtsf2.c: Likewise.
19368         * soft-fp/sqrttf2.c: Likewise.
19369         * soft-fp/subdf3.c: Likewise.
19370         * soft-fp/subsf3.c: Likewise.
19371         * soft-fp/subtf3.c: Likewise.
19372         * soft-fp/truncdfsf2.c: Likewise.
19373         * soft-fp/trunctfdf2.c: Likewise.
19374         * soft-fp/trunctfsf2.c: Likewise.
19375         * soft-fp/trunctfxf2.c: Likewise.
19376         * soft-fp/unorddf2.c: Likewise.
19377         * soft-fp/unordsf2.c: Likewise.
19378         * soft-fp/unordtf2.c: Likewise.
19380 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
19382         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
19383         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
19385 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
19387         * elf/dl-libc.c: Clear initfini list after freeing.
19389 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
19391         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
19392         * soft-fp/addsf3.c: Likewise.
19393         * soft-fp/addtf3.c: Likewise.
19394         * soft-fp/divdf3.c: Likewise.
19395         * soft-fp/divsf3.c: Likewise.
19396         * soft-fp/divtf3.c: Likewise.
19397         * soft-fp/double.h: Likewise.
19398         * soft-fp/eqdf2.c: Likewise.
19399         * soft-fp/eqsf2.c: Likewise.
19400         * soft-fp/eqtf2.c: Likewise.
19401         * soft-fp/extenddftf2.c: Likewise.
19402         * soft-fp/extended.h: Likewise.
19403         * soft-fp/extendsfdf2.c: Likewise.
19404         * soft-fp/extendsftf2.c: Likewise.
19405         * soft-fp/extendxftf2.c: Likewise.
19406         * soft-fp/fixdfdi.c: Likewise.
19407         * soft-fp/fixdfsi.c: Likewise.
19408         * soft-fp/fixdfti.c: Likewise.
19409         * soft-fp/fixsfdi.c: Likewise.
19410         * soft-fp/fixsfsi.c: Likewise.
19411         * soft-fp/fixsfti.c: Likewise.
19412         * soft-fp/fixtfdi.c: Likewise.
19413         * soft-fp/fixtfsi.c: Likewise.
19414         * soft-fp/fixtfti.c: Likewise.
19415         * soft-fp/fixunsdfdi.c: Likewise.
19416         * soft-fp/fixunsdfsi.c: Likewise.
19417         * soft-fp/fixunsdfti.c: Likewise.
19418         * soft-fp/fixunssfdi.c: Likewise.
19419         * soft-fp/fixunssfsi.c: Likewise.
19420         * soft-fp/fixunssfti.c: Likewise.
19421         * soft-fp/fixunstfdi.c: Likewise.
19422         * soft-fp/fixunstfsi.c: Likewise.
19423         * soft-fp/fixunstfti.c: Likewise.
19424         * soft-fp/floatdidf.c: Likewise.
19425         * soft-fp/floatdisf.c: Likewise.
19426         * soft-fp/floatditf.c: Likewise.
19427         * soft-fp/floatsidf.c: Likewise.
19428         * soft-fp/floatsisf.c: Likewise.
19429         * soft-fp/floatsitf.c: Likewise.
19430         * soft-fp/floattidf.c: Likewise.
19431         * soft-fp/floattisf.c: Likewise.
19432         * soft-fp/floattitf.c: Likewise.
19433         * soft-fp/floatundidf.c: Likewise.
19434         * soft-fp/floatundisf.c: Likewise.
19435         * soft-fp/floatunsidf.c: Likewise.
19436         * soft-fp/floatunsisf.c: Likewise.
19437         * soft-fp/floatuntidf.c: Likewise.
19438         * soft-fp/floatuntisf.c: Likewise.
19439         * soft-fp/floatuntitf.c: Likewise.
19440         * soft-fp/fmadf4.c: Likewise.
19441         * soft-fp/fmasf4.c: Likewise.
19442         * soft-fp/fmatf4.c: Likewise.
19443         * soft-fp/gedf2.c: Likewise.
19444         * soft-fp/gesf2.c: Likewise.
19445         * soft-fp/getf2.c: Likewise.
19446         * soft-fp/ledf2.c: Likewise.
19447         * soft-fp/lesf2.c: Likewise.
19448         * soft-fp/letf2.c: Likewise.
19449         * soft-fp/muldf3.c: Likewise.
19450         * soft-fp/mulsf3.c: Likewise.
19451         * soft-fp/multf3.c: Likewise.
19452         * soft-fp/negdf2.c: Likewise.
19453         * soft-fp/negsf2.c: Likewise.
19454         * soft-fp/negtf2.c: Likewise.
19455         * soft-fp/op-1.h: Likewise.
19456         * soft-fp/op-2.h: Likewise.
19457         * soft-fp/op-4.h: Likewise.
19458         * soft-fp/op-8.h: Likewise.
19459         * soft-fp/op-common.h: Likewise.
19460         * soft-fp/quad.h: Likewise.
19461         * soft-fp/single.h: Likewise.
19462         * soft-fp/soft-fp.h: Likewise.
19463         * soft-fp/sqrtdf2.c: Likewise.
19464         * soft-fp/sqrtsf2.c: Likewise.
19465         * soft-fp/sqrttf2.c: Likewise.
19466         * soft-fp/subdf3.c: Likewise.
19467         * soft-fp/subsf3.c: Likewise.
19468         * soft-fp/subtf3.c: Likewise.
19469         * soft-fp/truncdfsf2.c: Likewise.
19470         * soft-fp/trunctfdf2.c: Likewise.
19471         * soft-fp/trunctfsf2.c: Likewise.
19472         * soft-fp/trunctfxf2.c: Likewise.
19473         * soft-fp/unorddf2.c: Likewise.
19474         * soft-fp/unordsf2.c: Likewise.
19475         * soft-fp/unordtf2.c: Likewise.
19477 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
19479         [BZ #15672]
19480         * misc/error.c (error_tail): Fix possible buffer overflow.
19482 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
19484         [BZ #13028]
19485         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
19486         address.
19488 2013-10-14  P. J. McDermott  <pj@pehjota.net>
19490         [BZ #832]
19491         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
19492         testing pipefail option.
19494 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
19496         * soft-fp/double.h: Indent preprocessor directives inside #if.
19497         * soft-fp/extended.h: Likewise.
19498         * soft-fp/op-2.h: Likewise.
19499         * soft-fp/op-4.h: Likewise.
19500         * soft-fp/op-common.h: Likewise.
19501         * soft-fp/quad.h: Likewise.
19502         * soft-fp/single.h: Likewise.
19503         * soft-fp/soft-fp.h: Likewise.
19505 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
19507         * iconv/iconv_prog.c: Fix typos.
19508         * stdio-common/psiginfo-data.h: Likewise.
19510 2013-10-12   Reuben Thomas <rrt@sc3d.org>
19512         [BZ #15764]
19513         * locale/setlocale.c: Fix typo.
19515 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
19517         [BZ #16036]
19518         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
19519         signaling NaN arguments.
19520         * soft-fp/unordsf2.c (__unordsf2): Likewise.
19521         * soft-fp/unordtf2.c (__unordtf2): Likewise.
19523         [BZ #14910]
19524         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
19525         unordered operands.
19526         * soft-fp/gesf2.c (__gesf2): Likewise.
19527         * soft-fp/getf2.c (__getf2): Likewise.
19528         * soft-fp/ledf2.c (__ledf2): Likewise.
19529         * soft-fp/lesf2.c (__lesf2): Likewise.
19530         * soft-fp/letf2.c (__letf2): Likewise.
19532         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
19533         * soft-fp/eqsf2.c (__eqsf2): Likewise.
19534         * soft-fp/eqtf2.c (__eqtf2): Likewise.
19535         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
19536         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
19537         * soft-fp/fixdfti.c (__fixdfti): Likewise.
19538         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
19539         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
19540         * soft-fp/fixsfti.c (__fixsfti): Likewise.
19541         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
19542         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
19543         * soft-fp/fixtfti.c (__fixtfti): Likewise.
19544         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
19545         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
19546         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
19547         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
19548         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
19549         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
19550         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
19551         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
19552         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
19553         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
19554         * soft-fp/floatdisf.c (__floatdisf): Likewise.
19555         * soft-fp/floatsisf.c (__floatsisf): Likewise.
19556         * soft-fp/floattidf.c (__floattidf): Likewise.
19557         * soft-fp/floattisf.c (__floattisf): Likewise.
19558         * soft-fp/floattitf.c (__floattitf): Likewise.
19559         * soft-fp/floatundidf.c (__floatundidf): Likewise.
19560         * soft-fp/floatundisf.c (__floatundisf): Likewise.
19561         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
19562         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
19563         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
19564         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
19565         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
19566         * soft-fp/gesf2.c (__gesf2): Likewise.
19567         * soft-fp/getf2.c (__getf2): Likewise.
19568         * soft-fp/ledf2.c (__ledf2): Likewise.
19569         * soft-fp/lesf2.c (__lesf2): Likewise.
19570         * soft-fp/letf2.c (__letf2): Likewise.
19572         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
19573         Undefine and redefine.
19574         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
19575         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
19576         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
19577         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
19578         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19579         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
19580         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19581         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
19582         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19583         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
19584         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19585         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
19586         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19587         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
19588         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19590         [BZ #16032]
19591         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
19592         without decrementing exponent if mantissa >= that for the
19593         denominator, not >.
19594         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
19595         denominator, not >.  Decrement exponent in < case instead of
19596         incrementing in >= case.
19597         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
19598         without decrementing exponent if mantissa >= that for the
19599         denominator, not >.
19601         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
19602         computing saturated result for unsigned overflow.
19604 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19605             Jeff Law  <law@redhat.com>
19607         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
19608         (atan2Mp): Add systemtap probe marker.
19609         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
19610         (__ieee754_log): Add systemtap probe marker.
19611         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
19612         (atanMp): Add systemtap probe marker.
19613         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
19614         (tanMp): Add systemtap probe marker.
19615         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
19616         (__slowexp): Add systemtap probe marker.
19617         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
19618         (__slowpow): Add systemtap probe marker.
19619         * manual/probes.texi: Document probes.
19621 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
19623         [BZ #15362]
19624         * libio/fileops.c (_IO_new_file_write): Return count of bytes
19625         written.
19626         (_IO_new_file_xsputn): Don't return EOF if nothing has been
19627         written.
19628         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
19629         written to buffer but not flushed.
19630         * libio/iofwrite_u.c:  Likewise.
19631         * libio/iopadn.c:  Return bytes returned even if EOF was
19632         encountered.
19633         * libio/iowpadn.c:  Likewise.
19634         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
19635         if _IO_padn does not write the whole buffer.
19636         [!COMPILE_WPRINTF] (PAD): Likewise.
19638 2013-10-10  David S. Miller  <davem@davemloft.net>
19640         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
19641         directory block.
19643 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
19645         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
19646         instead of FSF address.
19647         * soft-fp/fixdfti.c: Likewise.
19648         * soft-fp/fixsfti.c: Likewise.
19649         * soft-fp/fixtfti.c: Likewise.
19650         * soft-fp/fixunsdfti.c: Likewise.
19651         * soft-fp/fixunssfti.c: Likewise.
19652         * soft-fp/fixunstfti.c: Likewise.
19653         * soft-fp/floattidf.c: Likewise.
19654         * soft-fp/floattisf.c: Likewise.
19655         * soft-fp/floattitf.c: Likewise.
19656         * soft-fp/floatuntidf.c: Likewise.
19657         * soft-fp/floatuntisf.c: Likewise.
19658         * soft-fp/floatuntitf.c: Likewise.
19659         * soft-fp/trunctfxf2.c: Likewise.
19661         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
19662         * soft-fp/fixdfti.c: Likewise.
19663         * soft-fp/fixsfti.c: Likewise.
19664         * soft-fp/fixtfti.c: Likewise.
19665         * soft-fp/fixunsdfti.c: Likewise.
19666         * soft-fp/fixunssfti.c: Likewise.
19667         * soft-fp/fixunstfti.c: Likewise.
19668         * soft-fp/floattidf.c: Likewise.
19669         * soft-fp/floattisf.c: Likewise.
19670         * soft-fp/floattitf.c: Likewise.
19671         * soft-fp/floatuntidf.c: Likewise.
19672         * soft-fp/floatuntisf.c: Likewise.
19673         * soft-fp/floatuntitf.c: Likewise.
19674         * soft-fp/trunctfxf2.c: Likewise.
19676 2013-10-10  David S. Miller  <davem@davemloft.net>
19678         * sysdeps/sparc/fpu/libm-test-ulps: Update.
19680 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
19682         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
19683         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
19684         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
19685         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
19686         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
19687         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
19688         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
19690         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
19691         for NaNs before doing comparisons on argument.
19692         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
19693         Likewise.
19695 2013-10-10  Will Newton  <will.newton@linaro.org>
19697         * malloc/hooks.c (memalign_check): Ensure the value of bytes
19698         passed to _int_memalign does not overflow.
19700 2013-10-10  Torvald Riegel  <triegel@redhat.com>
19702         * scripts/bench.pl: Add include-sources directive.
19703         * benchtests/README: Update documentation.
19705 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
19707         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
19708         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
19709         instead of FP_INIT_ROUNDMODE.
19710         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
19711         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
19713         [BZ #16034]
19714         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
19715         copy class of input value.
19716         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
19717         not handle exceptions.
19718         * soft-fp/negsf2.c (__negsf2): Likewise.
19719         * soft-fp/negtf2.c (__negtf2): Likewise.
19720         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
19722 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
19724         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
19725         semicolon.  From Linux kernel.
19727 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
19729         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
19731 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
19733         [BZ #156]
19734         * manual/socket.texi: Added statement about buffer
19735         for gethostbyname2_r.
19737 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
19739         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
19740         Use .p2align directive instead, throughout.
19741         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
19742         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
19743         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
19744         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
19745         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
19746         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
19747         * sysdeps/x86_64/strchr.S: Likewise.
19748         * sysdeps/x86_64/strrchr.S: Likewise.
19750 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
19752         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
19754         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
19756         * sysdeps/generic/math_private.h (__mpsin1): Remove
19757         declaration.
19758         (__mpcos1): Likewise.
19759         (__mpsin): New argument __range_reduce.
19760         (__mpcos): Likewise.
19761         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19762         (slow): Use __mpsin and __mpcos.
19763         (slow1): Likewise.
19764         (slow2): Likewise.
19765         (sloww): Likewise.
19766         (sloww1): Likewise.
19767         (sloww2): Likewise.
19768         (bsloww): Likewise.
19769         (bsloww1): Likewise.
19770         (bsloww2): Likewise.
19771         (cslow2): Likewise.
19772         (csloww): Likewise.
19773         (csloww1): Likewise.
19774         (csloww2): Likewise.
19775         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
19776         range_reduce.  Merge in __mpsin1.
19777         (__mpcos): Likewise.
19778         (__mpsin1): Remove.
19779         (__mpcos1): Likewise.
19781 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
19783         * locale/loadlocale.c (_nl_intern_locale_data): Use
19784         LOCFILE_ALIGNED_P.
19785         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
19786         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
19787         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
19788         obstack data is appropriately aligned.
19789         (obstack_int32_grow_fast): Likewise.
19790         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
19791         * locale/programs/locfile.c (add_locale_uint32): Likewise.
19792         (add_locale_uint32_array): Likewise.
19794 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
19796         * benchtests/Makefile: Remove ARGLIST and RET variables.
19797         ($(objpfx)bench-%.c): Pass only function name to the script.
19798         * benchtests/README: Update documentation.
19799         * benchtests/acos-inputs: Add new directives.
19800         * benchtests/acosh-inputs: Likewise.
19801         * benchtests/asin-inputs: Likewise.
19802         * benchtests/asinh-inputs: Likewise.
19803         * benchtests/atan-inputs: Likewise.
19804         * benchtests/atanh-inputs: Likewise.
19805         * benchtests/cos-inputs: Likewise.
19806         * benchtests/cosh-inputs: Likewise.
19807         * benchtests/exp-inputs: Likewise.
19808         * benchtests/log-inputs: Likewise.
19809         * benchtests/pow-inputs: Likewise.
19810         * benchtests/rint-inputs: Likewise.
19811         * benchtests/sin-inputs: Likewise.
19812         * benchtests/sinh-inputs: Likewise.
19813         * benchtests/tan-inputs: Likewise.
19814         * benchtests/tanh-inputs: Likewise.
19815         * scripts/bench.pl: Add support for new directives.
19817 2013-10-07  Alan Modra  <amodra@gmail.com>
19819         * README: Fix careless merge.
19821 2013-10-05  Alan Modra  <amodra@gmail.com>
19823         * NEWS: Mention powerpc64le support and bugs fixed.
19824         * README: Both big-endian and little-endian powerpc64 supported.
19826 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
19828         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
19829         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
19830         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
19831         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
19833 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
19835         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
19836         match prototype.
19838 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
19840         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
19841         Move -mhard-float appending from
19842         ports/sysdeps/powerpc/powerpc32/Makefile.
19843         [$(with-fp) = yes] (ASFLAGS): Likewise.
19844         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
19845         * sysdeps/powerpc/nofpu: Move directory from
19846         ports/sysdeps/powerpc/nofpu.
19847         * sysdeps/powerpc/soft-fp: Move directory from
19848         ports/sysdeps/powerpc/soft-fp.
19849         * sysdeps/powerpc/powerpc32/405: Move directory from
19850         ports/sysdeps/powerpc/powerpc32/405.
19851         * sysdeps/powerpc/powerpc32/440: Move directory from
19852         ports/sysdeps/powerpc/powerpc32/440.
19853         * sysdeps/powerpc/powerpc32/464: Move directory from
19854         ports/sysdeps/powerpc/powerpc32/464.
19855         * sysdeps/powerpc/powerpc32/476: Move directory from
19856         ports/sysdeps/powerpc/powerpc32/476.
19857         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
19858         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
19859         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
19860         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
19861         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
19862         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
19863         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
19864         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
19865         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
19866         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
19867         * README: Update for powerpc-*-linux-gnu software floating point
19868         support in libc.
19870         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
19871         case to powerpc/powerpc32*.
19872         * sysdeps/unix/sysv/linux/configure: Regenerated.
19874         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
19875         (_FPU_MASK_OM): Define as 0x04.
19876         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
19877         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
19878         0x00c10080.
19879         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
19880         0x0000003c.
19881         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
19883         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
19884         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
19885         getcontext_e500.
19886         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
19887         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
19888         setcontext_e500.
19889         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
19890         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
19891         and setcontext_e500.
19893 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
19895         * locale/iso-3166.def: Update iso-1366.def and related occurrences
19897 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
19899         * manual/threads.texi (Default Thread Attributes): Fix typo.
19901 2013-10-04  Will Newton  <will.newton@linaro.org>
19903         * malloc/Makefile: Add tst-memalign.
19904         * malloc/tst-memalign.c: New file.
19906         * malloc/tst-posix_memalign.c: Add comments.
19907         (do_test): Add comments and call free on all potentially
19908         allocated pointers. Add space after cast.
19910         * malloc/tst-pvalloc.c: Add comments.
19911         (do_test): Add comments and call free on all potentially
19912         allocated pointers. Remove duplicate check for NULL pointer.
19913         Add space after cast.
19915         * malloc/tst-valloc.c: Add comments.
19916         (do_test): Add comments and call free on all potentially
19917         allocated pointers. Remove duplicate check for NULL pointer.
19918         Add space after cast.
19920 2013-10-04  Alan Modra  <amodra@gmail.com>
19922         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
19923         Use stdint types in rather than __attribute__((mode())).
19924         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
19926 2013-10-04  Alan Modra  <amodra@gmail.com>
19928         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
19929         Correct handling of unaligned relocs for little-endian.
19930         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
19932 2013-10-04  Alan Modra  <amodra@gmail.com>
19934         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
19935         * configure: Regenerate.
19936         * nptl/shlib-versions: Powerpc*le starts at 2.18.
19937         * shlib-versions: Likewise.
19939 2013-10-04  Alan Modra  <amodra@gmail.com>
19941         * string/tester.c (test_memrchr): Increment reported test cycle.
19943 2013-10-04  Alan Modra  <amodra@gmail.com>
19945         * string/test-memcpy.c (do_one_test): When reporting errors, print
19946         string address and don't overrun end of string.
19948 2013-10-04  Alan Modra  <amodra@gmail.com>
19950         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
19951         insrdi.  Make better use of reg selection to speed exit slightly.
19952         Schedule entry path a little better.  Remove useless "are we done"
19953         checks on entry to main loop.  Handle wrapping around zero address.
19954         Correct main loop count.  Handle single left-over word from main
19955         loop inline rather than by using loop_small.  Remove extra word
19956         case in loop_small caused by wrong loop count.  Add little-endian
19957         support.
19958         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
19959         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
19960         cache hint.
19961         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
19962         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
19963         support.  Avoid rlwimi.
19964         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
19966 2013-10-04  Alan Modra  <amodra@gmail.com>
19968         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
19969         insrdi.  Formatting.
19970         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
19971         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
19972         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
19973         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
19974         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
19975         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
19977 2013-10-04  Alan Modra  <amodra@gmail.com>
19979         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
19980         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
19981         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
19982         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
19983         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
19984         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
19985         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
19986         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
19987         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
19988         use of regs.  Use power7 mtocrf.  Tidy function tails.
19990 2013-10-04  Alan Modra  <amodra@gmail.com>
19992         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
19993         Formatting.  Consistently use rXXX register defines or rN defines.
19994         Use early exit labels that avoid restoring unused non-volatile regs.
19995         Make cr field use more consistent with rWORDn compares.  Rename
19996         regs used as shift registers for unaligned loop, using rN defines
19997         for short lifetime/multiple use regs.
19998         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
19999         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
20000         addi 1,1,64 to pop stack frame.  Simplify return value code.
20001         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
20003 2013-10-04  Alan Modra  <amodra@gmail.com>
20005         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
20006         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
20007         rather than rlwimi.
20008         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
20009         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
20010         little-endian support.  Correct typos.
20011         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
20012         rather than rlwimi.
20013         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
20014         in loop and entry code to keep "and." results.
20015         (strchr): Add little-endian support.  Comment.  Move cntlzd
20016         earlier in tail.
20017         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
20019 2013-10-04  Alan Modra  <amodra@gmail.com>
20021         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
20022         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
20023         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
20024         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
20026 2013-10-04  Alan Modra  <amodra@gmail.com>
20028         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
20029         (rTMP): Define as r11.
20030         (strcmp): Add little-endian support.  Optimise tail.
20031         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
20032         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
20033         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
20034         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
20035         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
20036         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
20037         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
20039 2013-10-04  Alan Modra  <amodra@gmail.com>
20041         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
20042         little-endian support.  Remove unnecessary "are we done" tests.
20043         Handle "s" wrapping around zero and extremely large "size".
20044         Correct main loop count.  Handle single left-over word from main
20045         loop inline rather than by using small_loop.  Correct comments.
20046         Delete "zero" tail, use "end_max" instead.
20047         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
20049 2013-10-04  Alan Modra  <amodra@gmail.com>
20051         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
20052         support.  Don't branch over align.
20053         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
20054         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
20055         support.  Rearrange tmp reg use to suit.  Comment.
20056         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
20058 2013-10-04  Alan Modra  <amodra@gmail.com>
20060         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
20062 2013-10-04  Alan Modra  <amodra@gmail.com>
20064         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
20065         conditional form of branch and link when obtaining pc.
20066         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
20068 2013-10-04  Alan Modra  <amodra@gmail.com>
20070         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
20071         HIWORD/LOWORD.
20072         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
20073         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
20075 2013-10-04  Alan Modra  <amodra@gmail.com>
20077         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
20078         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
20079         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
20080         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
20081         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
20082         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
20083         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
20084         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
20085         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
20086         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
20088 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20089             Alistair Popple <alistair@ozlabs.au.ibm.com>
20090             Alan Modra <amodra@gmail.com>
20092         [BZ #15723]
20093         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
20094         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
20095         _dl_hwcap access for little-endian.
20096         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
20097         destroy vmx regs when saving unaligned.
20098         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
20099         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
20100         destroy vmx regs when saving unaligned.
20102 2013-10-04  Alan Modra  <amodra@gmail.com>
20104         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
20105         Don't use a union to pack hi/low value.
20107 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20109         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
20110         for little-endian.
20111         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
20112         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
20113         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
20114         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
20115         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
20117 2013-10-04  Alan Modra  <amodra@gmail.com>
20119         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
20120         constants to usual value for .cst8 section, and remove redundant
20121         high address load.
20122         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
20123         constant for 0x1p52.  Load little-endian words of double from
20124         correct stack offsets.
20126 2013-10-04  Alan Modra  <amodra@gmail.com>
20128         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
20129         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
20130         words of double from correct stack offsets.
20131         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
20132         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
20133         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
20134         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
20135         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
20136         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
20137         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20138         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20139         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20140         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20141         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20142         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20143         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
20144         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
20145         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
20146         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
20147         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
20149 2013-10-04  Alan Modra  <amodra@gmail.com>
20151         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
20152         64-bit int/double union.
20153         (_FPU_SETCW): Likewise.
20154         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
20155         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
20157 2013-10-04  Alan Modra  <amodra@gmail.com>
20159         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
20160         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
20162 2013-10-04  Alan Modra  <amodra@gmail.com>
20164         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
20165         use vector int constants.
20166         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
20168 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20170         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
20171         array with long long.
20172         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
20173         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
20174         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
20175         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
20176         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
20177         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
20178         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
20179         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
20180         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
20181         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
20182         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
20183         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
20184         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
20186 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20188         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
20189         (__signbit): Likewise.  Correct for little-endian.
20190         (__signbitl): Call __signbit.
20191         (lrint): Correct for little-endian.
20192         (lrintf): Call lrint.
20194 2013-10-04  Alan Modra  <amodra@gmail.com>
20196         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
20197         union 32-bit int array member with 64-bit int array.
20198         (t515, tm256): Double rather than long double.
20199         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
20201 2013-10-04  Alan Modra  <amodra@gmail.com>
20203         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
20204         Delete.
20205         (IEEE854_LONG_DOUBLE_BIAS): Delete.
20206         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
20207         version of math_ldbl.h.
20209 2013-10-04  Alan Modra  <amodra@gmail.com>
20211         [BZ #15734], [BZ #15735]
20212         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
20213         all uses of ieee875 long double macros and unions.  Simplify test
20214         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
20215         ldbl_extract_mantissa value for ix,iy exponents.  Properly
20216         normalize after ldbl_extract_mantissa, and don't add hidden bit
20217         already handled.  Don't treat low word of ieee854 mantissa like
20218         low word of IBM long double and mask off bit when testing for
20219         zero.
20220         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
20221         all uses of ieee875 long double macros and unions.  Simplify tests
20222         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
20223         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
20224         two1022, instead use their values.  Recognise that tests for large
20225         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
20226         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
20227         Rewrite all uses of ieee875 long double macros and unions.  Simplify
20228         test for 0.0L and nan.  Correct negation.
20229         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
20230         ieee875 long double macros and unions.  Correct output for large
20231         magnitude x.  Correct absolute value calculation.
20232         (__erfcl): Likewise.
20233         * math/libm-test.inc: Add tests for errors discovered in IBM long
20234         double versions of fmodl, remainderl, erfl and erfcl.
20236 2013-10-04  Alan Modra  <amodra@gmail.com>
20238         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
20239         all uses of ieee854 long double macros and unions.  Simplify tests
20240         for long doubles that are fully specified by the high double.
20241         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
20242         Likewise.
20243         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
20244         Remove dead code too.
20245         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
20246         (__ieee754_ynl): Likewise.
20247         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
20248         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
20249         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
20250         Remove dead code too.
20251         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
20252         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
20253         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
20254         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
20255         Simplify.
20256         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
20257         Simplify.
20258         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
20259         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
20260         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
20261         Comment on variable precision.
20262         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
20263         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
20264         Likewise.
20265         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
20266         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
20267         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
20268         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
20269         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
20271 2013-10-04  Alan Modra  <amodra@gmail.com>
20273         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
20274         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
20275         all uses of ieee854 long double macros and unions.
20276         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
20277         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
20278         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
20279         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
20280         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
20281         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
20282         Likewise.
20283         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
20284         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
20285         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
20286         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
20287         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
20288         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
20289         Simplify sign and nan test too.
20290         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
20291         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
20292         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
20293         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
20294         Likewise.
20295         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
20296         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
20297         Likewise.
20298         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
20299         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
20300         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
20301         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
20302         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
20303         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
20305 2013-10-04  Alan Modra  <amodra@gmail.com>
20307         * stdio-common/printf_size.c (__printf_size): Don't use
20308         union ieee854_long_double in fpnum union.
20309         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
20310         signbit macro to retrieve sign from long double.
20311         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
20312         retrieve sign from long double.
20313         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
20314         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
20315         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
20316         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
20317         * math/test-misc.c (main): Don't use union ieee854_long_double.
20319 2013-10-04  Alan Modra  <amodra@gmail.com>
20321         [BZ #15680]
20322         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
20323         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
20324         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
20325         calculation.  Remove unnecessary test for denormal exponent.
20326         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
20327         Correct handling of denormals.  Avoid undefined shift behaviour.
20328         Correct normalisation of low mantissa when low double is denormal.
20329         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
20330         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
20331         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
20332         Correct normalisation of low mantissa.  Test for overflow of high
20333         mantissa and normalise.
20334         (ldbl_nearbyint): Use more readable constant for two52.
20335         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
20336         (__mpn_construct_long_double): Fix test for overflow of high
20337         mantissa and correct normalisation.  Avoid undefined shift.
20339 2013-10-04  Alan Modra  <amodra@gmail.com>
20341         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
20342         (union ibm_extended_long_double): Define as an array of ieee754_double.
20343         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
20344         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
20345         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
20346         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
20347         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20348         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
20349         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20350         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
20351         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
20352         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
20353         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
20355 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
20357         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
20358         page size instead of calling getpagesize.
20360         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
20361         (LOCFILE_ALIGN_MASK): Likewise.
20362         (LOCFILE_ALIGN_UP): Likewise.
20363         (LOCFILE_ALIGNED_P): Likewise.
20364         * locale/programs/ld-collate.c (collate_output): Use the new
20365         macros instead of __alignof__ (int32_t).
20366         * locale/weight.h (findidx): Likewise.
20368 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
20370         [BZ #431]
20371         * manual/string.texi: Fix strncat and wcsncat.
20373 2013-10-03  Brooks Moses  <bmoses@google.com>
20375         [BZ #15915]
20376         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
20377         * Makerules: ...here, and adjust associated comments.
20379 2013-10-02  Will Newton  <will.newton@linaro.org>
20381         * malloc/Makefile: Add tst-pvalloc.
20382         * malloc/tst-pvalloc.c: New file.
20384 2013-10-02  Will Newton  <will.newton@linaro.org>
20386         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
20387         improve test coverage.
20389 2013-10-02  Will Newton  <will.newton@linaro.org>
20391         * malloc/Makefile: Add tst-posix_memalign.
20392         * malloc/tst-posix_memalign.c: New file.
20394 2013-10-01  Eric Blake  <eblake@redhat.com>
20396         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
20397         Use __THROWNL rather than __THROW on static functions.
20399 2013-09-30  Petr Machata  <pmachata@redhat.com>
20401         * elf/elf.h (R_AARCH64_ABS16): New macro.
20402         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
20403         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
20404         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
20405         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
20406         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
20407         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
20408         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
20409         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
20410         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
20411         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
20412         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
20413         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
20414         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
20415         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
20416         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
20417         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
20418         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
20419         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
20420         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
20421         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
20422         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
20423         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
20424         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
20425         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
20426         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
20427         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
20428         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
20429         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
20430         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
20431         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
20432         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
20433         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
20434         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
20435         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
20436         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
20437         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
20438         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
20439         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
20440         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
20441         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
20442         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
20443         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
20444         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
20445         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
20446         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
20447         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
20448         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
20449         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
20450         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
20451         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
20452         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
20453         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
20454         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
20455         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
20456         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
20457         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
20458         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
20459         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
20460         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
20461         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
20462         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
20463         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
20464         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
20465         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
20466         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
20467         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
20468         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
20469         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
20470         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
20471         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
20472         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
20473         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
20474         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
20475         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
20476         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
20477         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
20478         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
20479         (R_AARCH64_TLSDESC_LDR): Likewise.
20480         (R_AARCH64_TLSDESC_ADD): Likewise.
20481         (R_AARCH64_TLSDESC_CALL): Likewise.
20483 2013-09-30  Andreas Schwab  <schwab@suse.de>
20485         [BZ #15048]
20486         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
20487         the nss database lookup.
20488         * nscd/initgrcache.c (addinitgroupsX): Likewise.
20489         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
20491 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
20493         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
20495 2013-09-28  P. J. McDermott  <pj@pehjota.net>
20497         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
20498         ${Bash-specific parameter/pattern/string} parameter expansion.
20499         * sysdeps/unix/make-syscalls.sh: Likewise.
20501 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20503         * sysdeps/sh/stackguard-macros.h: New file.
20505 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
20507         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
20508         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
20509         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
20510         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
20511         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
20512         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
20514 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20516         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
20517         Fix thread ID register.
20519 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
20521         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
20522         [POSIX || UNIX98]: Require rather than permitting all symbols from
20523         <time.h>.
20524         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
20525         element of struct sched_param.
20526         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
20527         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
20528         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
20529         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
20530         constant.
20532 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
20534         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
20535         argument calculation.
20537 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
20539         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
20540         Expect macro.
20541         [POSIX] (pthread_attr_t): Do not require type.
20542         [POSIX] (pthread_cond_t): Likewise.
20543         [POSIX] (pthread_condattr_t): Likewise.
20544         [POSIX] (pthread_key_t): Likewise.
20545         [POSIX] (pthread_mutex_t): Likewise.
20546         [POSIX] (pthread_mutexattr_t): Likewise.
20547         [POSIX] (pthread_once_t): Likewise.
20548         [POSIX] (pthread_t): Likewise.
20549         [POSIX-based standards] (pthread_atfork): Expect function.
20551 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
20552             Richard Sandiford  <richard@codesourcery.com>
20554         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
20555         (swap_endianness_p): New extern variable.
20556         (set_big_endian): New inline function.
20557         (maybe_swap_uint32): Likewise.
20558         (maybe_swap_uint32_array): Likewise.
20559         (maybe_swap_uint32_obstack): Likewise.
20560         * locale/programs/locfile.c: Include <stdbool.h>.
20561         (swap_endianness_p): New variable.
20562         (add_locale_uint32): Call maybe_swap_uint32.
20563         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
20564         (write_locale_data): Call maybe_swap_uint32_array.
20565         * locale/programs/ld-collate.c (obstack_int32_grow): Call
20566         maybe_swap_uint32.
20567         (obstack_int32_grow_fast): Likewise.
20568         (output_weightwc): Call maybe_swap_uint32_obstack.
20569         (collate_output): Likewise.
20570         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
20571         (OPT_LITTLE_ENDIAN): Likewise.
20572         (options): Add --little-endian and --big-endian options.
20573         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
20574         * locale/programs/locarchive.c: Include "locfile.h".
20575         (GET): New macro.
20576         (SET): Likewise.
20577         (INC): Likewise.
20578         (create_archive): Use the new macros to access fields of
20579         structures directly mapped from or written to locale archives.
20580         (oldlocrecentcmp): Likewise.
20581         (enlarge_archive): Likewise.
20582         (insert_name): Likewise.
20583         (add_alias): Likewise.
20584         (add_locale): Likewise.
20585         (delete_locales_from_archive): Likewise.
20586         (show_archive_content): Likewise.
20587         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
20588         locale data.
20590 2013-09-24  Roland McGrath  <roland@hack.frob.com>
20592         * manual/freemanuals.texi: Updated from (newly) canonical copy at
20593         http://www.gnu.org/doc/freemanuals.texi.
20594         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
20596 2013-09-24  Will Newton  <will.newton@linaro.org>
20598         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
20599         macro.
20601 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
20603         * locale/hashval.h (compute_hashval): Interpret bytes of key as
20604         unsigned char.
20606 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
20608         * manual/threads.texi (POSIX Threads): Fix a typo.
20610 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
20612         [BZ #14547]
20613         * string/tst-strcoll-overflow.c: New test case.
20614         * string/Makefile (xtests): Add tst-strcoll-overflow.
20615         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
20616         cache if string sizes may cause integer overflow.
20618         [BZ #14547]
20619         * string/strcoll_l.c (coll_seq): New members rule, idx,
20620         save_idx and back_us.
20621         (get_next_seq_nocache): New function.
20622         (do_compare_nocache): New function.
20623         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
20624         when malloc fails.
20626 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
20628         [BZ #15754]
20629         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
20630         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
20631         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
20633         [BZ #15754]
20634         * elf/Makefile (tests): Add tst-ptrguard1.
20635         (tests-static): Add tst-ptrguard1-static.
20636         (tst-ptrguard1-ARGS): Define.
20637         (tst-ptrguard1-static-ARGS): Define.
20638         * elf/tst-ptrguard1.c: New file.
20639         * elf/tst-ptrguard1-static.c: New file.
20640         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
20641         * sysdeps/i386/stackguard-macros.h: Likewise.
20642         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
20643         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
20644         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
20645         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
20646         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
20647         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
20649 2013-09-23  Hector Marco  <hecmargi@upv.es>
20650             Ismael Ripoll  <iripoll@disca.upv.es>
20651             Carlos O'Donell  <carlos@redhat.com>
20653         [BZ #15754]
20654         * sysdeps/generic/stackguard-macros.h: Define
20655         __pointer_chk_guard_local and POINTER_CHK_GUARD.
20656         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
20657         Define __pointer_chk_guard_local.
20658         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
20659         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
20661 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
20663         [BZ #15859]
20664         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
20666 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
20668         * include/string.h (__ffs): Declare as hidden.
20669         * string/ffs.c (__ffs): Define as hidden.
20670         * sysdeps/i386/ffs.c (__ffs): Likewise.
20671         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
20672         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
20673         * sysdeps/s390/ffs.c (__ffs): Likewise.
20674         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
20676 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
20678         * NEWS: Mention malloc probes.
20680         * malloc/arena.c (new_heap): New memory_heap_new probe.
20681         (grow_heap): New memory_heap_more probe.
20682         (shrink_heap): New memory_heap_less probe.
20683         (heap_trim): New memory_heap_free probe.
20684         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
20685         (systrim): New memory_sbrk_less probe.
20686         * manual/probes.texi: Document them.
20688         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
20689         * manual/probes.texi: Document it.
20691         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
20692         (__libc_realloc): Add memory_realloc_retry probe.
20693         (__libc_memalign): Add memory_memalign_retry probe.
20694         (__libc_valloc): Add memory_valloc_retry probe.
20695         (__libc_pvalloc): Add memory_pvalloc_retry probe.
20696         (__libc_calloc): Add memory_calloc_retry probe.
20697         * manual/probes.texi: Document them.
20699         * malloc/arena.c (get_free_list): Add probe
20700         memory_arena_reuse_free_list.
20701         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
20702         and memory_arena_reuse.
20703         (arena_get2) [!PER_THREAD]: Likewise.
20704         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
20705         memory_arena_reuse_realloc.
20706         * manual/probes.texi: Document them.
20708         * malloc/malloc.c (__libc_free): Add
20709         memory_mallopt_free_dyn_thresholds probe.
20710         (__libc_mallopt): Add multiple memory_mallopt probes.
20711         * manual/probes.texi: Document them.
20713         * malloc/malloc.c: Include stap-probe.h.
20714         (__libc_mallopt): Add memory_mallopt probe.
20715         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
20716         * manual/probes.texi: New.
20717         * manual/Makefile (chapters): Add probes.
20718         * manual/threads.texi: Set next node.
20720 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
20722         [BZ #15963, #13985]
20723         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
20724         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
20725         Add `Chinese' to `nan' entry name.
20727 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
20729         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
20730         (POLYNOMIAL): Likewise.
20731         (TAYLOR_SINCOS): Likewise.
20732         (TAYLOR_SLOW): Likewise.
20733         (__sin): Use TAYLOR_SINCOS.
20734         (__cos): Likewise.
20735         (slow): Use TAYLOR_SLOW.
20736         (sloww): Likewise.
20737         (bsloww): Likewise.
20738         (csloww): Likewise.
20740 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
20742         * stdlib/strtod_l.c: Fix buffer overrun.
20744 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
20746         * benchtests/Makefile (bench): Add sincos.
20747         * benchtests/bench-sincos.c: New file.
20749         * math/libm-test.inc (cos_test_data): New test inputs.
20750         (sin_test_data): Likewise.
20752         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
20753         macro.
20754         (__sin): Use it.
20755         (__cos): Likewise.
20756         (slow1): Likewise.
20757         (slow2): Likewise.
20758         (sloww1): Likewise.
20759         (sloww2): Likewise.
20760         (bsloww1): Likewise.
20761         (bsloww2): Likewise.
20762         (cslow2): Likewise.
20763         (csloww1): Likewise.
20764         (csloww2): Likewise.
20766         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
20767         function.
20768         (__sin): Use it.
20769         (__cos): Likewise.
20771         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
20772         gotos.
20773         (__cos): Likewise.
20775 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
20777         * config.h.in (HAVE_MIPS_NAN2008): New macro.
20778         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
20779         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
20780         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
20781         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
20782         * elf/cache.c (print_entry): Handle the new cache flags.
20784 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
20785             Aldy Hernandez  <aldyh@redhat.com>
20787         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
20788         Change condition to [_SOFT_FLOAT].
20789         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
20790         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
20791         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
20792         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
20793         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
20794         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
20795         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
20796         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
20797         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
20798         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
20799         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
20800         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
20801         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
20802         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
20803         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
20804         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
20805         declaration.
20807 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
20809         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
20810         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
20811         (__longjmp): Use LOAD_GP to load saved GPRs.
20812         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
20813         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
20814         (__sigsetjmp): Use SAVE_GP to save GPRs.
20816         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
20817         Do not append -msoft-float.
20818         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
20820 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
20822         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
20824 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
20826         [BZ #15966]
20827         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
20828         (_FPU_GETCW): Use initial "__" on variable and field names but not
20829         on macro parameter name.
20830         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
20831         parentheses around reference to macro parameter.
20833 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
20835         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
20836         prototype.
20837         (ctype_startup): Use uint32_t in cast and sizeof for
20838         ctype->charnames.
20840 2013-09-11  Jia Liu  <proljc@gmail.com>
20842         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
20843         __daddr_t_defined.
20844         [__FreeBSD__]: Likewise.
20846 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
20848         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
20849         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
20850         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
20851         (strchr): Remove __strchr_sse42 ifunc selection.
20852         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
20853         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
20855 2013-09-11  Will Newton  <will.newton@linaro.org>
20857         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
20858         parameter to RES. Remove hardcoded 1000 value.
20859         * benchtests/bench-skeleton.c (main): Pass RES parameter
20860         to TIMING_INIT and multiply result by 1000.
20862 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20864         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20866 2013-09-11  Andreas Schwab  <schwab@suse.de>
20868         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
20869         if not defined.
20870         (O_TMPFILE) [__USE_GNU]: Define.
20871         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
20872         Define.
20874 2013-09-11  Will Newton  <will.newton@linaro.org>
20876         [BZ #15857]
20877         * malloc/malloc.c (__libc_memalign): Check the value of bytes
20878         does not overflow.
20880 2013-09-11  Will Newton  <will.newton@linaro.org>
20882         [BZ #15856]
20883         * malloc/malloc.c (__libc_valloc): Check the value of bytes
20884         does not overflow.
20886 2013-09-11  Will Newton  <will.newton@linaro.org>
20888         [BZ #15855]
20889         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
20890         does not overflow.
20892 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
20894         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
20895         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
20896         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
20897         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
20898         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
20900 2013-09-10  Allan McRae  <allan@archlinux.org>
20902         [BZ #15748]
20903         * manual/arith.texi (Parsing of Floats): Clarify
20904         cross-reference.
20906         [BZ #15849]
20907         * manual/install.texi (Running make install): Mention
20908         --enable-pt-chown.
20909         * INSTALL: Regenerated.
20911 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
20913         * csu/init-first.c (_init): Remove the !SHARED condition around
20914         FPU control word initialization.
20915         * elf/dl-support.c (_dl_fpu_control): New variable.
20916         (_dl_aux_init) <AT_FPUCW>: Initialize it.
20917         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
20918         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
20919         * math/test-fpucw-static.c: New file.
20920         * math/test-fpucw-ieee.c: New file.
20921         * math/test-fpucw-ieee-static.c: New file.
20922         * math/Makefile (tests): Add `test-fpucw-ieee' and
20923         `$(tests-static)'.
20924         (tests-static): New variable.
20925         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
20926         dependency to...
20927         [($(build-shared),yes)]
20928         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
20929         ... this.
20930         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
20931         New dependency.
20933 2013-09-09  Allan McRae  <allan@archlinux.org>
20935         [BZ #15939]
20936         * manual/string.texi (Collation Functions): Fix typo in
20937         strcoll example.
20938         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
20940         [BZ #15893]
20941         * stdlib/isomac.c (get_null_defines): Fix memory leak.
20943         [BZ #15892]
20944         * libio/memstream.c (open_memstream): Fix memory leak.
20945         * libio/wmemstream.c (open_wmemstream): Likewise.
20947         [BZ #15895]
20948         * nscd/netgroupcache.c: Fix nesting of ifdefs.
20950 2013-09-09  Will Newton  <will.newton@linaro.org>
20952         * malloc/Makefile: Add tst-realloc to tests.
20953         * malloc/tst-realloc.c: New file.
20955 2013-09-09  Allan McRae  <allan@archlinux.org>
20957         [BZ #15844]
20958         * COPYING: Update from GNU website to fix FSF address.
20959         * COPYING.LIB: Likewise.
20961 2013-09-06  David S. Miller  <davem@davemloft.net>
20963         * po/zh_TW.po: Update Chinese (traditional) translation from
20964         translation project.
20966 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
20967             Joseph Myers  <joseph@codesourcery.com>
20969         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
20970         "localeinfo.h".
20971         (obstack_chunk_alloc): New macro.
20972         (obstack_chunk_free): Likewise.
20973         (record_offset): New function.
20974         (init_locale_data): Likewise.
20975         (align_locale_data): Likewise.
20976         (add_locale_empty): Likewise.
20977         (add_locale_raw_data): Likewise.
20978         (add_locale_raw_obstack): Likewise.
20979         (add_locale_string): Likewise.
20980         (add_locale_wstring): Likewise.
20981         (add_locale_uint32): Likewise.
20982         (add_locale_uint32_array): Likewise.
20983         (add_locale_char): Likewise.
20984         (start_locale_structure): Likewise.
20985         (end_locale_structure): Likewise.
20986         (start_locale_prelude): Likewise.
20987         (end_locale_prelude): Likewise.
20988         (write_locale_data): Take locale_file structure rather than an
20989         iovec.
20990         * locale/programs/locfile.h: Include "obstack.h".
20991         (struct locale_file): Change to store locale file contents instead
20992         of header.
20993         (init_locale_data): New prototype.
20994         (align_locale_data): Likewise.
20995         (add_locale_empty): Likewise.
20996         (add_locale_raw_data): Likewise.
20997         (add_locale_raw_obstack): Likewise.
20998         (add_locale_string): Likewise.
20999         (add_locale_wstring): Likewise.
21000         (add_locale_uint32): Likewise.
21001         (add_locale_uint32_array): Likewise.
21002         (add_locale_char): Likewise.
21003         (start_locale_structure): Likewise.
21004         (end_locale_structure): Likewise.
21005         (start_locale_prelude): Likewise.
21006         (end_locale_prelude): Likewise.
21007         (write_locale_data): Update prototype.
21008         * locale/programs/3level.h (struct TABLE): Remove result field.
21009         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
21010         Use new locale_file interface.
21011         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
21012         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
21013         * locale/programs/ld-address.c (address_output): Use new
21014         locale_file interface.
21015         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
21016         NO_ADD_LOCALE.
21017         (collate_finish): Don't call collseq_table_finalize.
21018         (collate_output): Use new locale_file interface.
21019         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
21020         in file.
21021         (NO_FINALIZE): Change to NO_ADD_LOCALE.
21022         (TABLE): Move defines earlier in file.
21023         (ELEMENT): Likewise.
21024         (DEFAULT): Likewise.
21025         (wctrans_table_add): Move macro and inline function earlier in
21026         file.
21027         (struct wctype_table): Move type earlier in file.
21028         (add_locale_wctype_table): New static prototype.
21029         (struct locale_ctype_t): Use logical types instead of struct iovec
21030         pointers for members.
21031         (ctype_output): Use new locale_file interface.
21032         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
21033         new locale_file interface.
21034         (allocate_arrays): Update for use of new locale_file interface.
21035         * locale/programs/ld-identification.c (identification_output): Use
21036         new locale_file interface.
21037         * locale/programs/ld-measurement.c (measurement_output): Likewise.
21038         * locale/programs/ld-messages.c (messages_output): Likewise.
21039         * locale/programs/ld-monetary.c (monetary_output): Likewise.
21040         * locale/programs/ld-name.c (name_output): Likewise.
21041         * locale/programs/ld-numeric.c (numeric_output): Likewise.
21042         * locale/programs/ld-paper.c (paper_output): Likewise.
21043         * locale/programs/ld-telephone.c (telephone_output): Likewise.
21044         * locale/programs/ld-time.c (time_output): Likewise.
21046 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21048         * benchtests/Makefile: Add memrchr benchmark.
21049         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
21050         benchmark as memrchr.
21051         * benchtests/bench-memrchr-ifunc.c: New file.
21052         * benchtests/bench-memrchr.c: New file.
21054 2013-09-06   Will Newton  <will.newton@linaro.org>
21056         * benchtests/Makefile (string-bench): Add memcpy.
21058 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
21059             Cong Wang  <amwang@redhat.com>
21061         [BZ #15850]
21062         * sysdeps/unix/sysv/linux/bits/in.h
21063         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
21064         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
21065         before __USE_KERNEL_IPV6_DEFS uses.
21066         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
21067         IPPROTO_BEETPH.
21068         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
21069         sockaddr_in6, or ipv6_mreq.
21071 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21073         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
21074         memory access for final bytes in some large inputs.
21075         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
21077 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21079         * string/test-memrchr.c: New file.
21080         * string/test-memrchr-ifunc.c: New file.
21081         * string/Makefile: Add new memrchr testcase.
21083 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
21085         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
21086         fanotify_init returns EPERM.
21088 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21090         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
21091         errors.
21092         (top level): Treat second token from macro or constant entries for
21093         allowed headers as allowed.
21094         * include/complex.h: Condition internal declarations on
21095         [!_ISOMAC].
21096         * include/fenv.h: Condition include of <stdbool.h> and internal
21097         declarations on [!_ISOMAC].
21099 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
21101         [BZ #15923]
21102         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
21104 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
21106         * configure.in (--enable-versioning): Remove configure option.
21107         (libc_cv_asm_symver_directive): Remove configure test.
21108         (libc_cv_ld_version_script_option): Likewise.
21109         (VERSIONING): Remove variable and AC_SUBST.
21110         (DO_VERSIONING): Remove AC_DEFINE.
21111         * configure: Regenerated.
21112         * config.h.in (DO_VERSIONING): Remove macro.
21113         * Makerules [$(versioning) = yes]: Change conditionals to
21114         [$(build-shared) = yes].
21115         * config.make.in (versioning): Remove variable.
21116         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
21117         [$(build-shared) = yes].
21118         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
21119         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
21120         * elf/Makefile [$(versioning) = yes]: Change conditionals to
21121         [$(build-shared) = yes].
21122         * extra-lib.mk [$(versioning) = yes]: Likewise.
21123         * hurd/Makefile [$(versioning) = yes]: Likewise.
21124         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
21125         [SHARED].
21126         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
21127         [SHARED].
21128         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21129         [SHARED && !NO_HIDDEN].
21130         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
21131         [SHARED].
21132         [SHARED && DO_VERSIONING]: Likewise..
21133         * libio/Makefile [$(versioning) = yes]: Change conditionals to
21134         [$(build-shared) = yes].
21135         * manual/install.texi (--disable-versioning): Remove
21136         documentation.
21137         * INSTALL: Regenerated.
21138         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21139         to [SHARED].
21140         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21141         [$(build-shared) = yes].
21142         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
21143         * sysdeps/i386/i686/multiarch/strstr-c.c
21144         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21145         [SHARED && !NO_HIDDEN].
21146         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
21147         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
21148         * sysdeps/powerpc/powerpc32/dl-machine.c
21149         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
21150         * sysdeps/powerpc/powerpc32/sysdep.h
21151         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
21152         to [SHARED && PIC && !NO_HIDDEN].
21153         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
21154         conditional to [SHARED].
21156 2013-09-04   Will Newton  <will.newton@linaro.org>
21158         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
21159         * benchtests/bench-string.h: Include bench-timing.h instead
21160         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
21161         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
21162         call to HP_TIMING_DIFF_INIT.
21163         * benchtests/bench-memccpy.c: Use bench-timing.h macros
21164         instead of hp-timing.h macros.
21165         * benchtests/bench-memchr.c: Likewise.
21166         * benchtests/bench-memcmp.c: Likewise.
21167         * benchtests/bench-memcpy.c: Likewise.
21168         * benchtests/bench-memmem.c: Likewise.
21169         * benchtests/bench-memmove.c: Likewise.
21170         * benchtests/bench-memset.c: Likewise.
21171         * benchtests/bench-rawmemchr.c: Likewise.
21172         * benchtests/bench-strcasecmp.c: Likewise.
21173         * benchtests/bench-strcasestr.c: Likewise.
21174         * benchtests/bench-strcat.c: Likewise.
21175         * benchtests/bench-strchr.c: Likewise.
21176         * benchtests/bench-strcmp.c: Likewise.
21177         * benchtests/bench-strcpy.c: Likewise.
21178         * benchtests/bench-strcpy_chk.c: Likewise.
21179         * benchtests/bench-strlen.c: Likewise.
21180         * benchtests/bench-strncasecmp.c: Likewise.
21181         * benchtests/bench-strncat.c: Likewise.
21182         * benchtests/bench-strncmp.c: Likewise.
21183         * benchtests/bench-strncpy.c: Likewise.
21184         * benchtests/bench-strnlen.c: Likewise.
21185         * benchtests/bench-strpbrk.c: Likewise.
21186         * benchtests/bench-strrchr.c: Likewise.
21187         * benchtests/bench-strspn.c: Likewise.
21188         * benchtests/bench-strstr.c: Likewise.
21190 2013-09-04  Will Newton  <will.newton@linaro.org>
21192         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
21194 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
21196         [BZ #15427]
21197         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
21198         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
21199         * math/libm-test.inc (lgamma_test_data): Add more tests.
21200         * sysdeps/i386/fpu/libm-test-ulps: Update.
21201         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21203 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
21205         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
21206         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21207         Add ifunc.
21208         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21209         Add strcmp-sse2-unaligned
21210         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
21212 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21214         * Versions.def (libc): Add GLIBC_2.19.
21216 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21218         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
21219         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
21221 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
21223         [BZ #14155]
21224         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
21225         intermediate calculations in recurrence.
21226         (__ieee754_ynf): Likewise.
21227         * math/libm-test.inc (jn_test_data): Do not allow spurious
21228         underflow exception.  Add more tests.
21229         (yn_test_data): Add more tests.
21230         * sysdeps/i386/fpu/libm-test-ulps: Update.
21231         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21233 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
21235         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
21237 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21239         * csu/init-first.c: Fix then/than typos.
21240         * locale/programs/ld-collate.c: Likewise.
21241         * locale/programs/linereader.h: Likewise.
21242         * manual/charset.texi: Likewise.
21243         * manual/filesys.texi: Likewise.
21244         * manual/stdio.texi: Likewise.
21245         * manual/string.texi: Likewise.
21246         * stdlib/fmtmsg.c: Likewise.
21247         * sysdeps/i386/stpncpy.S: Likewise.
21248         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
21249         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
21250         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
21251         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
21253 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21255         * elf/dl-open.c: Fix typos.
21256         * iconvdata/gbbig5.c: Likewise.
21257         * iconvdata/iso-2022-jp.c: Likewise.
21258         * iconv/gconv_int.h: Likewise.
21259         * iconv/loop.c: Likewise.
21260         * nis/rpcsvc/nis.h: Likewise.
21261         * resolv/ns_name.c: Likewise.
21262         * stdio-common/vfscanf.c: Likewise.
21263         * streams/stropts.h: Likewise.
21264         * sunrpc/rpc_thread.c: Likewise.
21265         * sysdeps/i386/strpbrk.S: Likewise.
21266         * sysdeps/ieee754/k_standard.c: Likewise.
21267         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
21268         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21269         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
21270         * sysdeps/mach/hurd/profil.c: Likewise.
21271         * sysdeps/s390/dl-procinfo.h: Likewise.
21272         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
21273         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
21274         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
21275         * sysdeps/x86_64/dl-trampoline.S: Likewise.
21276         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
21278 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
21280         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
21281         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
21283 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
21285         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
21286         aix specific files.
21287         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
21288         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
21289         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
21290         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
21291         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
21292         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
21293         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
21294         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
21296 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21297             Roland McGrath  <roland@hack.frob.com>
21299         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
21300         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
21302 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21304         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
21305         __executable_start symbol instead of _start.
21307 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21309         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
21310         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
21311         Move macros to...
21312         * sysdeps/gnu/ldsodefs.h: ... this new file.
21314         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
21315         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
21316         instead of ELFOSABI_LINUX.
21318         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
21319         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
21320         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
21321         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
21322         Likewise.
21323         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
21324         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
21325         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
21326         Likewise.
21327         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21328         (ibm_extended_long_double): Add ieee_nan member.
21329         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
21330         (do_test): New function.
21332         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
21333         TEST_TRUNC.
21334         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
21335         functions, renamed from truncdfsf_test, trunctfsf_test,
21336         trunctfdf_test.
21337         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
21338         functions.
21339         (do_test): Run all these.
21341 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
21343         * argp/argp-help.c: Fix typos.
21344         * argp/argp-parse.c: Likewise.
21345         * debug/backtracesyms.c: Likewise.
21346         * elf/elf.h: Likewise.
21347         * malloc/malloc.c: Likewise.
21348         * nis/nis_print.c: Likewise.
21349         * resolv/res_comp.c: Likewise.
21350         * stdlib/stdlib.h: Likewise.
21351         * sunrpc/clnt_tcp.c: Likewise.
21352         * sunrpc/clnt_udp.c: Likewise.
21353         * sunrpc/clnt_unix.c: Likewise.
21354         * sysdeps/unix/bsd/ptsname.c: Likewise.
21355         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
21356         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
21357         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
21358         Likewise.
21359         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
21360         Likewise.
21361         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
21362         Likewise.
21363         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
21365 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21367         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
21368         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21370 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
21372         [BZ #15897]
21373         * dlfcn/Makefile (tests): Add bug-dl-leaf.
21374         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
21375         ($(objpfx)bug-dl-leaf): New rule.
21376         ($(objpfx)bug-dl-leaf.so): Likewise.
21377         ($(objpfx)bug-dl-leaf.out): Likewise.
21378         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
21379         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
21380         * dlfcn/bug-dl-leaf.c: New test.
21381         * dlfcn/bug-dl-leaf-lib.c: Likewise.
21382         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
21383         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
21384         (dlclose): Likewise.
21385         (dlmopen): Likewise.
21387 2013-08-27  Roland McGrath  <roland@hack.frob.com>
21389         * include/netdb.h [!_ISOMAC]:
21390         Don't include <tls.h>.
21391         (h_errno, __libc_h_errno): Move declaration and macros out of
21392         [_LIBC_REENTRANT].
21394         * include/resolv.h [_RESOLV_H_]:
21395         Don't include <tls.h>.
21396         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
21397         * resolv/res_libc.c: Don't include <tls.h>.
21398         (_res): Use __attribute__ ((nocommon)) in place of
21399         __attribute__ ((section (".bss"))).
21401         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
21402         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
21404         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
21406         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
21407         only under [SIOCGIFCONF && SIOCGIFNETMASK].
21409         * resolv/res_mkquery.c: Include <sys/time.h>.
21411         * inet/ifreq.c: Moved to ...
21412         * sysdeps/unix/ifreq.c: ... here.
21413         * inet/ifreq.c: New file, true stub version.
21415         * socket/sa_len.c: New file.
21416         * socket/Makefile (aux): Add it.
21417         * sysdeps/unix/sysv/linux/Makefile
21418         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
21419         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
21420         and #include <socket/sa_len.c>.
21421         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
21422         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
21424         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
21425         * bits/socket.h: ... here.
21427         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
21428         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
21429         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
21431 2013-08-27  Andreas Schwab  <schwab@suse.de>
21433         [BZ #15736]
21434         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
21435         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
21436         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
21437         * string/test-strcasecmp.c (test_main): Run tests in several
21438         locales.
21439         * string/test-strncasecmp.c (test_main): Likewise.
21441         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
21442         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
21443         to __strcasecmp_nonascii and __strncasecmp_nonascii.
21444         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
21445         (__strncasecmp_ssse3) [PIC]: Likewise.
21447 2013-08-26  Roland McGrath  <roland@hack.frob.com>
21449         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
21451         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
21452         instead of explicitly declaring xdecrypt.
21453         * nis/nss_nis/nis-publickey.c: Likewise.
21455 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21457         [BZ #15890]
21458         * nscd/aicache.c: Include res_hconf.h.
21459         (addhstaiX): Initialize res_hconf.
21461 2013-08-26  Andreas Schwab  <schwab@suse.de>
21463         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
21464         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
21466 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21468         * nscd/aicache.c (addhstaiX): Fix indentation.
21470 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
21472         * configure.ac: Quote $build_pt_chown test.
21473         * configure: Regenerated.
21475 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
21477         [BZ #15532]
21478         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
21479         * math/s_cexpf.c (__cexpf): Likewise.
21480         * math/s_cexpl.c (__cexpl): Likewise.
21481         * math/libm-test.inc (cexp_test_data): Correct expected return
21482         value for NaN + i0.  Add another test.
21484 2013-08-22  David S. Miller  <davem@davemloft.net>
21486         * po/ca.po: Update Catalan translation from translation project.
21487         * po/uk.po: Add Ukrainian translations from translation project.
21489 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
21491         [BZ #15797]
21492         * math/s_fdim.c (__fdim): Check for infinite arguments if result
21493         is infinite, not alongside NaN test.
21494         * math/s_fdimf.c (__fdimf): Likewise.
21495         * math/s_fdiml.c (__fdiml): Likewise.
21496         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
21497         errno is unchanged.
21499 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
21501         * argp/argp-help.c: Fix typos.
21502         * crypt/speeds.c: Likewise.
21503         * csu/check_fds.c: Likewise.
21504         * elf/dl-load.c: Likewise.
21505         * elf/dl-open.c: Likewise.
21506         * elf/reldep3.c: Likewise.
21507         * elf/reldep.c: Likewise.
21508         * elf/sprof.c: Likewise.
21509         * iconv/iconv_charmap.c: Likewise.
21510         * iconv/skeleton.c: Likewise.
21511         * iconv/strtab.c: Likewise.
21512         * io/lockf64.c: Likewise.
21513         * libio/libioP.h: Likewise.
21514         * resolv/gai_notify.c: Likewise.
21515         * resolv/ns_name.c: Likewise.
21516         * resolv/ns_samedomain.c: Likewise.
21517         * resolv/res_send.c: Likewise.
21518         * stdlib/random.c: Likewise.
21519         * sunrpc/rpc/xdr.h: Likewise.
21520         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
21521         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
21522         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
21523         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
21524         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
21525         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
21526         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
21527         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
21528         * sysdeps/mach/hurd/check_fds.c: Likewise.
21529         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
21530         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
21531         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
21532         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
21533         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
21534         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
21535         * sysdeps/pthread/aio_notify.c: Likewise.
21536         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
21537         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
21538         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
21539         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
21540         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
21542 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21544         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
21545         version if bit_Slow_SSE4_2 is set.
21546         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
21547         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
21549 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21551         [BZ #15867]
21552         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
21553         trampoline stack frame information.
21554         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
21555         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
21556         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
21557         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
21558         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
21559         * sysdeps/unix/sysv/linux/powerpc/init-first.c
21560         (_libc_vdso_platform_setup): Initialize the signal trampolines.
21561         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
21562         sa_flags value.
21563         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
21564         interrupting a syscall and set with option SA_SIGINFO.
21566 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
21568         [BZ #15531]
21569         * math/s_cproj.c (__cproj): Only return an infinity if one part of
21570         argument is infinite.
21571         * math/s_cprojf.c (__cprojf): Likewise.
21572         * math/s_cprojl.c (__cprojl): Likewise.
21573         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
21574         * math/libm-test.inc (cproj_test_data): Add more tests.
21576         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
21578         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
21579         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
21580         size.  Use __ffs to determine corresponding shift.
21582 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
21583             Roland McGrath  <roland@hack.frob.com>
21585         * Makefile (INSTALL): Remove trailing blank lines from output of
21586         makeinfo.
21588 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21590         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
21591         Align 32 bit compat elf_greg to 8 bytes.
21593 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
21595         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
21597 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
21599         * string/strcoll_l.c (coll_seq): New structure.
21600         (get_next_seq_cached): New function.
21601         (get_next_seq): New function.
21602         (do_compare): New function.
21603         (STRCOLL): Use GNU style definition.  Simplify implementation
21604         by using get_next_seq, get_next_seq_cached and do_compare.
21606 2013-08-16  Florian Weimer  <fweimer@redhat.com>
21608         [BZ #14699]
21609         CVE-2013-4237
21610         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
21611         member.
21612         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
21613         member.
21614         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
21615         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
21616         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
21617         conditional.
21618         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
21619         GETDENTS_64BIT_ALIGNED.
21620         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
21621         * manual/filesys.texi (Reading/Closing Directory): Document
21622         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
21623         strongly.
21624         * manual/conf.texi (Limits for Files): Add portability note to
21625         NAME_MAX, PATH_MAX.
21626         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
21628 2013-08-13  Andreas Schwab  <schwab@suse.de>
21630         [BZ #15749]
21631         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
21632         of fabs.
21633         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
21634         LDBL_MAX_EXP >= 16384]: Add tests for it.
21636 2013-08-12  David S. Miller  <davem@davemloft.net>
21638         * version.h (RELEASE): Set to "development".
21639         (VERSION): Set to "2.18.90".
21640         * NEWS: Add 2.19 section.
21642 2013-08-03  David S. Miller  <davem@davemloft.net>
21644         * po/ko.po: Update Korean translation from translation project.
21646 2013-08-01  David S. Miller  <davem@davemloft.net>
21648         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
21649         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
21650         Bilka.
21652 2013-07-30  David S. Miller  <davem@davemloft.net>
21654         * po/fr.po: Update French translation from translation project.
21656 2013-07-28  David S. Miller  <davem@davemloft.net>
21658         * po/cs.po: Update Czech translation from translation project.
21660         * po/sv.po: Update Swedish translation from translation project.
21662 2013-07-27  David S. Miller  <davem@davemloft.net>
21664         * po/eo.po: Update Esperanto translation from translation project.
21666         * po/vi.po: Update Vietnamese translation from translation project.
21668         * po/de.po: Update German translation from translation project.
21670 2013-07-26  David S. Miller  <davem@davemloft.net>
21672         * po/bg.po: Update Bulgarian translation from translation project.
21674         * po/nl.po: Update Dutch translation from translation project.
21675         * po/pl.po: Update Polish translation from translation project.
21676         * po/ru.po: Update Russian translation from translation project.
21678 2013-07-24  David S. Miller  <davem@davemloft.net>
21680         * po/libc.pot: Update.
21682 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21684         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
21685         variable page size.
21686         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
21687         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
21688         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
21690 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21692         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
21694 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21695             Andreas Schwab  <schwab@suse.de>
21696             Roland McGrath  <roland@hack.frob.com>
21697             Joseph Myers  <joseph@codesourcery.com>
21698             Carlos O'Donell  <carlos@redhat.com>
21700         [BZ #15755]
21701         * config.h.in: Define HAVE_PT_CHOWN.
21702         * config.make.in (build-pt-chown): New variable.
21703         * configure.in (--enable-pt_chown): New configure option.
21704         * configure: Regenerate.
21705         * login/Makefile: Include Makeconfig.  Build pt_chown only if
21706         build-pt-chown is enabled.
21707         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
21708         pt_chown to fix pty ownership.
21709         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
21710         CLOSE_ALL_FDS.
21711         * manual/install.texi (Configuring and compiling): Mention
21712         --enable-pt_chown. Add @findex for grantpt.
21713         * INSTALL: Regenerate.
21715 2013-07-20  David S. Miller  <davem@davemloft.net>
21717         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
21718         difference between 32-bit and 64-bit.
21720 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
21722         [BZ #15711]
21723         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
21724         Avoid system header dependency with -ffreestanding.
21725         ($(objpfx)bits/syscall%d): Likewise.
21727 2013-07-13  David S. Miller  <davem@davemloft.net>
21729         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
21730         underflows from atanl/atan2l due to bug 15319.
21731         (casinh_test_data): Likewise.
21733 2013-07-07  David S. Miller  <davem@davemloft.net>
21735         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
21737 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
21739         * sysdeps/i386/fpu/libm-test-ulps: Update.
21740         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21742 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
21744         * configure.in (--enable-lock-elision): Fix message text.
21745         * INSTALL: Regenerate.
21746         * configure: Regenerate.
21748 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21750         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21752 2013-07-03  Andreas Jaeger  <aj@suse.de>
21754         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
21755         define.
21756         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
21757         (ptrace_peeksiginfo_args): Add.
21758         (__ptrace_peeksiginfo_flags): Add.
21759         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
21760         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
21761         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
21763 2013-07-03  Allan McRae  <allan@archlinux.org>
21765         * sysdeps/i386/fpu/libm-test-ulps: Update.
21767 2013-07-02  David S. Miller  <davem@davemloft.net>
21769         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21771 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
21773         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21775 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
21777         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
21778         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21780 2013-07-02  Andi Kleen <ak@linux.intel.com>
21782         * config.h.in (ENABLE_LOCK_ELISION): Add.
21783         * configure.in (--enable-lock-elision): Add option.
21784         * manual/install.texi: Document --enable lock elision.
21785         * configure: Regenerate
21786         * INSTALL: Regenerate.
21788 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
21790         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
21791         SSE4.2 strcasecmp for libc.a.
21792         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
21794 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
21796         [BZ #13304]
21797         * soft-fp/op-common.h (_FP_FMA): New macro.
21798         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
21799         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
21800         (_FP_MUL_MEAT_1_imm): ... here.
21801         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
21802         (_FP_MUL_MEAT_1_wide): ... here.
21803         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
21804         (_FP_MUL_MEAT_1_hard): ... here.
21805         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
21806         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
21807         (_FP_MUL_MEAT_2_wide): ... here.
21808         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
21809         (_FP_MUL_MEAT_2_wide_3mul): ... here.
21810         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
21811         (_FP_MUL_MEAT_2_gmp): ... here.
21812         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
21813         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
21814         (_FP_MUL_MEAT_4_wide): ... here.
21815         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
21816         (_FP_MUL_MEAT_4_gmp): ... here.
21817         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
21818         (_FP_WFRACBITS_DW_S): Likewise.
21819         (_FP_WFRACXBITS_DW_S): Likewise.
21820         (_FP_HIGHBIT_DW_S): Likewise.
21821         (FP_FMA_S): Likewise.
21822         (_FP_FRAC_HIGH_DW_S): Likewise.
21823         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
21824         (_FP_WFRACBITS_DW_D): Likewise.
21825         (_FP_WFRACXBITS_DW_D): Likewise.
21826         (_FP_HIGHBIT_DW_D): Likewise.
21827         (FP_FMA_D): Likewise.
21828         (_FP_FRAC_HIGH_DW_D): Likewise.
21829         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
21830         (_FP_WFRACBITS_DW_E): Likewise.
21831         (_FP_WFRACXBITS_DW_E): Likewise.
21832         (_FP_HIGHBIT_DW_E): Likewise.
21833         (FP_FMA_E): Likewise.
21834         (_FP_FRAC_HIGH_DW_E): Likewise.
21835         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
21836         (_FP_WFRACBITS_DW_Q): Likewise.
21837         (_FP_WFRACXBITS_DW_Q): Likewise.
21838         (_FP_HIGHBIT_DW_Q): Likewise.
21839         (FP_FMA_Q): Likewise.
21840         (_FP_FRAC_HIGH_DW_Q): Likewise.
21841         * soft-fp/fmasf4.c: New file.
21842         * soft-fp/fmadf4.c: Likewise.
21843         * soft-fp/fmatf4.c: Likewise.
21845 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21847         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
21848         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
21849         Silvermont.
21850         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
21851         macro.
21852         (index_Slow_SSE4_2): Likewise.
21853         (index_Prefer_PMINUB_for_stringop): Likewise.
21854         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
21855         bit_Slow_SSE4_2 is set.
21856         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
21857         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21859 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
21861         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
21862         rtld_global._dl_hwcap2.
21863         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
21864         POWER8.
21865         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
21866         POWER8 feature descriptions defined in _dl_hwcap2.
21867         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
21868         string handling for POWER8 feature bits.
21869         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
21870         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
21871         _dl_powerpc_cap_flags.
21872         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
21873         * sysdeps/powerpc/rtld-global-offsets.sym
21874         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
21875         _dl_hwcap2 in the rtld_global_ro structure.
21877 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
21879         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
21880         hardware capabilities in support of AT_HWCAP2.
21881         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
21882         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
21883         GLRO(dl_hwcap2).
21884         (_dl_show_auxv): Add support for calling _dl_procinfo to display
21885         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
21886         explicitly the unknown a_type display mechanism is used.
21887         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
21888         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
21889         struct member.
21890         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
21891         to macro prototype for AT_HWCAP2 support.
21892         * sysdeps/i386/dl-procinfo.h: Likewise.
21893         * sysdeps/s390/dl-procinfo.h: Likewise.
21894         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
21895         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
21896         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
21897         return -1 for unknown a_type display fallback.
21898         * sysdeps/sparc/dl-procinfo.h: Likewise.
21899         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
21900         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
21902 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
21904         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
21905         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
21907 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
21909         [BZ #12492]
21910         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
21911         mprotect making __stack_prot writable.
21913 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
21914             Joseph Myers  <joseph@codesourcery.com>
21916         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
21917         as being properly aligned.
21919 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
21921         * dlfcn/modstatic5.c: New file.
21922         * dlfcn/tststatic5.c: New file.
21923         * dlfcn/Makefile (tests): Add tststatic5.
21924         (tests-static): Likewise.
21925         (modules-names): Add modstatic5.
21926         (tststatic5-ENV): New variable.
21927         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
21929         [BZ #15022]
21930         * elf/dl-support.c (_dl_main_map): New variable.
21931         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
21932         (_dl_nns, _dl_load_adds): Set to 1.
21933         (_dl_initial_searchlist): Refer to _dl_main_map.
21934         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
21935         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
21936         call to _dl_get_origin.
21937         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
21938         around call_map.
21939         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
21940         * dlfcn/modstatic3.c: New file.
21941         * dlfcn/tststatic3.c: New file.
21942         * dlfcn/tststatic4.c: New file.
21943         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
21944         (tests-static): Likewise.
21945         (modules-names): Add modstatic3.
21946         (tststatic3-ENV, tststatic4-ENV): New variables.
21947         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
21948         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
21950 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
21952         * configure.in (CC): Require GCC version 4.4 or later.
21953         * configure: Regenerated.
21954         * manual/install.texi (Tools for Compilation): Update GCC version
21955         requirement.
21956         * INSTALL: Regenerated.
21958 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21960         [BZ #15674]
21961         * string/test-memcmp.c (check2): New.
21962         (main): Call check2.
21964         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
21966 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
21968         [BZ #15022]
21969         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
21970         over to...
21971         (dl_open_worker) [!SHARED]: ... here.
21973 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
21975         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
21977 2013-06-25  Richard Henderson  <rth@redhat.com>
21979         * locale/programs/locarchive.c: Include <libc-internal.h>
21981 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
21983         * manual/texinfo.tex: Update to version 2013-06-21.17, with
21984         trailing whitespace removed.
21986 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
21988         [BZ #10283]
21989         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
21990         * locale/programs/locarchive.c: Include libc-mmap.h.
21991         (prepare_address_space): Take two new outputs (the mmap base and len).
21992         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
21993         values.
21994         (create_archive): Declare new mmap base and len values for
21995         prepare_address_space, and store the result in ah.
21996         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
21997         (enlarge_archive): If ah->mmap_base is not NULL, use that and
21998         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
21999         Declare new mmap base and len values for
22000         prepare_address_space, and store the result in new_ah.
22001         (open_archive): Declare new mmap base and len values for
22002         prepare_address_space, and store the result in ah.
22003         (close_archive): If ah->mmap_base is not NULL, use that and
22004         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
22005         * sysdeps/generic/libc-mmap.h: New file.
22007 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
22009         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
22010         (ALIGN_UP): Likewise.
22011         (PTR_ALIGN_DOWN): Likewise.
22012         (PTR_ALIGN_UP): Likewise.
22014 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22016         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
22017         entry mapped to PPC_PLATFORM_POWER8.
22018         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
22019         POWER8.
22020         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
22021         (_dl_string_platform): Add case for exporting platform position for
22022         POWER8.
22023         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
22024         search path to sysdeps/powerpc/powerpc32/power8 directory.
22025         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
22026         search path to sysdeps/powerpc/powerpc64/power8 directory.
22027         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
22028         power7 directories.
22029         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
22030         power7 directories.
22032 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
22034         * INSTALL: Regenerate.
22036         * nscd/connections.c (nscd_init): Fix comment.
22038 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
22040         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
22042         [BZ #15667]
22043         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
22044         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
22046 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22048         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
22049         DL_DST_REQ_STATIC.
22050         (DL_DST_REQ_STATIC): Remove macro.
22052 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
22054         [BZ #7006]
22055         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
22056         with a shift of 0 bits.
22058 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
22060         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
22061         $(tststatic-ENV).
22063 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22065         [BZ #15655]
22066         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
22068 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22070         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
22071         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
22072         accepts -fno-tree-loop-distribute-patterns.
22073         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
22074         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
22075         recursive call.
22076         * string/memset.c (memset): Likewise.
22077         * string/test-memmove.c (simple_memmove): Disable loop transformation
22078         to library calls.
22079         * string/test-memset.c (simple_memset): Likewise.
22080         * benchtests/bench-memmove.c (simple_memmove): Likewise.
22081         * benchtests/bench-memset.c (simple_memset): Likewise.
22082         * configure: Regenerated.
22084 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
22086         * math/test-misc.c (main): Ignore fesetround failure when failures
22087         of subsequent rounding tests would be ignored.
22089         [BZ #15654]
22090         * math/fedisblxcpt.c (fedisableexcept): Return 0.
22091         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
22092         * math/fegetenv.c (__fegetenv): Return 0.
22093         * math/fegetexcept.c (fegetexcept): Return 0.
22094         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
22095         FE_TONEAREST.
22096         * math/feholdexcpt.c (feholdexcept): Return 0.
22097         * math/fesetenv.c (__fesetenv): Return 0.
22098         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
22099         argument FE_TONEAREST.
22100         * math/feupdateenv.c (__feupdateenv): Return 0.
22101         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
22103 2013-06-18  Roland McGrath  <roland@hack.frob.com>
22105         * elf/rtld-Rules (rtld-compile-command.S): New variable.
22106         (rtld-compile-command.s, rtld-compile-command.c): New variables.
22107         ($(objpfx)rtld-%.os rules): Use them.
22109 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22111         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
22112         fields.
22114 2013-06-17  Roland McGrath  <roland@hack.frob.com>
22116         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
22117         length of target pattern, then descending length of dependency pattern.
22118         * configure.in (AWK): Require gawk 3.1.2 or newer.
22119         * manual/install.texi (Tools for Compilation): Say that we do.
22120         * configure: Regenerated.
22122         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
22123         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
22124         * scripts/sysd-rules.awk: ... this new script.
22125         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
22126         than a glob-style pattern.
22128 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
22130         * math/test-misc.c (main): Do not treat incorrectly rounded
22131         conversions as failure unless ROUNDING_TESTS passes.
22133 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
22135         [BZ #15631]
22136         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
22137         restore exception state around main square root computation, then
22138         check for inexactness explicitly.
22140         * math/libm-test.inc (fma_test_data): Add another test.
22142 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22144         * manual/threads.texi (Non-POSIX Extensions): New document
22145         node.  Document pthread_getattr_default_np and
22146         pthread_setattr_default_np.
22148         * Versions.def (libpthread): Add GLIBC_2.18.
22149         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
22150         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
22151         Likewise.
22152         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
22153         Likewise.
22154         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22155         Likewise.
22156         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
22157         Likewise.
22158         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
22159         Likewise.
22160         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
22161         Likewise.
22162         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
22163         Likewise.
22164         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
22165         Likewise.
22166         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
22167         Likewise.
22169 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22171         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22172         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
22174 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22175             H.J. Lu  <hjl.tools@gmail.com>
22177         [BZ #15627]
22178         * sysdeps/x86_64/rtld-memset.c: Remove file.
22179         * sysdeps/x86_64/rtld-memset.S: New file.
22181 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
22183         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
22184         (test_in_one_mode): Take arguments for whether the rounding mode
22185         is supported for each floating-point type.
22186         (do_test): Pass new arguments to test_in_one_mode using
22187         ROUNDING_TESTS.
22189 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22191         * posix/tst-waitid.c (do_test): Distinguish different instances of
22192         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
22193         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
22194         before entering the kernel for waitpid.
22196 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22198         * NEWS: Fix note on clock function precision.  Text by Roland
22199         McGrath.
22201 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22203         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
22204         it into place only when and if the sanity check passes.
22206 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
22208         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
22209         output for whether conversion result is exact.  Take argument
22210         indicating whether type is IBM long double.
22211         (round_for_all): Change need_exact field to ibm_ld.
22212         * stdlib/tst-strtod-round.c (struct exactness): New type.
22213         (struct test): Change bool ld_ok field to struct exactness exact.
22214         (TEST): Update all definitions for change to field.
22215         (tests): Regenerate array contents.
22216         (test_in_one_mode): Take pointer to new field instead of old ld_ok
22217         field value.  Check for IBM long double here.
22218         (do_test): Update calls to test_in_one_mode.
22220 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22222         [BZ #12515]
22223         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
22224         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
22226 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22228         [BZ #15605]
22229         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
22230         generated by the compiler on loop optimizations.
22231         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
22232         general definitions.
22234 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
22236         * math/bug-nextafter.c: Include <math-tests.h>.
22237         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22238         the relevant type.
22239         * math/bug-nexttoward.c: Include <math-tests.h>.
22240         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22241         the relevant type.
22242         * math/test-misc.c: Include <math-tests.h>.
22243         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22244         the relevant type.
22246 2013-06-12  Andreas Jaeger  <aj@suse.de>
22248         * po/ia.po: Update Interlingua translation from translation
22249         project.
22251 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22253         * include/fenv.h: Include stdbool.h.
22254         (struct rm_ctx): New structure.
22255         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
22256         Define macro.
22257         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
22258         (SET_RESTORE_ROUNDF): Likewise.
22259         (SET_RESTORE_ROUNDL): Likewise.
22260         (SET_RESTORE_ROUND_NOEX): Likewise.
22261         (SET_RESTORE_ROUND_NOEXF): Likewise.
22262         (SET_RESTORE_ROUND_NOEXL): Likewise.
22263         (SET_RESTORE_ROUND_53BIT): Likewise.
22264         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
22265         (libc_feresetround_noexf_ctx): Likewise.
22266         (libc_feresetround_noexl_ctx): Likewise.
22267         (libc_feholdsetround_53bit_ctx): Likewise.
22268         (libc_feresetround_53bit_ctx): Likewise.
22269         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
22270         (libc_feholdexcept_setround_sse_ctx): New function.
22271         (libc_fesetenv_sse_ctx): Likewise.
22272         (libc_feupdateenv_sse_ctx): Likewise.
22273         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
22274         (libc_feholdexcept_setround_387_ctx): Likewise.
22275         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
22276         (libc_feholdsetround_387_prec_ctx): Likewise.
22277         (libc_feholdsetround_387_ctx): Likewise.
22278         (libc_feholdsetround_387_53bit_ctx): Likewise.
22279         (libc_feholdsetround_sse_ctx): Likewise.
22280         (libc_feresetround_sse_ctx): Likewise.
22281         (libc_feresetround_387_ctx): Likewise.
22282         (libc_feupdateenv_387_ctx): Likewise.
22283         (libc_feholdexcept_setroundf_ctx): Define macro.
22284         (libc_fesetenvf_ctx): Likewise.
22285         (libc_feupdateenvf_ctx): Likewise.
22286         (libc_feholdsetroundf_ctx): Likewise.
22287         (libc_feresetroundf_ctx): Likewise.
22288         (libc_feholdexcept_setround_ctx): Likewise.
22289         (libc_fesetenv_ctx): Likewise.
22290         (libc_feupdateenv_ctx): Likewise.
22291         (libc_feholdsetround_ctx): Likewise.
22292         (libc_feresetround_ctx): Likewise.
22293         (libc_feholdexcept_setroundl_ctx): Likewise.
22294         (libc_feupdateenvl_ctx): Likewise.
22295         (libc_feholdsetroundl_ctx): Likewise.
22296         (libc_feresetroundl_ctx): Likewise.
22297         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
22298         (libc_feresetround_53bit_ctx): Likewise.
22300 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22302         * locale/iso-639.def: Convert to UTF-8.
22304 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
22306         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
22307         (EXCEPTION_TESTS_double): Likewise.
22308         (EXCEPTION_TESTS_long_double): Likewise.
22309         (EXCEPTION_TESTS): Likewise.
22310         * math/libm-test.inc (test_exceptions): Only test exceptions if
22311         EXCEPTION_TESTS (FLOAT).
22313 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22315         * benchtests/Makefile (string-bench): Add strcpy_chk and
22316         stpcpy_chk.
22317         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
22318         * benchtests/bench-stpcpy_chk.c: New file.
22319         * benchtests/bench-strcpy_chk-ifunc.c: New file.
22320         * benchtests/bench-strcpy_chk.c: New file.
22321         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
22322         code.
22323         (do_test): Likewise.
22325 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22327         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
22328         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
22329         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
22330         with tabs where appropriate.
22331         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
22332         dl-procinfo.h.
22333         [PPC_PLATFORM_PPC440]: Likewise.
22334         [PPC_PLATFORM_PPC464]: Likewise.
22335         [PPC_PLATFORM_PPC476]: Likewise.
22336         (_dl_string_platform): Add support for detecting ppc405, ppc440,
22337         ppc464, and ppc476 platform strings merging from ports/
22338         dl-procinfo.h.
22340 2013-06-11  Andreas Schwab  <schwab@suse.de>
22342         [BZ #14991]
22343         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
22344         (from_ucs4_idx): Regenerate.
22345         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
22346         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
22347         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
22348         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
22349         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
22350         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
22351         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
22352         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
22353         from FROM_LOOP and TO_LOOP specific macros.
22354         (BODY): Handle combining characters.
22355         * iconvdata/BIG5HKSCS.irreversible: Update.
22356         * iconvdata/BIG5HKSCS.precomposed: New file.
22357         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
22358         characters.
22359         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
22361 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22363         * include/sys/time.h: Fix indentation and add copyright header.
22365         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
22366         (do_test): Likewise.
22367         * string/test-memchr.c (do_one_test): Likewise.
22368         (do_test): Likewise.
22369         * string/test-memcmp.c (do_one_test): Likewise.
22370         (do_test): Likewise.
22371         * string/test-memcpy.c (do_one_test): Likewise.
22372         (do_test): Likewise.
22373         * string/test-memmem.c (do_one_test): Likewise.
22374         (do_test): Likewise.
22375         (do_random_tests): Likewise.
22376         * string/test-memmove.c (do_one_test): Likewise.
22377         (do_test): Likewise.
22378         * string/test-memset.c (do_one_test): Likewise.
22379         (do_test): Likewise.
22380         * string/test-rawmemchr.c (do_one_test): Likewise.
22381         (do_test): Likewise.
22382         * string/test-strcasecmp.c (do_one_test): Likewise.
22383         (do_test): Likewise.
22384         * string/test-strcasestr.c (do_one_test): Likewise.
22385         (do_test): Likewise.
22386         * string/test-strcat.c (do_one_test): Likewise.
22387         (do_test): Likewise.
22388         * string/test-strchr.c (do_one_test): Likewise.
22389         (do_test): Likewise.
22390         * string/test-strcmp.c (do_one_test): Likewise.
22391         (do_test): Likewise.
22392         * string/test-strcpy.c (do_one_test): Likewise.
22393         (do_test): Likewise.
22394         * string/test-string.h: Likewise.
22395         (test_init): Likewise.
22396         * string/test-strlen.c (do_one_test): Likewise.
22397         (do_test): Likewise.
22398         * string/test-strncasecmp.c (do_one_test): Likewise.
22399         (do_test): Likewise.
22400         * string/test-strncat.c (do_one_test): Likewise.
22401         (do_test): Likewise.
22402         * string/test-strncmp.c (do_one_test): Likewise.
22403         (do_test_limit): Likewise.
22404         (do_test): Likewise.
22405         * string/test-strncpy.c (do_one_test): Likewise.
22406         (do_test): Likewise.
22407         * string/test-strnlen.c (do_one_test): Likewise.
22408         (do_test): Likewise.
22409         * string/test-strpbrk.c (do_one_test): Likewise.
22410         (do_test): Likewise.
22411         * string/test-strrchr.c (do_one_test): Likewise.
22412         (do_test): Likewise.
22413         * string/test-strspn.c (do_one_test): Likewise.
22414         (do_test): Likewise.
22415         * string/test-strstr.c (do_one_test): Likewise.
22416         (do_test): Likewise.
22418         * benchtests/Makefile (string-bench): Add string benchmarks.
22419         * benchtests/bench-bcopy-ifunc.c: New file.
22420         * benchtests/bench-bcopy.c: New file.
22421         * benchtests/bench-bzero-ifunc.c: New file.
22422         * benchtests/bench-bzero.c: New file.
22423         * benchtests/bench-memccpy-ifunc.c: New file.
22424         * benchtests/bench-memccpy.c: New file.
22425         * benchtests/bench-memchr-ifunc.c: New file.
22426         * benchtests/bench-memchr.c: New file.
22427         * benchtests/bench-memcmp-ifunc.c: New file.
22428         * benchtests/bench-memcmp.c: New file.
22429         * benchtests/bench-memmem-ifunc.c: New file.
22430         * benchtests/bench-memmem.c: New file.
22431         * benchtests/bench-memmove-ifunc.c: New file.
22432         * benchtests/bench-memmove.c: New file.
22433         * benchtests/bench-mempcpy-ifunc.c: New file.
22434         * benchtests/bench-mempcpy.c: New file.
22435         * benchtests/bench-memset-ifunc.c: New file.
22436         * benchtests/bench-memset.c: New file.
22437         * benchtests/bench-rawmemchr-ifunc.c: New file.
22438         * benchtests/bench-rawmemchr.c: New file.
22439         * benchtests/bench-stpcpy-ifunc.c: New file.
22440         * benchtests/bench-stpcpy.c: New file.
22441         * benchtests/bench-stpncpy-ifunc.c: New file.
22442         * benchtests/bench-stpncpy.c: New file.
22443         * benchtests/bench-strcasecmp-ifunc.c: New file.
22444         * benchtests/bench-strcasecmp.c: New file.
22445         * benchtests/bench-strcasestr-ifunc.c: New file.
22446         * benchtests/bench-strcasestr.c: New file.
22447         * benchtests/bench-strcat-ifunc.c: New file.
22448         * benchtests/bench-strcat.c: New file.
22449         * benchtests/bench-strchr-ifunc.c: New file.
22450         * benchtests/bench-strchr.c: New file.
22451         * benchtests/bench-strchrnul-ifunc.c: New file.
22452         * benchtests/bench-strchrnul.c: New file.
22453         * benchtests/bench-strcmp-ifunc.c: New file.
22454         * benchtests/bench-strcmp.c: New file.
22455         * benchtests/bench-strcpy-ifunc.c: New file.
22456         * benchtests/bench-strcpy.c: New file.
22457         * benchtests/bench-strcspn-ifunc.c: New file.
22458         * benchtests/bench-strcspn.c: New file.
22459         * benchtests/bench-strlen-ifunc.c: New file.
22460         * benchtests/bench-strlen.c: New file.
22461         * benchtests/bench-strncasecmp-ifunc.c: New file.
22462         * benchtests/bench-strncasecmp.c: New file.
22463         * benchtests/bench-strncat-ifunc.c: New file.
22464         * benchtests/bench-strncat.c: New file.
22465         * benchtests/bench-strncmp-ifunc.c: New file.
22466         * benchtests/bench-strncmp.c: New file.
22467         * benchtests/bench-strncpy-ifunc.c: New file.
22468         * benchtests/bench-strncpy.c: New file.
22469         * benchtests/bench-strnlen-ifunc.c: New file.
22470         * benchtests/bench-strnlen.c: New file.
22471         * benchtests/bench-strpbrk-ifunc.c: New file.
22472         * benchtests/bench-strpbrk.c: New file.
22473         * benchtests/bench-strrchr-ifunc.c: New file.
22474         * benchtests/bench-strrchr.c: New file.
22475         * benchtests/bench-strspn-ifunc.c: New file.
22476         * benchtests/bench-strspn.c: New file.
22477         * benchtests/bench-strstr-ifunc.c: New file.
22478         * benchtests/bench-strstr.c: New file.
22480         * benchtests/Makefile: Disable parallel execution of targets.
22481         (string-bench): Add memcpy.
22482         (benchset): New variable to store a list of benchmark sets.
22483         (bench-func): Renamed from bench.
22484         (bench-set): New target.
22485         (bench): Depend on bench-func and bench-set.
22486         * benchtests/README: Add section on benchmark sets.
22487         * benchtests/bench-memcpy-ifunc.c: New file.
22488         * benchtests/bench-memcpy.c: New file.
22489         * benchtests/bench-string.h: New file.
22491 2013-06-11  Andreas Schwab  <schwab@suse.de>
22493         [BZ #15577]
22494         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
22495         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
22496         values in the triple.
22497         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
22498         terminator in the group key.
22500 2013-06-11  Andreas Jaeger  <aj@suse.de>
22502         * po/zh_TW.po: Update Chinese (traditional) translation from
22503         translation project.
22505 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22507         * include/time.h (__clock_gettime): Add libc_hidden_proto.
22508         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
22509         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
22510         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
22511         (clock_getcpuclockid): Likewise.
22512         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
22513         Add weak_alias and libc_hidden_def.
22514         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
22515         * rt/clock_gettime.c (clock_gettime): Rename to
22516         __clock_gettime.  Add weak_alias and libc_hidden_def.
22517         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
22518         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
22519         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
22520         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
22521         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
22522         Likewise.
22523         * rt/clock_settime.c (clock_settime): Rename to
22524         __clock_settime.  Add weak_alias and libc_hidden_def.
22525         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
22527 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
22529         * mach/err_boot.sub: Remove trailing whitespace.
22530         * mach/err_ipc.sub: Likewise.
22531         * mach/err_mach.sub: Likewise.
22533         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
22534         (ROUNDING_TESTS_double): Likewise.
22535         (ROUNDING_TESTS_long_double): Likewise.
22536         (ROUNDING_TESTS): Likewise.
22537         * math/libm-test.inc: Include <math-tests.h>.
22538         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
22539         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
22540         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
22541         (IF_ROUND_INIT_FE_UPWARD): Likewise.
22543 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22545         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
22546         of assigning.
22548 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
22550         * sysdeps/gnu/errlist.awk: Do not generate space at end of
22551         otherwise empty TRANS lines.
22552         * sysdeps/gnu/errlist.c: Regenerated.
22554         * catgets/gencat.c (error_print): Use (void) in function
22555         definition.
22556         * crypt/crypt_util.c (__init_des): Likewise.
22557         * crypt/speeds.c (Stop): Likewise.
22558         (main): Likewise.
22559         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
22560         * inet/ruserpass.c (token): Likewise.
22561         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
22562         * intl/localealias.c (extend_alias_table): Likewise.
22563         * intl/plural-exp.c (init_germanic_plural): Likewise.
22564         * libio/fcloseall.c (__fcloseall): Likewise.
22565         * libio/genops.c (_IO_flush_all): Likewise.
22566         (_IO_flush_all_linebuffered): Likewise.
22567         (_IO_cleanup): Likewise.
22568         (_IO_iter_begin): Likewise.
22569         (_IO_iter_end): Likewise.
22570         (_IO_list_lock): Likewise.
22571         (_IO_list_unlock): Likewise.
22572         (_IO_list_resetlock): Likewise.
22573         * libio/getchar.c (getchar): Likewise.
22574         * libio/getchar_u.c (getchar_unlocked): Likewise.
22575         * libio/getwchar.c (getwchar): Likewise.
22576         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
22577         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
22578         * login/getpt.c (__getpt): Likewise.
22579         * login/tst-utmp.c (main): Likewise.
22580         * malloc/hooks.c (__malloc_check_init): Likewise.
22581         * malloc/malloc.c (__malloc_stats): Likewise.
22582         * malloc/mtrace.c (tr_break): Likewise.
22583         (mtrace): Likewise.
22584         (muntrace): Likewise.
22585         * misc/fstab.c (endfsent): Likewise.
22586         * misc/getclktck.c (__getclktck): Likewise.
22587         * misc/getdtsz.c (__getdtablesize): Likewise.
22588         * misc/gethostid.c (gethostid): Likewise.
22589         * misc/getpagesize.c (__getpagesize): Likewise.
22590         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
22591         (__get_nprocs): Likewise.
22592         (__get_phys_pages): Likewise.
22593         (__get_avphys_pages): Likewise.
22594         * misc/getttyent.c (getttyent): Likewise.
22595         (setttyent): Likewise.
22596         (endttyent): Likewise.
22597         * misc/getusershell.c (getusershell): Likewise.
22598         (endusershell): Likewise.
22599         (setusershell): Likewise.
22600         (initshells): Likewise.
22601         * misc/hsearch.c (__hdestroy): Likewise.
22602         * misc/sync.c (sync): Likewise.
22603         * misc/syslog.c (closelog_internal): Likewise.
22604         (closelog): Likewise.
22605         * misc/ttyslot.c (ttyslot): Likewise.
22606         * misc/vhangup.c (vhangup): Likewise.
22607         * posix/fork.c (__fork): Likewise.
22608         * posix/getegid.c (__getegid): Likewise.
22609         * posix/geteuid.c (__geteuid): Likewise.
22610         * posix/getgid.c (__getgid): Likewise.
22611         * posix/getpid.c (__getpid): Likewise.
22612         * posix/getppid.c (__getppid): Likewise.
22613         * posix/getuid.c (__getuid): Likewise.
22614         * posix/pause.c (pause): Likewise.
22615         * posix/setpgrp.c (setpgrp): Likewise.
22616         * posix/setsid.c (__setsid): Likewise.
22617         * posix/test-vfork.c (noop): Likewise.
22618         * resolv/gethnamaddr.c (_endhtent): Likewise.
22619         (_gethtent): Likewise.
22620         (ht_endhostent): Likewise.
22621         (gethostent): Likewise.
22622         (dns_service): Likewise.
22623         * stdlib/drand48.c (drand48): Likewise.
22624         * stdlib/lrand48.c (lrand48): Likewise.
22625         * stdlib/mrand48.c (mrand48): Likewise.
22626         * stdlib/rand.c (rand): Likewise.
22627         * stdlib/random.c (__random): Likewise.
22628         * stdlib/setenv.c (clearenv): Likewise.
22629         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
22630         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
22631         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
22632         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
22633         (__get_nprocs): Likewise.
22634         (__get_phys_pages): Likewise.
22635         (__get_avphys_pages): Likewise.
22636         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
22637         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
22638         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
22639         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
22640         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
22641         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
22642         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
22643         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
22644         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
22645         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
22646         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
22647         * sysdeps/mach/hurd/sync.c (sync): Likewise.
22648         * sysdeps/posix/clock.c (clock): Likewise.
22649         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
22650         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
22651         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
22652         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
22653         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
22654         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
22655         (__get_nprocs_conf): Likewise.
22656         (__get_phys_pages): Likewise.
22657         (__get_avphys_pages): Likewise.
22658         * time/clock.c (clock): Likewise.
22659         * time/tzset.c (__tzname_max): Likewise.
22661 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
22663         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
22664         (__bswap_32): Do not use "register".
22665         * crypt/crypt.c (_ufc_doit_r): Likewise.
22666         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
22667         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
22668         * gmon/gmon.c (__monstartup): Likewise.
22669         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
22670         * hurd/hurdmalloc.c (more_memory): Likewise.
22671         (malloc): Likewise.
22672         (free): Likewise.
22673         (realloc): Likewise.
22674         (malloc_fork_prepare): Likewise.
22675         (malloc_fork_parent): Likewise.
22676         (malloc_fork_child): Likewise.
22677         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
22678         (_svcauth_des): Likewise.
22679         * inet/inet_lnaof.c (inet_lnaof): Likewise.
22680         * inet/inet_net.c (inet_network): Likewise.
22681         * inet/inet_netof.c (inet_netof): Likewise.
22682         * inet/rcmd.c (__validuser2_sa): Likewise.
22683         * io/fts.c (fts_open): Likewise.
22684         (fts_load): Likewise.
22685         (fts_close): Likewise.
22686         (fts_read): Likewise.
22687         (fts_children): Likewise.
22688         (fts_build): Likewise.
22689         (fts_stat): Likewise.
22690         (fts_sort): Likewise.
22691         (fts_alloc): Likewise.
22692         (fts_lfree): Likewise.
22693         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
22694         (_IO_file_xsgetn): Likewise.
22695         (_IO_file_xsgetn_mmap): Likewise.
22696         * libio/iofopncook.c (_IO_cookie_read): Likewise.
22697         (_IO_cookie_write): Likewise.
22698         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
22699         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
22700         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
22701         * malloc/obstack.c (_obstack_begin): Likewise.
22702         (_obstack_begin_1): Likewise.
22703         (_obstack_newchunk): Likewise.
22704         (_obstack_allocated_p): Likewise.
22705         (obstack_free): Likewise.
22706         (_obstack_memory_used): Likewise.
22707         * misc/getttyent.c (getttynam): Likewise.
22708         (getttyent): Likewise.
22709         (skip): Likewise.
22710         (value): Likewise.
22711         * misc/getusershell.c (initshells): Likewise.
22712         * misc/syslog.c (__vsyslog_chk): Likewise.
22713         * misc/ttyslot.c (ttyslot): Likewise.
22714         * nis/nis_hash.c (__nis_hash): Likewise.
22715         * posix/fnmatch_loop.c (FCT): Likewise.
22716         * posix/getconf.c (print_all): Likewise.
22717         (main): Likewise.
22718         * posix/getopt.c (exchange): Likewise.
22719         * posix/glob.c (globfree): Likewise.
22720         (prefix_array): Likewise.
22721         (__glob_pattern_type): Likewise.
22722         * resolv/arpa/nameser.h (NS_GET16): Likewise.
22723         (NS_GET32): Likewise.
22724         (NS_PUT16): Likewise.
22725         (NS_PUT32): Likewise.
22726         * resolv/gethnamaddr.c (getanswer): Likewise.
22727         (gethostbyname2): Likewise.
22728         (gethostbyaddr): Likewise.
22729         (_gethtent): Likewise.
22730         (_gethtbyname2): Likewise.
22731         (_gethtbyaddr): Likewise.
22732         * resolv/ns_print.c (dst_s_get_int16): Likewise.
22733         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
22734         * resolv/res_init.c (__res_vinit): Likewise.
22735         (net_mask): Likewise.
22736         * resolv/res_mkquery.c (outchar): Likewise.
22737         (PRINT): Likewise.
22738         * stdio-common/printf_fp.c (outchar): Likewise.
22739         (PRINT): Likewise.
22740         * stdio-common/printf_fphex.c (outchar): Likewise.
22741         (PRINT): Likewise.
22742         * stdio-common/printf_size.c (outchar): Likewise.
22743         (PRINT): Likewise.
22744         * stdio-common/test_rdwr.c (main): Likewise.
22745         * stdio-common/tfformat.c (matches): Likewise.
22746         * stdio-common/vfprintf.c (outchar): Likewise.
22747         (printf_unknown): Likewise.
22748         (buffered_vfprintf): Likewise.
22749         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
22750         * stdio-common/xbug.c (AppendToBuffer): Likewise.
22751         (ReadFile): Likewise.
22752         * stdlib/qsort.c (SWAP): Likewise.
22753         (_quicksort): Likewise.
22754         * stdlib/setenv.c (__add_to_environ): Likewise.
22755         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
22756         * stdlib/strtol_l.c (__strtol_l): Likewise.
22757         * stdlib/tst-strtod.c (main): Likewise.
22758         * stdlib/tst-strtol.c (main): Likewise.
22759         * stdlib/tst-strtoll.c (main): Likewise.
22760         * string/bits/string2.h (__strcmp_cc): Likewise.
22761         (__strcmp_cg): Likewise.
22762         (__strcspn_c1): Likewise.
22763         (__strcspn_c2): Likewise.
22764         (__strcspn_c3): Likewise.
22765         (__strspn_c1): Likewise.
22766         (__strspn_c2): Likewise.
22767         (__strspn_c3): Likewise.
22768         (__strsep_1c): Likewise.
22769         (__strsep_2c): Likewise.
22770         (__strsep_3c): Likewise.
22771         * string/memccpy.c (__memccpy): Likewise.
22772         * string/stpcpy.c (__stpcpy): Likewise.
22773         * string/strcmp.c (strcmp): Likewise.
22774         * string/strrchr.c (strrchr): Likewise.
22775         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
22776         Likewise.
22777         * sysdeps/mach/hurd/getcwd.c
22778         (_hurd_canonicalize_directory_name_internal): Likewise.
22779         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
22780         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
22781         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
22782         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
22783         Likewise, in both definitions.
22784         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
22785         definitions.
22786         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
22787         64] (__bswap_64): Likewise.
22788         * time/test_time.c (main): Likewise.
22789         * time/tzfile.c (__tzfile_read): Likewise.
22790         (__tzfile_compute): Likewise.
22791         * time/tzset.c (__tzset_parse_tz): Likewise.
22792         (tzset_internal): Likewise.
22793         (compute_change): Likewise.
22794         * wcsmbs/wcscat.c (__wcscat): Likewise.
22795         * wcsmbs/wcschr.c (wcschr): Likewise.
22796         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
22797         * wcsmbs/wcscspn.c (wcscspn): Likewise.
22798         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
22799         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
22800         * wcsmbs/wcsspn.c (wcsspn): Likewise.
22801         * wcsmbs/wcsstr.c (wcsstr): Likewise.
22802         * wcsmbs/wmemchr.c (wmemchr): Likewise.
22803         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
22804         * wcsmbs/wmemset.c (wmemset): Likewise.
22806 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
22808         * scripts/config.guess: Update to version 2013-05-16.
22809         * scripts/config.sub: Update to version 2013-04-24.
22810         * scripts/install-sh: Update to version 2011-11-20.07.
22811         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
22812         * scripts/move-if-change: Update to version 2012-01-06 07:23.
22814 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
22816         * debug/fgetws_u_chk.c: Fix leading whitespaces.
22817         * elf/sln.c: Likewise.
22818         * hurd/hurd/ioctl.h: Likewise.
22819         * hurd/hurdmalloc.c: Likewise.
22820         * hurd/xattr.c: Likewise.
22821         * include/shlib-compat.h: Likewise.
22822         * inet/ruserpass.c: Likewise.
22823         * libio/iofgets_u.c: Likewise.
22824         * libio/iofgetws_u.c: Likewise.
22825         * locale/programs/ld-identification.c: Likewise.
22826         * locale/programs/ld-time.c: Likewise.
22827         * mach/msg-destroy.c: Likewise.
22828         * nss/nss_files/files-netgrp.c: Likewise.
22829         * resolv/res_data.c: Likewise.
22830         * soft-fp/op-1.h: Likewise.
22831         * soft-fp/op-2.h: Likewise.
22832         * soft-fp/op-4.h: Likewise.
22833         * soft-fp/op-common.h: Likewise.
22834         * stdio-common/printf_fphex.c: Likewise.
22835         * stdlib/strtod_l.c: Likewise.
22836         * sunrpc/rpc/clnt.h: Likewise.
22837         * sysdeps/generic/framestate.c: Likewise.
22838         * sysdeps/i386/bsd-_setjmp.S: Likewise.
22839         * sysdeps/i386/bsd-setjmp.S: Likewise.
22840         * sysdeps/i386/__longjmp.S: Likewise.
22841         * sysdeps/i386/setjmp.S: Likewise.
22842         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
22843         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
22844         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
22845         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
22846         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
22847         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
22848         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
22849         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
22850         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
22851         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
22852         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
22853         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
22854         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
22855         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
22856         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
22857         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
22858         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
22859         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
22860         * sysdeps/ieee754/support.c: Likewise.
22861         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
22862         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
22863         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
22864         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
22865         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
22866         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
22867         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
22868         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
22869         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
22870         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
22871         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
22872         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
22873         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
22874         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
22875         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
22876         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
22877         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
22878         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
22880 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
22882         * posix/transbug.c: Remove executable mode.
22884 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
22886         * crypt/speeds.c: Remove trailing whitespace.
22887         * dlfcn/default.c: Likewise.
22888         * elf/ifuncdep2.c: Likewise.
22889         * elf/ifuncmain1.c: Likewise.
22890         * elf/ifuncmain1vis.c: Likewise.
22891         * elf/testobj.h: Likewise.
22892         * elf/tst-stackguard1.c: Likewise.
22893         * gmon/sys/gmon.h: Likewise.
22894         * hurd/hurdmsg.c: Likewise.
22895         * hurd/new-fd.c: Likewise.
22896         * hurd/ports-get.c: Likewise.
22897         * iconvdata/ibm1008_420.c: Likewise.
22898         * inet/tst-getni1.c: Likewise.
22899         * inet/tst-getni2.c: Likewise.
22900         * libio/ioungetc.c: Likewise.
22901         * libio/wfiledoalloc.c: Likewise.
22902         * manual/libm-err-tab.pl: Likewise.
22903         * math/w_dremf.c: Likewise.
22904         * misc/ftruncate.c: Likewise.
22905         * posix/bug-glob2.c: Likewise.
22906         * posix/tst-pcre.c: Likewise.
22907         * posix/wait4.c: Likewise.
22908         * resolv/README: Likewise.
22909         * resolv/res_debug.h: Likewise.
22910         * resolv/tst-inet_ntop.c: Likewise.
22911         * setjmp/bug269-setjmp.c: Likewise.
22912         * soft-fp/extended.h: Likewise.
22913         * soft-fp/op-1.h: Likewise.
22914         * soft-fp/op-2.h: Likewise.
22915         * soft-fp/op-4.h: Likewise.
22916         * soft-fp/op-8.h: Likewise.
22917         * soft-fp/testit.c: Likewise.
22918         * stdio-common/bug16.c: Likewise.
22919         * stdlib/random.c: Likewise.
22920         * sunrpc/rpcsvc/rquota.x: Likewise.
22921         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
22922         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
22923         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
22924         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
22925         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
22926         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
22927         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
22928         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
22929         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
22930         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
22931         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
22932         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
22933         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
22934         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
22935         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
22936         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
22937         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
22938         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
22939         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
22940         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
22941         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
22942         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
22943         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
22944         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
22945         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
22946         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
22947         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
22948         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
22949         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
22950         * sysdeps/ieee754/s_lib_version.c: Likewise.
22951         * sysdeps/mach/hurd/check_fds.c: Likewise.
22952         * sysdeps/mach/hurd/getsockname.c: Likewise.
22953         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
22954         * sysdeps/mach/hurd/recvfrom.c: Likewise.
22955         * sysdeps/powerpc/bits/link.h: Likewise.
22956         * sysdeps/powerpc/dl-procinfo.c: Likewise.
22957         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
22958         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
22959         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
22960         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
22961         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
22962         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
22963         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
22964         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
22965         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
22966         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
22967         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
22968         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
22969         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
22970         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
22971         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
22972         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
22973         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
22974         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
22975         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
22976         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
22977         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
22978         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22979         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
22980         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
22981         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
22982         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
22983         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
22984         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
22985         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
22986         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
22987         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
22988         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
22989         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
22990         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
22991         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
22992         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
22993         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
22994         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
22995         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
22996         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
22997         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
22998         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
22999         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
23000         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
23001         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
23002         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
23003         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
23004         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
23005         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
23006         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
23007         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
23008         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
23009         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
23010         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
23011         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
23012         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
23013         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
23014         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
23015         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
23016         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
23017         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
23018         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
23019         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
23020         * sysdeps/powerpc/sysdep.h: Likewise.
23021         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
23022         * sysdeps/s390/s390-64/sub_n.S: Likewise.
23023         * sysdeps/sh/dl-trampoline.S: Likewise.
23024         * sysdeps/sh/memset.S: Likewise.
23025         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
23026         * sysdeps/sh/strlen.S: Likewise.
23027         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
23028         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
23029         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
23030         * sysdeps/sparc/sparc32/rem.S: Likewise.
23031         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
23032         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
23033         * sysdeps/sparc/sparc32/strchr.S: Likewise.
23034         * sysdeps/sparc/sparc32/udiv.S: Likewise.
23035         * sysdeps/sparc/sparc32/urem.S: Likewise.
23036         * sysdeps/sparc/sparc64/add_n.S: Likewise.
23037         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
23038         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
23039         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
23040         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
23041         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
23042         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
23043         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
23044         * sysdeps/unix/bsd/times.c: Likewise.
23045         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
23046         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
23047         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
23048         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
23049         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
23050         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
23051         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23052         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
23053         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
23054         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
23055         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
23056         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23057         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
23058         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
23059         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23060         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
23061         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23062         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
23063         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
23064         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
23065         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
23066         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
23067         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
23068         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
23069         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
23070         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
23071         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
23072         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
23073         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
23074         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
23075         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
23076         * sysdeps/x86_64/strcspn.S: Likewise.
23078 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
23080         * locale/C-translit.h: Revert #include <stdint.h> because this is a
23081         generated file.  Regenerate properly from gen-translit.pl.
23082         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
23083         locale/C-translit.h.
23085 2013-06-05  Andreas Schwab  <schwab@suse.de>
23087         [BZ #15100]
23088         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
23089         week as 6 instead of -1.
23090         * time/tst-strptime.c (day_tests): Add test case.
23092 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
23094         * sysdeps/generic/math_private.h
23095         (libc_feholdexcept_setround_53bit): Replace with
23096         libc_feholdsetround_53bit.
23097         (libc_feupdateenv_53bit): Replace with
23098         libc_feresetround_53bit.
23099         (SET_RESTORE_ROUND_53BIT): Adjust.
23101 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
23103         * string/test-strchrnul.c: Add copyright header.
23105         * posix/tst-getaddrinfo4.c: Increase test timeout.
23107 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
23109         [BZ #15536]
23110         * math/libm-test.inc (MAX_EXP): Remove
23111         (MIN_EXP): Define.
23112         (ulp): Use MIN_EXP - MANT_DIG.
23113         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
23115 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
23117         * po/be.po: Revert last change.
23118         * po/zh_CN.po: Likewise.
23119         * po/header.pot: Likewise.
23121 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
23123         * Makefile ($(common-objpfx)linkobj/libc.so): Define
23124         link-libc-deps to empty as target-specific variable.
23125         * Makerules (link-libc-args): New variable.
23126         (libc-for-link): Likewise.
23127         (link-libc-deps): Likewise.
23128         (lib%.so): Depend on $(link-libc-deps).  Link with
23129         $(link-libc-args).
23130         (build-module): Link with $(link-libc-args).
23131         (build-module-asneeded): Likewise.
23132         (build-module-helper-objlist): Filter out $(link-libc-deps) from
23133         list of objects.
23134         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
23135         target-specific variable.
23136         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
23137         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23138         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23139         libc.
23140         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23141         libc and ld.so.
23142         ($(objpfx)libpcprofile.so): Likewise.
23143         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
23144         libc_nonshared.a.
23145         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
23146         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
23147         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
23148         $(link-libc-deps).
23149         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
23150         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
23151         * login/Makefile ($(objpfx)libutil.so): Likewise.
23152         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
23153         * math/Makefile ($(objpfx)libm.so): Likewise.
23154         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
23155         $(objpfx)libnsl.so): Define libc-for-link as target-specific
23156         variable instead of depending directly on libc.
23157         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
23158         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
23159         $(link-libc-deps).
23160         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
23161         libc.
23162         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
23163         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
23164         ($(objpfx)libanl.so): Likewise.
23165         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
23166         ld.so.
23167         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
23168         $(link-libc-deps).
23169         * sysdeps/i386/fpu/Makefile: Remove file.
23170         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
23171         ($(objpfx)libm.so): Remove dependency on ld.so.
23173 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
23175         [BZ # 15553]
23176         * nis/yp_xdr.c (XDRMAXNAME): Define.
23177         (XDRMAXRECORD): Define.
23178         (xdr_domainname): Use XDRMAXNAME.
23179         (xdr_mapname): Likewise.
23180         (xdr_peername): Likewise.
23181         (xdr_keydat): Use XDRMAXRECORD.
23182         (xdr_valdat): Likewise.
23184 2013-05-30  Jeff Law  <law@redhat.com>
23186         [BZ #14256]
23187         * manual/errno.texi (ESTALE): Update to account for more than
23188         just NFS file systems.
23189         * sysdeps/gnu/errlist.c: Regenerated.
23191 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23193         [BZ #15465]
23194         * elf/Makefile (tests): Add tst-null-argv.
23195         (modules-names):  Add tst-null-argv-lib.
23196         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
23197         (tst-null-argv-ENV): Set environment for tst-null-argv.
23198         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
23199         (RTLD_PROGNAME): New macro.
23200         * elf/tst-null-argv.c: New test case.
23201         * elf/tst-null-argv-lib.c: Library for test case.
23202         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
23203         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
23204         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
23205         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
23206         * elf/dl-init.c (call_init): Likewise.
23207         (_dl_init): Likewise.
23208         * elf/dl-load.c (print_search_path): Likewise.
23209         (_dl_map_object): Likewise.
23210         * elf/dl-lookup.c (do_lookup_x): Likewise.
23211         (add_dependency): Likewise.
23212         (_dl_lookup_symbol_x): Likewise.
23213         (_dl_debug_bindings): Likewise.
23214         * elf/dl-open.c (_dl_show_scope): Likewise.
23215         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
23216         * elf/dl-version.c (match_symbol): Likewise.
23217         (_dl_check_map_versions): Likewise.
23218         * elf/rtld.c (dl_main): Likewise.
23219         (print_unresolved): Use RTLD_PROGNAME.
23220         (print_missing_version): Likewise.
23221         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
23222         (elf_machine_rela): Likewise.
23223         * sysdeps/powerpc/powerpc32/dl-machine.c
23224         (__process_machine_rela): Likewise.
23225         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
23226         Likewise.
23227         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
23228         Likewise.
23229         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
23230         Likewise.
23231         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
23232         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
23233         Likewise.
23234         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
23235         Likewise.
23236         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
23238 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
23240         * po/be.po: Add descriptive title.
23241         * po/zh_CN.po: Likewise.
23242         * po/header.pot: Likewise.
23244 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
23246         * locale/programs/locarchive.c (create_archive): Inlucde fname in
23247         error message.
23248         (enlarge_archive): Likewise.
23250 2013-05-28  Ben North  <ben@redfrontdoor.org>
23252         * manual/arith.texi (frexp): It is the magnitude of the return
23253         value which lies in [0.5, 1), not the return value itself.
23255 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23257         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23259 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
23261         * stdio-common/bug26.c (main): Correct fscanf template.
23263         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
23264         declare _dl_skip_args.
23266         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
23267         Don't declare.
23269         * manual/platform.texi: Add missing @end deftypefun.
23271 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23273         [BZ #15529]
23274         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
23275         bit of mantissa of 2^16382.
23276         * math/libm-test.inc (hypot_test_data): Add more tests.
23278         * math/libm-test.inc: Add drem and pow10 to list of tested
23279         functions.
23280         (pow10_test): New function.
23281         (drem_test): Likewise.
23282         (drem_test_tonearest): Likewise.
23283         (drem_test_towardzero): Likewise.
23284         (drem_test_downward): Likewise.
23285         (drem_test_upward): Likewise.
23286         (main): Call the new functions.
23288         * math/libm-test.inc (finite_test_data): Remove.
23289         (finite_test): Run tests from isfinite_test_data.
23290         (gamma_test_data): Remove.
23291         (gamma_test): Run tests from lgamma_test_data.
23292         * sysdeps/i386/fpu/libm-test-ulps: Update.
23293         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23295 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23297         * manual/platform.texi: Add PowerPC PPR function set documentation.
23298         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
23299         implementation.
23301 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
23303         * math/libm-test.inc (MAX_EXP): Define.
23304         (ULPDIFF): Define.
23305         (ulp): New function.
23306         (check_float_internal): Use ULPDIFF.
23307         (cpow_test): Disable failing test.
23308         (check_ulp): Test ulp() implemetnation.
23309         (main): Call check_ulp before starting tests.
23311 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23313         * math/gen-libm-test.pl (generate_testfile): Do not handle
23314         START_DATA and END_DATA.
23315         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
23316         END_DATA.
23317         (acos_tonearest_test_data): Likewise.
23318         (acos_towardzero_test_data): Likewise.
23319         (acos_downward_test_data): Likewise.
23320         (acos_upward_test_data): Likewise.
23321         (acosh_test_data): Likewise.
23322         (asin_test_data): Likewise.
23323         (asin_tonearest_test_data): Likewise.
23324         (asin_towardzero_test_data): Likewise.
23325         (asin_downward_test_data): Likewise.
23326         (asin_upward_test_data): Likewise.
23327         (asinh_test_data): Likewise.
23328         (atan_test_data): Likewise.
23329         (atanh_test_data): Likewise.
23330         (atan2_test_data): Likewise.
23331         (cabs_test_data): Likewise.
23332         (cacos_test_data): Likewise.
23333         (cacosh_test_data): Likewise.
23334         (carg_test_data): Likewise.
23335         (casin_test_data): Likewise.
23336         (casinh_test_data): Likewise.
23337         (catan_test_data): Likewise.
23338         (catanh_test_data): Likewise.
23339         (cbrt_test_data): Likewise.
23340         (ccos_test_data): Likewise.
23341         (ccosh_test_data): Likewise.
23342         (ceil_test_data): Likewise.
23343         (cexp_test_data): Likewise.
23344         (cimag_test_data): Likewise.
23345         (clog_test_data): Likewise.
23346         (clog10_test_data): Likewise.
23347         (conj_test_data): Likewise.
23348         (copysign_test_data): Likewise.
23349         (cos_test_data): Likewise.
23350         (cos_tonearest_test_data): Likewise.
23351         (cos_towardzero_test_data): Likewise.
23352         (cos_downward_test_data): Likewise.
23353         (cos_upward_test_data): Likewise.
23354         (cosh_test_data): Likewise.
23355         (cosh_tonearest_test_data): Likewise.
23356         (cosh_towardzero_test_data): Likewise.
23357         (cosh_downward_test_data): Likewise.
23358         (cosh_upward_test_data): Likewise.
23359         (cpow_test_data): Likewise.
23360         (cproj_test_data): Likewise.
23361         (creal_test_data): Likewise.
23362         (csin_test_data): Likewise.
23363         (csinh_test_data): Likewise.
23364         (csqrt_test_data): Likewise.
23365         (ctan_test_data): Likewise.
23366         (ctan_tonearest_test_data): Likewise.
23367         (ctan_towardzero_test_data): Likewise.
23368         (ctan_downward_test_data): Likewise.
23369         (ctan_upward_test_data): Likewise.
23370         (ctanh_test_data): Likewise.
23371         (ctanh_tonearest_test_data): Likewise.
23372         (ctanh_towardzero_test_data): Likewise.
23373         (ctanh_downward_test_data): Likewise.
23374         (ctanh_upward_test_data): Likewise.
23375         (erf_test_data): Likewise.
23376         (erfc_test_data): Likewise.
23377         (exp_test_data): Likewise.
23378         (exp_tonearest_test_data): Likewise.
23379         (exp_towardzero_test_data): Likewise.
23380         (exp_downward_test_data): Likewise.
23381         (exp_upward_test_data): Likewise.
23382         (exp10_test_data): Likewise.
23383         (exp2_test_data): Likewise.
23384         (expm1_test_data): Likewise.
23385         (fabs_test_data): Likewise.
23386         (fdim_test_data): Likewise.
23387         (finite_test_data): Likewise.
23388         (floor_test_data): Likewise.
23389         (fma_test_data): Likewise.
23390         (fma_towardzero_test_data): Likewise.
23391         (fma_downward_test_data): Likewise.
23392         (fma_upward_test_data): Likewise.
23393         (fmax_test_data): Likewise.
23394         (fmin_test_data): Likewise.
23395         (fmod_test_data): Likewise.
23396         (fpclassify_test_data): Likewise.
23397         (frexp_test_data): Likewise.
23398         (gamma_test_data): Likewise.
23399         (hypot_test_data): Likewise.
23400         (ilogb_test_data): Likewise.
23401         (isfinite_test_data): Likewise.
23402         (isgreater_test_data): Likewise.
23403         (isgreaterequal_test_data): Likewise.
23404         (isinf_test_data): Likewise.
23405         (isless_test_data): Likewise.
23406         (islessequal_test_data): Likewise.
23407         (islessgreater_test_data): Likewise.
23408         (isnan_test_data): Likewise.
23409         (isnormal_test_data): Likewise.
23410         (issignaling_test_data): Likewise.
23411         (isunordered_test_data): Likewise.
23412         (j0_test_data): Likewise.
23413         (j1_test_data): Likewise.
23414         (jn_test_data): Likewise.
23415         (ldexp_test_data): Likewise.
23416         (lgamma_test_data): Likewise.
23417         (lrint_test_data): Likewise.
23418         (lrint_tonearest_test_data): Likewise.
23419         (lrint_towardzero_test_data): Likewise.
23420         (lrint_downward_test_data): Likewise.
23421         (lrint_upward_test_data): Likewise.
23422         (llrint_test_data): Likewise.
23423         (llrint_tonearest_test_data): Likewise.
23424         (llrint_towardzero_test_data): Likewise.
23425         (llrint_downward_test_data): Likewise.
23426         (llrint_upward_test_data): Likewise.
23427         (log_test_data): Likewise.
23428         (log10_test_data): Likewise.
23429         (log1p_test_data): Likewise.
23430         (log2_test_data): Likewise.
23431         (logb_test_data): Likewise.
23432         (logb_downward_test_data): Likewise.
23433         (lround_test_data): Likewise.
23434         (llround_test_data): Likewise.
23435         (modf_test_data): Likewise.
23436         (nearbyint_test_data): Likewise.
23437         (nextafter_test_data): Likewise.
23438         (nexttoward_test_data): Likewise.
23439         (pow_test_data): Likewise.
23440         (pow_tonearest_test_data): Likewise.
23441         (pow_towardzero_test_data): Likewise.
23442         (pow_downward_test_data): Likewise.
23443         (pow_upward_test_data): Likewise.
23444         (remainder_test_data): Likewise.
23445         (remainder_tonearest_test_data): Likewise.
23446         (remainder_towardzero_test_data): Likewise.
23447         (remainder_downward_test_data): Likewise.
23448         (remainder_upward_test_data): Likewise.
23449         (remquo_test_data): Likewise.
23450         (rint_test_data): Likewise.
23451         (rint_tonearest_test_data): Likewise.
23452         (rint_towardzero_test_data): Likewise.
23453         (rint_downward_test_data): Likewise.
23454         (rint_upward_test_data): Likewise.
23455         (round_test_data): Likewise.
23456         (scalb_test_data): Likewise.
23457         (scalbn_test_data): Likewise.
23458         (scalbln_test_data): Likewise.
23459         (signbit_test_data): Likewise.
23460         (sin_test_data): Likewise.
23461         (sin_tonearest_test_data): Likewise.
23462         (sin_towardzero_test_data): Likewise.
23463         (sin_downward_test_data): Likewise.
23464         (sin_upward_test_data): Likewise.
23465         (sincos_test_data): Likewise.
23466         (sinh_test_data): Likewise.
23467         (sinh_tonearest_test_data): Likewise.
23468         (sinh_towardzero_test_data): Likewise.
23469         (sinh_downward_test_data): Likewise.
23470         (sinh_upward_test_data): Likewise.
23471         (sqrt_test_data): Likewise.
23472         (tan_test_data): Likewise.
23473         (tan_tonearest_test_data): Likewise.
23474         (tan_towardzero_test_data): Likewise.
23475         (tan_downward_test_data): Likewise.
23476         (tan_upward_test_data): Likewise.
23477         (tanh_test_data): Likewise.
23478         (tgamma_test_data): Likewise.
23479         (trunc_test_data): Likewise.
23480         (y0_test_data): Likewise.
23481         (y1_test_data): Likewise.
23482         (yn_test_data): Likewise.
23483         (significand_test_data): Likewise.
23485         * math/gen-libm-test.pl (@functions): Remove variable.
23486         (generate_testfile): Don't handle START and END lines.
23487         * math/libm-test.inc (START): New macro.
23488         (END): Likewise.
23489         (END_COMPLEX): Likewise.
23490         (acos_test): Use END macro without arguments.
23491         (acos_test_tonearest): Likewise.
23492         (acos_test_towardzero): Likewise.
23493         (acos_test_downward): Likewise.
23494         (acos_test_upward): Likewise.
23495         (acosh_test): Likewise.
23496         (asin_test): Likewise.
23497         (asin_test_tonearest): Likewise.
23498         (asin_test_towardzero): Likewise.
23499         (asin_test_downward): Likewise.
23500         (asin_test_upward): Likewise.
23501         (asinh_test): Likewise.
23502         (atan_test): Likewise.
23503         (atanh_test): Likewise.
23504         (atan2_test): Likewise.
23505         (cabs_test): Likewise.
23506         (cacos_test): Use END_COMPLEX macro without arguments.
23507         (cacosh_test): Likewise.
23508         (carg_test): Use END macro without arguments.
23509         (casin_test): Use END_COMPLEX macro without arguments.
23510         (casinh_test): Likewise.
23511         (catan_test): Likewise.
23512         (catanh_test): Likewise.
23513         (cbrt_test): Use END macro without arguments.
23514         (ccos_test): Use END_COMPLEX macro without arguments.
23515         (ccosh_test): Likewise.
23516         (ceil_test): Use END macro without arguments.
23517         (cexp_test): Use END_COMPLEX macro without arguments.
23518         (cimag_test): Use END macro without arguments.
23519         (clog_test): Use END_COMPLEX macro without arguments.
23520         (clog10_test): Likewise.
23521         (conj_test): Likewise.
23522         (copysign_test): Use END macro without arguments.
23523         (cos_test): Likewise.
23524         (cos_test_tonearest): Likewise.
23525         (cos_test_towardzero): Likewise.
23526         (cos_test_downward): Likewise.
23527         (cos_test_upward): Likewise.
23528         (cosh_test): Likewise.
23529         (cosh_test_tonearest): Likewise.
23530         (cosh_test_towardzero): Likewise.
23531         (cosh_test_downward): Likewise.
23532         (cosh_test_upward): Likewise.
23533         (cpow_test): Use END_COMPLEX macro without arguments.
23534         (cproj_test): Likewise.
23535         (creal_test): Use END macro without arguments.
23536         (csin_test): Use END_COMPLEX macro without arguments.
23537         (csinh_test): Likewise.
23538         (csqrt_test): Likewise.
23539         (ctan_test): Likewise.
23540         (ctan_test_tonearest): Likewise.
23541         (ctan_test_towardzero): Likewise.
23542         (ctan_test_downward): Likewise.
23543         (ctan_test_upward): Likewise.
23544         (ctanh_test): Likewise.
23545         (ctanh_test_tonearest): Likewise.
23546         (ctanh_test_towardzero): Likewise.
23547         (ctanh_test_downward): Likewise.
23548         (ctanh_test_upward): Likewise.
23549         (erf_test): Use END macro without arguments.
23550         (erfc_test): Likewise.
23551         (exp_test): Likewise.
23552         (exp_test_tonearest): Likewise.
23553         (exp_test_towardzero): Likewise.
23554         (exp_test_downward): Likewise.
23555         (exp_test_upward): Likewise.
23556         (exp10_test): Likewise.
23557         (exp2_test): Likewise.
23558         (expm1_test): Likewise.
23559         (fabs_test): Likewise.
23560         (fdim_test): Likewise.
23561         (finite_test): Likewise.
23562         (floor_test): Likewise.
23563         (fma_test): Likewise.
23564         (fma_test_towardzero): Likewise.
23565         (fma_test_downward): Likewise.
23566         (fma_test_upward): Likewise.
23567         (fmax_test): Likewise.
23568         (fmin_test): Likewise.
23569         (fmod_test): Likewise.
23570         (fpclassify_test): Likewise.
23571         (frexp_test): Likewise.
23572         (gamma_test): Likewise.
23573         (hypot_test): Likewise.
23574         (ilogb_test): Likewise.
23575         (isfinite_test): Likewise.
23576         (isgreater_test): Likewise.
23577         (isgreaterequal_test): Likewise.
23578         (isinf_test): Likewise.
23579         (isless_test): Likewise.
23580         (islessequal_test): Likewise.
23581         (islessgreater_test): Likewise.
23582         (isnan_test): Likewise.
23583         (isnormal_test): Likewise.
23584         (issignaling_test): Likewise.
23585         (isunordered_test): Likewise.
23586         (j0_test): Likewise.
23587         (j1_test): Likewise.
23588         (jn_test): Likewise.
23589         (ldexp_test): Likewise.
23590         (lgamma_test): Likewise.
23591         (lrint_test): Likewise.
23592         (lrint_test_tonearest): Likewise.
23593         (lrint_test_towardzero): Likewise.
23594         (lrint_test_downward): Likewise.
23595         (lrint_test_upward): Likewise.
23596         (llrint_test): Likewise.
23597         (llrint_test_tonearest): Likewise.
23598         (llrint_test_towardzero): Likewise.
23599         (llrint_test_downward): Likewise.
23600         (llrint_test_upward): Likewise.
23601         (log_test): Likewise.
23602         (log10_test): Likewise.
23603         (log1p_test): Likewise.
23604         (log2_test): Likewise.
23605         (logb_test): Likewise.
23606         (logb_test_downward): Likewise.
23607         (lround_test): Likewise.
23608         (llround_test): Likewise.
23609         (modf_test): Likewise.
23610         (nearbyint_test): Likewise.
23611         (nextafter_test): Likewise.
23612         (nexttoward_test): Likewise.
23613         (pow_test): Likewise.
23614         (pow_test_tonearest): Likewise.
23615         (pow_test_towardzero): Likewise.
23616         (pow_test_downward): Likewise.
23617         (pow_test_upward): Likewise.
23618         (remainder_test): Likewise.
23619         (remainder_test_tonearest): Likewise.
23620         (remainder_test_towardzero): Likewise.
23621         (remainder_test_downward): Likewise.
23622         (remainder_test_upward): Likewise.
23623         (remquo_test): Likewise.
23624         (rint_test): Likewise.
23625         (rint_test_tonearest): Likewise.
23626         (rint_test_towardzero): Likewise.
23627         (rint_test_downward): Likewise.
23628         (rint_test_upward): Likewise.
23629         (round_test): Likewise.
23630         (scalb_test): Likewise.
23631         (scalbn_test): Likewise.
23632         (scalbln_test): Likewise.
23633         (signbit_test): Likewise.
23634         (sin_test): Likewise.
23635         (sin_test_tonearest): Likewise.
23636         (sin_test_towardzero): Likewise.
23637         (sin_test_downward): Likewise.
23638         (sin_test_upward): Likewise.
23639         (sincos_test): Likewise.
23640         (sinh_test): Likewise.
23641         (sinh_test_tonearest): Likewise.
23642         (sinh_test_towardzero): Likewise.
23643         (sinh_test_downward): Likewise.
23644         (sinh_test_upward): Likewise.
23645         (sqrt_test): Likewise.
23646         (tan_test): Likewise.
23647         (tan_test_tonearest): Likewise.
23648         (tan_test_towardzero): Likewise.
23649         (tan_test_downward): Likewise.
23650         (tan_test_upward): Likewise.
23651         (tanh_test): Likewise.
23652         (tgamma_test): Likewise.
23653         (trunc_test): Likewise.
23654         (y0_test): Likewise.
23655         (y1_test): Likewise.
23656         (yn_test): Likewise.
23657         (significand_test): Likewise.
23659 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
23661         [BZ #15381]
23662         * libio/genops.c (_IO_no_init): Initialize wide struct info.
23664 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
23666         [BZ #14894]
23667         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
23668         __ppc_mdoio and __ppc_mdoom.
23669         * manual/platform.texi: Document new functions __ppc_yield,
23670         __ppc_mdoio and __ppc_mdoom.
23672 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
23674         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
23675         (main): Mention "tls" pseudo-hwcap is legacy.
23676         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
23678 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
23680         * math/gen-libm-test.pl (parse_args): Output only string of
23681         arguments as text for test name, not full call or descriptions of
23682         tests for extra outputs.
23683         (generate_testfile): Do not pass function name to parse_args.
23684         Generate this_func variable from START.
23685         * math/libm-test.inc (struct test_f_f_data): Rename test_name
23686         field to arg_str.
23687         (struct test_ff_f_data): Likewise.
23688         (test_ff_f_data_nexttoward): Likewise.
23689         (struct test_fi_f_data): Likewise.
23690         (struct test_fl_f_data): Likewise.
23691         (struct test_if_f_data): Likewise.
23692         (struct test_fff_f_data): Likewise.
23693         (struct test_c_f_data): Likewise.
23694         (struct test_f_f1_data): Likewise.  Remove field extra_name.
23695         (struct test_fF_f1_data): Likewise.
23696         (struct test_ffI_f1_data): Likewise.
23697         (struct test_c_c_data): Rename test_name field to arg_str.
23698         (struct test_cc_c_data): Likewise.
23699         (struct test_f_i_data): Likewise.
23700         (struct test_ff_i_data): Likewise.
23701         (struct test_f_l_data): Likewise.
23702         (struct test_f_L_data): Likewise.
23703         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
23704         and extra2_name.
23705         (COMMON_TEST_SETUP): New macro.
23706         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
23707         (COMMON_TEST_CLEANUP): Likewise.
23708         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
23709         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
23710         macros.
23711         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
23712         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
23713         macros.
23714         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
23715         (RUN_TEST_fff_f): Take argument string.  Call new setup and
23716         cleanup macros.
23717         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
23718         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
23719         macros.
23720         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
23721         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
23722         macros.
23723         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
23724         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
23725         cleanup macros.
23726         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
23727         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
23728         cleanup macros.
23729         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
23730         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
23731         cleanup macros.
23732         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
23733         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
23734         macros.
23735         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
23736         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
23737         macros.
23738         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
23739         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
23740         macros.
23741         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
23742         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
23743         cleanup macros.
23744         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
23745         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
23746         cleanup macros.
23747         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
23748         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
23749         macros.
23750         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
23751         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
23752         cleanup macros.
23753         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
23754         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
23755         macros.
23756         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
23757         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
23758         macros.
23759         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
23760         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
23761         cleanup macros.
23762         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
23764 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
23766         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
23767         to _sifields.sigfault.
23768         (si_addr_lsb): Define new macro.
23769         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
23770         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
23771         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
23773 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
23775         [BZ #15441]
23776         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
23777         returns -1.
23778         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
23779         null return -1.
23780         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
23781         loading the domain.
23783 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
23785         * math/gen-libm-test.pl (parse_args): Do not include expected
23786         result in test name.
23787         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
23788         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
23789         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
23790         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
23791         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
23792         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23794 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
23796         * benchtests/Makefile: Sort function entries.
23798         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
23799         tanh, asinh, acosh, atanh.
23800         * benchtests/acos-inputs: New file.
23801         * benchtests/acosh-inputs: New file.
23802         * benchtests/asin-inputs: New file.
23803         * benchtests/asinh-inputs: New file.
23804         * benchtests/atanh-inputs: New file.
23805         * benchtests/cosh-inputs: New file.
23806         * benchtests/log-inputs: New file.
23807         * benchtests/sinh-inputs: New file.
23808         * benchtests/tanh-inputs: New file.
23810 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
23812         [BZ #15339]
23813         * posix/tst-getaddrinfo4.c: New test.
23814         * posix/Makefile (tests): Add it.
23816 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23818         [BZ #15339]
23819         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
23820         when no services were used.
23821         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
23822         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
23824 2013-05-21  Andreas Schwab  <schwab@suse.de>
23826         [BZ #15014]
23827         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
23828         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
23829         successful.
23830         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
23831         redundant variable declarations and reallocation of buffer when
23832         parsing as IPv6 address.  Always set NSS status when called from
23833         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
23834         buffer too small.  Correct computation of needed size.
23835         * nss/Makefile (tests): Add test-digits-dots.
23836         * nss/test-digits-dots.c: New test.
23838 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23840         * benchtests/Makefile: Remove instructions for adding
23841         benchmark tests.
23842         * benchtests/README: New file to explain how to execute and
23843         enhance the benchmark tests.
23845 2013-05-21  Andreas Schwab  <schwab@suse.de>
23847         [BZ #15493]
23848         * setjmp/Makefile (tests): Add tst-sigsetjmp.
23849         * setjmp/tst-sigsetjmp.c: New test.
23851 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
23853         * sysdeps/x86_64/memset.S (memset): New implementation.
23854         (__bzero): Likewise.
23855         (__memset_tail): New function.
23857 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
23859         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
23860         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
23861         __memcpy_sse2_unaligned ifunc selection.
23862         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23863         Add memcpy-sse2-unaligned.S.
23864         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
23865         Add: __memcpy_sse2_unaligned.
23867 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
23869         [BZ #15490]
23870         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
23871         math_force_eval before restoring floating-point envrionment.
23872         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
23873         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
23874         Likewise.
23875         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
23876         <math_private.h>.
23877         (__nearbyintl): Use math_force_eval before restoring
23878         floating-point environment.
23879         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
23881         * math/gen-libm-test.pl (special_functions): Remove.
23882         (parse_args): Don't handle TEST_extra.  Handle functions with no
23883         return value.
23884         * math/libm-test.inc (struct test_sincos_data): Replace with
23885         struct test_fFF_11_data.
23886         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
23887         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
23888         (sincos_test_data): Change element type to struct
23889         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
23890         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
23891         RUN_TEST_LOOP_sincos.
23892         * math/README.libm-test: Don't mention special handling of
23893         individual functions.
23894         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
23895         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
23896         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
23897         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
23898         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
23899         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23901         * math/gen-libm-test.pl (get_variable): Remove function.
23902         (parse_args): Don't show pointer parameters to call in test
23903         names.  Use "extra output N" in test names for extra outputs
23904         rather than naming variables.
23906 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
23908         [BZ #15488]
23909         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
23910         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
23911         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
23912         double tests.
23913         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
23914         disable.
23915         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
23916         check_long_double.
23918         * math/gen-libm-test.pl (@tests): Remove variable.
23919         ($count): Likewise.
23920         (new_test): Remove function.
23921         (show_exceptions): New function.
23922         (special_functions): Use show_exceptions instead of new_test.
23923         (parse_args): Likewise.
23924         (generate_testfile): Pass only function name in generated call to
23925         print_max_error or print_complex_max_error.
23926         (get_ulps): Do not handle complex tests specially.
23927         (output_test): Rename to ...
23928         (get_all_ulps_for_test): ... this.  Return a string rather than
23929         printing to a file.  Require ulps to be present.
23930         (output_ulps): Generate arrays rather than #defines.
23931         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
23932         (struct ulp_data): New type.
23933         (BUILD_COMPLEX_ULP): Remove macro.
23934         (compare_ulp_data): New function.
23935         (find_ulps): Likewise.
23936         (find_test_ulps): Likewise.
23937         (find_function_ulps): Likewise.
23938         (find_complex_function_ulps): Likewise.
23939         (print_max_error): Determine allowed ulps using
23940         find_function_ulps.
23941         (print_complex_max_error): Determine allowed ulps using
23942         find_complex_function_ulps.
23943         (check_float_internal): Determine max ulps using find_test_ulps.
23944         (check_float): Do not take max_ulp parameter.  Update call to
23945         check_float_internal.
23946         (check_complex): Likewise.
23947         (check_int): Do not take max_ulp parameter.
23948         (check_long): Likewise.
23949         (check_bool): Likewise.
23950         (check_longlong): Likewise.
23951         (struct test_f_f_data): Remove max_ulp field.
23952         (struct test_ff_f_data): Likewise.
23953         (struct test_ff_f_data_nexttoward): Likewise.
23954         (struct test_fi_f_data): Likewise.
23955         (struct test_fl_f_data): Likewise.
23956         (struct test_if_f_data): Likewise.
23957         (struct test_fff_f_data): Likewise.
23958         (struct test_c_f_data): Likewise.
23959         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
23960         (struct test_fF_f1_data): Likewise.
23961         (struct test_ffI_f1_data): Likewise.
23962         (struct test_c_c_data): Remove max_ulp field.
23963         (struct test_cc_c_data): Likewise.
23964         (struct test_f_i_data): Likewise.
23965         (struct test_ff_i_data): Likewise.
23966         (struct test_f_l_data): Likewise.
23967         (struct test_f_L_data): Likewise.
23968         (struct test_sincos_data): Likewise.
23969         (RUN_TEST_f_f): Do not handle ulps.
23970         (RUN_TEST_LOOP_f_f): Likewise.
23971         (RUN_TEST_2_f): Likewise.
23972         (RUN_TEST_LOOP_2_f): Likewise.
23973         (RUN_TEST_fff_f): Likewise.
23974         (RUN_TEST_LOOP_fff_f): Likewise.
23975         (RUN_TEST_c_f): Likewise.
23976         (RUN_TEST_LOOP_c_f): Likewise.
23977         (RUN_TEST_f_f1): Likewise.
23978         (RUN_TEST_LOOP_f_f1): Likewise.
23979         (RUN_TEST_fF_f1): Likewise.
23980         (RUN_TEST_LOOP_fF_f1): Likewise.
23981         (RUN_TEST_fI_f1): Likewise.
23982         (RUN_TEST_LOOP_fI_f1): Likewise.
23983         (RUN_TEST_ffI_f1): Likewise.
23984         (RUN_TEST_LOOP_ffI_f1): Likewise.
23985         (RUN_TEST_c_c): Likewise.
23986         (RUN_TEST_LOOP_c_c): Likewise.
23987         (RUN_TEST_cc_c): Likewise.
23988         (RUN_TEST_LOOP_cc_c): Likewise.
23989         (RUN_TEST_f_i): Likewise.
23990         (RUN_TEST_LOOP_f_i): Likewise.
23991         (RUN_TEST_f_i_tg): Likewise.
23992         (RUN_TEST_LOOP_f_i_tg): Likewise.
23993         (RUN_TEST_ff_i_tg): Likewise.
23994         (RUN_TEST_LOOP_ff_i_tg): Likewise.
23995         (RUN_TEST_f_b): Likewise.
23996         (RUN_TEST_LOOP_f_b): Likewise.
23997         (RUN_TEST_f_b_tg): Likewise.
23998         (RUN_TEST_LOOP_f_b_tg): Likewise.
23999         (RUN_TEST_f_l): Likewise.
24000         (RUN_TEST_LOOP_f_l): Likewise.
24001         (RUN_TEST_f_L): Likewise.
24002         (RUN_TEST_LOOP_f_L): Likewise.
24003         (RUN_TEST_sincos): Likewise.
24004         (RUN_TEST_LOOP_sincos): Likewise.
24006 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
24008         [BZ #15480]
24009         [BZ #15485]
24010         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
24011         main case of finite arguments, set rounding mode to FE_TONEAREST
24012         and discard exceptions.
24013         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
24014         exceptions.
24015         (remainder_tonearest_test_data): New variable.
24016         (remainder_test_tonearest): New function.
24017         (remainder_towardzero_test_data): New variable.
24018         (remainder_test_towardzero): New function.
24019         (remainder_downward_test_data): New variable.
24020         (remainder_test_downward): New function.
24021         (remainder_upward_test_data): New variable.
24022         (remainder_test_upward): New function.
24023         (main): Call the new test functions.
24025         * math/libm-test.inc (struct test_f_f1_data): Remove field
24026         extra_init.
24027         (struct test_fF_f1_data): Likewise.
24028         (struct test_ffI_f1_data): Likewise.
24029         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
24030         based on value of EXTRA_EXPECTED.
24031         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
24032         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
24033         EXTRA_VAR based on value of EXTRA_EXPECTED.
24034         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
24035         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
24036         EXTRA_VAR based on value of EXTRA_EXPECTED.
24037         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
24038         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
24039         EXTRA_VAR based on value of EXTRA_EXPECTED.
24040         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
24041         * math/gen-libm-test.pl (parse_args): Don't output initializers
24042         for extra output values.
24044         * math/libm-test.inc (check_int): Expect result to be exactly
24045         equal to expected value and do not handle ulps.
24046         (check_long): Likewise.
24047         (check_longlong): Likewise.
24049         * math/libm-test.inc (ceil_test_data): Test for "inexact"
24050         exceptions.
24051         (cimag_test_data): Likewise.
24052         (conj_test_data): Likewise.
24053         (copysign_test_data): Likewise.
24054         (cproj_test_data): Likewise.
24055         (creal_test_data): Likewise.
24056         (fabs_test_data): Likewise.
24057         (fdim_test_data): Likewise.
24058         (finite_test_data): Likewise.
24059         (floor_test_data): Likewise.
24060         (fmax_test_data): Likewise.
24061         (fmin_test_data): Likewise.
24062         (fmod_test_data): Likewise.
24063         (fpclassify_test_data): Likewise.
24064         (frexp_test_data): Likewise.
24065         (ilogb_test_data): Likewise.
24066         (isfinite_test_data): Likewise.
24067         (isgreater_test_data): Likewise.
24068         (isgreaterequal_test_data): Likewise.
24069         (isinf_test_data): Likewise.
24070         (isless_test_data): Likewise.
24071         (islessequal_test_data): Likewise.
24072         (islessgreater_test_data): Likewise.
24073         (isnan_test_data): Likewise.
24074         (isnormal_test_data): Likewise.
24075         (issignaling_test_data): Likewise.
24076         (isunordered_test_data): Likewise.
24077         (ldexp_test_data): Likewise.
24078         (lrint_test_data): Likewise.
24079         (lrint_test_data) [TEST_FLOAT]: Disable one test.
24080         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
24081         (lrint_tonearest_test_data): Test for "inexact" exceptions.
24082         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24083         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
24084         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24085         test input.
24086         (lrint_towardzero_test_data): Test for "inexact" exceptions.
24087         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24088         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
24089         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
24090         that test input.
24091         (lrint_downward_test_data): Test for "inexact" exceptions.
24092         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24093         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
24094         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
24095         test input.
24096         (lrint_upward_test_data): Test for "inexact" exceptions.
24097         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
24098         test input.
24099         (llrint_test_data): Test for "inexact" exceptions.
24100         (llrint_test_data) [TEST_FLOAT]: Disable one test.
24101         (llrint_tonearest_test_data): Test for "inexact" exceptions.
24102         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
24103         (llrint_towardzero_test_data): Test for "inexact" exceptions.
24104         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
24105         (llrint_downward_test_data): Test for "inexact" exceptions.
24106         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
24107         (llrint_upward_test_data): Test for "inexact" exceptions.
24108         (logb_test_data): Likewise.
24109         (logb_downward_test_data): Likewise.
24110         (nextafter_test_data): Likewise.
24111         (nexttoward_test_data): Likewise.
24112         (remainder_test_data): Likewise.
24113         (remquo_test_data): Likewise.
24114         (scalbn_test_data): Likewise.
24115         (scalbln_test_data): Likewise.
24116         (signbit_test_data): Likewise.
24117         (sqrt_test_data): Likewise.
24118         (significand_test_data): Likewise.
24120 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
24122         [BZ #15424]
24123         * benchtests/bench-modf.c (struct args): Mark arg0 as
24124         volatile.
24125         * scripts/bench.pl: Mark members of struct args as volatile.
24127 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24129         [BZ # 15497]
24130         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
24131         negative infinity on POWER6 or lower.
24132         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
24134 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
24136         [BZ #15442]
24137         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24138         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24139         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24140         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24141         (_FP_SETQNAN): New macro.
24142         (_FP_SETQNAN_SEMIRAW): Likewise.
24143         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
24144         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
24145         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
24146         (FP_EXTEND): Use _FP_FRAC_SNANP.
24147         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
24148         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
24149         into account.
24150         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24151         New macro.
24152         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24153         Likewise.
24155 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24157         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
24158         with DIVIDE_BY_ZERO_EXCEPTION.
24159         (gamma_test_data): Likewise.
24160         (lgamma_test_data): Likewise.
24161         (log_test_data): Likewise.
24162         (log10_test_data): Likewise.
24163         (log2_test_data): Likewise.
24164         (tgamma_test_data): Likewise.
24166         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
24167         (acos_test_tonearest): Likewise.
24168         (acos_test_towardzero): Likewise.
24169         (acos_test_downward): Likewise.
24170         (acos_test_upward): Likewise.
24171         (acosh_test): Likewise.
24172         (asin_test): Likewise.
24173         (asin_test_tonearest): Likewise.
24174         (asin_test_towardzero): Likewise.
24175         (asin_test_downward): Likewise.
24176         (asin_test_upward): Likewise.
24177         (asinh_test): Likewise.
24178         (atan_test): Likewise.
24179         (atanh_test): Likewise.
24180         (atan2_test): Likewise.
24181         (cabs_test): Likewise.
24182         (cacos_test): Likewise.
24183         (cacosh_test): Likewise.
24184         (casin_test): Likewise.
24185         (casinh_test): Likewise.
24186         (catan_test): Likewise.
24187         (catanh_test): Likewise.
24188         (cbrt_test): Likewise.
24189         (ccos_test): Likewise.
24190         (ccosh_test): Likewise.
24191         (cexp_test): Likewise.
24192         (clog_test): Likewise.
24193         (clog10_test): Likewise.
24194         (cos_test): Likewise.
24195         (cos_test_tonearest): Likewise.
24196         (cos_test_towardzero): Likewise.
24197         (cos_test_downward): Likewise.
24198         (cos_test_upward): Likewise.
24199         (cosh_test): Likewise.
24200         (cosh_test_tonearest): Likewise.
24201         (cosh_test_towardzero): Likewise.
24202         (cosh_test_downward): Likewise.
24203         (cosh_test_upward): Likewise.
24204         (cpow_test): Likewise.
24205         (csin_test): Likewise.
24206         (csinh_test): Likewise.
24207         (csqrt_test): Likewise.
24208         (ctan_test): Likewise.
24209         (ctan_test_tonearest): Likewise.
24210         (ctan_test_towardzero): Likewise.
24211         (ctan_test_downward): Likewise.
24212         (ctan_test_upward): Likewise.
24213         (ctanh_test): Likewise.
24214         (ctanh_test_tonearest): Likewise.
24215         (ctanh_test_towardzero): Likewise.
24216         (ctanh_test_downward): Likewise.
24217         (ctanh_test_upward): Likewise.
24218         (erf_test): Likewise.
24219         (erfc_test): Likewise.
24220         (exp_test): Likewise.
24221         (exp_test_tonearest): Likewise.
24222         (exp_test_towardzero): Likewise.
24223         (exp_test_downward): Likewise.
24224         (exp_test_upward): Likewise.
24225         (exp10_test): Likewise.
24226         (exp2_test): Likewise.
24227         (expm1_test): Likewise.
24228         (fmod_test): Likewise.
24229         (gamma_test): Likewise.
24230         (hypot_test): Likewise.
24231         (j0_test): Likewise.
24232         (j1_test): Likewise.
24233         (jn_test): Likewise.
24234         (lgamma_test): Likewise.
24235         (log_test): Likewise.
24236         (log10_test): Likewise.
24237         (log1p_test): Likewise.
24238         (log2_test): Likewise.
24239         (logb_test_downward): Likewise.
24240         (pow_test): Likewise.
24241         (pow_test_tonearest): Likewise.
24242         (pow_test_towardzero): Likewise.
24243         (pow_test_downward): Likewise.
24244         (pow_test_upward): Likewise.
24245         (remainder_test): Likewise.
24246         (remquo_test): Likewise.
24247         (sin_test): Likewise.
24248         (sin_test_tonearest): Likewise.
24249         (sin_test_towardzero): Likewise.
24250         (sin_test_downward): Likewise.
24251         (sin_test_upward): Likewise.
24252         (sincos_test): Likewise.
24253         (sinh_test): Likewise.
24254         (sinh_test_tonearest): Likewise.
24255         (sinh_test_towardzero): Likewise.
24256         (sinh_test_downward): Likewise.
24257         (sinh_test_upward): Likewise.
24258         (sqrt_test): Likewise.
24259         (tan_test): Likewise.
24260         (tan_test_tonearest): Likewise.
24261         (tan_test_towardzero): Likewise.
24262         (tan_test_downward): Likewise.
24263         (tan_test_upward): Likewise.
24264         (tanh_test): Likewise.
24265         (tgamma_test): Likewise.
24266         (y0_test): Likewise.
24267         (y1_test): Likewise.
24268         (yn_test): Likewise.
24270         * math/gen-libm-test.pl (adjust_arg): Remove function.
24271         (special_function): Remove argument $in_func.  Only handle
24272         generating output for tables of tests, not inside functions.
24273         (parse_args): Likewise.
24274         (generate_testfile): Remove variable $in_func.  Update call to
24275         parse_args.
24276         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
24277         (MINUS_ZERO_INIT): Rename macro to minus_zero.
24278         (PLUS_INFTY_INIT): Rename macro to plus_infty.
24279         (MINUS_INFTY_INIT): Rename macro to minus_infty.
24280         (QNAN_VALUE_INIT): Rename macro to qnan_value.
24281         (MAX_VALUE_INIT): Rename macro to max_value.
24282         (MIN_VALUE_INIT): Rename macro to min_value.
24283         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
24284         (plus_zero): Remove variable.
24285         (minus_zero): Likewise.
24286         (plus_infty): Likewise.
24287         (minus_infty): Likewise.
24288         (qnan_value): Likewise.
24289         (max_value): Likewise.
24290         (min_value): Likewise.
24291         (min_subnorm_value): Likewise.
24293 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24295         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
24296         uint64_t or uint32_t usage.
24297         * crypt/sha256-block.c: Likewise.
24298         * crypt/sha256-crypt.c: Likewise.
24299         * crypt/sha256.c: Likewise.
24300         * crypt/sha512-block.c: Likewise.
24301         * crypt/sha512-crypt.c: Likewise.
24302         * crypt/sha512.c: Likewise.
24303         * debug/backtrace-tst.c: Likewise.
24304         * debug/pcprofiledump.c: Likewise.
24305         * elf/cache.c: Likewise.
24306         * elf/dl-cache.c: Likewise.
24307         * elf/dl-misc.c: Likewise.
24308         * elf/dl-profile.c: Likewise.
24309         * elf/dl-support.c: Likewise.
24310         * elf/ldconfig.c: Likewise.
24311         * elf/sprof.c: Likewise.
24312         * iconv/dummy-repertoire.c: Likewise.
24313         * iconv/iconv_charmap.c: Likewise.
24314         * iconv/skeleton.c: Likewise.
24315         * iconvdata/8bit-generic.c: Likewise.
24316         * iconvdata/cp737.h: Likewise.
24317         * iconvdata/cp775.h: Likewise.
24318         * iconvdata/ibm1008.h: Likewise.
24319         * iconvdata/ibm1025.h: Likewise.
24320         * iconvdata/ibm1046.h: Likewise.
24321         * iconvdata/ibm1097.h: Likewise.
24322         * iconvdata/ibm1112.h: Likewise.
24323         * iconvdata/ibm1122.h: Likewise.
24324         * iconvdata/ibm1123.h: Likewise.
24325         * iconvdata/ibm1124.h: Likewise.
24326         * iconvdata/ibm1129.h: Likewise.
24327         * iconvdata/ibm1130.h: Likewise.
24328         * iconvdata/ibm1132.h: Likewise.
24329         * iconvdata/ibm1133.h: Likewise.
24330         * iconvdata/ibm1137.h: Likewise.
24331         * iconvdata/ibm1140.h: Likewise.
24332         * iconvdata/ibm1141.h: Likewise.
24333         * iconvdata/ibm1142.h: Likewise.
24334         * iconvdata/ibm1143.h: Likewise.
24335         * iconvdata/ibm1144.h: Likewise.
24336         * iconvdata/ibm1145.h: Likewise.
24337         * iconvdata/ibm1146.h: Likewise.
24338         * iconvdata/ibm1147.h: Likewise.
24339         * iconvdata/ibm1148.h: Likewise.
24340         * iconvdata/ibm1149.h: Likewise.
24341         * iconvdata/ibm1153.h: Likewise.
24342         * iconvdata/ibm1154.h: Likewise.
24343         * iconvdata/ibm1155.h: Likewise.
24344         * iconvdata/ibm1156.h: Likewise.
24345         * iconvdata/ibm1157.h: Likewise.
24346         * iconvdata/ibm1158.h: Likewise.
24347         * iconvdata/ibm1160.h: Likewise.
24348         * iconvdata/ibm1161.h: Likewise.
24349         * iconvdata/ibm1162.h: Likewise.
24350         * iconvdata/ibm1163.h: Likewise.
24351         * iconvdata/ibm1164.h: Likewise.
24352         * iconvdata/ibm1166.h: Likewise.
24353         * iconvdata/ibm1167.h: Likewise.
24354         * iconvdata/ibm12712.h: Likewise.
24355         * iconvdata/ibm1390.h: Likewise.
24356         * iconvdata/ibm1399.h: Likewise.
24357         * iconvdata/ibm16804.h: Likewise.
24358         * iconvdata/ibm4517.h: Likewise.
24359         * iconvdata/ibm4899.h: Likewise.
24360         * iconvdata/ibm4909.h: Likewise.
24361         * iconvdata/ibm4971.h: Likewise.
24362         * iconvdata/ibm5347.h: Likewise.
24363         * iconvdata/ibm803.h: Likewise.
24364         * iconvdata/ibm856.h: Likewise.
24365         * iconvdata/ibm901.h: Likewise.
24366         * iconvdata/ibm902.h: Likewise.
24367         * iconvdata/ibm9030.h: Likewise.
24368         * iconvdata/ibm9066.h: Likewise.
24369         * iconvdata/ibm921.h: Likewise.
24370         * iconvdata/ibm922.h: Likewise.
24371         * iconvdata/ibm9448.h: Likewise.
24372         * iconvdata/isiri-3342.h: Likewise.
24373         * iconvdata/jis0201.h: Likewise.
24374         * include/link.h: Likewise.
24375         * include/netdb.h: Likewise.
24376         * inet/check_native.c: Likewise.
24377         * inet/check_pf.c: Likewise.
24378         * inet/getipv4sourcefilter.c: Likewise.
24379         * inet/getnameinfo.c: Likewise.
24380         * inet/getsourcefilter.c: Likewise.
24381         * inet/htonl.c: Likewise.
24382         * inet/setipv4sourcefilter.c: Likewise.
24383         * inet/setsourcefilter.c: Likewise.
24384         * inet/test-inet6_opt.c: Likewise.
24385         * inet/tst-network.c: Likewise.
24386         * locale/C-collate.c: Likewise.
24387         * locale/C-ctype.c: Likewise.
24388         * locale/C-time.c: Likewise.
24389         * locale/C-translit.h: Likewise.
24390         * locale/loadarchive.c: Likewise.
24391         * locale/programs/3level.h: Likewise.
24392         * locale/programs/charmap.c: Likewise.
24393         * locale/programs/charmap.h: Likewise.
24394         * locale/programs/ld-address.c: Likewise.
24395         * locale/programs/ld-collate.c: Likewise.
24396         * locale/programs/ld-ctype.c: Likewise.
24397         * locale/programs/ld-identification.c: Likewise.
24398         * locale/programs/ld-measurement.c: Likewise.
24399         * locale/programs/ld-messages.c: Likewise.
24400         * locale/programs/ld-monetary.c: Likewise.
24401         * locale/programs/ld-name.c: Likewise.
24402         * locale/programs/ld-numeric.c: Likewise.
24403         * locale/programs/ld-paper.c: Likewise.
24404         * locale/programs/ld-telephone.c: Likewise.
24405         * locale/programs/ld-time.c: Likewise.
24406         * locale/programs/linereader.c: Likewise.
24407         * locale/programs/locale.c: Likewise.
24408         * locale/programs/locarchive.c: Likewise.
24409         * locale/programs/locfile.h: Likewise.
24410         * locale/programs/repertoire.c: Likewise.
24411         * locale/programs/simple-hash.c: Likewise.
24412         * locale/programs/simple-hash.h: Likewise.
24413         * malloc/memusage.c: Likewise.
24414         * malloc/memusagestat.c: Likewise.
24415         * nis/nis_defaults.c: Likewise.
24416         * nis/nis_hash.c: Likewise.
24417         * nis/nis_print.c: Likewise.
24418         * nis/nis_xdr.c: Likewise.
24419         * nscd/connections.c: Likewise.
24420         * nscd/hstcache.c: Likewise.
24421         * nscd/nscd_gethst_r.c: Likewise.
24422         * nscd/nscd_getserv_r.c: Likewise.
24423         * nscd/nscd_helper.c: Likewise.
24424         * nscd/servicescache.c: Likewise.
24425         * nss/makedb.c: Likewise.
24426         * nss/nss_db/db-XXX.c: Likewise.
24427         * nss/nss_db/db-initgroups.c: Likewise.
24428         * nss/nss_db/db-netgrp.c: Likewise.
24429         * nss/nss_files/files-network.c: Likewise.
24430         * nss/nss_files/files-parse.c: Likewise.
24431         * posix/bug-regex5.c: Likewise.
24432         * posix/fnmatch_loop.c: Likewise.
24433         * posix/regcomp.c: Likewise.
24434         * posix/regexec.c: Likewise.
24435         * posix/tst-rfc3484-2.c: Likewise.
24436         * posix/tst-rfc3484-3.c: Likewise.
24437         * posix/tst-rfc3484.c: Likewise.
24438         * resolv/nss_dns/dns-canon.c: Likewise.
24439         * resolv/nss_dns/dns-network.c: Likewise.
24440         * resolv/res_init.c: Likewise.
24441         * resolv/res_mkquery.c: Likewise.
24442         * resolv/tst-aton.c: Likewise.
24443         * stdlib/cxa_atexit.c: Likewise.
24444         * stdlib/cxa_finalize.c: Likewise.
24445         * stdlib/gen-fpioconst.c: Likewise.
24446         * stdlib/strtol_l.c: Likewise.
24447         * string/tst-endian.c: Likewise.
24448         * sunrpc/auth_des.c: Likewise.
24449         * sunrpc/clnt_udp.c: Likewise.
24450         * sunrpc/rtime.c: Likewise.
24451         * sunrpc/svcauth_des.c: Likewise.
24452         * sunrpc/xdr.c: Likewise.
24453         * sunrpc/xdr_intXX_t.c: Likewise.
24454         * sunrpc/xdr_rec.c: Likewise.
24455         * sysdeps/generic/ldconfig.h: Likewise.
24456         * sysdeps/generic/ldsodefs.h: Likewise.
24457         * sysdeps/generic/memusage.h: Likewise.
24458         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
24459         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
24460         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
24461         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
24462         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
24463         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
24464         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
24465         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
24466         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
24467         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24468         * sysdeps/posix/getaddrinfo.c: Likewise.
24469         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
24470         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
24471         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
24472         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
24473         * sysdeps/powerpc/test-gettimebase.c: Likewise.
24474         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
24475         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
24476         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
24477         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
24478         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
24479         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
24480         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
24481         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
24482         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
24483         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
24484         * sysdeps/x86_64/dl-tls.h: Likewise.
24485         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
24486         * time/alt_digit.c: Likewise.
24487         * time/era.c: Likewise.
24488         * wcsmbs/tst-c16c32-1.c: Likewise.
24490 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24492         * math/libm-test.inc (struct test_sincos_data): New type.
24493         (RUN_TEST_LOOP_sincos): New macro.
24494         (sincos_test_data): New variable.
24495         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
24497 2013-05-16  Richard Henderson  <rth@redhat.com>
24499         * math/atest-exp2.c (LIMB64): New macro.
24500         (CONSTSZ): New macro.
24501         (mp_exp1, mp_exp_m1, mp_log2): New variables.
24502         (hexdig): Move ...
24503         (print_mpn_fp): ... to function scope.
24504         (read_mpn_hex): Remove.
24505         (get_log2): Remove.
24506         (exp2_mpn): Use mp_log2.
24507         (main): Use mp_exp1.
24509 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24511         * math/libm-test.inc: Remove comment about not testing "inexact"
24512         exceptions.
24513         (INEXACT_EXCEPTION): New macro.
24514         (NO_INEXACT_EXCEPTION): Likewise.
24515         (INVALID_EXCEPTION_OK): Update value.
24516         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
24517         (OVERFLOW_EXCEPTION_OK): Likewise.
24518         (UNDERFLOW_EXCEPTION_OK): Likewise.
24519         (IGNORE_ZERO_INF_SIGN): Likewise.
24520         (ERRNO_UNCHANGED): Likewise.
24521         (ERRNO_EDOM): Likewise.
24522         (ERRNO_ERANGE): Likewise.
24523         (test_exceptions): Handle testing "inexact" exceptions.
24524         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
24525         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
24526         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
24527         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
24528         INEXACT_EXCEPTION.
24529         (rint_towardzero_test_data): Likewise.
24530         (rint_downward_test_data): Likewise.
24531         (rint_upward_test_data): Likewise.
24533         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
24534         with OVERFLOW_EXCEPTION.
24535         (exp10_test_data): Likewise.
24536         (exp2_test_data): Likewise.
24537         (expm1_test_data): Likewise.
24538         (lgamma_test_data): Likewise.
24539         (pow_test_data): Likewise.
24540         (tgamma_test_data): Likewise.
24541         (yn_test_data): Remove duplicate test of overflow.
24543         * math/libm-test.inc (struct test_cc_c_data): New type.
24544         (RUN_TEST_LOOP_cc_c): New macro.
24545         (cpow_test_data): New variable.
24546         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
24548         * math/libm-test.inc (struct test_f_L_data): New type.
24549         (RUN_TEST_LOOP_f_L): New macro.
24550         (llrint_test_data): New variable.
24551         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
24552         (llrint_tonearest_test_data): New variable.
24553         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
24554         (llrint_towardzero_test_data): New variable.
24555         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
24556         (llrint_downward_test_data): New variable.
24557         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
24558         (llrint_upward_test_data): New variable.
24559         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
24560         (llround_test_data): New variable.
24561         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
24563 2013-05-13  Peter Collingbourne  <pcc@google.com>
24565         * math/atest-exp2.c (get_log2): Remove const attribute.
24567 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
24569         * math/libm-test.inc (struct test_f_l_data): New type.
24570         (RUN_TEST_LOOP_f_l): New macro.
24571         (lrint_test_data): New variable.
24572         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
24573         (lrint_tonearest_test_data): New variable.
24574         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
24575         (lrint_towardzero_test_data): New variable.
24576         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
24577         (lrint_downward_test_data): New variable.
24578         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
24579         (lrint_upward_test_data): New variable.
24580         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
24581         (lround_test_data): New variable.
24582         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
24584 2013-05-15  Peter Collingbourne  <pcc@google.com>
24586         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
24587         (EXTRACT_WORDS64) Use where appropriate.
24588         (INSERT_WORDS64) Likewise.
24590         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
24591         constraints with x constraints.
24592         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
24594         * malloc/obstack.c (_obstack_compat): Add initializer.
24596 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24598         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
24599         si_trapno and add si_addr_lsb to _sifields.sigfault.
24600         (si_trapno): Remove macro.
24601         (si_addr_lsb): Define new macro.
24602         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24604 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
24606         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
24607         instead of TEST_f_l.
24608         (llrint_test_tonearest): Likewise.
24609         (llrint_test_towardzero): Likewise.
24610         (llrint_test_downward): Likewise.
24611         (llrint_test_upward): Likewise.
24612         (llround_test): Likewise.
24614         * math/libm-test.inc (struct test_f_i_data): Add comment.
24615         (RUN_TEST_LOOP_f_b): New macro.
24616         (RUN_TEST_LOOP_f_b_tg): Likewise.
24617         (finite_test_data): New variable.
24618         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
24619         (isfinite_test_data): New variable.
24620         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24621         (isinf_test_data): New variable.
24622         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24623         (isnan_test_data): New variable.
24624         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24625         (isnormal_test_data): New variable.
24626         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24627         (issignaling_test_data): New variable.
24628         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24629         (signbit_test_data): New variable.
24630         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24632         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
24633         with INVALID_EXCEPTION.
24634         (acosh_test_data): Likewise.
24635         (asin_test_data): Likewise.
24636         (atanh_test_data): Likewise.
24637         (fmod_test_data): Likewise.
24638         (log_test_data): Likewise.
24639         (log10_test_data): Likewise.
24640         (log2_test_data): Likewise.
24641         (pow_test_data): Likewise.
24642         (sqrt_test_data): Likewise.
24643         (y0_test_data): Likewise.
24644         (y1_test_data): Likewise.
24645         (yn_test_data): Likewise.
24647         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
24648         function contents.
24650         * math/libm-test.inc (struct test_ff_i_data): New type.
24651         (RUN_TEST_LOOP_ff_i_tg): New macro.
24652         (isgreater_test_data): New variable.
24653         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24654         (isgreaterequal_test_data): New variable.
24655         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24656         (isless_test_data): New variable.
24657         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24658         (islessequal_test_data): New variable.
24659         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24660         (islessgreater_test_data): New variable.
24661         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24662         (isunordered_test_data): New variable.
24663         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24665 2013-05-14  David S. Miller  <davem@davemloft.net>
24667         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24669 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
24671         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
24673         * math/libm-test.inc (struct test_fF_f1_data): Change type of
24674         extra_test to int.
24675         (struct test_f_i_data): Change type of max_ulp to int.
24677         * math/libm-test.inc (test_ffI_f1_data): New type.
24678         (RUN_TEST_LOOP_ffI_f1): New macro.
24679         (remquo_test_data): New variable.
24680         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
24682         * setjmp/tst-setjmp-fp.c: New file.
24683         * setjmp/Makefile (tests): Add tst-setjmp-fp.
24684         (link-libm): New variable.
24685         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
24687         * math/libm-test.inc (struct test_f_i_data): New type.
24688         (RUN_TEST_LOOP_f_i): New macro.
24689         (RUN_TEST_LOOP_f_i_tg): Likewise.
24690         (fpclassify_test_data): New variable.
24691         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
24692         (ilogb_test_data): New variable.
24693         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
24695         * math/libm-test.inc (scalbln_test): Correct function name in END
24696         call.
24698         * math/libm-test.inc (struct test_f_f1_data): Add comment.
24699         (RUN_TEST_LOOP_fI_f1): New macro.
24700         (frexp_test_data): New variable.
24701         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
24703         * math/libm-test.inc (struct test_fF_f1_data): New type.
24704         (RUN_TEST_LOOP_fF_f1): New macro.
24705         (modf_test_data): New variable.
24706         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
24708         * math/libm-test.inc (struct test_f_f1_data): New type.
24709         (RUN_TEST_LOOP_f_f1): New macro.
24710         (gamma_test_data): New variable.
24711         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
24712         (lgamma_test_data): New variable.
24713         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
24715 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
24717         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
24718         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
24719         (main): Comment "tls" pseudo-hwcap.
24721 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
24723         * math/libm-test.inc (struct test_fl_f_data): New type.
24724         (RUN_TEST_LOOP_fl_f): New variable.
24725         (scalbln_test_data): New variable.
24726         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
24728         * math/libm-test.inc (struct test_fi_f_data): New type.
24729         (RUN_TEST_LOOP_fi_f): New macro.
24730         (ldexp_test_data): New variable.
24731         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
24732         (scalbn_test_data): New variable.
24733         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
24735         * math/libm-test.inc (struct test_c_f_data): New type.
24736         (RUN_TEST_LOOP_c_f): New macro.
24737         (cabs_test_data): New variable.
24738         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
24739         (carg_test_data): New variable.
24740         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
24741         (cimag_test_data): New variable.
24742         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
24743         (creal_test_data): New variable.
24744         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
24746         * math/libm-test.inc (struct test_if_f_data): New type.
24747         (RUN_TEST_LOOP_if_f): New macro.
24748         (jn_test_data): New variable.
24749         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
24750         (yn_test_data): New variable.
24751         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
24753         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
24755 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24757         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
24758         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
24760 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24762         * benchtests/Makefile (CPPFLAGS-nonlib): Add
24763         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
24764         (bench-deps): Add bench-timing.h.
24765         * benchtests-bench-skeleton.c: Include bench-timing.h.
24766         (main): Use TIMING_* macros instead of clock_gettime.
24767         * benchtests/bench-timing.h: New file.
24769         [BZ #14582]
24770         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
24771         Renamed from _LIB_VERSION.
24772         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
24774 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
24776         * math/libm-test.inc (struct test_fff_f_data): New type.
24777         (RUN_TEST_LOOP_fff_f): New macro.
24778         (fma_test_data): New variable.
24779         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
24780         (fma_towardzero_test_data): New variable.
24781         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
24782         (fma_downward_test_data): New variable.
24783         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
24784         (fma_upward_test_data): New variable.
24785         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
24787         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
24788         (struct test_c_c_data): New type.
24789         (RUN_TEST_LOOP_c_c): New macro.
24790         (cacos_test_data): New variable.
24791         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
24792         (cacosh_test_data): New variable.
24793         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
24794         (casin_test_data): New variable.
24795         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
24796         (casinh_test_data): New variable.
24797         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
24798         (catan_test_data): New variable.
24799         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
24800         (catanh_test_data): New variable.
24801         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
24802         (ccos_test_data): New variable.
24803         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
24804         (ccosh_test_data): New variable.
24805         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
24806         (cexp_test_data): New variable.
24807         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
24808         (clog_test_data): New variable.
24809         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
24810         (clog10_test_data): New variable.
24811         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
24812         (conj_test_data): New variable.
24813         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
24814         (cproj_test_data): New variable.
24815         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
24816         (csin_test_data): New variable.
24817         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
24818         (csinh_test_data): New variable.
24819         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
24820         (csqrt_test_data): New variable.
24821         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
24822         (ctan_test_data): New variable.
24823         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
24824         (ctan_tonearest_test_data): New variable.
24825         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
24826         (ctan_towardzero_test_data): New variable.
24827         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
24828         (ctan_downward_test_data): New variable.
24829         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
24830         (ctan_upward_test_data): New variable.
24831         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
24832         (ctanh_test_data): New variable.
24833         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
24834         (ctanh_tonearest_test_data): New variable.
24835         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
24836         (ctanh_towardzero_test_data): New variable.
24837         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
24838         (ctanh_downward_test_data): New variable.
24839         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
24840         (ctanh_upward_test_data): New variable.
24841         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
24842         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
24843         of BUILD_COMPLEX.
24845         * math/libm-test.inc (struct test_ff_f_data): New type.
24846         (struct test_ff_f_data_nexttoward): Likewise.
24847         (RUN_TEST_LOOP_2_f): New macro.
24848         (RUN_TEST_LOOP_ff_f): Likewise.
24849         (atan2_test_data): New variable.
24850         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
24851         (copysign_test_data): New variable.
24852         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
24853         (fdim_test_data): New variable.
24854         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
24855         (fmax_test_data): New variable.
24856         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
24857         (fmin_test_data): New variable.
24858         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
24859         (fmod_test_data): New variable.
24860         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
24861         (hypot_test_data): New variable.
24862         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
24863         (nextafter_test_data): New variable.
24864         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
24865         (nexttoward_test_data): New variable.
24866         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
24867         (pow_test_data): New variable.
24868         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
24869         (pow_tonearest_test_data): New variable.
24870         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
24871         (pow_towardzero_test_data): New variable.
24872         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
24873         (pow_downward_test_data): New variable.
24874         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
24875         (pow_upward_test_data): New variable.
24876         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
24877         (remainder_test_data): New variable.
24878         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
24879         (scalb_test_data): New variable.
24880         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
24881         * sysdeps/i386/fpu/libm-test-ulps: Update.
24883 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
24885         * math/libm-test.inc (fma_test): Use max_value instead of local
24886         variable fltmax.
24887         (nextafter_test): Likewise.
24889         * math/libm-test.inc (acos_towardzero_test_data): New variable.
24890         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24891         (acos_downward_test_data): New variable.
24892         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24893         (acos_upward_test_data): New variable.
24894         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24895         (acosh_test_data): New variable.
24896         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
24897         (asin_test_data): New variable.
24898         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
24899         (asin_tonearest_test_data): New variable.
24900         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24901         (asin_towardzero_test_data): New variable.
24902         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24903         (asin_downward_test_data): New variable.
24904         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24905         (asin_upward_test_data): New variable.
24906         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24907         (asinh_test_data): New variable.
24908         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
24909         (atan_test_data): New variable.
24910         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
24911         (atanh_test_data): New variable.
24912         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
24913         (cbrt_test_data): New variable.
24914         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
24915         (ceil_test_data): New variable.
24916         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
24917         (cos_test_data): New variable.
24918         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
24919         (cos_tonearest_test_data): New variable.
24920         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24921         (cos_towardzero_test_data): New variable.
24922         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24923         (cos_downward_test_data): New variable.
24924         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24925         (cos_upward_test_data): New variable.
24926         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24927         (cosh_test_data): New variable.
24928         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
24929         (cosh_tonearest_test_data): New variable.
24930         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24931         (cosh_towardzero_test_data): New variable.
24932         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24933         (cosh_downward_test_data): New variable.
24934         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24935         (cosh_upward_test_data): New variable.
24936         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24937         (erf_test_data): New variable.
24938         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
24939         (erfc_test_data): New variable.
24940         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
24941         (exp_test_data): New variable.
24942         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
24943         (exp_tonearest_test_data): New variable.
24944         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24945         (exp_towardzero_test_data): New variable.
24946         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24947         (exp_downward_test_data): New variable.
24948         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24949         (exp_upward_test_data): New variable.
24950         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24951         (exp10_test_data): New variable.
24952         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
24953         (exp2_test_data): New variable.
24954         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
24955         (expm1_test_data): New variable.
24956         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
24957         (fabs_test_data): New variable.
24958         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
24959         (floor_test_data): New variable.
24960         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
24961         (j0_test_data): New variable.
24962         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
24963         (j1_test_data): New variable.
24964         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
24965         (log_test_data): New variable.
24966         (log_test): Run tests with RUN_TEST_LOOP_f_f.
24967         (log10_test_data): New variable.
24968         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
24969         (log1p_test_data): New variable.
24970         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
24971         (log2_test_data): New variable.
24972         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
24973         (logb_test_data): New variable.
24974         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
24975         (logb_downward_test_data): New variable.
24976         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24977         (nearbyint_test_data): New variable.
24978         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
24979         (rint_test_data): New variable.
24980         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
24981         (rint_tonearest_test_data): New variable.
24982         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24983         (rint_towardzero_test_data): New variable.
24984         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24985         (rint_downward_test_data): New variable.
24986         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24987         (rint_upward_test_data): New variable.
24988         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24989         (round_test_data): New variable.
24990         (round_test): Run tests with RUN_TEST_LOOP_f_f.
24991         (sin_test_data): New variable.
24992         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
24993         (sin_tonearest_test_data): New variable.
24994         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24995         (sin_towardzero_test_data): New variable.
24996         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24997         (sin_downward_test_data): New variable.
24998         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24999         (sin_upward_test_data): New variable.
25000         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25001         (sinh_test_data): New variable.
25002         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
25003         (sinh_tonearest_test_data): New variable.
25004         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25005         (sinh_towardzero_test_data): New variable.
25006         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25007         (sinh_downward_test_data): New variable.
25008         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25009         (sinh_upward_test_data): New variable.
25010         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25011         (sqrt_test_data): New variable.
25012         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
25013         (tan_test_data): New variable.
25014         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
25015         (tan_tonearest_test_data): New variable.
25016         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25017         (tan_towardzero_test_data): New variable.
25018         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
25019         (tan_downward_test_data): New variable.
25020         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
25021         (tan_upward_test_data): New variable.
25022         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
25023         (tanh_test_data): New variable.
25024         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
25025         (tgamma_test_data): New variable.
25026         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
25027         (trunc_test_data): New variable.
25028         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
25029         (y0_test_data): New variable.
25030         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
25031         (y1_test_data): New variable.
25032         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
25033         (significand_test_data): New variable.
25034         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
25036 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
25038         [BZ #12387]
25039         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
25041 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
25043         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
25045 2013-05-10  Andreas Jaeger  <aj@suse.de>
25047         [BZ #15448]
25048         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
25049         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
25051 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25053         * math/gen-libm-test.pl (adjust_arg): New function.
25054         (special_functions): Handle generating output in both functions
25055         and arrays.
25056         (parse_args): Likewise.
25057         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
25058         $in_func argument to parse_args.
25059         * math/libm-test.inc (struct test_f_f_data): New type.
25060         (IF_ROUND_INIT_): New macro.
25061         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
25062         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
25063         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
25064         (IF_ROUND_INIT_FE_UPWARD): Likewise.
25065         (ROUND_RESTORE_): Likewise.
25066         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
25067         (ROUND_RESTORE_FE_TONEAREST): Likewise.
25068         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
25069         (ROUND_RESTORE_FE_UPWARD): Likewise.
25070         (RUN_TEST_LOOP_f_f): New macro.
25071         (acos_test_data): New variable.
25072         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
25073         (acos_tonearest_test_data): New variable.
25074         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
25076 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25078         * benchtests/bench-skeleton.c (startup): Fix coding style.
25080 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
25082         [BZ #6809]
25083         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
25084         negative infinity argument.
25085         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
25086         negative infinity argument.
25087         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
25088         negative infinity argument.
25089         * math/libm-test.inc (tgamma_test): Expect errno to be set for
25090         domain errors.
25092 2013-05-10  Florian Weimer  <fweimer@redhat.com>
25094         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
25095         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
25096         * iconv/iconv_prog.c (main): Likewise.
25097         * locale/programs/charmap-dir.c (charmap_readdir)
25098         (fopen_uncompressed): Likewise.
25099         * locale/programs/locfile.c (siblings_uncached)
25100         (write_locale_data): Use lstat64 instead of lstat.
25101         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
25102         stat.
25104 2013-05-10  Andreas Jaeger  <aj@suse.de>
25106         [BZ #15395]
25107         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
25108         localization.
25109         Include <locale.h>.
25111 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
25113         * elf/dl-close.c (_dl_close_worker): Add comments.
25115 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
25117         [BZ #15359]
25118         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
25119         high part of pi/2.
25120         (__ieee754_rem_pio2l): Update comments.
25122         [BZ #15429]
25123         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
25124         high part of pi/2.
25125         (__ieee754_rem_pio2l): Update comments.
25127         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
25128         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
25130         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
25131         M_PI_4l.
25133         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
25134         (M_PI_34_LOG10El): Likewise.
25135         (M_PI2_LOG10El): Likewise.
25136         (M_PI4_LOG10El): Likewise.
25137         (M_PI_LOG10El): Likewise.
25139 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25141         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25143 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
25145         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
25146         (MINUS_ZERO_INIT): Likewise.
25147         (PLUS_INFTY_INIT): Likewise.
25148         (MINUS_INFTY_INIT): Likewise.
25149         (QNAN_VALUE_INIT): Likewise.
25150         (MAX_VALUE_INIT): Likewise.
25151         (MIN_VALUE_INIT): Likewise.
25152         (MIN_SUBNORM_VALUE_INIT): Likewise.
25153         (plus_zero): Initialize with PLUS_ZERO_INIT.
25154         (minus_zero): Initialize with MINUS_ZERO_INIT.
25155         (plus_infty): Initialize with PLUS_INFTY_INIT.
25156         (minus_infty): Initialize with MINUS_INFTY_INIT.
25157         (qnan_value): Initialize with QNAN_VALUE_INIT.
25158         (max_value): Initialize with MAX_VALUE_INIT.
25159         (min_value): Initialize with MIN_VALUE_INIT.
25160         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
25162         * math/libm-test.inc (RUN_TEST_if_f): New macro.
25163         (jn_test): Use TEST_if_f instead of TEST_ff_f.
25164         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
25165         (yn_test): Use TEST_if_f instead of TEST_ff_f.
25167         * math/libm-test.inc (RUN_TEST_f_f): New macro.
25168         (RUN_TEST_2_f): Likewise.
25169         (RUN_TEST_ff_f): Likewise.
25170         (RUN_TEST_fi_f): Likewise.
25171         (RUN_TEST_fl_f): Likewise.
25172         (RUN_TEST_fff_f): Likewise.
25173         (RUN_TEST_c_f): Likewise.
25174         (RUN_TEST_f_f1): Likewise.
25175         (RUN_TEST_fF_f1): Likewise.
25176         (RUN_TEST_fI_f1): Likewise.
25177         (RUN_TEST_ffI_f1): Likewise.
25178         (RUN_TEST_c_c): Likewise.
25179         (RUN_TEST_cc_c): Likewise.
25180         (RUN_TEST_f_i): Likewise.
25181         (RUN_TEST_f_i_tg): Likewise.
25182         (RUN_TEST_ff_i_tg): Likewise.
25183         (RUN_TEST_f_b): Likewise.
25184         (RUN_TEST_f_b_tg): Likewise.
25185         (RUN_TEST_f_l): Likewise.
25186         (RUN_TEST_f_L): Likewise.
25187         (RUN_TEST_sincos): Likewise.
25188         * math/gen-libm-test.pl (new_test): Take new argument to indicate
25189         whether to show exceptions.  Do not include ");\n" in return
25190         value.
25191         (special_functions): Output call to RUN_TEST_sincos instead of
25192         check_float calls.  Update calls to new_test.
25193         (parse_args): Output call to single RUN_TEST_* macro instead of
25194         check_* calls and other assignments.  Update calls to new_test.
25196         [BZ #2546]
25197         [BZ #2560]
25198         [BZ #5159]
25199         [BZ #15426]
25200         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
25201         input to result for tgamma overflow.
25202         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
25203         (gamma_coeff): New variable.
25204         (NCOEFF): New macro.
25205         (gamma_positive): New function.
25206         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
25207         underflow here.  Use gamma_positive instead of exp (lgamma) for
25208         other arguments.
25209         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
25210         (gamma_coeff): New variable.
25211         (NCOEFF): New macro.
25212         (gammaf_positive): New function.
25213         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
25214         underflow here.  Use gamma_positive instead of exp (lgamma) for
25215         other arguments.
25216         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
25217         (gamma_coeff): New variable.
25218         (NCOEFF): New macro.
25219         (gammal_positive): New function.
25220         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
25221         underflow here.  Use gamma_positive instead of exp (lgamma) for
25222         other arguments.
25223         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
25224         (gamma_coeff): New variable.
25225         (NCOEFF): New macro.
25226         (gammal_positive): New function.
25227         (__ieee754_gammal_r): Handle positive infinity, overflow and
25228         underflow here.  Handle NaN the same as positive infinity.  Remove
25229         check x < 0xffffffff for negative integers.  Use gamma_positive
25230         instead of exp (lgamma) for other arguments.
25231         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
25232         (gamma_coeff): New variable.
25233         (NCOEFF): New macro.
25234         (gammal_positive): New function.
25235         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
25236         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
25237         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
25238         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
25239         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
25240         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
25241         * sysdeps/generic/math_private.h (__gamma_productf): New
25242         prototype.
25243         (__gamma_product): Likewise.
25244         (__gamma_productl): Likewise.
25245         * math/Makefile (libm-calls): Add gamma_product.
25246         * math/libm-test.inc (tgamma_test): Add more tests.
25247         * sysdeps/i386/fpu/libm-test-ulps: Update.
25248         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25250 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
25252         * benchtests/bench-skeleton.c (main): Preheat CPU.
25254 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
25256         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
25258 2013-05-07  Roland McGrath  <roland@hack.frob.com>
25260         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
25261         and _dl_skip_args_internal.
25263 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
25265         * manual/message.texi (Message Translation): Talk about users.
25266         Message to key mapping impacts design.
25268 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25270         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
25272         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
25274         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
25275         * sysdeps/wordsize-64/glob64.c: ... here.
25277         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
25278         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
25279         New macros.
25281         * debug/getlogin_r_chk.c: Moved to ...
25282         * login/getlogin_r_chk.c: ... here.
25283         * debug/Makefile (routines): Move getlogin_r_chk to ...
25284         * login/Makefile (routines): ... here.
25285         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
25286         * login/Versions (libc: GLIBC_2.4): ... here.
25288         * io/poll.c (__poll): Renamed from poll.
25289         Add libc_hidden_def.
25290         (poll): Define as weak alias.
25292         * debug/ptsname_r_chk.c: Moved to ...
25293         * login/ptsname_r_chk.c: ... here.
25294         * debug/Makefile (routines): Move ptsname_r_chk to ...
25295         * login/Makefile (routines): ... here.
25296         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
25297         * login/Versions (libc: GLIBC_2.4): ... here.
25299         * posix/getlogin.c: Moved to ...
25300         * login/getlogin.c: ... here.
25301         * posix/getlogin_r.c: Moved to ...
25302         * login/getlogin_r.c: ... here.
25303         * posix/getlogin_r.c: Moved to ...
25304         * login/getlogin_r.c: ... here.
25305         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
25306         * login/Makefile (routines): ... here.
25307         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
25308         * login/Versions (libc: GLIBC_2.0): ... here.
25310         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
25311         (setrlimit): Define as weak alias.
25313         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
25314         Call __ names for open, ftruncate, and close.
25315         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
25316         (truncate): Define as weak alias.
25318 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
25320         * math/gen-libm-test.pl (parse_args): Initialize x before each
25321         test of frexp, modf and remquo.
25323         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
25324         test signgam value.
25326 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25328         [BZ #15418]
25329         [BZ #15419]
25330         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
25331         internal tests.
25332         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25334 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25336         * elf/dl-writev.h: New file.
25337         * elf/dl-misc.c: Include it.
25338         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
25339         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
25341 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
25343         * math/libm-test.inc (noXFails): Remove variable.
25344         (noXPasses): Likewise.
25345         (BUILD_COMPLEX_INT): Remove macro.
25346         (print_screen): Remove xfail argument.
25347         (print_screen_max_error): Likewise.
25348         (update_stats): Likewise.
25349         (print_max_error): Likewise.  Update calls to other affected
25350         functions.
25351         (print_complex_max_error): Likewise.
25352         (test_single_exception): Update calls to print_screen.
25353         (test_single_errno): Likewise.
25354         (check_float_internal): Remove xfail argument.  Update calls to
25355         other affected functions.
25356         (check_float): Likewise.
25357         (check_complex): Likewise.
25358         (check_int): Likewise.
25359         (check_long): Likewise.
25360         (check_bool): Likewise.
25361         (check_longlong): Likewise.
25362         (main): Don't print noXFails and noXPasses.
25363         * math/gen-libm-test.pl (top level): Don't mention expected
25364         failure handling in comment.
25365         (new_test): Don't handle expected failures.
25366         (parse_args): Don't mention expected failure handling in comment.
25367         (generate_testfile): Don't handle expected failures.
25368         (parse_ulps): Likewise.
25369         (print_ulps_file): Likewise.
25370         (get_failure): Remove function.
25371         (output_test): Don't handle expected failures.
25372         * make/README.libm-test: Don't mention expected failure handling.
25374         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
25375         (minus_zero): Likewise.
25376         (plus_infty): Likewise.
25377         (minus_infty): Likewise.
25378         (qnan_value): Likewise.
25379         (max_value): Likewise.
25380         (min_value): Likewise.
25381         (min_subnorm_value): Likewise.
25382         (initialize): Do not initialize those variables dynamically.
25384 2013-05-03  Roland McGrath  <roland@hack.frob.com>
25386         * io/open.c (__open_2): Moved to ...
25387         * io/open_2.c: ... this new file.
25388         * io/open64.c (__open64_2): Moved to ...
25389         * io/open64_2.c: ... this new file.
25390         * io/openat.c (__openat_2): Moved to ...
25391         * io/openat_2.c: ... this new file.
25392         * io/openat64.c (__openat64_2): Moved to ...
25393         * io/openat64_2.c: ... this new file.
25394         * io/Makefile (routines): Add them.
25395         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
25396         * sysdeps/unix/sysv/linux/open_2.c: File removed.
25397         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
25398         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
25399         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
25400         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
25401         (__openat64): Add hidden_ver.
25402         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
25403         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
25405         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
25406         Separately conditionalize setting of GLRO(dl_sysinfo) so
25407         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
25408         as well, but the actual setting is only under [NEED_DL_SYSINFO].
25410 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25412         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
25413         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
25414         definition.
25415         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
25416         * sysdeps/unix/sysv/linux/powerpc/init-first.c
25417         (_libc_vdso_platform_setup): Add __vdso_time initialization.
25418         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
25419         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
25421 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
25423         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
25424         test signgam value.
25426         * math/libm-test.inc (hypot_test): Do not use
25427         IGNORE_ZERO_INF_SIGN.
25429 2013-05-03  Andreas Jaeger  <aj@suse.de>
25431         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
25432         Linux 3.9.
25433         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
25434         (PF_MAX): Adjust for VSOCK change.
25436 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25438         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25440 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
25442         [BZ #15264]
25443         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
25444         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
25445         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
25447 2013-05-02  David S. Miller  <davem@davemloft.net>
25449         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25451 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
25453         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
25455 2013-05-01  Roland McGrath  <roland@hack.frob.com>
25457         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
25459 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
25461         [BZ #14952]
25462         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
25463         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25464         Use __attribute__ ((__gnu_inline__)).
25465         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25466         Don't use __attribute__ ((__gnu_inline__)).
25468 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
25470         [BZ #15423]
25471         * math/s_catan.c (__catan): Handle small real or imaginary part of
25472         input specially to avoid spurious underflow.
25473         * math/s_catanf.c (__catanf): Likewise.
25474         * math/s_catanh.c (__catanh): Likewise.
25475         * math/s_catanhf.c (__catanhf): Likewise.
25476         * math/s_catanhl.c (__catanhl): Likewise.
25477         * math/s_catanl.c (__catanl): Likewise.
25478         * math/libm-test.inc (catan_test): Add more tests.
25479         (catanh_test): Likewise.
25480         * sysdeps/i386/fpu/libm-test-ulps: Update.
25481         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25483 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25485         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25487 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
25489         [BZ #15416]
25490         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
25491         accurately for denominator in atan2.
25492         * math/s_catanf.c (__catanf): Likewise.
25493         * math/s_catanh.c (__catanh): Likewise.
25494         * math/s_catanhf.c (__catanhf): Likewise.
25495         * math/s_catanhl.c (__catanhl): Likewise.
25496         * math/s_catanl.c (__catanl): Likewise.
25497         * math/libm-test.inc (catan_test): Add more tests.
25498         (catanh_test): Likewise.
25499         * sysdeps/i386/fpu/libm-test-ulps: Update.
25500         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25502 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
25504         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
25506         * benchtests/Makefile (bench): Remove slow benchmarks.
25507         * benchtests/atan-inputs: Add slow benchmark inputs.
25508         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
25509         (BENCH_FUNC): Accept variant offset.
25510         (VARIANT): Define.
25511         * benchtests/bench-skeleton.c (main): Run benchmark for each
25512         variant.
25513         * benchtests/cos-inputs: Add slow benchmark inputs.
25514         * benchtests/exp-inputs: Likewise.
25515         * benchtests/pow-inputs: Likewise.
25516         * benchtests/sin-inputs: Likewise.
25517         * benchtests/slowatan-inputs: Remove.
25518         * benchtests/slowatan.c: Remove.
25519         * benchtests/slowcos-inputs: Remove.
25520         * benchtests/slowcos.c: Remove.
25521         * benchtests/slowexp-inputs: Remove.
25522         * benchtests/slowexp.c: Remove.
25523         * benchtests/slowpow-inputs: Remove.
25524         * benchtests/slowpow.c: Remove.
25525         * benchtests/slowsin-inputs: Remove.
25526         * benchtests/slowsin.c: Remove.
25527         * benchtests/slowtan-inputs: Remove.
25528         * benchtests/slowtan.c: Remove.
25529         * benchtests/tan-inputs: Add slow benchmark inputs.
25530         * scripts/bench.pl: Parse comments and directives.
25532         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
25533         in CPPFLAGS.
25534         ($(objpfx)bench-%.c): Remove *-ITER.
25535         * benchtests/bench-modf.c: Remove definition of ITER.
25536         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
25537         (main): Loop for DURATION seconds instead of fixed number of
25538         iterations.
25539         * scripts/bench.pl: Don't expect iterations in parameters.
25541 2013-04-29  Roland McGrath  <roland@hack.frob.com>
25543         * io/fchdir.c (__fchdir): Renamed from fchdir.
25544         (fchdir): Define as weak alias.
25546 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
25548         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
25549         (ERRNO_EDOM): Likewise.
25550         (ERRNO_ERANGE): Likewise.
25551         (noErrnoTests): New variable.
25552         (init_max_error): Set errno to 0.
25553         (test_single_errno): New function.
25554         (test_errno): Likewise.
25555         (check_float_internal): Call test_errno.  Set errno to 0.
25556         (check_complex): Refer to errno tests in comment.
25557         (check_int): Call test_errno.  Set errno to 0.
25558         (check_long): Likewise.
25559         (check_bool): Likewise.
25560         (check_longlong): Likewise.
25561         (cos_test): Use ERRNO_* flags for errno tests instead of
25562         check_int.
25563         (expm1_test): Likewise.
25564         (fmod_test): Likewise.
25565         (ilogb_test): Likewise.
25566         (lgamma_test): Likewise.
25567         (pow_test): Likewise.
25568         (remainder_test): Likewise.
25569         (sin_test): Likewise.
25570         (tan_test): Likewise.
25571         (yn_test): Likewise.
25572         (initialize): Set errno to 0.
25573         (main): Print number of errno tests.
25574         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
25576 2013-04-29  Andreas Jaeger  <aj@suse.de>
25578         [BZ #15084]
25579         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
25580         and RES_USEVC.
25582         [BZ #15085]
25583         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
25584         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
25585         unimplemented.
25587         [BZ #15380]
25588         * stdlib/random.c (__initstate): Return NULL if
25589         __initstate fails.
25591         [BZ #15086]
25592         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
25593         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
25594         RES_SNGLKUPREOP.
25596 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25598         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25600 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
25602         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
25603         of individual tests.
25604         (casin_test): Likewise.
25605         (casinh_test): Likewise.
25607 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
25609         [BZ #15409]
25610         * math/s_catan.c (__catan): Handle arguments with large real or
25611         imaginary part separately without squaring.
25612         * math/s_catanf.c (__catanf): Likewise.
25613         * math/s_catanh.c (__catanh): Likewise.
25614         * math/s_catanhf.c (__catanhf): Likewise.
25615         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
25616         and redefine.
25617         (__catanhl): Handle arguments with large real or imaginary part
25618         separately without squaring.
25619         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
25620         and redefine.
25621         (__catanl): Handle arguments with large real or imaginary part
25622         separately without squaring.
25623         * math/libm-test.inc (catan_test): Add more tests.
25624         (catanh_test): Likewise.
25625         * sysdeps/i386/fpu/libm-test-ulps: Update.
25626         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25628 2013-04-27  Andreas Jaeger  <aj@suse.de>
25630         [BZ #15007]
25631         * stdlib/stdlib.h: Update guards for qecvt.
25632         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
25633         <stdlib.h>.
25635 2013-04-27  Allan McRae  <allan@archlinux.org>
25637         * sysdeps/i386/fpu/libm-test-ulps: Update.
25639 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
25641         [BZ #15406]
25642         * math/s_catan.c: Include <float.h>.
25643         (__catan): Ensure underflow exception occurs for underflowed
25644         result.
25645         * math/s_catanf.c: Include <float.h>.
25646         (__catanf): Ensure underflow exception occurs for underflowed
25647         result.
25648         * math/s_catanh.c: Include <float.h>.
25649         (__catanh): Ensure underflow exception occurs for underflowed
25650         result.
25651         * math/s_catanhf.c: Include <float.h>.
25652         (__catanhf): Ensure underflow exception occurs for underflowed
25653         result.
25654         * math/s_catanhl.c: Include <float.h>.
25655         (__catanhl): Ensure underflow exception occurs for underflowed
25656         result.
25657         * math/s_catanl.c: Include <float.h>.
25658         (__catanl): Ensure underflow exception occurs for underflowed
25659         result.
25660         * math/libm-test.inc (catan_test): Add more tests.
25661         (catanh_test): Likewise.
25663         [BZ #15405]
25664         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
25665         underflowed result.
25666         * math/s_ccoshf.c (__ccoshf): Likewise.
25667         * math/s_ccoshl.c (__ccoshl): Likewise.
25668         * math/s_csin.c (__csin): Likewise.
25669         * math/s_csinf.c (__csinf): Likewise.
25670         * math/s_csinh.c (__csinh): Likewise.
25671         * math/s_csinhf.c (__csinhf): Likewise.
25672         * math/s_csinhl.c (__csinhl): Likewise.
25673         * math/s_csinl.c (__csinl): Likewise.
25674         * math/libm-test.inc (ccos_test): Add more tests.
25675         (ccosh_test): Likewise.
25676         (csin_test): Likewise.
25677         (csinh_test): Likewise.
25679 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25681         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
25682         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
25683         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
25684         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
25685         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
25686         powerpc/power5+/fpu folders.
25687         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
25690 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
25692         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25694 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
25696         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
25697         additions to variable.
25698         [$(config-machine) = x86_64] (modules-names): Likewise.
25699         ($(objpfx)tst-audit3): Remove dependency.
25700         ($(objpfx)tst-audit3.out): Likewise.
25701         ($(objpfx)tst-audit4): Likewise.
25702         ($(objpfx)tst-audit4.out): Likewise.
25703         ($(objpfx)tst-audit5): Likewise.
25704         ($(objpfx)tst-audit5.out): Likewise.
25705         ($(objpfx)tst-audit6): Likewise.
25706         ($(objpfx)tst-audit6.out): Likewise.
25707         ($(objpfx)tst-audit7): Likewise.
25708         ($(objpfx)tst-audit7.out): Likewise.
25709         (tst-audit3-ENV): Remove variable.
25710         (tst-audit4-ENV): Likewise.
25711         (tst-audit5-ENV): Likewise.
25712         (tst-audit6-ENV): Likewise.
25713         (tst-audit7-ENV): Likewise.
25714         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
25715         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
25716         addition to variable.
25717         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
25718         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
25719         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
25720         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
25721         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
25722         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
25723         tst-audit3, tst-audit4 and tst-audit5.
25724         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
25725         tst-audit6 and tst-audit7.
25726         [$(subdir) = elf] (modules-names): Add audit modules for those
25727         tests.
25728         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
25729         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
25730         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
25731         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
25732         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
25733         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
25734         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
25735         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
25736         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
25737         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
25738         [$(subdir) = elf] (tst-audit3-ENV): New variable.
25739         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
25740         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
25741         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
25742         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
25743         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
25744         Likewise.
25745         [$(subdir) = elf && $(config-cflags-avx) = yes]
25746         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
25747         [$(subdir) = elf && $(config-cflags-avx) = yes]
25748         (CFLAGS-tst-auditmod4a.c): Likewise.
25749         [$(subdir) = elf && $(config-cflags-avx) = yes]
25750         (CFLAGS-tst-auditmod4b.c): Likewise.
25751         [$(subdir) = elf && $(config-cflags-avx) = yes]
25752         (CFLAGS-tst-auditmod6b.c): Likewise.
25753         [$(subdir) = elf && $(config-cflags-avx) = yes]
25754         (CFLAGS-tst-auditmod6c.c): Likewise.
25755         [$(subdir) = elf && $(config-cflags-avx) = yes]
25756         (CFLAGS-tst-auditmod7b.c): Likewise.
25757         * elf/tst-audit3.c: Move to ...
25758         * sysdeps/x86_64/tst-audit3.c: ... here.
25759         * elf/tst-audit4.c: Move to ...
25760         * sysdeps/x86_64/tst-audit4.c: ... here.
25761         * elf/tst-audit5.c: Move to ...
25762         * sysdeps/x86_64/tst-audit5.c: ... here.
25763         * elf/tst-audit6.c: Move to ...
25764         * sysdeps/x86_64/tst-audit6.c: ... here.
25765         * elf/tst-audit7.c: Move to ...
25766         * sysdeps/x86_64/tst-audit7.c: ... here.
25767         * elf/tst-auditmod3a.c: Move to ...
25768         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
25769         * elf/tst-auditmod3b.c: Move to ...
25770         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
25771         * elf/tst-auditmod4a.c: Move to ...
25772         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
25773         * elf/tst-auditmod4b.c: Move to ...
25774         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
25775         * elf/tst-auditmod5a.c: Move to ...
25776         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
25777         * elf/tst-auditmod5b.c: Move to ...
25778         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
25779         * elf/tst-auditmod6a.c: Move to ...
25780         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
25781         * elf/tst-auditmod6b.c: Move to ...
25782         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
25783         * elf/tst-auditmod6c.c: Move to ...
25784         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
25785         * elf/tst-auditmod7a.c: Move to ...
25786         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
25787         * elf/tst-auditmod7b.c: Move to ...
25788         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
25790 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
25792         [BZ #15366]
25793         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
25794         define unconditionally.
25795         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
25796         define unconditionally.
25797         (INT8_C, INT16_C, etc.): Likewise.
25799 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
25801         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
25802         __ehdr_start with hidden visibility.
25804         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
25806 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
25808         * math/libm-test.inc (cos_test): Use accurate hex constants.
25809         (sincost_test): Likewise.
25811 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
25813         * math/libm-test.inc (catan_test): Add more tests.
25814         (catanh_test): Likewise.
25816         * math/s_catanf.c (__catanf): Use suffixed floating-point
25817         constants.
25818         * math/s_catanhf.c (__catanhf): Likewise.
25819         * math/s_catanhl.c (__catanhl): Likewise.
25820         * math/s_catanl.c (__catanl): Likewise.
25822         [BZ #15394]
25823         * math/s_catan.c (__catan): Calculate imaginary part of result
25824         with log1p not log unless computing log of number close to 0.
25825         * math/s_catanf.c (__catanf): Likewise.
25826         * math/s_catanl.c (__catanl): Likewise.
25827         * math/s_catanh.c (__catanh): Calculate real part of result with
25828         log1p not log unless computing log of number close to 0.
25829         * math/s_catanhf.c (__catanhf): Likewise.
25830         * math/s_catanhl.c (__catanhl): Likewise.
25831         * math/libm-test.inc (catan_test): Add more tests.
25832         (catanh_test): Likewise.
25833         * sysdeps/i386/fpu/libm-test-ulps: Update.
25834         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25836 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
25838         * benchtests/Makefile: Mention files in which fast and slow
25839         paths of math functions are implemented.
25841 2013-04-23  Roland McGrath  <roland@hack.frob.com>
25843         * sysdeps/posix/timespec_get.c: New file.
25845 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25847         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
25848         POWER.
25849         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
25850         for POWER.
25851         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
25852         powerpc/power5/fpu folders.
25853         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
25854         * benchtests/Makefile: Add modf testcase.
25855         * benchtests/bench-modf.c: New file: Benchmark test for mo
25857 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
25859         [BZ #14888]
25860         * time/Makefile (tests): Add tst-strptime-whitespace.
25861         * time/strptime_l.c (get_number): Use ISSPACE.
25862         (__strptime_internal): Likewise.
25863         * time/tst-strptime-whitespace.c: New test case.
25865 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
25867         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
25868         member.
25869         (_nss_files_init): Set it here.
25871 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
25873         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
25874         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
25875         unsigned.
25877 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
25879         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
25881 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
25883         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
25884         size just once.
25886 2013-04-21  David S. Miller  <davem@davemloft.net>
25888         * po/ru.po: Update Russion translation from translation project.
25890 2013-04-17  Adam Conrad  <adconrad@0c3.net>
25892         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
25893         and setfsgid.
25895 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
25897         * configure.in: Remove i386 configure warning. Remove i386 case.
25898         * configure: Regenerate.
25899         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
25900         Add example to error message.
25901         * sysdeps/i386/configure: Regenerate.
25903 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
25905         * benchtests/Makefile (bench): Add cos, tan, slowcos and
25906         slowtan.
25907         * benchtests/cos-inputs: New file.
25908         * benchtests/slowcos-inputs: New file.
25909         * benchtests/slowcos.c: New file.
25910         * benchtests/slowtan-inputs: New file.
25911         * benchtests/slowtan.c: New file.
25912         * benchtests/tan-inputs: New file.
25914 2013-04-16  Roland McGrath  <roland@hack.frob.com>
25916         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
25917         considered kosher.
25919 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
25921         * benchtests/Makefile: Include cppflags-iterator.mk to add
25922         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
25924         * Makefile.in (bench-clean): New target.
25925         * benchtests/Makefile (bench-clean): Likewise.
25927 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
25929         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
25931 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
25933         * stdio-common/tstdiomisc.c: Fix coding-style violation.
25935 2013-04-15  Andreas Schwab  <schwab@suse.de>
25937         * nscd/grpcache.c (cache_addgr): Properly check for short write.
25938         * nscd/initgrcache.c (addinitgroupsX): Likewise.
25939         * nscd/pwdcache.c (cache_addpw): Likewise.
25940         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
25941         more than recsize.
25943 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
25945         * benchtests/Makefile (bench): Write all output to
25946         bench-out.tmp together.
25948 2013-04-15  Andreas Schwab  <schwab@suse.de>
25950         * nscd/nscd.c (main): Don't fork again after closing files.
25952 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
25954         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
25956         * benchtests/Rules (bench-deps): Collect dependencies into a
25957         single variable.  Add Makefile to dependencies.
25958         ($(objpfx)bench-%.c): Depend on bench-deps.
25960 2013-04-12  Roland McGrath  <roland@hack.frob.com>
25961             Xavier Roche  <roche+kml2@exalead.com>
25963         [BZ #15361]
25964         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
25965         just that it's a file descriptor.
25966         * manual/llio.texi (Synchronizing AIO Operations): Update description
25967         for EBADF error from aio_fsync.
25969 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
25971         * Rules (bench): Move target definition...
25972         * benchtests/Makefile: ... here.
25974 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
25976         * math/libm-test.inc (cos_test): Fix PI/2 test.
25977         (sincos_test): Likewise.
25978         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
25979         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
25981 2013-04-11  Andreas Schwab  <schwab@suse.de>
25983         [BZ #13988]
25984         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
25985         accept exponent character only when digits were seen.
25986         * stdio-common/Makefile (tests): Add bug26.
25987         * stdio-common/bug26.c: New file.
25989         [BZ #14293]
25990         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
25991         non-freeable.
25993 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25995         * Makeconfig (rtld-prefix): Define built linker prefix.
25996         * Rules (run-bench): Use it.
25997         * math/Makefile (run-regen-ulps): Likewise.
25999         * Rules (bench): Remove eval.
26001 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
26002             Roland McGrath  <roland@hack.frob.com>
26003             Ondrej Bilka  <neleai@seznam.cz>
26005         [BZ #15346]
26006         * time/getdate.c: Include ctype.h and alloca.h.
26007         (__getdate_r): Trim leading and trailing spaces of input.
26008         * time/tst-getdate.c (tests): Add tests with leading and
26009         trailing spaces.
26011 2013-04-08  Roland McGrath  <roland@hack.frob.com>
26013         [BZ #14280]
26014         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
26015         when computing value.
26017 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26019         * math/README.libm-test (How can I generate "libm-test-ulps"?):
26020         Use testrun.sh to run libm tests.
26022         [BZ #15309]
26023         * elf/dl-open.c (dl_open_worker): memset all of seen array.
26025 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
26027         [BZ #15264]
26028         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
26030 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26032         * Makefile.in (regen-ulps): New target.
26033         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
26034         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
26035         [ifneq (no,$(PERL)] (regen-ulps): New target.
26036         [ifeq (no,$(PERL)] (regen-ulps): New target.
26037         * math/libm-test.inc (ulps_file_name): Define.
26038         (output_dir): New variable.
26039         (options): Add "output-dir" option.
26040         (parse_opt): Handle 'o' case.
26041         (main): If output_dir is non-NULL use it as a prefix
26042         otherwise use "".
26043         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
26045 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26047         [BZ #10060, #10062]
26048         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
26049         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
26050         fail configure if __sync_val_compare_and_swap is not inlined.
26051         * sysdeps/i386/configure: Regenerate.
26052         * configure.in: Build for i686 when configured for i386.
26053         * configure: Regenerate.
26054         * README: Remove i386 reference.
26056 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
26058         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
26059         * sysdeps/s390/s390-64/sysdep.h: Likewise.
26061 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
26063         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
26064         (lmsnanval): New variables.
26065         (F): Add conversion tests.
26066         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
26067         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
26069         * stdio-common/tstdiomisc.c (F): Properly collect individual
26070         tests' results.
26072         [BZ #14686, #15336]
26073         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
26074         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
26075         Instead, use input NaN values or generate a qNaN by arithmetic
26076         operation.  Also fix bugs to comply with the standard.
26077         * math/libm-test.inc (remainder_test): Add more tests.
26079         [BZ #15335, #15342]
26080         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
26081         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
26082         input NaN values or generate a qNaN by arithmetic operation.
26084         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
26085         unreachable code.
26087         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
26088         definitions.
26090 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
26092         [BZ #14478]
26093         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
26094         underflowed result.
26095         * math/s_cexpf.c (__cexpf): Likewise.
26096         * math/s_cexpl.c (__cexpl): Likewise.
26097         * math/libm-test.inc (cexp_test): Add more tests.
26099 2013-04-03  Andreas Schwab  <schwab@suse.de>
26101         [BZ #15330]
26102         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
26103         order arrays from heap if bigger than alloca cutoff.
26105 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
26107         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
26108         (SNAN_TESTS_double): Refer to GCC PR56831.
26109         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
26110         GCC PR56828.
26112 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
26114         * Rules (bench): Move bench.out after the run is complete.
26116         * Rules (bench): Echo currently running benchmark.
26118         * benchtests/Makefile (bench): Add atan and slowatan.
26119         * benchtests/atan-inputs: New file.
26120         * benchtests/slowatan-inputs: New file.
26121         * benchtests/slowatan.c: New file.
26123         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
26124         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
26125         its value.
26127         [BZ #15305]
26128         * sysdeps/unix/sysv/linux/kernel-features.h
26129         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
26130         __ASSUME_XFS_RESTRICTED_CHOWN.
26131         * sysdeps/unix/sysv/linux/pathconf.c
26132         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
26133         Save and restore errno.
26135 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
26137         [BZ #15327]
26138         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26139         arguments using __kernel_casinh.
26140         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26141         arguments using __kernel_casinhf.
26142         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
26143         arguments using __kernel_casinhl.
26144         * math/libm-test.inc (cacosh_test): Add more tests.
26145         * sysdeps/i386/fpu/libm-test-ulps: Update.
26146         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26148 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26150         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
26151         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
26153         * bench/Makefile (bench): Add sin and slowsin.
26154         * benchtests/sin-inputs: New file.
26155         * benchtests/slowsin-inputs: New file.
26156         * benchtests/slowsin.c: New file.
26158         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
26159         (bench): Add slowexp and slowpow.
26160         (exp-ITER): Increase iterations.
26161         (pow-ITER): Likewise.
26162         * benchtests/exp-inputs: Change input.
26163         * benchtests/pow-inputs: Likewise.
26164         * benchtests/slowexp-inputs: New file.
26165         * benchtests/slowexp.c: New file.
26166         * benchtests/slowpow-inputs: New file.
26167         * benchtests/slowpow.c: New file.
26169 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26171         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
26172         instructions.
26173         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
26174         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
26175         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
26176         * benchtests/Makefile: Add rint benchtest.
26177         * benchtests/rint-inputs: Input for rint benchtest.
26179 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
26181         * Versions.def (libm): Add GLIBC_2.18.
26182         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
26183         hidden libm prototypes.
26184         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
26185         * math/Makefile (libm-calls): Add s_issignaling.
26186         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
26187         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
26188         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
26189         declaration.
26190         * math/math.h [__USE_GNU] (issignaling): New macro.
26191         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
26192         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
26193         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
26194         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
26195         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
26196         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
26197         * manual/arith.texi (issignaling): New section.
26198         * manual/libm-err-tab.pl (@all_functions): Update comment.
26199         * math/gen-libm-test.pl (parse_args): Apply special handling for
26200         issignaling.
26201         * math/libm-test.inc (print_float, issignaling_test): New
26202         functions.
26203         (check_float_internal): Add issignaling checks.
26204         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
26205         default definition.
26206         * sysdeps/powerpc/math-tests.h: New file.
26207         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
26208         tests.
26209         * math/test-snan.c (TEST_FUNC): Likewise.
26211 2013-03-30  David S. Miller  <davem@davemloft.net>
26213         * po/de.po: Update from translation team.
26215 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
26217         [BZ #10357]
26218         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26219         imaginary part less than 1.0 and real part less than 0.5
26220         specially.
26221         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26222         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26223         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
26224         (cacos_test): Add more tests.
26225         (casin_test): Likewise.
26226         (casinh_test): Likewise.
26227         * sysdeps/i386/fpu/libm-test-ulps: Update.
26228         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26230 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26232         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
26233         ONE with its value.
26235         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
26236         (__pow_mp): Replace ONE and MONE with their values.
26237         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26238         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
26239         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26240         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
26241         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26242         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26244         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
26246         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
26247         (__pow_mp): Replace ZERO and MZERO with their values.
26248         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26249         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26250         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26251         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
26252         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26253         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
26254         (__sqr): Likewise.
26256         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
26258         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
26260 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26262         * include/stdlib.h [!SHARED] (__call_tls_dtors):
26263         Declare with __attribute__ ((weak)).
26264         * stdlib/exit.c (__libc_atexit) [!SHARED]:
26265         Call __call_tls_dtors only if it's not NULL.
26267 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26269         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
26270         didn't do it already, then set _dl_phdr and _dl_phnum based on the
26271         magic __ehdr_start linker symbol if it's defined.
26272         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
26273         them up here if it was already done.
26275         * elf/dl-support.c (_dl_phdr): Make pointer to const.
26276         (_dl_aux_init): Use const in cast when setting it.
26277         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
26278         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
26279         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
26281         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
26282         Declare them here.
26283         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
26284         * csu/libc-tls.c: Nor here.
26285         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
26287         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
26288         (__libc_message): Never call vsyslog.
26290 2013-03-28  Alan Modra  <amodra@gmail.com>
26292         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
26293         Define as empty.
26294         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
26295         Likewise.
26297 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26299         [BZ #15214]
26300         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
26301         underflow.
26302         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26304 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26306         [BZ #15304]
26307         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
26308         Don't add gid passed as argument.
26310         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
26312 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
26314         [BZ #15307]
26315         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26316         imaginary part between 1.0 and 1.5 and real part less than 0.5
26317         specially.
26318         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26319         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26320         * math/libm-test.inc (cacos_test): Add more tests.
26321         (casin_test): Likewise.
26322         (casinh_test): Likewise.
26323         * sysdeps/i386/fpu/libm-test-ulps: Update.
26324         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26326 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26328         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
26329         constants.
26330         (norm): Likewise.
26331         (denorm): Likewise.
26332         (__dbl_mp): Likewise.
26333         (add_magnitudes): Likewise.
26334         (sub_magnitudes): Likewise.
26335         (__add): Likewise.
26336         (__sub): Likewise.
26337         (__mul): Likewise.
26338         (__sqr): Likewise.
26339         (__inv): Likewise.
26340         (__dvd): Likewise.
26342         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
26343         commented code.
26344         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
26345         (__dubcos): Likewise.
26346         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
26347         (__ieee754_acos): Likewise.
26348         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26349         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
26350         (__exp1): Likewise.
26351         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26352         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
26353         (log1): Likewise.
26354         (my_log2): Likewise.
26355         (checkint): Likewise.
26356         * sysdeps/ieee754/dbl-64/e_remainder.c
26357         (__ieee754_remainder): Likewise.
26358         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26359         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
26360         (bsloww): Likewise.
26361         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26363         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
26364         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
26365         MANTISSA_STORE_T to store computations on mantissa.  Use
26366         macros for rounding and division.
26367         (denorm): Likewise.
26368         (__dbl_mp): Likewise.
26369         (add_magnitudes): Likewise.
26370         (sub_magnitudes): Likewise.
26371         (__mul): Likewise.
26372         (__sqr): Likewise.
26373         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
26374         powers of two in terms of TWOPOW macro.
26375         (mp_no): Make type of mantissa as MANTISSA_T.
26376         [!RADIXI]: Define RADIXI.
26377         [!TWO52]: Define TWO52.
26378         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
26380 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26382         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
26383         llroundl symbol when building for PPC32.
26385 2013-03-24  Mark H Weaver  <mhw@netris.org>
26387         * manual/arith.texi (Normalization Functions): Fix prototypes for
26388         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
26390 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26392         [BZ #13889]
26393         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
26394         high value to check if expl overflow.
26395         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
26396         to check for underflow and overflow.
26397         * math/libm-test.inc: Add exp test.
26399 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
26401         [BZ #11120]
26402         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
26403         with NOT_IN_libc.
26405 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26407         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
26408         symbol.
26410 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
26412         * math/gen-libm-test.pl (parse_args, special_functions): Properly
26413         wrap blocks consisting of several statements.
26415         * sysdeps/generic/math-tests.h: New file.
26416         * sysdeps/i386/fpu/math-tests.h: Likewise.
26417         * math/test-snan.c: Include it.
26418         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
26420 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
26422         [BZ #15285]
26423         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
26424         (__ieee754_j0l): Do not improve calculations using cos of twice
26425         input for inputs above LDBL_MAX / 2.0L.
26426         (__ieee754_y0l): Likewise.
26427         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
26428         (__ieee754_j1l): Do not improve calculations using cos of twice
26429         input for inputs above LDBL_MAX / 2.0L.
26430         (__ieee754_y1l): Likewise.
26431         * math/libm-test.inc (j0_test): Add another test.
26432         (j1_test): Likewise.
26433         (y0_test): Likewise.
26434         (y1_test): Likewise.
26435         * sysdeps/i386/fpu/libm-test-ulps: Update.
26437 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26439         * Rules ($(objpfx)bench-%.c): Include code from a C source
26440         file.
26442 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
26444         [BZ #15287]
26445         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26446         imaginary part 1.0 and real part less than 0.5 specially.
26447         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26448         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26449         * math/libm-test.inc (cacos_test): Add more tests.
26450         (casin_test): Likewise.
26451         (casinh_test): Likewise.
26452         * sysdeps/i386/fpu/libm-test-ulps: Update.
26453         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26455 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26457         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
26458         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
26460 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
26462         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
26463         * config.make.in (config-cflags-sse4): Remove variable.
26464         (config-cflags-avx): Likewise.
26465         (config-cflags-sse2avx): Likewise.
26466         (config-cflags-novzeroupper): Likewise.
26467         (config-asflags-i686): Likewise.
26468         (have-mfma4): Likewise.
26469         (have-as-vis3): Likewise.
26470         (MIG): Likewise.
26471         * configure.in (MIG): Do not AC_SUBST.
26472         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
26473         (libc_cv_cc_sse4): Do not AC_SUBST.
26474         (libc_cv_cc_avx): Likewise.
26475         (libc_cv_cc_sse2avx): Likewise.
26476         (libc_cv_cc_novzeroupper): Likewise.
26477         (libc_cv_cc_fma4): Likewise.
26478         (libc_cv_as_i686): Likewise.
26479         (libc_cv_sparc_as_vis3): Likewise.
26480         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
26481         LIBC_CONFIG_VAR.
26482         (config-asflags-i686): Likewise.
26483         (config-cflags-avx): Likewise.
26484         (config-cflags-sse2avx): Likewise.
26485         (have-mfma4): Likewise.
26486         (config-cflags-novzeroupper): Likewise.
26487         * sysdeps/mach/configure.in (MIG): Likewise.
26488         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
26489         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
26490         LIBC_CONFIG_VAR.
26491         (config-cflags-avx): Likewise.
26492         (config-cflags-sse2avx): Likewise.
26493         (have-mfma4): Likewise.
26494         (config-cflags-novzeroupper): Likewise.
26495         * configure: Regenerated.
26496         * sysdeps/i386/configure: Likewise.
26497         * sysdeps/mach/configure: Likewise.
26498         * sysdeps/sparc/configure: Likewise.
26499         * sysdeps/x86_64/configure: Likewise.
26501 2013-03-20  Roland McGrath  <roland@hack.frob.com>
26503         [BZ #14812]
26504         * locale/programs/localedef.c (options): Put N_ translation marker
26505         on argument names, not just descriptions.
26507 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26509         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
26511 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
26513         [BZ #14176]
26514         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
26516 2013-03-19  Roland McGrath  <roland@hack.frob.com>
26518         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
26519         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
26520         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
26521         [!BEFORE_ABORT] (before_abort): New function.
26522         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
26523         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
26524         (writev_for_fatal): New function.
26525         (WRITEV_FOR_FATAL): New macro; call that.
26526         (backtrace_and_maps): New function.
26527         (BEFORE_ABORT): New macro; call that.
26528         (struct str_list): Type removed.
26529         (__libc_message, __libc_fatal): Functions removed.
26530         Include <sysdeps/posix/libc_fatal.c> instead.
26532 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
26534         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
26535         constants.
26536         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
26537         double constants.
26539 2013-03-19  Andreas Schwab  <schwab@suse.de>
26541         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
26542         * sysdeps/gnu/configure: Regenerate.
26544         * configure.in: Substitute libc_cv_rtlddir.
26545         * configure: Regenerate.
26546         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
26547         * Makeconfig (rtlddir, inst_rtlddir): New variables.
26548         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
26549         * elf/Makefile (install-others, CFLAGS-interp.c)
26550         (ldso_install, common-ldd-rewrite): Likewise.
26551         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
26552         $(inst_slibdir)/$(rtld-installed-name).
26553         * scripts/rellns-sh: Add -p option.
26554         * Makerules (make-shlib-link): Use rellns-sh to get relative name
26555         for source.
26557 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
26559         * manual/nptl.texi: Renamed to ...
26560         * manual/threads.texi: ... this.
26561         * manual/Makefile (chapters): Update.
26563 2013-03-18  Roland McGrath  <roland@hack.frob.com>
26565         [BZ #14812]
26566         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
26567         on argument names, not just descriptions.
26568         * malloc/memusagestat.c (options): Likewise.
26569         * nss/getent.c (options): Likewise.
26571 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
26573         [BZ #14812]
26574         * iconv/iconv_prog.c (options): Put N_ translation marker
26575         on argument names, not just descriptions.
26576         * iconv/iconvconfig.c (options): Likewise.
26578 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
26580         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
26581         implementation which is faster on all x86_64 architectures.
26582         Tested on AMD, Intel Nehalem, SNB, IVB.
26583         * sysdeps/x86_64/strnlen.S: Likewise.
26585         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
26586         Remove all multiarch strlen and strnlen versions.
26587         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
26588         Remove strlen and strnlen related parts.
26590         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
26591         Inline strlen part.
26592         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
26594         * sysdeps/x86_64/multiarch/strlen.S: Remove.
26595         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
26596         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
26597         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
26598         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
26599         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
26601 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
26603         * manual/memory.texi (Malloc Tunable Parameters):
26604         Sort parameters alphabetically. Add comments for missing entries.
26606 2013-03-17  David S. Miller  <davem@davemloft.net>
26608         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26610 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
26612         [BZ #15283]
26613         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
26614         for arguments at most half maximum finite value.
26615         * math/libm-test.inc (j0_test): Add more tests.
26616         (j1_test): Likewise.
26617         (y0_test): Likewise.
26618         (y1_test): Likewise.
26619         * sysdeps/i386/fpu/libm-test-ulps: Update.
26620         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26622         [BZ #14155]
26623         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
26624         1 / x and functions P and Q for arguments above 0x1p256L.
26625         (__ieee754_y0l): Likewise.
26626         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
26627         (__ieee754_y1l): Likewise.
26628         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
26629         (j1_test): Likewise.
26630         (y0_test): Likewise.
26631         (y1_test): Likewise.
26633 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
26635         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
26636         variable.
26638 2013-03-15  Roland McGrath  <roland@hack.frob.com>
26640         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
26641         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
26642         zero since it's initialized to EXEC_PAGESIZE.
26644         * sysdeps/unix/sysv/linux/ldsodefs.h
26645         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
26646         * sysdeps/generic/ldsodefs.h: ... here.
26648 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
26650         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
26652         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
26653         math/test-snan.c.
26654         * math/test-snan.c: Renamed from
26655         sysdeps/powerpc/fpu/test-powerpc-snan.c.
26656         * math/Makefile (tests): Add test-snan.
26657         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
26658         test-powerpc-snan.
26660         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
26661         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
26662         functions.
26663         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
26664         __builtin_nan family of functions.
26665         * math/libm-test.inc (initialize): Initialize qnan_value with
26666         __builtin_nan family of functions.
26667         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
26668         Remove variables.
26669         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
26670         Remove functions.
26671         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
26672         storage class.  Initialize qNaN_var and sNaN_var with
26673         __builtin_nan and __builtin_nans families of functions,
26674         respectively.
26676         * math/libm-test.inc (acosh_test): Also test with qNaN input.
26677         (sqrt_test): Remove duplicate test with qNaN input.
26678         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
26679         (round_test, signbit_test, significand_test): Note missing +/-Inf
26680         as well as qNaN tests.
26682         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
26683         qNaN_var.  Fix a few strings, too.
26684         * math/libm-test.inc (nan_value): Rename to qnan_value.
26685         * math/gen-libm-test.pl (%beautify): Adjust to that.
26686         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
26687         * math/test-misc.c (main): Likewise.
26688         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
26689         to __qnan_bytes, and __qnan_union, respectively.
26690         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
26691         Likewise.
26692         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
26693         and lqnanval, respectively.
26694         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
26695         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
26696         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
26697         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
26699         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
26700         * math/test-misc.c (main) [__x86_64__]: Enable test for long
26701         doubles.
26703         * math/test-misc.c (main): Fix copy'n'pastos.
26704         * misc/tst-efgcvt.c (special): Likewise.
26706         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
26707         Remove declarations.
26709 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26711         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
26712         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
26713         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
26714         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
26716 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26718         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
26719         macro to return vdso values correctly in IFUNC implementations.
26720         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
26721         Optimization by using IFUNC.
26723 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26724             Richard Henderson  <rth@redhat.com>
26725             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
26727         * Makefile.in (bench): New target.
26728         * NEWS: Mention the benchmark framework.
26729         * Rules (bench): Likewise.
26730         (binaries-bench): Generate binaries for functions to
26731         benchmark.
26732         * benchtests/Makefile: New makefile for benchmark tests.
26733         * benchtests/bench-skeleton.c: New skeleton file for benchmark
26734         programs.
26735         * benchtests/exp-inputs: New input file for EXP function.
26736         * benchtests/pow-inputs: New input file for POW function.
26737         * scripts/bench.pl: New script to generate source files for
26738         benchmark programs.
26740 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26742         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
26743         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
26744         computations on mantissa.  Use macros for rounding and
26745         division.
26746         (denorm): Likewise.
26747         (__dbl_mp): Likewise.
26748         (add_magnitudes): Likewise.
26749         (sub_magnitudes): Likewise.
26750         (__mul): Likewise.
26751         (__sqr): Likewise.
26752         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
26753         powers of two in terms of TWOPOW macro.
26754         (mp_no): Make type of mantissa as MANTISSA_T.
26755         [!RADIXI]: Define RADIXI.
26756         [!TWO52]: Define TWO52.
26757         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
26759         * manual/nptl.texi (cindex): Modify threads to pthreads.
26761 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
26763         * sysdeps/x86_64/preconfigure: Regenerated.
26765 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
26767         [BZ #14155]
26768         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
26769         0x1p28 and above.
26770         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
26771         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
26772         0x1p28 and above.
26773         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
26774         * math/libm-test.inc (j0_test): Do not allow one spurious
26775         underflow exception.
26776         (y1_test): Likewise.
26778 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
26780         * manual/Makefile (chapters): Add nptl.
26781         * manual/debug.texi (Debugging Support): Add link to Threads
26782         chapter.
26783         * manual/nptl.texi: New file.
26785         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
26787 2013-03-14  Petr Baudis  <pasky@ucw.cz>
26789         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
26790         for non-NULL pointer before the memory validity test. Pointed
26791         out by Holger Brunck <holger.brunck@keymile.com>.
26793 2013-03-13  Andreas Schwab  <schwab@suse.de>
26795         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
26796         instead of .os.
26798 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
26800         * timezone/zic.c: Update from tzcode 2013b.
26802 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
26804         * manual/install.texi (Configuring and compiling):
26805         Mention i686 and i586.
26806         * INSTALL: Regenerate.
26808 2013-03-12  Roland McGrath  <roland@hack.frob.com>
26810         * sysdeps/init_array/elf-init.c: New file.
26811         * csu/elf-init.c
26812         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
26813         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
26815         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
26816         __gmon_start__ as global, but as static with a .preinit_array pointer.
26817         * sysdeps/init_array/gmon-start.c: New file.  Use that.
26818         * sysdeps/init_array/crti.S: New file, empty except for comments.
26819         * sysdeps/init_array/crtn.S: Likewise.
26821 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
26823         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
26824         definining bcopy.
26825         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26826         Remove Prefer_SSE_for_memop.
26827         * sysdeps/x86_64/multiarch/init-arch.h: Remove
26828         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
26829         HAS_PREFER_SSE_FOR_MEMOP.
26830         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
26831         memset-x86-64.
26832         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
26833         Remove bzero, memset ifunc support.
26834         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
26835         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
26836         * sysdeps/x86_64/multiarch/memset.S: Likewise.
26837         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
26839 2013-03-11  Andreas Schwab  <schwab@suse.de>
26841         [BZ #15234]
26842         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
26843         by SHLIB_COMPAT.
26844         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
26845         (GLIBC_2.16): Remove pthread_atfork.
26847 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
26849         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
26850         (ptestcases.h): Likewise.
26852 2013-03-08  Roland McGrath  <roland@hack.frob.com>
26854         * Makeconfig ($(common-objpfx)config.status): Depend on
26855         sysdeps/*/preconfigure{,.in} too.
26857 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
26859         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
26860         (__free_hook): Use void * instead of __malloc_ptr_t.
26861         (__malloc_hook): Likewise.
26862         (__realloc_hook): Likewise.
26863         (__memalign_hook): Likewise.
26864         (__after_morecore_hook): Likewise.
26865         * malloc/arena.c (save_malloc_hook): Likewise.
26866         (save_free_hook): Likewise.
26867         * malloc/hooks.c (malloc_hook_ini): Likewise.
26868         (realloc_hook_ini): Likewise.
26869         (memalign_hook_ini): Likewise.
26870         * malloc/malloc.c (malloc_hook_ini): Likewise.
26871         (realloc_hook_ini): Likewise.
26872         (memalign_hook_ini): Likewise.
26873         (__free_hook): Likewise.
26874         (__malloc_hook): Likewise.
26875         (__realloc_hook): Likewise.
26876         (__memalign_hook): Likewise.
26877         (__libc_malloc): Likewise.
26878         (__libc_free): Likewise.
26879         (__libc_realloc): Likewise.
26880         (__libc_memalign): Likewise.
26881         (__libc_valloc): Likewise.
26882         (__libc_pvalloc): Likewise.
26883         (__libc_calloc): Likewise.
26884         (__posix_memalign): Likewise.
26885         * malloc/morecore.c (__sbrk): Likewise.
26886         (__default_morecore): Likewise.
26888         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
26890         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
26891         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
26892         __malloc_ptrdiff_t.
26894         * malloc/malloc.h (__malloc_size_t): Remove macro.
26895         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
26896         __malloc_size_t.
26897         (old_memalign_hook): Likewise.
26898         (old_realloc_hook): Likewise.
26899         (struct hdr): Likewise.
26900         (flood): Likewise.
26901         (mallochook): Likewise.
26902         (memalignhook): Likewise.
26903         (reallochook): Likewise.
26904         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
26905         (tr_old_realloc_hook): Likewise.
26906         (tr_old_memalign_hook): Likewise.
26907         (tr_mallochook): Likewise.
26908         (tr_reallochook): Likewise.
26909         (tr_memalignhook): Likewise.
26911 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26913         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
26914         default_ldbl_pack and using as default implementation.
26915         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
26916         implementation.
26917         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
26918         redundant definition.
26919         (ldbl_insert_mantissa): Likewise.
26920         (ldbl_canonicalize): Likewise.
26921         (ldbl_nearbyint): Likewise.
26922         (ldbl_pack): Rename to ldbl_pack_ppc.
26923         (ldbl_unpack): Rename to ldbl_unpack_ppc.
26924         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
26925         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
26927 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
26929         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
26930         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
26931         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
26932         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
26933         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
26934         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
26935         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
26936         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
26938 2013-03-07  Andreas Jaeger  <aj@suse.de>
26940         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
26941         bits/mman-linux.h.
26943 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
26945         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
26946         Include mpa.h and declare __MPEXP.
26947         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
26948         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
26949         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
26950         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
26951         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
26952         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
26953         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
26955         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
26956         (__slowpow): Use long double EXPL and LOGL functions to
26957         compute POW.
26958         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
26959         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
26960         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
26961         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
26962         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
26963         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
26965         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
26966         intermediate variable to calculate exponent.
26967         (__sqr): Likewise.
26968         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
26969         Likewise.
26970         (__sqr): Likewise.
26972         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
26973         [!NO__SQR]: Define __sqr.
26974         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
26975         and NO__SQR.  Remove all code except __mul and __sqr.  Include
26976         sysdeps/ieee754/dbl-64/mpa.c.
26977         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26979         [BZ #12723]
26980         * posix/Makefile (tests): Add tst-pathconf.
26981         * posix/tst-pathconf.c: New test case.
26982         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
26983         _PC_PIPE_BUF.
26984         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
26986 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
26988         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
26990 2013-03-06  Andreas Jaeger  <aj@suse.de>
26992         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
26993         definition via __MAP_ANONYMOUS.
26995         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
26996         it's not part of Linux headers.
26998         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
26999         (MAP_HUGE_MASK): Define.
27001         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27002         Define.
27003         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27004         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27005         Define.
27006         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27007         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
27008         Define.
27009         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27010         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
27011         Define.
27012         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
27014         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
27015         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
27016         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
27017         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
27018         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
27019         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
27021         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
27022         Handle f2fs.
27024         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
27025         Handle f2fs and efivarfs.
27027         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
27028         f2fs.
27030         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
27031         (EFIVARFS_MAGIC): Add.
27032         (F2FS_LINK_MAX): Add.
27034 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
27036         * stdio-common/vfprintf.c: Replace __builtin_expect with
27037         __glibc_unlikely.
27039 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
27041         [BZ #13550]
27042         * sysdeps/generic/bp-sym.h: Remove file.
27043         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
27044         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
27045         <bp-sym.h> and <bp-asm.h>.
27046         (__longjmp): Don't use BP_SYM.
27047         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
27048         and <bp-asm.h>.
27049         (memcpy): Don't use BP_SYM.
27050         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
27051         <bp-sym.h> and <bp-asm.h>.
27052         (memcpy): Don't use BP_SYM.
27053         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
27054         <bp-asm.h>.
27055         (memcpy): Don't use BP_SYM.
27056         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
27057         <bp-asm.h>.
27058         (memset): Don't use BP_SYM.
27059         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27060         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27061         (__bzero): Don't use BP_SYM.
27062         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27063         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27064         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
27065         <bp-sym.h> and <bp-asm.h>.
27066         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27067         pointers.
27068         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
27069         <bp-sym.h> and <bp-asm.h>.
27070         (memcpy): Don't use BP_SYM.
27071         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
27072         <bp-sym.h> and <bp-asm.h>.
27073         (memset): Don't use BP_SYM.
27074         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27075         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27076         (__bzero): Don't use BP_SYM.
27077         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27078         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27079         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
27080         <bp-sym.h> and <bp-asm.h>.
27081         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27082         pointers.
27083         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
27084         <bp-sym.h> and <bp-asm.h>.
27085         (memcpy): Don't use BP_SYM.
27086         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
27087         <bp-sym.h> and <bp-asm.h>.
27088         (memset): Don't use BP_SYM.
27089         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27090         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27091         (__bzero): Don't use BP_SYM.
27092         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27093         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27094         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
27095         <bp-sym.h> and <bp-asm.h>.
27096         (__memchr): Don't use BP_SYM.
27097         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
27098         <bp-sym.h> and <bp-asm.h>.
27099         (memcmp): Don't use BP_SYM.  Remove comment about bounded
27100         pointers.
27101         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
27102         <bp-sym.h> and <bp-asm.h>.
27103         (memcpy): Don't use BP_SYM.
27104         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
27105         <bp-sym.h> and <bp-asm.h>.
27106         (__mempcpy): Don't use BP_SYM.
27107         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
27108         <bp-sym.h> and <bp-asm.h>.
27109         (__memrchr): Don't use BP_SYM.
27110         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
27111         <bp-sym.h> and <bp-asm.h>.
27112         (memset): Don't use BP_SYM.
27113         (__bzero): Likewise.
27114         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
27115         <bp-sym.h> and <bp-asm.h>.
27116         (__rawmemchr): Don't use BP_SYM.
27117         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
27118         <bp-sym.h> and <bp-asm.h>.
27119         (__STRCMP): Don't use BP_SYM.
27120         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
27121         <bp-sym.h> and <bp-asm.h>.
27122         (strchr): Don't use BP_SYM.
27123         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
27124         <bp-sym.h> and <bp-asm.h>.
27125         (__strchrnul): Don't use BP_SYM.
27126         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
27127         <bp-sym.h> and <bp-asm.h>.
27128         (strlen): Don't use BP_SYM.
27129         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
27130         <bp-sym.h> and <bp-asm.h>.
27131         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27132         pointers.
27133         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
27134         <bp-sym.h> and <bp-asm.h>.
27135         (__strnlen): Don't use BP_SYM.
27136         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
27137         <bp-sym.h> and <bp-asm.h>.
27138         (__GI__setjmp): Don't use BP_SYM.
27139         (_setjmp): Likewise.
27140         (__sigsetjmp): Likewise.
27141         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27142         (L(start_addresses)): Don't use BP_SYM.
27143         (_start): Likewise.
27144         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
27145         <bp-asm.h>.
27146         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
27147         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
27148         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27149         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27150         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
27151         <bp-asm.h>.
27152         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
27153         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
27154         about bounded pointers.
27155         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27156         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27157         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
27158         <bp-asm.h>.
27159         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27160         about bounded pointers.  Remove GKM FIXME comments.
27161         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27162         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
27163         <bp-asm.h>.
27164         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
27165         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
27166         Remove GKM FIXME comments.
27167         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27168         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27169         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
27170         <bp-asm.h>.
27171         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27172         about bounded pointers.  Remove GKM FIXME comment.
27173         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
27174         and <bp-asm.h>.
27175         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27176         pointers.
27177         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
27178         <bp-sym.h> and <bp-asm.h>.
27179         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27180         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
27181         <bp-sym.h> and <bp-asm.h>.
27182         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27183         comment.
27185 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
27187         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
27188         call free(NULL).
27190 2013-03-05  David S. Miller  <davem@davemloft.net>
27192         * po/es.po: Update from translation team.
27194 2013-03-05  Andreas Jaeger  <aj@suse.de>
27196         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
27197         <bits/mman-linux.h>.
27198         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27199         is fine.
27200         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
27201         <bits/mman-linux.h> to end of file.
27202         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27203         is fine.
27204         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
27205         <bits/mman-linux.h> to end of file.
27206         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27207         is fine.
27208         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
27209         <bits/mman-linux.h> to end of file.
27211         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
27212         (MCL_CURRENT, MCL_FUTURE): Define here.
27214 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27216         [BZ #15232]
27217         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
27218         attribute_hidden.
27219         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
27221 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27223         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
27224         fourth parameter needed for rt_sigprocmask syscall.
27225         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
27226         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27227         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
27228         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27229         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27230         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
27232 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
27234         [BZ #13550]
27235         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
27236         comment about bounded pointers.
27237         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
27238         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
27240 2013-03-04  Andreas Jaeger  <aj@suse.de>
27242         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
27243         common definitions.
27245         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
27246         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
27247         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
27248         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
27249         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
27250         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
27252 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27254         [BZ #15055]
27255         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
27256         __ieee754_sqrl instead of __sqrl.
27258 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
27260         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
27261         * sysdeps/powerpc/fpu_control.h: ... here.
27262         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
27263         * sysdeps/powerpc/bits/fenvinline.h: ... here.
27264         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
27265         * sysdeps/powerpc/bits/mathinline.h: ... here.
27267 2013-03-01  Roland McGrath  <roland@hack.frob.com>
27269         * elf/dl-hwcaps.c (_dl_important_hwcaps):
27270         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
27271         to just [NEED_DL_SYSINFO_DSO].
27272         * elf/dl-support.c: Likewise.
27273         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
27274         * elf/rtld.c (dl_main): Likewise.
27275         * elf/setup-vdso.h (setup_vdso): Likewise.
27276         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
27277         * sysdeps/unix/sysv/linux/dl-sysdep.c
27278         (_dl_discover_osversion): Likewise.
27280 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
27282         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
27283         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27285 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
27287         * NEWS: Mention libm performance improvements and non-x86 PI
27288         futex support.
27290         * csu/libc-start.c (__pthread_initialize_minimal): Change
27291         function arguments.
27292         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27294 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
27296         [BZ #13550]
27297         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
27298         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
27299         <bp-sym.h> and <bp-asm.h>.
27300         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27301         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
27302         and <bp-asm.h>.
27303         (memcpy): Don't use BP_SYM.
27304         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
27305         <bp-asm.h>.
27306         (__mpn_add_n): Don't use BP_SYM.
27307         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
27308         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
27309         and <bp-asm.h>.
27310         (__mpn_addmul_1): Don't use BP_SYM.
27311         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27312         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
27313         <bp-sym.h>.
27314         (_setjmp): Don't use BP_SYM.
27315         (__novmx_setjmp): Likewise.
27316         (__GI__setjmp): Likewise.
27317         (__vmx_setjmp): Likewise.
27318         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
27319         <bp-sym.h>.
27320         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
27321         (__bzero): Don't use BP_SYM.
27322         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27323         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27324         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
27325         <bp-sym.h> and <bp-asm.h>.
27326         (memcpy): Don't use BP_SYM.
27327         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
27328         <bp-sym.h> and <bp-asm.h>.
27329         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27330         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
27331         <bp-sym.h> and <bp-asm.h>.
27332         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27333         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
27334         <bp-asm.h>.
27335         (__mpn_lshift): Don't use BP_SYM.
27336         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27337         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
27338         <bp-asm.h>.
27339         (memset): Don't use BP_SYM.
27340         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27341         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27342         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
27343         <bp-asm.h>.
27344         (__mpn_mul_1): Don't use BP_SYM.
27345         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27346         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
27347         <bp-sym.h> and <bp-asm.h>.
27348         (memcmp): Don't use BP_SYM.
27349         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
27350         <bp-sym.h> and <bp-asm.h>.
27351         (memcpy): Don't use BP_SYM.
27352         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
27353         <bp-sym.h> and <bp-asm.h>.
27354         (memset): Don't use BP_SYM.
27355         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
27356         <bp-sym.h> and <bp-asm.h>.
27357         (strncmp): Don't use BP_SYM.
27358         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
27359         <bp-sym.h> and <bp-asm.h>.
27360         (memcpy): Don't use BP_SYM.
27361         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
27362         <bp-sym.h> and <bp-asm.h>.
27363         (memset): Don't use BP_SYM.
27364         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
27365         <bp-sym.h> and <bp-asm.h>.
27366         (__memchr): Don't use BP_SYM.
27367         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
27368         <bp-sym.h> and <bp-asm.h>.
27369         (memcmp): Don't use BP_SYM.
27370         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
27371         <bp-sym.h> and <bp-asm.h>.
27372         (memcpy): Don't use BP_SYM.
27373         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
27374         <bp-sym.h> and <bp-asm.h>.
27375         (__mempcpy): Don't use BP_SYM.
27376         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
27377         <bp-sym.h> and <bp-asm.h>.
27378         (__memrchr): Don't use BP_SYM.
27379         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
27380         <bp-sym.h> and <bp-asm.h>.
27381         (memset): Don't use BP_SYM.
27382         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
27383         <bp-sym.h> and <bp-asm.h>.
27384         (__rawmemchr): Don't use BP_SYM.
27385         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
27386         <bp-sym.h> and <bp-asm.h>.
27387         (__STRCMP): Don't use BP_SYM.
27388         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
27389         <bp-sym.h> and <bp-asm.h>.
27390         (strchr): Don't use BP_SYM.
27391         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
27392         <bp-sym.h> and <bp-asm.h>.
27393         (__strchrnul): Don't use BP_SYM.
27394         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
27395         <bp-sym.h> and <bp-asm.h>.
27396         (strlen): Don't use BP_SYM.
27397         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
27398         <bp-sym.h> and <bp-asm.h>.
27399         (strncmp): Don't use BP_SYM.
27400         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
27401         <bp-sym.h> and <bp-asm.h>.
27402         (__strnlen): Don't use BP_SYM.
27403         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
27404         <bp-asm.h>.
27405         (__mpn_rshift): Don't use BP_SYM.
27406         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27407         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
27408         <bp-sym.h> and <bp-asm.h>.
27409         (__sigsetjmp): Don't use BP_SYM.
27410         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
27411         (L(start_addresses)): Don't use BP_SYM.
27412         (_start): Likewise.
27413         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
27414         <bp-asm.h>.
27415         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
27416         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27417         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27418         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
27419         <bp-asm.h>.
27420         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
27421         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27422         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27423         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
27424         <bp-asm.h>.
27425         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
27426         comments.
27427         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27428         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
27429         <bp-asm.h>.
27430         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
27431         FIXME comments.
27432         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27433         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27434         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
27435         <bp-asm.h>.
27436         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
27437         comment.
27438         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
27439         and <bp-asm.h>.
27440         (strncmp): Don't use BP_SYM,
27441         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
27442         <bp-asm.h>.
27443         (__mpn_sub_n): Don't use BP_SYM.
27444         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27445         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
27446         and <bp-asm.h>.
27447         (__mpn_submul_1): Don't use BP_SYM.
27448         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27449         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
27450         <bp-sym.h> and <bp-asm.h>.
27451         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27452         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
27453         <bp-sym.h> and <bp-asm.h>.
27454         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27455         comment.
27457 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27459         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
27460         Use ZK to minimize writes to Z.
27461         (sub_magnitudes): Simplify code a bit.
27462         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
27463         Use ZK to minimize writes to Z.
27464         (sub_magnitudes): Simplify code a bit.
27466 2013-02-27  Roland McGrath  <roland@hack.frob.com>
27468         * csu/gmon-start.c: Add special exception to license text.
27470 2013-02-27  Richard Henderson  <rth@redhat.com>
27472         * scripts/config.guess: Update from config.git.
27473         * scripts/config.sub: Likewise.
27475 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27477         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
27479         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
27481         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
27483         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
27485         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
27487 2013-02-26  Roland McGrath  <roland@hack.frob.com>
27489         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
27490         [$(build-shared = yes].
27492 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27494         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
27495         (__mul): Reduce iterations for calculating mantissa.
27497         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
27498         MPTWO.
27499         (__mpranred): Likewise.
27501         [BZ #15160]
27502         * malloc/memusagestat.c (main): Draw graphs for heap and stack
27503         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
27505 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
27507         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
27508         Define __attribute__.
27510 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27512         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
27513         unused.
27514         * posix/regex_internal.h (__attribute): Remove.
27515         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
27516         (re_string_context_at): Likewise.
27517         (bitset_not): Use __attribute__ and mark function as possibly
27518         unused.
27519         (bitset_merge): Likewise.
27520         (bitset_mask): Likewise.
27521         (re_string_char_size_at): Likewise.
27522         (re_string_wchar_at): Likewise.
27523         (re_string_elem_size_at): Likewise.
27525 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
27527         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
27528         code.
27529         (cc32): Likewise.
27531         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
27532         (__acr): Likewise.
27533         (__cpy): Likewise.
27534         (norm): Likewise.
27535         (denorm): Likewise.
27536         (__dbl_mp): Likewise.
27537         (add_magnitudes): Likewise.
27538         (sub_magnitudes): Likewise.
27539         (__mul): Likewise.
27540         (__inv): Likewise.
27542         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
27543         style.
27545         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
27546         style.
27548         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
27549         code.
27551         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
27552         up changes with default code.
27553         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
27554         Likewise.
27556 2013-02-24  Allan McRae  <allan@archlinux.org>
27558         * manual/socket.texi (The Internet Namespace): Order menu items
27559         to match that in the file.
27561         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
27562         node listing of the info page menu.
27564 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
27566         [BZ #13550]
27567         * sysdeps/i386/bp-asm.h: Remove file.
27568         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
27569         (PARMS): Do not use macros from bp-asm.h.
27570         (S1): Likewise.
27571         (S2): Likewise.
27572         (SIZE): Likewise.
27573         (__mpn_add_n): Do not use BP_SYM
27574         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
27575         "bp-asm.h".
27576         (PARMS): Do not use macros from bp-asm.h.
27577         (S1): Likewise.
27578         (SIZE): Likewise.
27579         (__mpn_addmul_1): Do not use BP_SYM
27580         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
27581         "bp-asm.h".
27582         (PARMS): Do not use macros from bp-asm.h.
27583         (SIGMSK): Likewise.
27584         (_setjmp): Likewise.  Do not use BP_SYM.
27585         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
27586         "bp-asm.h".
27587         (PARMS): Do not use macros from bp-asm.h.
27588         (SIGMSK): Likewise.
27589         (setjmp): Likewise.  Do not use BP_SYM.
27590         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
27591         "bp-asm.h".
27592         (PARMS): Do not use macros from bp-asm.h.
27593         (__frexp): Do not use BP_SYM.
27594         (frexp): Likewise.
27595         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
27596         "bp-asm.h".
27597         (PARMS): Do not use macros from bp-asm.h.
27598         (__frexpf): Do not use BP_SYM.
27599         (frexpf): Likewise.
27600         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
27601         "bp-asm.h".
27602         (PARMS): Do not use macros from bp-asm.h.
27603         (__frexpl): Do not use BP_SYM.
27604         (frexpl): Likewise.
27605         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
27606         "bp-asm.h".
27607         (PARMS): Do not use macros from bp-asm.h.
27608         (__remquo): Do not use BP_SYM.
27609         (remquo): Likewise.
27610         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
27611         "bp-asm.h".
27612         (PARMS): Do not use macros from bp-asm.h.
27613         (__remquof): Do not use BP_SYM.
27614         (remquof): Likewise.
27615         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
27616         "bp-asm.h".
27617         (PARMS): Do not use macros from bp-asm.h.
27618         (__remquol): Do not use BP_SYM.
27619         (remquol): Likewise.
27620         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
27621         "bp-asm.h".
27622         (PARMS): Do not use macros from bp-asm.h.
27623         (DEST): Likewise.
27624         (SRC): Likewise.
27625         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
27626         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
27627         "bp-asm.h".
27628         (PARMS): Do not use macros from bp-asm.h.
27629         (strlen): Do not use BP_SYM.
27630         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
27631         "bp-asm.h".
27632         (PARMS): Do not use macros from bp-asm.h.
27633         (S1): Likewise.
27634         (S2): Likewise.
27635         (SIZE): Likewise.
27636         (__mpn_add_n): Do not use BP_SYM.
27637         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
27638         "bp-asm.h".
27639         (PARMS): Do not use macros from bp-asm.h.
27640         (S1): Likewise.
27641         (SIZE): Likewise.
27642         (__mpn_addmul_1): Do not use BP_SYM.
27643         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
27644         weak_alias.
27645         (bzero): Likewise.
27646         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
27647         "bp-asm.h".
27648         (PARMS): Do not use macros from bp-asm.h.
27649         (S): Likewise.
27650         (SIZE): Likewise.
27651         (__mpn_lshift): Do not use BP_SYM.
27652         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
27653         "bp-asm.h".
27654         (PARMS): Do not use macros from bp-asm.h.
27655         (DEST): Likewise.
27656         (SRC): Likewise.
27657         (LEN): Likewise.
27658         (memcpy): Likewise.  Do not use BP_SYM.
27659         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
27660         libc_hidden_def and weak_alias.
27661         (mempcpy): Do not use BP_SYM in weak_alias.
27662         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
27663         "bp-asm.h".
27664         (PARMS): Do not use macros from bp-asm.h.
27665         (DEST): Likewise.
27666         (LEN): Likewise.
27667         [!BZERO_P] (CHR): Likewise.
27668         (memset): Likewise.  Do not use BP_SYM.
27669         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
27670         "bp-asm.h".
27671         (PARMS): Do not use macros from bp-asm.h.
27672         (S1): Likewise.
27673         (SIZE): Likewise.
27674         (__mpn_mul_1): Do not use BP_SYM.
27675         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
27676         "bp-asm.h".
27677         (PARMS): Do not use macros from bp-asm.h.
27678         (S): Likewise.
27679         (SIZE): Likewise.
27680         (__mpn_rshift): Do not use BP_SYM.
27681         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
27682         "bp-asm.h".
27683         (PARMS): Do not use macros from bp-asm.h.
27684         (STR): Likewise.
27685         (CHR): Likewise.
27686         (strchr): Likewise.  Do not use BP_SYM.
27687         (index): Do not use BP_SYM in weak_alias.
27688         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
27689         "bp-asm.h".
27690         (PARMS): Do not use macros from bp-asm.h.
27691         (DEST): Likewise.
27692         (SRC): Likewise.
27693         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
27694         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
27695         "bp-asm.h".
27696         (PARMS): Do not use macros from bp-asm.h.
27697         (strlen): Do not use BP_SYM.
27698         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
27699         "bp-asm.h".
27700         (PARMS): Do not use macros from bp-asm.h.
27701         (S1): Likewise.
27702         (S2): Likewise.
27703         (SIZE): Likewise.
27704         (__mpn_sub_n): Do not use BP_SYM.
27705         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
27706         "bp-asm.h".
27707         (PARMS): Do not use macros from bp-asm.h.
27708         (S1): Likewise.
27709         (SIZE): Likewise.
27710         (__mpn_submul_1): Do not use BP_SYM.
27711         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
27712         "bp-asm.h".
27713         (PARMS): Do not use macros from bp-asm.h.
27714         (S1): Likewise.
27715         (S2): Likewise.
27716         (SIZE): Likewise.
27717         (__mpn_add_n): Do not use BP_SYM.
27718         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
27719         weak_alias.
27720         (bzero): Likewise.
27721         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
27722         "bp-asm.h".
27723         (PARMS): Do not use macros from bp-asm.h.
27724         (BLK2): Likewise.
27725         (LEN): Likewise.
27726         (memcmp): Do not use BP_SYM.
27727         (bcmp): Do not use BP_SYM in weak_alias.
27728         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
27729         "bp-asm.h".
27730         (PARMS): Do not use macros from bp-asm.h.
27731         (DEST): Likewise.
27732         (SRC): Likewise.
27733         (LEN): Likewise.
27734         (memcpy): Likewise.  Do not use BP_SYM.
27735         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
27736         "bp-asm.h".
27737         (PARMS): Do not use macros from bp-asm.h.
27738         (DEST): Likewise.
27739         (SRC): Likewise.
27740         (LEN): Likewise.
27741         (memmove): Likewise.  Do not use BP_SYM.
27742         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
27743         "bp-asm.h".
27744         (PARMS): Do not use macros from bp-asm.h.
27745         (DEST): Likewise.
27746         (SRC): Likewise.
27747         (LEN): Likewise.
27748         (__mempcpy): Likewise.  Do not use BP_SYM.
27749         (mempcpy): Do not use BP_SYM in weak_alias.
27750         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
27751         "bp-asm.h".
27752         (PARMS): Do not use macros from bp-asm.h.
27753         (DEST): Likewise.
27754         (LEN): Likewise.
27755         [!BZERO_P] (CHR): Likewise.
27756         (memset): Likewise.  Do not use BP_SYM.
27757         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
27758         "bp-asm.h".
27759         (PARMS): Do not use macros from bp-asm.h.
27760         (STR2): Likewise.
27761         (strcmp): Do not use BP_SYM.
27762         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
27763         "bp-asm.h".
27764         (PARMS): Do not use macros from bp-asm.h.
27765         (STR): Likewise.
27766         (DELIM): Likewise.
27767         [USE_AS_STRTOK_R] (SAVE): Likewise.
27768         (FUNCTION): Likewise.  Do not use BP_SYM.
27769         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
27770         aliases.
27771         (strtok_r): Likewise.
27772         (__GI___strtok_r): Likewise.
27773         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
27774         (PARMS): Do not use macros from bp-asm.h.
27775         (S): Likewise.
27776         (SIZE): Likewise.
27777         (__mpn_lshift): Do not use BP_SYM.
27778         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
27779         (PARMS): Do not use macros from bp-asm.h.
27780         (STR): Likewise.
27781         (CHR): Likewise.
27782         (__memchr): Do not use BP_SYM.
27783         (memchr): Do not use BP_SYM in weak_alias.
27784         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
27785         (PARMS): Do not use macros from bp-asm.h.
27786         (BLK2): Likewise.
27787         (LEN): Likewise.
27788         (memcmp): Do not use BP_SYM.
27789         (bcmp): Do not use BP_SYM in weak_alias.
27790         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
27791         (PARMS): Do not use macros from bp-asm.h.
27792         (S1): Likewise.
27793         (SIZE): Likewise.
27794         (__mpn_mul_1): Do not use BP_SYM.
27795         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
27796         "bp-asm.h".
27797         (PARMS): Do not use macros from bp-asm.h.
27798         (STR): Likewise.
27799         (CHR): Likewise.
27800         (__rawmemchr): Do not use BP_SYM.
27801         (rawmemchr): Do not use BP_SYM in weak_alias.
27802         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
27803         (PARMS): Do not use macros from bp-asm.h.
27804         (S): Likewise.
27805         (SIZE): Likewise.
27806         (__mpn_rshift): Do not use BP_SYM.
27807         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
27808         (PARMS): Do not use macros from bp-asm.h.
27809         (SIGMSK): Likewise.
27810         (__sigsetjmp): Likewise.  Do not use BP_SYM.
27811         * sysdeps/i386/start.S: Do not include "bp-sym.h".
27812         (_start): Do not use BP_SYM.
27813         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
27814         (PARMS): Do not use macros from bp-asm.h.
27815         (DEST): Likewise.
27816         (SRC): Likewise.
27817         (__stpcpy): Likewise.  Do not use BP_SYM.
27818         (stpcpy): Do not use BP_SYM in weak_alias.
27819         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
27820         "bp-asm.h".
27821         (PARMS): Do not use macros from bp-asm.h.
27822         (DEST): Likewise.
27823         (SRC): Likewise.
27824         (LEN): Likewise.
27825         (__stpncpy): Likewise.  Do not use BP_SYM.
27826         (stpncpy): Do not use BP_SYM in weak_alias.
27827         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
27828         (PARMS): Do not use macros from bp-asm.h.
27829         (STR): Likewise.
27830         (CHR): Likewise.
27831         (strchr): Likewise.  Do not use BP_SYM.
27832         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
27833         "bp-asm.h".
27834         (PARMS): Do not use macros from bp-asm.h.
27835         (STR): Likewise.
27836         (CHR): Likewise.
27837         (__strchrnul): Likewise.  Do not use BP_SYM.
27838         (strchrnul): Do not use BP_SYM in weak_alias.
27839         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
27840         "bp-asm.h".
27841         (PARMS): Do not use macros from bp-asm.h.
27842         (STOP): Likewise.
27843         (strcspn): Do not use BP_SYM.
27844         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
27845         "bp-asm.h".
27846         (PARMS): Do not use macros from bp-asm.h.
27847         (STR): Likewise.
27848         (STOP): Likewise.
27849         (strpbrk): Likewise.  Do not use BP_SYM.
27850         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
27851         "bp-asm.h".
27852         (PARMS): Do not use macros from bp-asm.h.
27853         (STR): Likewise.
27854         (CHR): Likewise.
27855         (strrchr): Likewise.  Do not use BP_SYM.
27856         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
27857         (PARMS): Do not use macros from bp-asm.h.
27858         (SKIP): Likewise.
27859         (strspn): Do not use BP_SYM.
27860         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
27861         (PARMS): Do not use macros from bp-asm.h.
27862         (STR): Likewise.
27863         (DELIM): Likewise.
27864         (SAVE): Likewise.
27865         (FUNCTION): Likewise.  Do not use BP_SYM.
27866         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
27867         aliases.
27868         (strtok_r): Likewise.
27869         (__GI___strtok_r): Likewise.
27870         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
27871         (PARMS): Do not use macros from bp-asm.h.
27872         (S1): Likewise.
27873         (S2): Likewise.
27874         (SIZE): Likewise.
27875         (__mpn_sub_n): Do not use BP_SYM.
27876         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
27877         "bp-asm.h".
27878         (PARMS): Do not use macros from bp-asm.h.
27879         (S1): Likewise.
27880         (SIZE): Likewise.
27881         (__mpn_submul_1): Do not use BP_SYM.
27882         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
27883         <bp-sym.h>.
27884         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
27885         and <bp-asm.h>.
27886         (PARMS): Do not use macros from bp-asm.h.
27887         (FLAGS): Likewise.
27888         (PTID): Likewise.
27889         (TLS): Likewise.
27890         (CTID): Likewise.
27891         (__clone): Do not use BP_SYM.
27892         (clone): Do not use BP_SYM in weak_alias.
27893         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
27894         and <bp-asm.h>.
27895         (PARMS): Do not use macros from bp-asm.h.
27896         (LEN): Likewise.
27897         (__mmap64): Do not use BP_SYM.
27898         (mmap64): Do not use BP_SYM in weak_alias.
27899         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
27900         <bp-sym.h> and <bp-asm.h>.
27901         (PARMS): Do not use macros from bp-asm.h.
27902         (__posix_fadvise64_l64): Do not use BP_SYM.
27903         * sysdeps/unix/sysv/linux/i386/semtimedop.S
27904         (PARMS): Do not use macros from bp-asm.h.
27905         (NSOPS): Likewise.
27906         (semtimedop): Do not use BP_SYM.
27907         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
27908         and <bp-asm.h>.
27910 2013-02-21  Allan McRae  <allan@archlinux.org>
27912         * manual/message.texi (Charset conversion in gettext):
27913         Move @end statement to beginning of line.
27915 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27917         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
27918         static.
27919         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
27920         Likewise.
27922         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
27923         (denorm): Likewise.
27924         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
27925         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
27927 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27929         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
27930         tail-call to the resolved function if pltexit isn't needed.
27932 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27934         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
27935         or Y being zero as being unlikely.
27936         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27937         Likewise.
27939 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
27941         * manual/nss.texi (System Databases and Name Service Switch):
27942         Remove frobnicate @pxref.
27944 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
27946         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
27947         __attribute__ ((unused)) to __attribute__ ((__unused__)).
27949 2013-02-20  Petr Machata  <pmachata@redhat.com>
27951         * elf/elf.h (R_ARM_TARGET1): New macro.
27952         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
27953         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
27954         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
27955         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
27956         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
27957         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
27958         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
27959         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
27960         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
27961         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
27962         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
27963         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
27964         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
27965         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
27966         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
27967         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
27968         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
27969         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
27970         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
27971         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
27972         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
27973         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
27974         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
27975         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
27976         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
27977         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
27978         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
27979         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
27980         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
27981         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
27982         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
27983         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
27984         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
27985         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
27986         (R_ARM_THM_GOT_BREL12): Likewise.
27987         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
27988         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
27989         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
27990         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
27991         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
27992         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
27993         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
27994         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
27995         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
27997 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
27999         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
28000         __attribute_used__ to __attribute__ ((unused)).
28002 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
28004         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
28005         powerpc mpa.c.
28006         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
28007         comment formatting.
28008         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
28010 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
28012         [BZ #13550]
28013         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
28014         Remove macro.
28015         (ENTER): Remove both macro definitions.
28016         (LEAVE): Likewise.
28017         (CHECK_BOUNDS_LOW): Likewise.
28018         (CHECK_BOUNDS_HIGH): Likewise.
28019         (CHECK_BOUNDS_BOTH): Likewise.
28020         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
28021         (RETURN_BOUNDED_POINTER): Likewise.
28022         (RETURN_NULL_BOUNDED_POINTER): Likewise.
28023         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
28024         (POP_ERRNO_LOCATION_RETURN): Likewise.
28025         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
28026         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28027         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
28028         macros.
28029         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28030         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
28031         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
28032         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
28033         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
28034         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
28035         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
28036         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
28037         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
28038         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
28039         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
28040         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
28041         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28042         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
28043         removed macros.
28044         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28045         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
28046         macros.
28047         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28048         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
28049         * sysdeps/i386/i586/memset.S (memset): Likewise.
28050         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
28051         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28052         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
28053         macros.
28054         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28055         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
28056         Change uses of L(2) to L(out).
28057         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
28058         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
28059         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
28060         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28061         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
28062         removed macros.
28063         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28064         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
28065         macros.
28066         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28067         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
28068         (RETURN): Do not use macro LEAVE.
28069         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
28070         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
28071         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
28072         * sysdeps/i386/i686/memset.S (memset): Likewise.
28073         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
28074         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
28075         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
28076         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
28077         Likewise.
28078         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28079         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
28080         L(1_2) and L(1_3) into L(1).
28081         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28082         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
28083         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28084         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
28085         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
28086         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
28087         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
28088         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28089         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
28090         macros.
28091         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
28092         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
28093         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
28094         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
28095         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
28096         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
28097         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
28098         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
28099         * sysdeps/i386/strcspn.S (strcspn): Likewise.
28100         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
28101         * sysdeps/i386/strrchr.S (strrchr): Likewise.
28102         * sysdeps/i386/strspn.S (strspn): Likewise.
28103         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
28104         conditional code.
28105         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
28106         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
28107         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
28108         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
28109         L(1_3) into L(1_1).
28110         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
28111         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
28112         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
28113         macros.
28114         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
28116 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
28118         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
28119         macro.
28121 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
28123         * math/atest-exp.c (exp_mpn): Remove ROUND.
28124         * math/atest-exp2.c (exp_mpn): Likewise.
28125         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
28127         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
28128         * stdlib/tst-tls-atexit-lib.c: Likewise.
28129         * stdlib/tst-tls-atexit.c: Likewise.
28131 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28133         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
28134         and __attribute_alloc_size__.
28136 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28138         * include/programs/xmalloc.h: Change __attribute_alloc_size to
28139         __attribute_alloc_size__.
28140         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28141         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
28143 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28145         * include/programs/xmalloc.h: New file.
28146         * catgets/gencat.c: Include it.
28147         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
28148         * elf/pldd.c: Likewise.
28149         * iconv/iconv_charmap.c: Likewise.
28150         * iconv/iconvconfig.c: Likewise.
28151         * iconv/strtab.c: Likewise.
28152         * locale/programs/locale.c: Likewise.
28153         * locale/programs/localedef.h: Likewise.
28154         * locale/programs/simple-hash.c: Likewise.
28155         * nscd/nscd.h: Likewise.
28156         * nss/makedb.c: Likewise.
28157         * sysdeps/generic/ldconfig.h: Likewise.
28159 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28161         * Versions.def: Add GLIBC_2.18.
28162         * include/link.h (struct link_map): New member l_tls_dtor_count.
28163         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
28164         (__call_tls_dtors): Likewise.
28165         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
28166         __cxa_thread_atexit_impl.
28167         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28168         Likewise.
28169         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28170         Likewise.
28171         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
28172         Likewise.
28173         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
28174         Likewise.
28175         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28176         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
28177         Likewise.
28178         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
28179         Likewise.
28180         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28181         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
28182         Likewise.
28183         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
28184         (tests): Add test case tst-tls-atexit.
28185         (modules-names): Add shared library for tst-tls-atexit.
28186         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
28187         (GLIBC_PRIVATE): Add __call_tls_dtors.
28188         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
28189         for libstdc++.
28190         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
28191         * stdlib/tst-tls-atexit.c: New test case.
28192         * stdlib/tst-tls-atexit-lib.c: New test case.
28194         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
28196         * elf/Versions (ld): Add _dl_find_dso_for_object.
28197         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
28198         * elf/dl-open.c (_dl_find_dso_for_object): New function.
28199         (dl_open_worker): Use _dl_find_dso_for_object.
28200         * elf/dl-sym.c (do_sym): Likewise.
28201         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
28203 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28205         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
28206         Syntactic changes only.
28207         (_dl_runtime_profile): Do a tail-call to the resolved function.
28209 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
28211         [BZ #13550]
28212         * sysdeps/x86_64/bp-asm.h: Remove file.
28213         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
28214         <bp-sym.h> and <bp-asm.h>.
28215         (__clone): Do not use BP_SYM.
28216         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
28217         <bp-sym.h> and <bp-asm.h>.
28218         * sysdeps/unix/x86_64/sysdep.S: Likewise.
28219         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
28220         "bp-asm.h".
28221         (_setjmp): Do not use BP_SYM.
28222         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
28223         "bp-asm.h".
28224         (setjmp): Do not use BP_SYM.
28225         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
28226         libc_hidden_def.
28227         (mempcpy): Do not use BP_SYM in weak_alias.
28228         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
28229         "bp-asm.h".
28230         (strchr): Do not use BP_SYM.
28231         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
28232         "bp-asm.h".
28233         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
28234         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
28235         (_start): Do not use BP_SYM.
28236         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
28237         "bp-asm.h".
28238         (strcat): Do not use BP_SYM.
28239         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
28240         "bp-asm.h".
28241         (STRCMP): Do not use BP_SYM.
28242         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
28243         "bp-asm.h".
28244         (STRCPY): Do not use BP_SYM.
28245         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
28246         "bp-asm.h".
28247         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
28248         "bp-asm.h".
28249         (FUNCTION): Do not use BP_SYM.
28250         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
28251         weak_alias.
28252         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
28254 2013-02-17  Andreas Jaeger  <aj@suse.de>
28256         * time/Versions: Sort entries.
28257         * string/Versions: Likewise.
28258         * resolv/Versions: Likewise.
28259         * posix/Versions: Likewise.
28260         * iconv/Versions: Likewise.
28261         * elf/Versions: Likewise.
28262         * wcsmbs/Versions: Likewise.
28264 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28266         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
28267         loop termination condition.
28269         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
28270         variable to calculate EZ.
28271         (__sqr): Likewise.
28273         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
28274         the lower precision input.
28276 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
28278         [BZ #13550]
28279         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
28280         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
28281         (run-via-rtld-prefix): Do not handle %-bp tests.
28282         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
28283         (all-object-suffixes): Remove .ob.
28284         (bppfx): Remove variable.
28285         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
28286         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
28287         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
28288         [$(build-bounded) = yes] (libtype.ob): Likewise.
28289         * Makerules (elide-routines.ob): Remove variable.
28290         (do-tests-clean): Do not handle *-bp.out.
28291         (common-mostlyclean): Do not handle *-bp and *-bp.out.
28292         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
28293         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
28294         (tests): Do not include $(tests-bp.out).
28295         (xtests): Do not include $(xtests-bp.out).
28296         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
28297         [$(build-bounded) = yes] ($(addprefix
28298         $(objpfx),$(binaries-bounded))): Remove rule.
28299         ($(objpfx)%-bp.out): Remove rule.
28300         * config.make.in (build-bounded): Remove variable.
28301         * crypt/Makefile [$(build-bounded) = yes]
28302         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
28303         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
28304         append to variable.
28305         [$(build-bounded) = yes] (install-lib): Likewise.
28306         [$(build-bounded) = yes] (generated): Likewise.
28307         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
28308         Remove rule.
28309         * intl/Makefile [$(build-bounded) = yes]
28310         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
28311         * math/Makefile [$(build-bounded) = yes]
28312         ($(tests:%=$(objpfx)%-bp): Likewise.
28313         * misc/Makefile [$(build-bounded) = yes]
28314         ($(objpfx)tst-tsearch-bp): Likewise.
28315         * nptl/Makeconfig (bounded-thread-library): Remove variable.
28316         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
28317         Remove dependency.
28318         * string/Makefile (o-objects.ob): Remove variable.
28319         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
28320         (CFLAGS-.ob): Remove variable.
28321         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
28322         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
28323         both definitions of variable.
28324         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
28325         (ASFLAGS-.ob): Remove variable.
28327 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
28329         [BZ #13550]
28330         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
28331         Remove __BOUNDED_POINTERS__ from condition.
28332         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
28333         * string/bits/string2.h [!__NO_STRING_INLINES &&
28334         !__BOUNDED_POINTERS__]: Likewise.
28335         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
28336         Likewise.
28337         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
28338         Remove conditional code.
28339         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
28340         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
28341         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
28342         condition.
28344         [BZ #13550]
28345         * csu/libc-start.c: Do not include <bp-sym.h>.
28346         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
28347         * elf/dl-open.c: Do not include <bp-sym.h>.
28348         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
28349         * math/fegetenv.c: Do not include <bp-sym.h>.
28350         (fegetenv): Do not use BP_SYM in versioned symbols.
28351         * nptl/sysdeps/pthread/bits/libc-lockP.h
28352         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
28353         <bp-sym.h>.
28354         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28355         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
28356         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28357         (__pthread_mutex_destroy): Likewise.
28358         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28359         (__pthread_mutex_lock): Likewise.
28360         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28361         (__pthread_mutex_trylock): Likewise.
28362         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28363         (__pthread_mutex_unlock): Likewise.
28364         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28365         (__pthread_mutexattr_init): Likewise.
28366         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28367         (__pthread_mutexattr_destroy): Likewise.
28368         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28369         (__pthread_mutexattr_settype): Likewise.
28370         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28371         (__pthread_rwlock_init): Likewise.
28372         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28373         (__pthread_rwlock_destroy): Likewise.
28374         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28375         (__pthread_rwlock_rdlock): Likewise.
28376         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28377         (__pthread_rwlock_tryrdlock): Likewise.
28378         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28379         (__pthread_rwlock_wrlock): Likewise.
28380         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28381         (__pthread_rwlock_trywrlock): Likewise.
28382         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28383         (__pthread_rwlock_unlock): Likewise.
28384         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28385         (__pthread_key_create): Likewise.
28386         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28387         (__pthread_setspecific): Likewise.
28388         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28389         (__pthread_getspecific): Likewise.
28390         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
28391         Likewise.
28392         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28393         (_pthread_cleanup_push_defer): Likewise.
28394         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28395         (_pthread_cleanup_pop_restore): Likewise.
28396         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28397         (pthread_setcancelstate): Likewise.
28398         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
28399         <bp-sym.h>.
28400         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
28401         (memchr): Do not use BP_SYM in weak_alias.
28402         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
28403         (fegetenv): Do not use BP_SYM in versioned symbols.
28404         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
28405         (fesetenv): Do not use BP_SYM in versioned symbols.
28406         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28407         (feupdateenv): Do not use BP_SYM in versioned symbols.
28408         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28409         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28410         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
28411         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
28412         (open64): Do not use BP_SYM in weak_alias.
28413         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
28414         (fegetenv): Do not use BP_SYM in versioned symbols.
28415         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
28416         (fesetenv): Do not use BP_SYM in versioned symbols.
28417         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28418         (feupdateenv): Do not use BP_SYM in versioned symbols.
28419         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
28420         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
28421         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
28422         (feraiseexcept): Do not use BP_SYM in versioned symbols.
28423         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28424         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28425         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
28426         <bp-sym.h>.
28427         (__libc_start_main): Do not use BP_SYM.
28429 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
28431         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
28432         redundant return line.
28433         (norm): Likewise.
28434         (denorm): Likewise.
28435         (dbl_mp): Likewise.
28436         (sub_magnitudes): Likewise.
28437         (__add): Likewise.
28438         (__sub): Likewise.
28439         (__mul): Likewise.
28440         (__inv): Likewise.
28441         (__dvd): Likewise.
28442         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
28443         (norm): Likewise.
28444         (denorm): Likewise.
28445         (dbl_mp): Likewise.
28446         (sub_magnitudes): Likewise.
28447         (__add): Likewise.
28448         (__sub): Likewise.
28449         (__mul): Likewise.
28450         (__inv): Likewise.
28451         (__dvd): Likewise.
28453         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
28454         instead of __mul.
28455         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
28456         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
28457         (cc32): Likewise.
28459         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
28460         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
28461         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
28462         of __mul for squares.
28463         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
28464         function
28465         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
28466         Likewise.
28467         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
28468         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
28470 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
28472         [BZ #13550]
28473         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
28474         code.
28475         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
28476         prototype or function definition.  Rename ubp_* variables and
28477         parameters.  Remove argv definitions conditional on
28478         [__BOUNDED_POINTERS__].
28479         * debug/backtrace.c (__backtrace): Do not use __unbounded.
28480         * elf/dl-runtime.c (_dl_fixup): Likewise.
28481         * include/set-hooks.h (RUN_HOOK): Likewise.
28482         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
28483         definition.
28484         * string/strcpy.c (strcpy): Do not use __unbounded.
28485         * sysdeps/generic/frame.h (struct layout): Likewise.
28486         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
28487         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
28488         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
28489         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
28490         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
28491         (__backtrace): Likewise.
28492         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
28493         use __ptrvalue.
28494         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
28495         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
28496         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
28497         Likewise.
28498         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
28499         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
28500         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
28501         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
28502         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
28503         Do not use __unbounded.
28504         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
28505         Rename __unboundedrlimits parameter to rlimits in prototype.
28506         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
28507         Do not use __unbounded.
28508         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
28509         not use __ptrvalue.
28510         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
28511         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
28512         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
28513         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
28514         __ptrvalue or __unbounded.
28515         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
28516         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
28517         use __unbounded.
28518         (__new_msgctl): Do not use __ptrvalue.
28519         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
28520         __unbounded.
28521         (__libc_msgrcv): Do not use __ptrvalue.
28522         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
28523         startup_info): Do not use __unbounded.
28524         (__libc_start_main): Likewise.  Rename ubp_* variables and
28525         parameters.  Remove argv definitions conditional on
28526         [__BOUNDED_POINTERS__].
28527         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
28528         __ptrvalue.
28529         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
28530         use __unbounded.
28531         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
28532         or __ptrvalue.
28533         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
28534         use __unbounded.
28535         (__new_shmctl): Do not use __ptrvalue.
28536         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
28537         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
28538         Likewise.
28539         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
28540         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
28541         (__libc_sigaction): Likewise.
28542         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
28543         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
28544         Likewise.
28545         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
28547 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
28549         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
28551         * string/mempcpy.c: Implement by calling memcpy.
28553 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
28555         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
28557         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
28558         evaluation.
28560         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
28561         values in the mantissa.
28563         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
28564         minimize writes to Z.
28565         (sub_magnitudes): Simplify code a bit.
28567 2013-02-12  Roland McGrath  <roland@hack.frob.com>
28569         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
28570         from the message.  The linker prefixes all warnings with that already.
28572 2013-02-12  Andreas Schwab  <schwab@suse.de>
28574         [BZ #15078]
28575         * posix/regexec.c (extend_buffers): Add parameter min_len.
28576         (check_matching): Pass minimum needed length.
28577         (clean_state_log_if_needed): Likewise.
28578         (get_subexp): Likewise.
28579         * posix/Makefile (tests): Add bug-regex34.
28580         (bug-regex34-ENV): Define.
28581         * posix/bug-regex34.c: New file.
28583         [BZ #11561]
28584         * posix/regcomp.c (parse_bracket_exp): When looking up collating
28585         elements compare against the byte sequence of it, not its name.
28586         * posix/Makefile (tests): Add bug-regex35.
28587         (bug-regex35-ENV): Define.
28588         * posix/bug-regex35.c: New file.
28590 2013-02-11  Tom de Vries  <tom@codesourcery.com>
28592         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
28593         comment.
28594         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
28595         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
28596         (CHECK_EOL): Add undef.
28598 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
28600         * bits/stdlib-bsearch.h: New file.
28601         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
28602         * stdlib/stdlib.h: Likewise.
28604 2013-02-11  Roland McGrath  <roland@hack.frob.com>
28606         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
28607         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
28608         declaration.
28609         * manual/search.texi (Array Search Function): Add missing const in
28610         lfind prototype.
28611         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
28612         declaration to use rlim_t.
28613         (Basic Scheduling Functions): Remove erroneous const from
28614         sched_getparam prototype.  Remove erroneous * from
28615         sched_get_priority_max and sched_get_priority_min prototypes.
28616         (Resource Usage): Fix summary @comment on vtimes to refer to
28617         sys/vtimes.h rather than vtimes.h.
28618         Add missing *s in vtimes prototype.
28619         (Limits on Resources): Fix ulimit prototype to return long int.
28620         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
28621         prototypes to use long int rather than double.
28622         (BSD Random): Fix initstate and setstate to use char *, not void *.
28623         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
28624         prototype to make second argument 'struct aiocb64 *const[]'.
28625         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
28626         (Status of AIO Operations): Remove erroneous const in aio_return and
28627         aio_return64 prototypes.
28628         (Synchronizing I/O): Fix sync prototype to return void.
28629         * manual/startup.texi (Suboptions): Remove an erroneous const in
28630         getsubopt prototype.
28631         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
28632         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
28633         use size_t rather than int.
28634         (Scanning All Users): Likewise for getpwent_r.
28635         (Setting Groups): Add missing const to setgroups prototype.
28636         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
28637         * manual/socket.texi (Host Names): Fix gethostbyaddr and
28638         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
28639         'const void *' rather than 'const char *'.
28640         (Host Address Functions): Likewise for inet_ntop.
28641         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
28642         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
28643         ssize_t for return value.
28644         (Sending Data): Likewise for send, sendto, sendmsg.
28645         (Socket Option Functions): Add a missing const in setsockopt prototype.
28646         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
28647         use wchar_t for the argument.
28648         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
28649         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
28650         take no arguments.
28651         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
28652         double/float/long double for second argument.
28653         Fix return types of significand, significandf, significandl.
28654         * manual/filesys.texi (Setting Permissions): Use mode_t for second
28655         argument in fchmod prototype.
28656         (File Owner): Use uid_t and gid_t in fchown prototype.
28657         (File Times): Add const to utimes, futimes, and lutimes prototypes.
28658         (Making Special Files): Use mode_t and dev_t in mknod prototype.
28659         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
28660         use 'const struct dirent **' as argument types to CMP function pointer
28661         argument.
28662         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
28663         (File Times): Fix summary magic @comment for struct utimbuf and utime
28664         to refer to utime.h, not time.h.
28665         * manual/string.texi (Argz Functions): Add missing const in
28666         argz_extract and argz_next prototypes.
28667         (Finding Tokens in a String): Likewise for basename.
28668         (String/Array Comparison): Fix typo in wcscasecmp prototype.
28669         (Copying and Concatenation): Fix typo in wmemmove prototype.
28670         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
28671         (Signal Stack): Remove erroneous const in sigstack prototype.
28672         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
28673         prototype.
28674         (Simple Calendar Time): Likewise for stime.
28675         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
28676         prototype.
28677         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
28678         say sys/sysctl.h instead.
28679         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
28680         and vsyslog prototypes.
28682 2013-02-11  Tom de Vries  <tom@codesourcery.com>
28684         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
28685         Remove.
28687 2013-02-11  Roland McGrath  <roland@hack.frob.com>
28689         * misc/sys/mman.h: Fix typo in mremap comment.
28691 2013-02-08  Roland McGrath  <roland@hack.frob.com>
28693         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
28694         the '\0' terminator.
28696 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
28698         [BZ #13550]
28699         * debug/segfault.c: Don't include <bp-checks.h>.
28700         * sysdeps/generic/bp-checks.h: Remove file.
28701         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
28702         (__GETDENTS): Don't use CHECK_N.
28703         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
28704         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
28705         (__getgroups): Don't use CHECK_N.
28706         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
28707         (setgroups): Don't use CHECK_N.
28708         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
28709         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
28710         (__libc_msgrcv): Don't use CHECK_N.
28711         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
28712         (__libc_msgsnd): Don't use CHECK_N.
28713         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
28714         <bp-checks.h>.
28715         (__libc_pread): Don't use CHECK_N.
28716         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
28717         include <bp-checks.h>.
28718         (__libc_pread64): Don't use CHECK_N.
28719         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
28720         include <bp-checks.h>.
28721         (__libc_pwrite): Don't use CHECK_N.
28722         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
28723         include <bp-checks.h>.
28724         (__libc_pwrite64): Don't use CHECK_N.
28725         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
28726         <bp-checks.h>.
28727         (__libc_pread): Don't use CHECK_N.
28728         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
28729         include <bp-checks.h>.
28730         (__libc_pread64): Don't use CHECK_N.
28731         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
28732         include <bp-checks.h>.
28733         (__libc_pwrite): Don't use CHECK_N.
28734         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
28735         include <bp-checks.h>.
28736         (__libc_pwrite64): Don't use CHECK_N.
28737         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
28738         (do_pread): Don't use CHECK_N.
28739         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
28740         (do_pread64): Don't use CHECK_N.
28741         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
28742         (do_pwrite): Don't use CHECK_N.
28743         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
28744         (do_pwrite64): Don't use CHECK_N.
28745         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
28746         (__libc_readv): Don't use CHECK_N.
28747         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
28748         (semop): Don't use CHECK_N.
28749         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
28750         <bp-checks.h>.
28751         (semtimedop): Don't use CHECK_N.
28752         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
28753         (__libc_pread): Don't use CHECK_N.
28754         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
28755         <bp-checks.h>.
28756         (__libc_pread64): Don't use CHECK_N.
28757         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
28758         <bp-checks.h>.
28759         (__libc_pwrite): Don't use CHECK_N.
28760         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
28761         <bp-checks.h>.
28762         (__libc_pwrite64): Don't use CHECK_N.
28763         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
28764         <bp-checks.h>.
28765         (__libc_msgrcv): Don't use CHECK_N.
28766         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
28767         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
28768         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
28769         (__libc_writev): Don't use CHECK_N.
28771 2013-02-08  Roland McGrath  <roland@hack.frob.com>
28773         * string/strcpy.c: Removed unused variable.
28775         * Makeconfig (+sysdep-includes): Define with := rather than =.
28776         Use an existing include/ subdir of each sysdeps dir before it.
28778 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
28780         * nscd/connection.c (register_traced_file): Comment function.
28781         [HAVE_INOTIFY] (union __inev): Define.
28782         [HAVE_INOTIFY] (inotify_check_files): New function.
28783         [HAVE_INOTIFY] (clear_db_cache): Likewise.
28784         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
28785         clear_db_cache.
28786         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
28788 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
28790         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
28791         loaded if not already and that a failure is permanent.
28793 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
28795         [BZ #15006]
28796         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
28797         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
28799 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
28801         [BZ #13550]
28802         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
28803         (CHECK_1_NULL_OK): Likewise.
28804         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
28805         (__fxstat): Do not use CHECK_1.
28806         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
28807         <bp-checks.h>.
28808         (___fxstat64): Do not use CHECK_1.
28809         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
28810         <bp-checks.h>.
28811         (__fxstatat): Do not use CHECK_1.
28812         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
28813         <bp-checks.h>.
28814         (__fxstatat64): Do not use CHECK_1.
28815         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
28816         <bp-checks.h>.
28817         (__fxstat): Do not use CHECK_1.
28818         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
28819         <bp-checks.h>.
28820         (__fxstatat): Do not use CHECK_1.
28821         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
28822         <bp-checks.h>.
28823         (__getresgid): Do not use CHECK_1.
28824         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
28825         <bp-checks.h>.
28826         (__getresuid): Do not use CHECK_1.
28827         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
28828         <bp-checks.h>.
28829         (__lxstat): Do not use CHECK_1.
28830         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
28831         <bp-checks.h>.
28832         (__old_msgctl): Do not use CHECK_1.
28833         (__new_msgctl): Likewise.
28834         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
28835         <bp-checks.h>.
28836         (__new_setrlimit): Do not use CHECK_1.
28837         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
28838         <bp-checks.h>.
28839         (__old_shmctl): Do not use CHECK_1.
28840         (__new_shmctl): Likewise.
28841         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
28842         <bp-checks.h>.
28843         (__xstat): Do not use CHECK_1.
28844         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
28845         (__lxstat): Do not use CHECK_1.
28846         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
28847         <bp-checks.h>.
28848         (___lxstat64): Do not use CHECK_1.
28849         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
28850         (__old_msgctl): Do not use CHECK_1.
28851         (__new_msgctl): Likewise.
28852         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
28853         <bp-checks.h>.
28854         (__gettimeofday): Do not use CHECK_1.
28855         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
28856         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
28857         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
28858         <bp-checks.h>.
28859         (__gettimeofday): Do not use CHECK_1.
28860         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
28861         (__old_shmctl): Do not use CHECK_1_NULL_OK.
28862         (__new_shmctl): Do not use CHECK_1.
28863         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
28864         <bp-checks.h>.
28865         (do_sigtimedwait): Do not use CHECK_1.
28866         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
28867         <bp-checks.h>.
28868         (do_sigwaitinfo): Do not use CHECK_1.
28869         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
28870         <bp-checks.h>.
28871         (msgctl): Do not use CHECK_1.
28872         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
28873         <bp-checks.h>.
28874         (shmctl): Do not use CHECK_1.
28875         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
28876         (ustat): Do not use CHECK_1.
28877         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
28878         <bp-checks.h>.
28879         (__fxstat): Do not use CHECK_1.
28880         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
28881         <bp-checks.h>.
28882         (__fxstatat): Do not use CHECK_1.
28883         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
28884         <bp-checks.h>.
28885         (__lxstat): Do not use CHECK_1.
28886         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
28887         <bp-checks.h>.
28888         (__xstat): Do not use CHECK_1.
28889         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
28890         (__xstat): Do not use CHECK_1.
28891         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
28892         (___xstat64): Do not use CHECK_1.
28894         [BZ #13550]
28895         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
28896         definitions.
28897         (CHECK_BOUNDS_HIGH): Likewise.
28898         * string/strcpy.c: Do not include <bp-checks.h>.
28899         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
28901 2013-02-07  Roland McGrath  <roland@hack.frob.com>
28903         * nscd/nscd-client.h (__nscd_drop_map_ref):
28904         Add __attribute__ ((unused)).
28905         * nis/nss-nisplus.h (niserr2nss): Likewise.
28907         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
28908         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
28910         * csu/libc-tls.c (init_static_tls, init_slotinfo):
28911         Remove inline keyword.
28912         * include/rounding-mode.h (round_away): Likewise.
28913         * libio/wfileops.c (adjust_wide_data): Likewise.
28914         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
28915         (__m128i_strloadu_tolower): Likewise.
28916         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
28917         (__m128i_strloadu_tolower): Likewise.
28918         * time/mktime.c (ydhms_diff): Likewise.
28919         * locale/elem-hash.h (elem_hash): Likewise.
28920         * locale/setlocale.c (setdata): Likewise.
28921         * posix/regex_internal.h (re_string_char_size_at): Likewise.
28922         (re_string_wchar_at): Likewise.
28923         (bitset_not, bitset_merge, bitset_mask): Likewise.
28924         [!(__GNUC__ > 3)] (inline): Remove macro.
28925         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
28926         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
28927         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
28928         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
28929         * string/memcmp.c (memcmp_bytes): Likewise.
28930         * locale/programs/locarchive.c (compute_hashval): Likewise.
28931         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
28932         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
28933         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
28934         * nss/getent.c (print_rpc, print_protocols): Likewise.
28935         (print_passwd, print_group, print_aliases): Likewise.
28936         * nis/nss-nisplus.h (niserr2nss): Likewise.
28937         * nscd/connections.c (restart_p): Likewise.
28938         Change return type to bool.
28940 2013-02-05  Roland McGrath  <roland@hack.frob.com>
28942         * Makeconfig (all-Depend-files): Add existing
28943         $(sorted-subdirs:=/Depend) files.
28944         (all-subdirs): Remove nss.
28945         * sysdeps/unix/inet/Subdirs: Add it here instead.
28946         * hesiod/Depend: New file.
28948         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
28949         instead of calling alloca.
28951         * io/lseek.c (__lseek): Rename to __libc_lseek.
28952         Define __lseek as an alias.
28954         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
28956 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
28958         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
28959         else clause and remove check for non-standard endianness.
28961 2013-02-04  David S. Miller  <davem@davemloft.net>
28963         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28965 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
28967         [BZ #13550]
28968         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
28969         (__ubp_memchr): Remove prototype.
28970         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
28971         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
28972         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
28973         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
28974         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
28975         Remove alias.
28976         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
28977         (__ubp_memchr): Likewise.
28978         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
28979         (__ubp_memchr): Likewise.
28980         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
28981         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
28982         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
28983         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
28984         CHECK_STRING.
28985         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
28986         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
28987         (__getcwd): Do not use CHECK_STRING.
28988         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
28989         <bp-checks.h>.
28990         (__real_chown): Do not use CHECK_STRING.
28991         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
28992         <bp-checks.h>.
28993         (fchownat): Do not use CHECK_STRING.
28994         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
28995         CHECK_STRING.
28996         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
28997         <bp-checks.h>.
28998         (__lchown): Do not use CHECK_STRING.
28999         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
29000         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
29001         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
29002         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
29003         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
29004         include <bp-checks.h>.
29005         (truncate64): Do not use CHECK_STRING.
29006         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
29007         <bp-checks.h>.
29008         (__real_chown): Do not use CHECK_STRING.
29009         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
29010         <bp-checks.h>.
29011         (__lchown): Do not use CHECK_STRING.
29012         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
29013         <bp-checks.h>.
29014         (__chown): Do not use CHECK_STRING.
29015         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
29016         <bp-checks.h>.
29017         (truncate64): Do not use CHECK_STRING.
29018         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
29019         Likewise.
29020         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
29021         (__xmknod): Do not use CHECK_STRING.
29022         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
29023         <bp-checks.h>.
29024         (__xmknodat): Do not use CHECK_STRING.
29025         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
29026         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
29028 2013-02-04  Andreas Schwab  <schwab@suse.de>
29030         [BZ #14142]
29031         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
29032         * include/netdb.h: Likewise for h_errno.
29033         * elf/tst-stackguard1.c: Include <tls.h>.
29035 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
29037         * elf/link.h (struct link_map): Extend the l_addr comment.
29038         * include/link.h (struct link_map): Likewise.
29040 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
29042         [BZ #13550]
29043         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
29044         (BOUNDED_1): Remove macro.
29045         * debug/backtrace.c: Don't include <bp-checks.h>.
29046         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
29047         (__backtrace): Likewise.
29048         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
29049         <bp-checks.h>.
29050         (__backtrace): Don't use BOUNDED_1.
29051         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
29052         <bp-checks.h>.
29053         (__backtrace): Don't use BOUNDED_1.
29054         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
29055         (__backtrace): Don't use BOUNDED_1.
29056         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
29057         (shmat): Don't use BOUNDED_N.
29059 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
29061         [BZ #13550]
29062         * sysdeps/generic/bp-start.h: Remove file.
29063         * csu/libc-start.c: Don't include <bp-start.h>.
29064         (LIBC_START_MAIN): Set up __environ directly instead of using
29065         INIT_ARGV_and_ENVIRON.
29066         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
29067         <bp-start.h>.
29069         [BZ #13550]
29070         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
29071         definitions.
29072         (CHECK_FCNTL): Likewise.
29073         (CHECK_N_PAGES): Likewise.
29075         [BZ #13550]
29076         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
29077         definitions.
29078         (CHECK_SIGSET_NULL_OK): Likewise.
29079         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
29080         <bp-checks.h>.
29081         (sigpending): Don't use CHECK_SIGSET.
29082         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
29083         <bp-checks.h>.
29084         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29085         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
29086         <bp-checks.h>.
29087         (do_sigsuspend): Don't use CHECK_SIGSET.
29088         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
29089         use CHECK_SIGSET.
29090         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
29091         (do_sigwait): Don't use CHECK_SIGSET.
29092         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
29093         use CHECK_SIGSET.
29094         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
29095         include <bp-checks.h>.
29096         (sigpending): Don't use CHECK_SIGSET.
29097         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
29098         include <bp-checks.h>.
29099         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29100         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
29101         <bp-checks.h>.
29102         (sigpending): Don't use CHECK_SIGSET.
29103         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
29104         <bp-checks.h>.
29105         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
29107         [BZ #13550]
29108         * sysdeps/generic/bp-semctl.h: Remove file.
29109         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
29110         <bp-checks.h> and <bp-semctl.h>.
29111         (__old_semctl): Don't use CHECK_SEMCTL.
29112         (__new_semctl): Likewise.
29113         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
29114         and <bp-semctl.h>.
29115         (__old_semctl): Don't use CHECK_SEMCTL.
29116         (__new_semctl): Likewise.
29117         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
29118         <bp-checks.h> and <bp-semctl.h>.
29119         (__old_semctl): Don't use CHECK_SEMCTL.
29120         (__new_semctl): Likewise.
29121         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
29122         <bp-checks.h> and <bp-semctl.h>.
29123         (semctl): Don't use CHECK_SEMCTL.
29125         [BZ #13550]
29126         * Makerules (elide-bp-thunks): Remove variable.
29127         (elide-routines.oS): Don't use $(elide-bp-thunks).
29128         (elide-routines.os): Likewise.
29129         (elide-routines.o): Likewise.
29130         (elide-routines.op): Likewise.
29131         (elide-routines.og): Likewise.
29132         (objects): Don't use $(bp-thunks).
29133         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
29134         include.
29135         (common-generated): Do not add s-proto-bp.d.
29136         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
29137         (int): Likewise.
29138         (typ): Likewise.
29139         Do not generate makefile rules for bounded-pointer thunks.
29140         * sysdeps/generic/bp-thunks.h: Remove file.
29141         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29142         * sysdeps/unix/s-proto-bp.S: Likewise.
29144         [BZ #15062]
29145         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
29146         parts of result separately when argument is not close to line from
29147         -i to i and one part of argument is small.
29148         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29149         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29150         * math/libm-test.inc (cacos_test): Add more tests.
29151         (casin_test): Likewise.
29152         (casinh_test): Likewise.
29153         * sysdeps/i386/fpu/libm-test-ulps: Update.
29154         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29156 2013-01-31  David S. Miller  <davem@davemloft.net>
29158         * po/de.po: Update from translation team.
29160 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
29162         * time/tzfile.c: Include stdint.h for SIZE_MAX.
29164 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
29166         * configure.in (_AC_PROG_CC_C89): New definition.
29167         * configure: Regenerate.
29169         * configure.in (AC_PROG_CPP): New definition.
29170         * configure: Regenerate.
29172 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29174         * debug/tst-backtrace.h: New file.
29175         * debug/tst-backtrace2.c: Include tst-backtrace.h.
29176         (ret): Remove variable.
29177         (x): Likewise.
29178         (FAIL): Remove macro.
29179         (NO_INLINE): Likewise.
29180         (fn1): Use match function instead of strstr.
29181         * debug/tst-backtrace3.c: Include tst-backtrace.h.
29182         (ret): Remove variable.
29183         (x): Likewise.
29184         (FAIL): Remove macro.
29185         (NO_INLINE): Likewise.
29186         (fn): Use match function instead of strstr.
29187         * debug/tst-backtrace4.c: Include tst-backtrace.h.
29188         (ret): Remove variable.
29189         (x): Likewise.
29190         (FAIL): Remove macro.
29191         (NO_INLINE): Likewise.
29192         (handle_signal): Use match function instead of strstr.
29193         * debug/tst-backtrace5.c: Include tst-backtrace.h.
29194         (ret): Remove variable.
29195         (x): Likewise.
29196         (FAIL): Remove macro.
29197         (NO_INLINE): Likewise.
29198         (handle_signal): Use match function instead of strstr.
29200 2013-01-23  Roland McGrath  <roland@hack.frob.com>
29202         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
29204 2013-01-23  David S. Miller  <davem@davemloft.net>
29206         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
29207         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
29208         argument of CAS if possible.
29209         * sysdeps/sparc/sparc64/bits/atomic.h
29210         (__arch_compare_and_exchange_val_32_acq): Likewise.
29211         (__arch_compare_and_exchange_val_64_acq): Likewise.
29213 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
29215         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
29216         * sysdeps/posix/ulimit.c: ... this.
29217         Include <limits.h>.
29218         * sysdeps/unix/bsd/ulimit.c: Remove file.
29220 2013-01-23  Adam Conrad  <adconrad@0c3.net>
29222         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
29223         (LDFLAGS-tst-array5): Likewise.
29225 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29227         [BZ #15036]
29228         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
29229         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
29230         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
29231         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
29233 2013-01-21  David S. Miller  <davem@davemloft.net>
29235         * sysdeps/sparc/backtrace.c: New file.
29236         * sysdeps/sparc/sparc32/backtrace.h: New file.
29237         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
29238         * sysdeps/sparc/sparc64/backtrace.h: New file.
29239         * sysdeps/sparc/sparc64/backtrace.c: Delete.
29240         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
29241         -funwind-tables.
29243 2013-01-21  Andreas Schwab  <schwab@suse.de>
29245         [BZ #15020]
29246         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
29247         closed its stdout.
29249 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
29251         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
29252         "mpa2.h".
29253         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29255 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
29256             Mark Mitchell  <mark@codesourcery.com>
29257             Tom de Vries  <tom@codesourcery.com>
29258             Paul Pluzhnikov  <ppluzhnikov@google.com>
29260         * debug/tst-backtrace2.c: New file.
29261         * debug/tst-backtrace3.c: Likewise.
29262         * debug/tst-backtrace4.c: Likewise.
29263         * debug/tst-backtrace5.c: Likewise.
29264         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
29265         (CFLAGS-tst-backtrace3.c): Likewise.
29266         (CFLAGS-tst-backtrace4.c): Likewise.
29267         (CFLAGS-tst-backtrace5.c): Likewise.
29268         (LDFLAGS-tst-backtrace2): Likewise.
29269         (LDFLAGS-tst-backtrace3): Likewise.
29270         (LDFLAGS-tst-backtrace4): Likewise.
29271         (LDFLAGS-tst-backtrace5): Likewise.
29272         (tests): Add new tests tst-backtrace2, tst-backtrace3,
29273         tst-backtrace4 and tst-backtrace5.
29275 2013-01-18  Anton Blanchard  <anton@samba.org>
29276             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29278         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
29279         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
29280         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
29281         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
29282         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
29283         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
29284         "+r" and remove output regs list as redundant.  Add explicit inline
29285         asm to specify register of return val to work around compiler codegen
29286         bug.  Remove (int) cast on return value.  Add return type parameter to
29287         use in macro so that this macro does not truncate return value for
29288         64-bit values.
29289         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
29290         pass to INTERNAL_VSYSCALL_NCS.
29291         (INLINE_VSYSCALL): Add 'long int' as return type to
29292         INTERNAL_VSYSCALL_NCS macro invocation.
29293         (INTERNAL_VSYSCALL): Add 'long int' as return type to
29294         INTERNAL_VSYSCALL_NCS macro invocation.
29295         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
29297 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29299         [BZ #14496]
29300         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
29301         Fix application of SIMD FP exception mask.
29303         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
29304         mp_no from a power of two.
29305         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
29306         __mpexp_twomm1.  Use __pow_mp.
29308         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
29309         multiplication.
29311 2013-01-17  David S. Miller  <davem@davemloft.net>
29313         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29315 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29317         [BZ #15023]
29318         * include/complex.h: Condition contents on [!_COMPLEX_H].
29319         (__kernel_casinhf): New prototype.
29320         (__kernel_casinh): Likewise.
29321         (__kernel_casinhl): Likewise.
29322         * math/Makefile (libm_calls): Add k_casinh.
29323         * math/k_casinh.c: New file.
29324         * math/k_casinhf.c: Likewise.
29325         * math/k_casinhl.c: Likewise.
29326         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
29327         finite nonzero arguments.
29328         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
29329         finite nonzero arguments.
29330         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
29331         finite nonzero arguments.
29332         * math/s_casinh.c: Do not include <float.h>.
29333         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
29334         * math/s_casinhf.c: Do not include <float.h>.
29335         (__casinhf): Move code for finite nonzero arguments to
29336         k_casinhf.c.
29337         * math/s_casinhl.c: Do not include <float.h>.
29338         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
29339         redefine.
29340         (__casinhl): Move code for finite nonzero arguments to
29341         k_casinhl.c.
29342         * math/libm-test.inc (cacos_test): Add more tests.
29343         * sysdeps/i386/fpu/libm-test-ulps: Update.
29344         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29346 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
29348         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
29349         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
29350         [!HAVE_MREMAP]: Remove [defined linux] case.
29351         * malloc/arena.c: Do not include <malloc-sysdep.h>.
29353 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29355         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
29357 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
29359         * elf/elf.h (R_386_SIZE32): New relocation.
29360         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
29361         R_386_SIZE32.
29362         (elf_machine_rela): Likewise.
29363         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
29364         R_X86_64_SIZE64 and R_X86_64_SIZE32.
29366 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29368         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
29369         (FP_FAST_FMA): Do not define.
29370         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
29371         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
29372         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
29373         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
29374         !_SOFT_FLOAT]: Likewise.
29375         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
29376         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
29377         value.
29378         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
29379         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
29380         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
29381         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
29382         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
29383         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
29384         file.
29386 2013-01-16  Andreas Schwab  <schwab@suse.de>
29388         [BZ #14327]
29389         * include/stdlib.h (__mktemp): Add declaration.
29390         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
29391         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
29393 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29395         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
29396         definitions.
29397         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
29398         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
29399         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
29400         definitions here.
29401         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
29402         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
29403         definitions.
29404         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
29405         and ONE.
29406         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
29407         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
29408         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
29409         definitions.
29410         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
29411         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
29412         definitions.
29413         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
29415         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
29417 2013-01-15  David S. Miller  <davem@davemloft.net>
29419         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29420         trunc{,f} to libm-sysdep_routes.
29421         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29422         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
29423         file.
29424         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
29425         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
29426         file.
29427         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
29428         file.
29429         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
29430         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
29431         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
29432         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
29433         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
29434         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
29435         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
29436         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
29438         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29439         nearbyint{,f} to libm-sysdep_routes.
29440         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29441         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
29442         New file.
29443         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
29444         file.
29445         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
29446         New file.
29447         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
29448         file.
29449         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
29450         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
29451         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
29452         file.
29453         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
29454         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
29455         file.
29456         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
29457         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
29458         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
29460         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
29461         libc_feholdexcept and libc_fesetenv.
29463 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
29465         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
29467 2013-01-14  David S. Miller  <davem@davemloft.net>
29469         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
29470         (SPARC_ASM_VIS2_IFUNC): Likewise.
29471         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
29472         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
29473         use of 'siam' instruction.
29474         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
29475         Likewise.
29476         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
29477         Likewise.
29478         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
29479         Likewise.
29480         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
29481         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
29482         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
29483         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
29484         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
29485         file.
29486         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
29487         file.
29488         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
29489         file.
29490         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
29491         file.
29492         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
29493         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
29494         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
29495         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
29496         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
29497         new VIS2 routines.
29498         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
29499         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
29500         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
29501         Likewise.
29502         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
29503         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
29504         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
29505         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
29506         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
29507         routines to libm-sysdep_routines.
29508         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29510         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29511         fdim/fdimf to libm-sysdep_routines.
29512         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
29513         file.
29514         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
29515         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
29516         file.
29517         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
29518         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
29519         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
29520         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
29521         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
29522         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
29523         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
29525 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29527         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
29528         to optimize copies.
29530         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
29531         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
29532         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29534         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
29535         local variable MPTWO.
29536         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
29537         Likewise.
29539 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29541         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
29542         GLOB_NOESCAPE.
29544 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29546         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
29548 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29550         * manual/pattern.texi (glob_t): Document gl_flags.
29551         (glob64_t): Likewise.
29553 2013-01-11  David S. Miller  <davem@davemloft.net>
29555         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
29556         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
29557         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
29558         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
29559         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
29560         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
29561         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
29562         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
29563         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
29564         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
29565         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
29566         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
29567         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
29569         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
29570         sparc V9 rather than using V8 code.
29571         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29572         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29574         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
29575         Move to...
29576         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
29577         Here.
29579 2013-01-11  Roland McGrath  <roland@hack.frob.com>
29581         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
29582         not in the main loop.
29583         * configure: Regenerated.
29585 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
29587         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
29588         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
29589         to just #else.
29590         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
29591         [!__GLIBC_HAVE_LONG_LONG] case.
29592         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
29593         condition to just #else.
29594         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
29595         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
29596         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
29597         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
29598         unconditional.
29599         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
29600         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
29601         #elif condition to just #else.
29602         * sysdeps/unix/sysv/linux/sys/sysmacros.h
29603         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
29604         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
29605         #elif condition to just #else.
29607 2013-01-11  Steve Ellcey  <sellcey@mips.com>
29609         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
29610         (EF_MIPS_ARCH_64): Fix value.
29611         (EF_MIPS_ARCH_32R2): New.
29612         (EF_MIPS_ARCH_64R2): New.
29614 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
29616         * Makeconfig (+link-pie-before-libc): New.
29617         (+link-pie-after-libc): Likewise.
29618         (+link-pie-tests): Likewise.
29619         (+link-pie): Rewritten.
29620         (link-before-libc): Remove $(config-LDFLAGS).
29621         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
29622         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
29623         (config-LDFLAGS): Renamed to ...
29624         (rtld-LDFLAGS): This.
29625         (rtld-tests-LDFLAGS): New macro.
29626         (link-libc-rpath-link): Likewise.
29627         (link-libc-tests-rpath-link): Likewise.
29628         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
29629         (link-libc): Prepand $(link-libc-rpath-link).
29630         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
29631         (test-program-prefix): New macro.
29632         (test-via-rtld-prefix): Likewise.
29633         (test-program-cmd): Likewise.
29634         (host-test-program-cmd): Likewise.
29635         * Makefile ($(common-objpfx)testrun.sh): Replace
29636         $(run-program-prefix) with $(test-program-prefix).
29637         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
29638         $(rtld-LDFLAGS).
29639         ($(common-objpfx)shlib.lds): Likewise.
29640         (build-module-helper): Likewise.
29641         ($(common-objpfx)format.lds): Likewise.
29642         * Rules (binaries-pie-tests): New.
29643         (binaries-pie-notests): Likewise.
29644         (binaries-pie): Rewritten.
29645         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
29646         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
29647         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
29648         (make-test-out): Replace $(host-built-program-cmd) with
29649         $(host-test-program-cmd).
29650         * config.make.in (build-hardcoded-path-in-tests): New variable.
29651         * configure.in (--enable-hardcoded-path-in-tests): New configure
29652         option.
29653         (hardcoded_path_in_tests): New AC_SUBST.
29654         * configure: Regenerated.
29655         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
29656         $(built-program-cmd) with $(test-program-cmd).
29657         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
29658         (test_program_cmd): This.
29659         * elf/Makefile ($(objpfx)order.out): Run test with
29660         $(test-program-prefix).
29661         ($(objpfx)order2.out): Likewise.
29662         ($(objpfx)tst-initorder.out): Likewise.
29663         ($(objpfx)tst-initorder2.out): Likewise.
29664         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
29665         $(test-program-cmd).
29666         ($(objpfx)tst-array1-static.out): Likewise.
29667         ($(objpfx)tst-array2.out): Likewise.
29668         ($(objpfx)tst-array3.out): Likewise.
29669         ($(objpfx)tst-array4.out): Likewise.
29670         ($(objpfx)tst-array5.out): Likewise.
29671         ($(objpfx)tst-array5-static.out): Likewise.
29672         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
29673         $(test-program-cmd).
29674         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
29675         $(run-program-prefix) with $(test-program-prefix).
29676         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
29677         (test_program_prefix): This.
29678         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
29679         $(run-program-prefix) with $(test-program-prefix).
29680         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
29681         (test_program_prefix): This.
29682         * iconvdata/tst-tables.sh: Likewise.
29683         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
29684         $(run-program-prefix) with $(test-program-prefix).
29685         ($(objpfx)tst-translit.out): Likewise.
29686         ($(objpfx)tst-gettext2.out): Likewise.
29687         ($(objpfx)tst-gettext4.out): Likewise.
29688         ($(objpfx)tst-gettext6.out): Likewise.
29689         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
29690         (test_program_prefix): This.
29691         * intl/tst-gettext2.sh: Likewise.
29692         * intl/tst-gettext4.sh  Likewise.
29693         * intl/tst-gettext6.sh: Likewise.
29694         * intl/tst-translit.sh: Likewise.
29695         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
29696         with $(test-program-cmd).
29697         * libio/Makefile ($(objpfx)test-freopen.out): Replace
29698         $(run-program-prefix) with $(test-program-prefix).
29699         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
29700         (test_program_prefix): This.
29701         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
29702         $(run-program-prefix) with $(test-program-prefix).
29703         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
29704         (test_program_prefix): This.
29705         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
29706         * posix/Makefile ($(objpfx)globtest.out): Replace
29707         $(run-via-rtld-prefix) and $(test-wrapper) with
29708         $(test-program-prefix) and $(test-via-rtld-prefix).
29709         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
29710         $(test-program-prefix).
29711         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
29712         $(host-test-program-cmd).
29713         (tst-spawn-ARGS): Likewise.
29714         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
29715         $(test-program-prefix).
29716         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
29717         (test_via_rtld_prefix): This.
29718         (test_wrapper): Renamed to ...
29719         (test_program_prefix): This.
29720         (run_program_prefix): Replaced by test_program_prefix.
29721         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
29722         (test_program_prefix): This.
29723         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
29724         with $(host-test-program-cmd).
29725         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
29726         $(run-program-prefix) with $(test-program-prefix).
29727         ($(objpfx)tst-printf.out): Likewise.
29728         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
29729         $(test-program-cmd).
29730         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
29731         (test_program_prefix): This.
29732         * stdio-common/tst-unbputc.sh: Likewise.
29733         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
29734         $(run-program-prefix) with $(test-program-prefix).
29735         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
29736         (test_program_prefix): This.
29737         * string/Makefile ($(objpfx)tst-svc.out):  Replace
29738         $(built-program-cmd) with $(test-program-cmd).
29740 2013-01-11  Andreas Jaeger  <aj@suse.de>
29742         [BZ #15003]
29743         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
29744         value. Sync with Linux 3.7.
29746 2013-01-10  David S. Miller  <davem@davemloft.net>
29748         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
29749         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29750         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29752 2013-01-10  Roland McGrath  <roland@hack.frob.com>
29754         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
29755         never set.
29756         * configure: Regenerated.
29758 2013-01-10  David S. Miller  <davem@davemloft.net>
29760         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
29761         sparc V9 rather than using V8 code.
29762         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29763         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29765 2013-01-10  Roland McGrath  <roland@hack.frob.com>
29767         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
29768         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
29769         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
29770         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
29771         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
29772         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
29773         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
29774         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
29775         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
29776         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
29777         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
29778         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
29779         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
29780         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
29781         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
29782         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
29783         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
29784         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
29785         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
29786         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
29787         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
29788         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
29789         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
29790         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
29791         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
29792         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
29793         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
29795 2013-01-10  David S. Miller  <davem@davemloft.net>
29797         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29799 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
29801         * posix/Makefile (tests-static): New variable.
29802         (tests): Add $(tests-static).
29803         (tst-exec-static-ARGS): New variable.
29804         (tst-spawn-static-ARGS): Likewise.
29805         * posix/tst-exec-static.c: New file.
29806         * posix/tst-spawn-static.c: Likewise.
29807         * posix/tst-exec.c: Support run directly.
29808         * posix/tst-spawn.c: Likewise.
29810 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
29812         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
29813         long.
29814         * math/bits/mathcalls.h (llrint): Likewise.
29815         (llround): Likewise.
29816         * stdlib/stdlib.h (struct drand48_data): Likewise.
29817         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
29818         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
29819         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
29820         Likewise.
29821         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
29822         Likewise.
29823         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
29824         (elf_greg_t): Likewise.
29825         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
29826         (__jmp_buf): Likewise.
29827         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
29828         definitions.
29829         (llrint): Likewise, for all definitions.
29830         (llrintl): Likewise.
29832         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
29833         Remove [__GNUC__] condition.
29834         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
29835         condition to just [__USE_ISOC99].
29836         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
29838 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
29840         [BZ #14200]
29841         * sysdeps/unix/sysv/linux/x86/bits/environments.h
29842         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
29843         defined.
29844         (_POSIX_V6_ILP32_OFF32): Likewise.
29845         (_XBS5_ILP32_OFF32): Likewise.
29846         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
29847         (__ILP32_OFFBIG_LDFLAGS): Likewise.
29849 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
29851         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
29853         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
29854         doubles __mpexp_twomm1.  Adjust usage.
29855         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
29856         Remove.
29858 2013-01-10  Andreas Schwab  <schwab@suse.de>
29860         [BZ #14964]
29861         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
29862         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
29864 2013-01-09  David S. Miller  <davem@davemloft.net>
29866         [BZ #15003]
29867         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
29868         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
29869         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
29870         (TCP_FASTOPEN): Define.
29871         (tcp_repair_opt): New structure.
29872         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
29873         enum values.
29874         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
29875         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
29876         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
29877         (tcp_cookie_transactions): New structure.
29879 2013-01-09  Anton Blanchard  <anton@samba.org>
29881         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
29882         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
29883         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
29884         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
29886 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
29888         * include/features.h (__USE_ANSI): Remove.
29890 2013-01-09  Roland McGrath  <roland@hack.frob.com>
29892         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
29894         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
29896 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
29898         * sysdeps/s390/fpu/libm-test-ulps: Update.
29900         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29902         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
29903         (__acr): Likewise.
29904         (__cpy): Likewise.
29905         (norm): Likewise.
29906         (denorm): Likewise.
29907         (__mp_dbl): Likewise.
29908         (__dbl_mp): Likewise.
29909         (add_magnitudes): Likewise.
29910         (sub_magnitudes): Likewise.
29911         (__add): Likewise.
29912         (__sub): Likewise.
29913         (__mul): Likewise.
29914         (__inv): Likewise.
29915         (__dvd): Likewise.
29916         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
29917         (__acr): Likewise.
29918         (__cpy): Likewise.
29919         (norm): Likewise.
29920         (denorm): Likewise.
29921         (__mp_dbl): Likewise.
29922         (__dbl_mp): Likewise.
29923         (add_magnitudes): Likewise.
29924         (sub_magnitudes): Likewise.
29925         (__add): Likewise.
29926         (__sub): Likewise.
29927         (__mul): Likewise.
29928         (__inv): Likewise.
29929         (__dvd): Likewise.
29930         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
29931         (__acr): Likewise.
29932         (__cpy): Likewise.
29933         (norm): Likewise.
29934         (denorm): Likewise.
29935         (__mp_dbl): Likewise.
29936         (__dbl_mp): Likewise.
29937         (add_magnitudes): Likewise.
29938         (sub_magnitudes): Likewise.
29939         (__add): Likewise.
29940         (__sub): Likewise.
29941         (__mul): Likewise.
29942         (__inv): Likewise.
29943         (__dvd): Likewise.
29945 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
29947         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
29948         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
29949         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
29950         2 && __USE_EXTERN_INLINES]: Likewise.
29952 2013-01-08  Andreas Jaeger  <aj@suse.de>
29954         [BZ# 14985]
29955         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
29956         Remove.
29957         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
29958         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
29960 2013-01-07  Anton Blanchard  <anton@samba.org>
29962         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
29963         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
29964         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
29965         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
29966         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
29967         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
29968         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
29969         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
29970         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
29971         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
29972         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
29973         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
29974         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
29975         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
29976         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
29977         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
29978         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
29979         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
29980         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
29981         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
29982         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
29983         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
29984         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
29985         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
29986         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
29987         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
29988         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
29989         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
29990         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
29991         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
29992         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
29993         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29994         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
29995         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
29996         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
29997         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
29998         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
29999         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30000         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
30001         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
30002         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
30003         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
30004         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
30006 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
30008         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
30009         (__MALLOC_PMT): Likewise.
30010         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
30011         [__GNUC__], only on [_LIBC].
30012         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30013         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
30014         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
30015         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
30016         forward declaration.
30017         (realloc_hook_ini): Likewise.
30018         (memalign_hook_ini): Likewise.
30019         (__libc_memalign): Do not use __MALLOC_PMT in variable
30020         declaration.
30021         (__libc_valloc): Likewise.
30022         (__libc_pvalloc): Likewise.
30023         (__libc_calloc): Likewise.
30024         (__posix_memalign): Likewise.
30026         [BZ #14996]
30027         * math/s_casinh.c: Include <float.h>.
30028         (__casinh): Do not do computation with squaring and square root
30029         for large arguments.
30030         * math/s_casinhf.c: Include <float.h>.
30031         (__casinhf): Do not do computation with squaring and square root
30032         for large arguments.
30033         * math/s_casinhl.c: Include <float.h>.
30034         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
30035         (__casinhl): Do not do computation with squaring and square root
30036         for large arguments.
30037         * math/libm-test.inc (casin_test): Add more tests.
30038         (casinh_test): Likewise.
30039         * sysdeps/i386/fpu/libm-test-ulps: Update.
30040         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30042 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
30044         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
30045         (__x86_64_raw_data_cache_size): Likewise.
30046         (__x86_64_data_cache_size_half): Likewise.
30047         (__x86_64_raw_data_cache_size_half): Likewise.
30048         (__x86_64_shared_cache_size): Likewise.
30049         (__x86_64_raw_shared_cache_size): Likewise.
30050         (__x86_64_shared_cache_size_half): Likewise.
30051         (__x86_64_raw_shared_cache_size_half): Likewise.
30052         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
30053         to ...
30054         (__x86_data_cache_size): This.
30055         (__x86_64_raw_data_cache_size): Renamed to ...
30056         (__x86_raw_data_cache_size): This.
30057         (__x86_64_data_cache_size_half): Renamed to ...
30058         (__x86_data_cache_size_half): This.
30059         (__x86_64_raw_data_cache_size_half): Renamed to ...
30060         (__x86_raw_data_cache_size_half): This.
30061         (__x86_64_shared_cache_size): Renamed to ...
30062         (__x86_shared_cache_size): This.
30063         (__x86_64_raw_shared_cache_size): Renamed to ...
30064         (__x86_raw_shared_cache_size): This.
30065         (__x86_64_shared_cache_size_half): Renamed to ...
30066         (__x86_shared_cache_size_half): This.
30067         (__x86_64_raw_shared_cache_size_half): Renamed to ...
30068         (__x86_raw_shared_cache_size_half): This.
30069         * sysdeps/x86_64/memcpy.S: Updated.
30070         * sysdeps/x86_64/memset.S: Likewise.
30071         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
30072         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
30073         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
30075 2013-01-04  David S. Miller  <davem@davemloft.net>
30077         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30079 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
30081         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
30082         1 to avoid redefinition warning.
30083         (__USE_GNU): Don't define.
30084         (init_signaling_nan): Protoize.
30086         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30088 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30090         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
30091         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
30092         (__cpymn): Likewise.
30093         (norm): Remove commented code.
30094         (denorm): Likewise.
30095         (__mp_dbl): Likewise.
30096         (__inv): Likewise.
30097         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
30098         (__cpymn): Likewise.
30099         (norm): Remove commented code.
30100         (denorm): Likewise.
30101         (__mp_dbl): Likewise.
30102         (__inv): Likewise.
30104         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
30105         mp_no value for 1.0 and 2.0.
30106         (norm): Use RADIXI instead of radixi.d.
30107         (denorm): Likewise.
30108         (__mul): Use 0.0 instead of zero.d.
30109         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
30110         mp_no value for 1.0 and 2.0.
30111         (norm): Use RADIXI instead of radixi.d.
30112         (denorm): Likewise.
30113         (__mul): Use 0.0 instead of zero.d.
30115 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
30117         [BZ #14994]
30118         * math/s_casinh.c (__casinh): Reduce finite argument to first
30119         quadrant then set signs of results at the end.
30120         * math/s_casinhf.c (__casinhf): Likewise.
30121         * math/s_casinhl.c (__casinhl): Likewise.
30122         * math/libm-test.inc (casin_test): Add more tests.
30123         (casinh_test): Likewise.
30124         * sysdeps/i386/fpu/libm-test-ulps: Update.
30125         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30127 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
30129         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
30131         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
30133         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
30134         declarations.
30135         (denorm): Likewise.
30136         (__mp_dbl): Likewise.
30137         (__inv): Likewise.
30139         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30140         and adjust the header comment.
30142         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
30143         variable name from declaration.
30145 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
30147         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30148         Initialize COMMON_CPUID_INDEX_7 element.
30149         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
30150         (CPUID_RTM): Likewise.
30151         (HAS_RTM): Likewise.
30152         (COMMON_CPUID_INDEX_7): New enum.
30154 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
30156         [BZ #14981]
30157         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
30158         size is zero, record memory as freed.
30160 2013-01-03  Andreas Jaeger  <aj@suse.de>
30162         * po/ia.po: Add new Interlingua translation.
30164 2012-01-03  Allan McRae  <allan@archlinux.org>
30166         * locale/programs/localedef.c: Fix description of '--posix' flag.
30168 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
30170         * NEWS: Update dates in second copyright notice.
30171         * README: Update copyright dates in example.
30172         * manual/libc.texinfo: Update copyright dates.
30173         * scripts/test-installation.pl: Update copyright date in --version
30174         output.
30176         * hurd/ctty-input.c: Fix copyright notice formatting.
30177         * hurd/ctty-output.c: Likewise.
30178         * hurd/dtable.c: Likewise.
30179         * hurd/hurd-raise.c: Likewise.
30180         * hurd/hurdprio.c: Likewise.
30181         * hurd/msgportdemux.c: Likewise.
30182         * misc/sys/file.h: Likewise.
30183         * misc/sys/ioctl.h: Likewise.
30184         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
30185         * sysdeps/mach/hurd/chdir.c: Likewise.
30186         * sysdeps/mach/hurd/fchdir.c: Likewise.
30187         * sysdeps/mach/hurd/rename.c: Likewise.
30188         * sysdeps/mach/hurd/rmdir.c: Likewise.
30189         * sysdeps/mach/hurd/seekdir.c: Likewise.
30190         * sysdeps/mach/hurd/setsid.c: Likewise.
30191         * sysdeps/posix/wait3.c: Likewise.
30193         * All files with FSF copyright notices: Update copyright dates
30194         using scripts/update-copyrights.
30195         * intl/plural.c: Regenerated.
30196         * locale/programs/charmap-kw.h: Likewise.
30197         * locale/programs/locfile-kw.h: Likewise.
30199 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30201         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
30202         four values.
30204         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
30205         calculation loop and add branch prediction.
30207         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
30208         check access beyond bounds of m1np.
30210         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30211         MPTWO.
30212         (__inv): Remove local variable MPTWO to use the global
30213         constant.
30214         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
30215         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30216         variable MPTWO.
30217         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
30218         MP3HALFS static const.
30220 2013-01-01  David S. Miller  <davem@davemloft.net>
30222         * po/ca.po: Update from translation team.
30224 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
30226         * scripts/update-copyrights: New file.
30227         * Makeconfig: Reformat copyright notice.
30228         * ctype/ctype.h: Likewise.
30229         * debug/swprintf_chk.c: Likewise.
30230         * elf/dl-cache.c: Likewise.
30231         * elf/dl-debug.c: Likewise.
30232         * elf/dl-object.c: Likewise.
30233         * grp/initgroups.c: Likewise.
30234         * hurd/Makefile: Likewise.
30235         * hurd/hurd/signal.h: Likewise.
30236         * hurd/hurdfault.c: Likewise.
30237         * hurd/hurdioctl.c: Likewise.
30238         * hurd/hurdlookup.c: Likewise.
30239         * hurd/intr-msg.c: Likewise.
30240         * iconv/gconv_open.c: Likewise.
30241         * libio/swprintf.c: Likewise.
30242         * locale/lc-ctype.c: Likewise.
30243         * locale/nl_langinfo.c: Likewise.
30244         * mach/Machrules: Likewise.
30245         * mach/Makefile: Likewise.
30246         * malloc/obstack.h: Likewise.
30247         * manual/Makefile: Likewise.
30248         * manual/tsort.awk: Likewise.
30249         * misc/bits/stab.def: Likewise.
30250         * nis/nis_print_group_entry.c: Likewise.
30251         * nis/nis_table.c: Likewise.
30252         * nis/nss_compat/compat-pwd.c: Likewise.
30253         * nis/nss_compat/compat-spwd.c: Likewise.
30254         * po/Makefile: Likewise.
30255         * posix/fnmatch.c: Likewise.
30256         * posix/regex.h: Likewise.
30257         * resolv/Makefile: Likewise.
30258         * resolv/nss_dns/dns-network.c: Likewise.
30259         * resolv/res_hconf.c: Likewise.
30260         * scripts/gen-sorted.awk: Likewise.
30261         * soft-fp/soft-fp.h: Likewise.
30262         * stdio-common/printf.h: Likewise.
30263         * stdlib/monetary.h: Likewise.
30264         * stdlib/random.c: Likewise.
30265         * stdlib/random_r.c: Likewise.
30266         * sysdeps/generic/Makefile: Likewise.
30267         * sysdeps/gnu/Makefile: Likewise.
30268         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
30269         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
30270         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
30271         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
30272         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
30273         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
30274         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
30275         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
30276         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
30277         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
30278         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
30279         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
30280         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
30281         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
30282         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
30283         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
30284         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
30285         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
30286         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
30287         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
30288         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
30289         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
30290         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
30291         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
30292         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
30293         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
30294         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
30295         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
30296         * sysdeps/mach/hurd/errnos.awk: Likewise.
30297         * sysdeps/mach/hurd/fork.c: Likewise.
30298         * sysdeps/mach/hurd/getcwd.c: Likewise.
30299         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
30300         * sysdeps/mach/hurd/mmap.c: Likewise.
30301         * sysdeps/mach/hurd/utimes.c: Likewise.
30302         * sysdeps/mach/hurd/xmknod.c: Likewise.
30303         * sysdeps/posix/profil.c: Likewise.
30304         * sysdeps/posix/readdir_r.c: Likewise.
30305         * sysdeps/powerpc/bits/mathdef.h: Likewise.
30306         * sysdeps/powerpc/bits/setjmp.h: Likewise.
30307         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
30308         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30309         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30310         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
30311         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30312         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
30313         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30314         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
30315         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30316         * sysdeps/pthread/lio_listio.c: Likewise.
30317         * sysdeps/sparc/dl-procinfo.h: Likewise.
30318         * sysdeps/unix/i386/sysdep.S: Likewise.
30319         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
30320         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
30321         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
30322         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
30323         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30324         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
30325         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
30326         * sysdeps/unix/sysv/linux/speed.c: Likewise.
30327         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
30328         * sysdeps/wordsize-32/divdi3.c: Likewise.
30329         * time/sys/time.h: Likewise.
30330         * wcsmbs/Makefile: Likewise.
30332 2013-01-01  David S. Miller  <davem@davemloft.net>
30334         * po/fr.po: Update from translation team.
30336         * catgets/gencat.c: Update copyright year.
30337         * csu/version.c: Likewise.
30338         * debug/catchsegv.sh: Likewise.
30339         * debug/pcprofiledump.c: Likewise.
30340         * debug/xtrace.sh: Likewise.
30341         * elf/ldconfig.c: Likewise.
30342         * elf/ldd.bash.in: Likewise.
30343         * elf/pldd.c: Likewise.
30344         * elf/sotruss.ksh: Likewise.
30345         * elf/sprof.c: Likewise.
30346         * iconv/iconv_prog.c: Likewise.
30347         * iconv/iconvconfig.c: Likewise.
30348         * locale/programs/locale.c: Likewise.
30349         * locale/programs/localedef.c: Likewise.
30350         * login/programs/pt_chown.c: Likewise.
30351         * malloc/memusage.sh: Likewise.
30352         * malloc/memusagestat.c: Likewise.
30353         * malloc/mtrace.pl: Likewise.
30354         * nscd/nscd.c: Likewise.
30355         * nss/getent.c: Likewise.
30356         * nss/makedb.c: Likewise.
30357         * posix/getconf.c: Likewise.
30359 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
30361         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
30362         numbers.
30364 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
30366         * math/bits/mathcalls.h (modf): Use __nonnull.
30368 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30370         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
30371         (split): Use macro CN instead of the bare value.
30372         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
30373         could be used.
30374         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
30375         instead of the bare value.
30376         (power1): Likewise.
30378 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30380         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
30381         __ATAN_TWOM.
30382         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30384         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
30385         their values.
30386         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30387         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30388         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
30389         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30391 2012-12-28  Andreas Jaeger  <aj@suse.de>
30393         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
30394         values are from Linux 3.7.
30396         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
30397         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
30399 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30401         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
30402         TRUE case.
30404         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
30405         (norm): Likewise.
30406         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
30407         variables with preprocessor constants.
30408         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30409         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
30410         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
30412 2012-12-27  Bruno Haible  <bruno@clisp.org>
30414         [BZ #14317]
30415         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
30416         only if needed.
30418 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30420         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
30421         and use variable directly.
30422         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
30424         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30425         MPONE.
30426         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
30427         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30428         variable MPONE.
30429         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30430         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
30431         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
30432         include directive.  Remove local variable MPONE.
30433         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
30434         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
30435         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
30437 2012-12-25  David S. Miller  <davem@davemloft.net>
30439         * version.h (RELEASE): Set to "development".
30440         (VERSION): Set to "2.17.90".
30441         * NEWS: Add 2.18 section.
30443 2012-12-21  David S. Miller  <davem@davemloft.net>
30445         * po/hr.po: Update from translation team.
30447 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30449         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
30451 2012-12-19  Steve Ellcey  <sellcey@mips.com>
30453         * NEWS:  Mention new memcpy for MIPS.
30455 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
30457         * manual/contrib.texi (Contributors): Spelling correction.
30459 2012-12-15  David S. Miller  <davem@davemloft.net>
30461         * po/ru.po: Update from translation team.
30463 2012-12-13  David S. Miller  <davem@davemloft.net>
30465         * NEWS: Mention IFUNC testsuite enhancements.
30467         * po/pl.po: Update from translation team.
30468         * po/bg.po: Likewise.
30470         * manual/contrib.texi (Contributors): Update entries for Hongjiu
30471         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
30473 2012-12-11  David S. Miller  <davem@davemloft.net>
30475         * po/sv.po: Update from translation team.
30477         * po/vi.po: Update from translation team.
30479         * po/cs.po: Update from translation team.
30481         * po/de.po: Update from translation team.
30482         * po/eo.po: Likewise.
30483         * po/nl.po: Likewise.
30485 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30487         [BZ #14246]
30488         * manual/argp.texi (Argp Helper Functions): Move node to follow
30489         Argp Parsing State.
30491         [BZ #14872]
30492         * manual/conf.texi (Limits on File System Capacity): Mention if
30493         terminating null is included in the max size.
30495 2012-12-10  Andreas Jaeger  <aj@suse.de>
30497         * po/cs.po: Update from translation team.
30499 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
30501         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
30502         void pointer and cast to uintptr_t.
30503         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
30504         path.
30505         * sysdeps/s390/s390-64/memcpy.S: Likewise.
30506         * sysdeps/s390/s390-64/memset.S: Likewise.
30508 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
30510         [BZ #14833]
30511         * menual/message.texi (Message Translation): Fix typos.
30512         (Helper programs for gettext): Likewise.
30514 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
30516         [BZ #14898]
30517         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
30518         Change to -1.
30520 2012-12-07  David S. Miller  <davem@davemloft.net>
30522         * po/libc.pot: Update.
30524 2012-12-07  Richard Henderson  <rth@redhat.com>
30526         [BZ #10114]
30527         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
30528         normal/normal case to before the switch.
30529         (_FP_DIV): Likewise.
30531 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
30532             Mike Frysinger  <vapier@gentoo.org>
30534         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
30535         check for __NR_fadvise64_64.
30537 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
30539         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
30540         0, not just to plain "0" as a statement.
30541         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
30542         with cw.
30544 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
30546         * NEWS: Use sourceware.org in Bugzilla URL.
30548 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
30550         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
30551         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
30553         * stdio-common/tst-put-error.c (do_test): Add newline to the
30554         padded test to ensure flush.
30556 2012-12-05  Jeff Law  <law@redhat.com>
30558         * sunrpc/etc.rpc (fedfs_admin): Add entry.
30560 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
30562         * README: Don't refer to ports add-on as distributed separately.
30563         Mention AArch64 in list of systems supported in the ports add-on.
30565         * LICENSES: Add more non-FSF copyright and license notices.
30567         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
30568         ((unused)).
30570         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
30572         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
30573         10000 as width of padded output.
30575 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
30577         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
30579         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
30580         variable LX with __attribute__ ((unused)).
30581         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
30582         Likewise.
30583         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
30584         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
30585         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
30586         with __attribute__ ((unused)).
30588 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
30590         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
30592 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
30594         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
30595         (CFLAGS-nldbl-acos.c): New variable.
30596         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
30597         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
30598         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
30599         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
30600         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
30601         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
30602         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
30603         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
30604         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
30605         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
30606         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
30607         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
30608         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
30609         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
30610         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
30611         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
30612         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
30613         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
30614         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
30615         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
30616         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
30617         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
30618         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
30619         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
30620         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
30621         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
30622         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
30623         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
30624         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
30625         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
30626         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
30627         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
30628         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
30629         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
30630         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
30631         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
30632         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
30633         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
30634         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
30635         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
30636         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
30637         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
30638         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
30639         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
30640         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
30641         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
30642         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
30643         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
30644         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
30645         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
30646         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
30647         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
30648         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
30649         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
30650         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
30651         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
30652         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
30653         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
30654         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
30655         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
30656         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
30657         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
30658         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
30659         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
30660         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
30661         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
30662         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
30663         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
30664         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
30665         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
30666         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
30667         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
30668         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
30669         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
30670         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
30671         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
30672         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
30673         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
30674         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
30675         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
30676         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
30677         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
30678         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
30679         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
30680         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
30681         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
30682         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
30683         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
30684         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
30685         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
30686         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
30687         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
30688         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
30689         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
30690         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
30691         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
30692         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
30694         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
30695         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
30697         [BZ #14914]
30698         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
30699         whole low double instead of just low 47 bits when splitting values
30700         into two parts.
30702 2012-12-03  Allan McRae  <allan@archlinux.org>
30704         * manual/stdio.texi (Predefined Printf Handlers): Remove
30705         @hsep and @vsep usage.
30707 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
30709         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
30710         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
30712 2012-12-03  Jeff Law  <law@redhat.com>
30714         * time/sys/time.h (settimeofday): Do not mark TV argument
30715         as __nonnull.
30717 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
30719         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
30720         when currently writing and seek to current position when not.
30721         * libio/Makefile (tests): Remove bug-fclose1.
30722         * libio/bug-fclose1.c: Delete.
30724 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
30726         * manual/arith.texi (feenableexcept): Fix typo.
30727         (fedisableexcept): Likewise.
30729 2012-11-30  Roland McGrath  <roland@hack.frob.com>
30731         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
30732         second, differently-typed declaration, rather than a cast.
30734 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
30736         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
30737         * include/rpc/svc.h: ... here.
30739 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
30741         [BZ #13013]
30742         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
30743         depending n and resplen2 to catch cases where answer
30744         equals answerp2.
30746 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
30748         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
30749         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
30751 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
30753         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
30755 2012-11-29  Roland McGrath  <roland@hack.frob.com>
30757         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
30759 2012-11-28  Jeff Law  <law@redhat.com>
30761         [BZ #13761]
30762         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
30763         dataset_temporary.  Track alloca usage into alloca_used.
30764         If dataset is large allocate and release it via malloc/free.
30766 2012-06-04  Florian Weimer  <fweimer@redhat.com>
30768         [BZ #14197]
30769         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
30771 2012-11-28  David S. Miller  <davem@davemloft.net>
30773         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30775 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
30777         [BZ #14803]
30778         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
30779         of pi/2 rounded to nearest to 64 bits.
30780         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
30781         nearest to 64 bits.
30782         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
30783         bits.
30785 2012-11-28  Jeff Law <law@redhat.com>
30786             Martin Osvald <mosvald@redhat.com>
30788         [BZ #14889]
30789         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
30790         * sunrpc/svc.c: Include time.h.
30791         (__svc_accept_failed): New function.
30792         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
30793         any reason other than EINTR, call __svc_accept_failed.
30794         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
30795         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
30797 2012-11-28  Andreas Schwab  <schwab@suse.de>
30799         * scripts/abilist.awk: Also handle indirect functions in .opd
30800         section.
30802 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
30804         [BZ #13881]
30805         * sysdeps/x86/fpu/powl_helper.c: New file.
30806         * sysdeps/x86/fpu/Makefile: Likewise.
30807         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
30808         (p3): New object.
30809         (__ieee754_powl): Use __powl_helper for finite arguments except
30810         integer exponents below 8.
30811         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
30812         (p3): New object.
30813         (__ieee754_powl): Use __powl_helper for finite arguments except
30814         integer exponents below 8.
30815         * math/libm-test.inc (pow_test): Add more tests and enable some
30816         previously disabled tests.
30817         * sysdeps/i386/fpu/libm-test-ulps: Update.
30818         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30820 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30821             Carlos O'Donell  <carlos_odonell@mentor.com>
30823         * nss/makedb.c (is_prime): Assert that input is odd and greater
30824         than 4.  Note that fact in a comment too.
30825         (next_prime): Add 4 to input.
30827 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30829         [BZ #11741]
30830         * libio/Makefile (tests): Add test case tst-fwrite-error.
30831         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
30832         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
30833         * libio/tst-fwrite-error.c: New test case.
30835 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
30837         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
30838         before casting to void *.
30839         * include/libc-internal.h (__pointer_type): New macro.
30840         (__integer_if_pointer_type_sub): Likewise.
30841         (__integer_if_pointer_type): Likewise.
30842         (cast_to_integer): Likewise.
30843         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
30844         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
30845         before casting to atomic64_t.
30846         (atomic_exchange_acq): Likewise.
30847         (__arch_exchange_and_add_body): Likewise.
30848         (__arch_add_body): Likewise.
30849         (atomic_add_negative): Likewise.
30850         (atomic_add_zero): Likewise.
30852 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
30854         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
30855         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
30856         (add_fdes): Likewise.
30857         (linear_search_fdes): Likewise.
30858         (binary_search_unencoded_fdes): Likewise.
30860 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
30862         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
30864 2012-11-24  Adam Conrad  <adconrad@0c3.net>
30866         * configure.in: Autodetect C++ header directories.
30867         * configure: Regenerated.
30869 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
30871         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
30873 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
30875         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30877 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
30879         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
30880         LDBL_MANT_DIG == 106]: Disable some tests.
30881         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
30882         Likewise.
30883         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
30884         Likewise.
30886         [BZ #14871]
30887         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
30888         input for small inputs.  Return +/- pi/2 for large inputs.
30889         * math/libm-test.inc (atan_test): Add more tests.
30891         * sysdeps/generic/unwind-dw2-fde-glibc.c
30892         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
30893         __attribute__ ((unused)).
30895         [BZ #14645]
30896         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
30897         x * y if x and y are nonzero and z is zero.
30899         [BZ #14811]
30900         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
30901         nonzero exponents with absolute value below 0x1p-117 to +/-
30902         0x1p-117.
30904         [BZ #14869]
30905         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
30906         up arguments below 2**-450, not just those below 2**-500.
30907         * math/libm-test.inc (hypot_test): Add another test.
30909         [BZ #14868]
30910         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
30911         Return a+b for ratio over 2**120, not 2**60.
30912         * math/libm-test.inc (hypot_test): Add another test.
30914         * math/libm-test.inc (clog_test): Use
30915         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
30916         (clog10_test): Likewise.
30918         [BZ #6778]
30919         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
30921 2012-11-22  Andreas Schwab  <schwab@suse.de>
30923         * sysdeps/i386/fpu/libm-test-ulps: Update.
30925 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
30927         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
30928         printf output with newline.
30930 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
30932         [BZ #14865]
30933         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
30934         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
30935         -z nodlopen, -z initfirst and -z execstack support.
30936         * configure: Regenerated.
30938         * elf/elf.h (DF_1_NODIRECT): New macro.
30939         (DF_1_IGNMULDEF): Likewise.
30940         (DF_1_NOKSYMS): Likewise.
30941         (DF_1_NOHDR): Likewise.
30942         (DF_1_EDITED): Likewise.
30943         (DF_1_NORELOC): Likewise.
30944         (DF_1_SYMINTPOSE): Likewise.
30945         (DF_1_GLOBAUDIT): Likewise.
30946         (DF_1_SINGLETON): Likewise.
30947         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
30948         DT_1_SUPPORTED_MASK bits.
30949         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
30951 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
30953         * sysdeps/unix/make-syscalls.sh: Document prefixes.
30955 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
30957         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
30958         macro.
30960         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
30961         (sendmmsg): Move declarations...
30962         * socket/sys/socket.h: ... here.
30963         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
30964         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
30965         include it from...
30966         * socket/recvmmsg.c: ... this new file.
30967         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
30968         (sendmmsg): Rename to __sendmmsg, create weak alias and make
30969         definition of __sendmmsg hidden.
30970         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
30971         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
30972         Move ENOSYS stub into and include it from...
30973         * socket/sendmmsg.c: ... this new file.
30974         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
30975         (sysdep_routines): Move recvmmsg and sendmmsg...
30976         * socket/Makefile (routines): ... here.
30977         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
30978         (GLIBC_PRIVATE): Add __sendmmsg.
30979         * include/sys/socket.h (__sendmmsg): Add declarations.
30980         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
30981         sendmmsg.
30983 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
30985         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
30986         variable I1 with __attribute__ ((unused)).
30987         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
30989 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
30991         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
30992         DUMMY variables with __attribute__ ((unused)).
30994         * bits/byteswap.h: Include <bits/types.h>.
30995         (__bswap_64): Use __uint64_t instead of unsigned long long int.
30997 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
30999         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
31000         string_t.  Do not manually set errno.
31001         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
31002         length with __strnlen.  Make sure to both set errno and return it on
31003         failure.
31005 2012-11-19  David S. Miller  <davem@davemloft.net>
31007         With help from Joseph Myers.
31008         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
31009         very large arguments properly.
31010         * math/libm-test.inc (atan_test): New tests.
31011         (atan2_test): New tests.
31012         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31013         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31015 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
31017         [BZ #14856]
31018         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
31019         Define to 3.
31021         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
31022         [POSIX] (EADDRNOTAVAIL): Likewise.
31023         [POSIX] (EAFNOSUPPORT): Likewise.
31024         [POSIX] (EALREADY): Likewise.
31025         [POSIX] (ECONNABORTED): Likewise.
31026         [POSIX] (ECONNREFUSED): Likewise.
31027         [POSIX] (ECONNRESET): Likewise.
31028         [POSIX] (EDESTADDRREQ): Likewise.
31029         [POSIX] (EDQUOT): Likewise.
31030         [POSIX] (EHOSTUNREACH): Likewise.
31031         [POSIX] (EIDRM): Likewise.
31032         [POSIX] (EISCONN): Likewise.
31033         [POSIX] (ELOOP): Likewise.
31034         [POSIX] (EMULTIHOP): Likewise.
31035         [POSIX] (ENETDOWN): Likewise.
31036         [POSIX] (ENETUNREACH): Likewise.
31037         [POSIX] (ENOBUFS): Likewise.
31038         [POSIX] (ENODATA): Likewise.
31039         [POSIX] (ENOLINK): Likewise.
31040         [POSIX] (ENOMSG): Likewise.
31041         [POSIX] (ENOPROTOOPT): Likewise.
31042         [POSIX] (ENOSR): Likewise.
31043         [POSIX] (ENOSTR): Likewise.
31044         [POSIX] (ENOTCONN): Likewise.
31045         [POSIX] (ENOTSOCK): Likewise.
31046         [POSIX] (EOPNOTSUPP): Likewise.
31047         [POSIX] (EOVERFLOW): Likewise.
31048         [POSIX] (EPROTO): Likewise.
31049         [POSIX] (EPROTONOSUPPORT): Likewise.
31050         [POSIX] (EPROTOTYPE): Likewise.
31051         [POSIX] (ESTALE): Likewise.
31052         [POSIX] (ETIME): Likewise.
31053         [POSIX] (ETXTBSY): Likewise.
31054         [POSIX] (EWOULDBLOCK): Likewise.
31055         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
31056         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
31057         [POSIX] (SEEK_CUR): Likewise.
31058         [POSIX] (SEEK_END): Likewise.
31059         [POSIX || UNIX98] (mode_t): Do not require.
31060         [POSIX] (off_t): Likewise.
31061         [POSIX] (pid_t): Likewise.
31062         [POSIX] (sys/stat.h): Do not allow header.
31063         [POSIX] (unistd.h): Likewise.
31064         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
31065         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
31066         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
31067         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
31068         require.
31069         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
31070         sigevent): Specify elements.
31071         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
31072         entry.
31073         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
31074         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
31076         * conform/data/cpio.h-data [POSIX]: Disable whole file.
31077         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
31078         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
31079         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
31080         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
31081         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
31082         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
31083         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
31084         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
31085         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
31086         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
31087         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
31088         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
31089         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
31090         Likewise.
31091         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
31092         Likewise.
31093         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
31094         Likewise.
31095         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
31096         Likewise.
31097         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
31098         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
31099         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
31100         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
31101         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
31102         Specify lower bound on value.
31103         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
31104         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
31105         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
31106         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
31107         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
31108         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
31109         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
31110         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
31111         value.
31112         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
31113         as optional.
31114         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
31115         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
31116         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
31117         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
31118         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
31119         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
31120         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
31121         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
31122         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
31123         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
31124         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
31125         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
31126         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
31127         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
31128         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
31129         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
31130         entry.
31131         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
31132         optional.
31133         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
31134         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
31135         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
31136         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
31137         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31138         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31139         Likewise.
31140         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31141         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31142         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
31143         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
31144         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
31145         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
31146         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
31147         as optional.
31148         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
31149         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
31150         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
31151         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
31152         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
31153         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
31154         specify as optional.
31155         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
31156         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
31157         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
31158         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
31159         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
31160         [XPG3] (NL_LANGMAX): Likewise.
31161         [POSIX || XPG3] (NL_MSGMAX): Likewise.
31162         [POSIX || XPG3] (NL_NMAX): Likewise.
31163         [POSIX || XPG3] (NL_SETMAX): Likewise.
31164         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
31165         [XPG3] (NZERO): Likewise.
31166         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
31167         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
31168         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
31169         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
31170         (REG_ERANGE): Expect.
31171         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
31172         optional-constant.
31173         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
31174         Use (void) in prototype.
31175         [POSIX] (*_t): Allow.
31176         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
31177         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
31178         (WRDE_BADVAL): Expect.
31180         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
31181         expect.
31182         [XPG3 || XPG4] (O_RSYNC): Likewise.
31183         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
31184         Likewise.
31185         [XPG3 || XPG4] (pthread_sigmask): Likewise.
31186         [XPG3 || XPG4] (sigqueue): Likewise.
31187         [XPG3 || XPG4] (sigtimedwait): Likewise.
31188         [XPG3 || XPG4] (sigwaitinfo): Likewise.
31189         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
31190         [XPG3 || XPG4] (vsnprintf): Likewise.
31191         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
31192         Likewise.
31193         [XPG3 || XPG4] (blksize_t): Likewise.
31194         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
31195         Likewise.
31196         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
31197         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
31198         [XPG3 || XPG4] (struct itimerspec): Likewise.
31199         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
31200         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
31201         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
31202         [XPG3 || XPG4] (clockid_t): Likewise.
31203         [XPG3 || XPG4] (timer_t): Likewise.
31204         [XPG3 || XPG4] (clock_getres): Likewise.
31205         [XPG3 || XPG4] (clock_gettime): Likewise.
31206         [XPG3 || XPG4] (clock_settime): Likewise.
31207         [XPG3 || XPG4] (nanosleep): Likewise.
31208         [XPG3 || XPG4] (timer_create): Likewise.
31209         [XPG3 || XPG4] (timer_delete): Likewise.
31210         [XPG3 || XPG4] (timer_gettime): Likewise.
31211         [XPG3 || XPG4] (timer_getoverrun): Likewise.
31212         [XPG3 || XPG4] (timer_settime): Likewise.
31213         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
31214         [XPG3 || XPG4] (getlogin_r): Likewise.
31215         [XPG3 || XPG4] (pread): Likewise.
31216         [XPG3 || XPG4] (pthread_atfork): Likewise.
31217         [XPG3 || XPG4] (pwrite): Likewise.
31219         [BZ #14835]
31220         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
31221         <bits/siginfo.h>.
31223 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31225         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
31226         finalizing MALLSTREAM.
31228         * sysdeps/mach/hurd/syncfs.c: New file.
31230 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31232         [BZ #14719]
31233         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
31234         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
31235         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
31236         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
31237         (_nss_dns_gethostbyname4_r): Likewise.
31238         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
31239         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
31241 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
31243         [BZ #13763]
31244         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
31246 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
31248         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
31249         * elf/cache.c (print_entry): Print ",AArch64" for
31250         FLAG_AARCH64_LIB64
31252         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
31253         * elf/cache.c (print_entry): Print ",hard-float" for
31254         FLAG_ARM_LIBHF.
31256 2012-11-18  David S. Miller  <davem@davemloft.net>
31258         With help from Joseph Myers.
31259         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
31260         cutoff to 2**-13.
31261         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
31262         cutoff to 2**-25.
31263         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
31264         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
31265         small.
31266         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
31267         * math/libm-test.inc (y0_test): New tests.
31268         (y1_test): New tests.
31269         * sysdeps/i386/fpu/libm-test-ulps: Update.
31270         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31271         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31273 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
31275         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
31276         64-bit targets.
31277         * configure: Regenerated.
31279 2012-11-17  David S. Miller  <davem@davemloft.net>
31281         [BZ #14811]
31282         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
31283         nonzero exponents with absolute value below 0x1p-128 to +/-
31284         0x1p-128.
31286 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
31288         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
31290         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
31292         * posix/getconf-speclist.c: New file.
31293         * posix/posix-envs.def: Likewise.
31294         * posix/confstr.c (START_ENV_GROUP): New macro.
31295         (END_ENV_GROUP): Likewise.
31296         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31297         (KNOWN_PRESENT_ENV_STRING): Likewise.
31298         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31299         (UNKNOWN_ENVIRONMENT): Likewise.
31300         (confstr): Include posix-envs.def instead of handling
31301         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
31302         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
31303         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
31304         (END_ENV_GROUP): Likewise.
31305         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31306         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31307         (UNKNOWN_ENVIRONMENT): Likewise.
31308         (__sysconf): Include posix-envs.def instead of handling associated
31309         cases directly here.
31310         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
31311         preprocessing getconf-speclist.c rather than running getconf or
31312         generating empty file.
31314 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
31316         * scripts/check-local-headers.sh: Ignore 'mach' headers.
31318 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
31320         [BZ #14672]
31321         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
31323 2012-11-16  David S. Miller  <davem@davemloft.net>
31325         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
31326         smaller than LDBL_EPSILON/2.0L, just return xm1.
31328 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
31330         * elf/tst-array1.c (init): Set constructor priority to 1000.
31331         (fini): Set destructor priority to 1000.
31332         * elf/tst-array2dep.c: Likewise.
31334 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31336         [BZ #11741]
31337         * libio/fileops.c (_IO_new_file_write): Correctly return error.
31338         (_IO_new_file_xsputn): Also return EOF if none of the input
31339         data was written when overflow failed.
31340         * libio/iopadn.c (_IO_padn): Likewise.
31341         * libio/iowpadn.c (_IO_wpadn): Likewise.
31342         * stdio-common/tst-put-error.c: Add copyright notice.
31343         (do_test): Add case for printing padded string.
31344         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
31345         _IO_padn returned error.
31346         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
31347         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
31348         return EOF.
31350 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31352         * libio/libioP.h: Add comment note that the references to C++
31353         bits are now obsolete.
31355 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31357         * math/libm-test.inc (check_complex): Use asprintf.
31359 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
31361         * debug/pcprofiledump.c (print_version): Update copyright year.
31362         * malloc/memusagestat.c (print_version): Likewise.
31364 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
31366         [BZ #14831]
31367         * elf/Makefile (tests): Add tst-audit8.
31368         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
31369         ($(objpfx)tst-audit8.out): New target.
31370         (tst-audit8-ENV): New variable.
31371         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
31372         audit if l_reloc_result is NULL.
31373         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
31374         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
31375         * elf/tst-audit8.c: New file.
31377 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31379         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
31380         * misc/Makefile (CFLAGS-select.c): Define.
31381         * posix/Makefile (CFLAGS-pause.c): Define.
31383 2012-11-13  David S. Miller  <davem@davemloft.net>
31385         * crypt/Makefile: Move test targets after toplevel Rules
31386         inclusion.  Grab any necessary sysdep routines when linking.
31387         * crypt/md5.c (md5_process_block): Remove define, we will always
31388         name it __md5_process_block.
31389         (md5_finish_ctx): Update md5_process_block call.
31390         (md5_stream): Likewise.
31391         (md5_process_bytes): Likewise.
31392         (md5_process_block): Rename to __md5_process_block and move to ...
31393         * crypt/md5-block.c: ... here.
31394         * crypt/sha256.c (sha256_process_block): Move to ...
31395         * crypt/sha256-block.c: ... here.
31396         * crypt/sha512.c (sha512_process_block): Move to ...
31397         * crypt/sha512-block.c: ... here.
31398         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
31399         path.
31400         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
31401         * sysdeps/sparc/sparc64/multiarch/Makefile
31402         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
31403         crypt subdir.
31404         (localedef-aux): Add md5 crypto assembler when in locale subdir.
31405         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
31406         multiarch changes.
31407         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
31408         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
31409         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
31410         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
31411         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
31412         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
31413         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
31414         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
31415         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
31416         file.
31417         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
31418         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
31419         file.
31420         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
31422 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
31424         * timezone/tzselect.ksh: Update from tzcode git revision
31425         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
31426         * timezone/zdump.c: Likewise.
31427         * timezone/zic.c: Likewise.
31428         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
31429         in TZVERSION setting, not $(PKGVERSION).
31430         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
31431         REPORT_BUGS_TO settings.
31433         [BZ #14838]
31434         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
31435         macro.
31437 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31439         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
31440         detection to immediately after _FP_ROUND().
31441         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
31442         bits are 0.
31444 2012-11-11  David S. Miller  <davem@davemloft.net>
31446         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
31447         inttypes.h
31448         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
31449         __close rather than their public counterparts.
31451 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
31453         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
31454         file.
31455         [UNIX98] (sem_timedwait): Do not expect.
31456         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
31457         [XPG4 || UNIX98] (sockatmark): Do not expect.
31458         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
31459         (clock_getcpuclockid): Do not expect.
31460         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
31461         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
31462         Do not expect.
31463         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
31464         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
31465         [UNIX98] (vwscanf): Likewise.
31466         [UNIX98] (vswscanf): Likewise.
31468 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
31470         * timezone/version.h: Remove file.
31471         * timezone/README: Do not refer to version.h.
31472         * timezone/Makefile ($(objpfx)zic.o): New dependency on
31473         $(objpfx)version.h.
31474         ($(objpfx)zdump.o): Likewise.
31475         ($(objpfx)version.h): New target.
31477         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
31478         2012i.
31479         * timezone/README: Don't mention modification to tzselect.ksh.
31480         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
31481         work on unmodified tzselect.ksh.  Substitute version numbers in
31482         tzselect.ksh.
31484         * Makefile (format-me): Remove.
31485         (INSTALL): Adjust indentation.  Use commands directly instead of
31486         using $(format-me).
31488         * aclocal.m4 (ACX_PKGVERSION): New macro.
31489         (ACX_BUGURL): Likewise.
31490         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
31491         (PKGVERSION): New AC_DEFINE_UNQUOTED.
31492         (REPORT_BUGS_TO): Likewise.
31493         * configure: Regenerated.
31494         * config.h.in (PKGVERSION): New macro.
31495         (REPORT_BUGS_TO): Likewise.
31496         * config.make.in (PKGVERSION): New variable.
31497         (PKGVERSION_TEXI): Likewise.
31498         (REPORT_BUGS_TO): Likewise.
31499         (REPORT_BUGS_TEXI): Likewise.
31500         * Makefile (format-me): Use -I$(common-objpfx)manual.
31501         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
31502         ($(common-objpfx)manual/%): New target.
31503         (manual/%): Remove target.
31504         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
31505         (print_version): Use PKGVERSION.
31506         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
31507         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
31508         and REPORT_BUGS_TO.
31509         ($(objpfx)xtrace): Likewise.
31510         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
31511         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
31512         (print_version): Use PKGVERSION.
31513         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
31514         (do_version): Use PKGVERSION.
31515         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
31516         REPORT_BUGS_TO.
31517         (common-ldd-rewrite): Likewise.
31518         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
31519         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
31520         (print_version): Use PKGVERSION.
31521         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
31522         * elf/pldd.c (argp_program_bug_address): Remove variable.
31523         (more_help): New function.
31524         (argp): Use more_help.
31525         (print_version): Use PKGVERSION.
31526         * elf/sln.c (main): Use PKGVERSION.
31527         (usage): Use REPORT_BUGS_TO.
31528         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
31529         (top level): Use PKGVERSION.
31530         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
31531         (print_version): Use PKGVERSION.
31532         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
31533         (print_version): Use PKGVERSION.
31534         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
31535         (print_version): Use PKGVERSION.
31536         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
31537         (print_version): Use PKGVERSION.
31538         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
31539         (print_version): Use PKGVERSION.
31540         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
31541         (print_version): Use PKGVERSION.
31542         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
31543         and BUGURL.
31544         ($(objpfx)memusage): Likewise.
31545         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
31546         (do_version): Use PKGVERSION.
31547         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
31548         (print_version): Use PKGVERSION.
31549         * malloc/mtrace.pl ($PACKAGE): Remove variable.
31550         ($PKGVERSION): New variable.
31551         ($REPORT_BUGS_TO): Likewise.
31552         (usage): Use $REPORT_BUGS_TO.
31553         (top level): Use $PKGVERSION.
31554         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
31555         ($(objpfx)pkgvers.texi): New rule.
31556         ($(objpfx)stamp-pkgvers): Likewise.
31557         * manual/install.texi: Include pkgvers.texi.
31558         (--with-pkgversion): Document new configure option.
31559         (--with-bugurl): Likewise.
31560         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
31561         than necessarily for this particular distribution.  Use
31562         REPORT_BUGS_TO for where to report bugs.
31563         * INSTALL: Regenerated.
31564         * manual/libc.texinfo: Include pkgvers.texi.
31565         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
31566         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
31567         (print_version): Use PKGVERSION.
31568         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
31569         (print_version): Use PKGVERSION.
31570         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
31571         (print_version): Use PKGVERSION.
31572         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
31573         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
31574         macro.
31575         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
31576         (print_version): Use PKGVERSION.
31577         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
31578         (print_version): Use PKGVERSION.
31579         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
31580         and PKGVERSION.
31582         * timezone/checktab.awk: Update from tzcode 2012i.
31583         * timezone/ialloc.c: Likewise.
31584         * timezone/private.h: Likewise.
31585         * timezone/scheck.c: Likewise.
31586         * timezone/tzfile.h: Likewise.
31587         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
31588         (TZVERSION): Hardcode tzcode version number.
31589         * timezone/zdump.c: Update from tzcode 2012i.
31590         * timezone/zic.c: Likewise.
31591         * timezone/version.h: New file.
31592         * timezone/README: Describe version.h.  Update upstream location.
31594         [BZ #14824]
31595         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
31596         (mktemp): Enable declaration.
31597         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
31598         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
31599         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
31600         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
31601         Likewise.
31602         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
31603         Likewise.
31604         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
31605         Likewise.
31606         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
31607         Likewise.
31608         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
31609         Likewise.
31610         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
31611         Likewise.
31613         [BZ #14821]
31614         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
31615         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
31616         for copies of such integer values.
31617         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
31618         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
31620 2012-11-09  Andreas Jaeger  <aj@suse.de>
31622         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
31623         definitions and declarations that are provided by
31624         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
31626 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31628         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
31629         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
31630         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
31631         definition.
31633 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31635         * elf/elf.h: Update comment before AArch64 relocations.
31637 2012-11-07  David S. Miller  <davem@davemloft.net>
31639         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
31640         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
31641         (__start_context): Declare.
31642         (__makecontext_ret): Delete.
31643         (__makecontext): Hook up __start_context instead of
31644         __makecontext_ret.
31645         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
31646         (sysdep_routines): Add __start_context when in stdlib.
31648 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
31650         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
31651         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
31652         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
31653         hardcoded "nm".
31654         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
31655         (READELF): New variable.  Use it instead of hardcoded "readelf".
31657 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
31659         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
31660         * sysdeps/x86/Makefile: Here.
31661         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
31662         * sysdeps/x86/tst-xmmymm.sh: This.
31664 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
31666         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
31667         expectations.
31668         [UNIX98] (pthread_barrier_t): Do not expect.
31669         [UNIX98] (pthread_barrierattr_t): Likewise.
31670         [UNIX98] (pthread_spinlock_t): Likewise.
31671         [UNIX98] (pthread_barrier_destroy): Likewise.
31672         [UNIX98] (pthread_barrier_init): Likewise.
31673         [UNIX98] (pthread_barrier_wait): Likewise.
31674         [UNIX98] (pthread_barrierattr_destroy): Likewise.
31675         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
31676         [UNIX98] (pthread_barrierattr_init): Likewise.
31677         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
31678         [UNIX98] (pthread_getcpuclockid): Likewise.
31679         [UNIX98] (pthread_mutex_timedlock): Likewise.
31680         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
31681         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
31682         [UNIX98] (pthread_sigmask): Likewise.
31683         [UNIX98] (pthread_spin_destroy): Likewise.
31684         [UNIX98] (pthread_spin_init): Likewise.
31685         [UNIX98] (pthread_spin_lock): Likewise.
31686         [UNIX98] (pthread_spin_trylock): Likewise.
31687         [UNIX98] (pthread_spin_unlock): Likewise.
31688         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
31689         Do not expect.
31690         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
31691         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
31692         [XPG3 || XPG4] (pthread_cond_t): Likewise.
31693         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
31694         [XPG3 || XPG4] (pthread_key_t): Likewise.
31695         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
31696         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
31697         [XPG3 || XPG4] (pthread_once_t): Likewise.
31698         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
31699         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
31700         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
31701         [XPG3 || XPG4] (pthread_t): Likewise.
31703         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
31704         not expect.
31705         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
31707         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
31708         Change function return type to int.
31710         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
31711         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
31712         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
31713         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
31714         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
31715         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
31716         [!POSIX] (posix_madvise): Likewise.
31717         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
31718         && !UNIX98].
31719         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
31720         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
31721         (mode_t): Likewise.
31722         (posix_mem_offset): Likewise.
31723         (posix_typed_mem_get_info): Likewise.
31724         (posix_typed_mem_open): Likewise.
31726         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
31727         Change condition to [XOPEN2K8].
31729         * conform/conformtest.pl: Preprocess allow-header data with -x c
31730         instead of from stdin.
31731         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
31732         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
31733         [C99-based standards] (cerfc): Likewise.
31734         [C99-based standards] (cexp2): Likewise.
31735         [C99-based standards] (cexpm1): Likewise.
31736         [C99-based standards] (clog10): Likewise.
31737         [C99-based standards] (clog1p): Likewise.
31738         [C99-based standards] (clog2): Likewise.
31739         [C99-based standards] (clgamma): Likewise.
31740         [C99-based standards] (ctgamma): Likewise.
31741         [C99-based standards] (cerff): Likewise.
31742         [C99-based standards] (cerfcf): Likewise.
31743         [C99-based standards] (cexp2f): Likewise.
31744         [C99-based standards] (cexpm1f): Likewise.
31745         [C99-based standards] (clog10f): Likewise.
31746         [C99-based standards] (clog1pf): Likewise.
31747         [C99-based standards] (clog2f): Likewise.
31748         [C99-based standards] (clgammaf): Likewise.
31749         [C99-based standards] (ctgammaf): Likewise.
31750         [C99-based standards] (cerfl): Likewise.
31751         [C99-based standards] (cerfcl): Likewise.
31752         [C99-based standards] (cexp2l): Likewise.
31753         [C99-based standards] (cexpm1l): Likewise.
31754         [C99-based standards] (clog10l): Likewise.
31755         [C99-based standards] (clog1pl): Likewise.
31756         [C99-based standards] (clog2l): Likewise.
31757         [C99-based standards] (clgammal): Likewise.
31758         [C99-based standards] (ctgammal): Likewise.
31759         * conform/data/inttypes.h-data [C99-based standards]: Include
31760         stdint.h-data.  Remove all expectations for stdint.h contents.
31761         [C99-based standards] (PRI*): Do not allow.
31762         [C99-based standards] (SCN*): Likewise.
31763         [C99-based standards] (*_t): Likewise.
31764         [C99-based-standards] (PRId8): Expect macro.
31765         [C99-based-standards] (PRIi8): Likewise.
31766         [C99-based-standards] (PRIo8): Likewise.
31767         [C99-based-standards] (PRIu8): Likewise.
31768         [C99-based-standards] (PRIx8): Likewise.
31769         [C99-based-standards] (PRIX8): Likewise.
31770         [C99-based-standards] (SCNd8): Likewise.
31771         [C99-based-standards] (SCNi8): Likewise.
31772         [C99-based-standards] (SCNo8): Likewise.
31773         [C99-based-standards] (SCNu8): Likewise.
31774         [C99-based-standards] (SCNx8): Likewise.
31775         [C99-based-standards] (PRIdLEAST8): Likewise.
31776         [C99-based-standards] (PRIiLEAST8): Likewise.
31777         [C99-based-standards] (PRIoLEAST8): Likewise.
31778         [C99-based-standards] (PRIuLEAST8): Likewise.
31779         [C99-based-standards] (PRIxLEAST8): Likewise.
31780         [C99-based-standards] (PRIXLEAST8): Likewise.
31781         [C99-based-standards] (SCNdLEAST8): Likewise.
31782         [C99-based-standards] (SCNiLEAST8): Likewise.
31783         [C99-based-standards] (SCNoLEAST8): Likewise.
31784         [C99-based-standards] (SCNuLEAST8): Likewise.
31785         [C99-based-standards] (SCNxLEAST8): Likewise.
31786         [C99-based-standards] (PRIdFAST8): Likewise.
31787         [C99-based-standards] (PRIiFAST8): Likewise.
31788         [C99-based-standards] (PRIoFAST8): Likewise.
31789         [C99-based-standards] (PRIuFAST8): Likewise.
31790         [C99-based-standards] (PRIxFAST8): Likewise.
31791         [C99-based-standards] (PRIXFAST8): Likewise.
31792         [C99-based-standards] (SCNdFAST8): Likewise.
31793         [C99-based-standards] (SCNiFAST8): Likewise.
31794         [C99-based-standards] (SCNoFAST8): Likewise.
31795         [C99-based-standards] (SCNuFAST8): Likewise.
31796         [C99-based-standards] (SCNxFAST8): Likewise.
31797         [C99-based-standards] (PRId16): Likewise.
31798         [C99-based-standards] (PRIi16): Likewise.
31799         [C99-based-standards] (PRIo16): Likewise.
31800         [C99-based-standards] (PRIu16): Likewise.
31801         [C99-based-standards] (PRIx16): Likewise.
31802         [C99-based-standards] (PRIX16): Likewise.
31803         [C99-based-standards] (SCNd16): Likewise.
31804         [C99-based-standards] (SCNi16): Likewise.
31805         [C99-based-standards] (SCNo16): Likewise.
31806         [C99-based-standards] (SCNu16): Likewise.
31807         [C99-based-standards] (SCNx16): Likewise.
31808         [C99-based-standards] (PRIdLEAST16): Likewise.
31809         [C99-based-standards] (PRIiLEAST16): Likewise.
31810         [C99-based-standards] (PRIoLEAST16): Likewise.
31811         [C99-based-standards] (PRIuLEAST16): Likewise.
31812         [C99-based-standards] (PRIxLEAST16): Likewise.
31813         [C99-based-standards] (PRIXLEAST16): Likewise.
31814         [C99-based-standards] (SCNdLEAST16): Likewise.
31815         [C99-based-standards] (SCNiLEAST16): Likewise.
31816         [C99-based-standards] (SCNoLEAST16): Likewise.
31817         [C99-based-standards] (SCNuLEAST16): Likewise.
31818         [C99-based-standards] (SCNxLEAST16): Likewise.
31819         [C99-based-standards] (PRIdFAST16): Likewise.
31820         [C99-based-standards] (PRIiFAST16): Likewise.
31821         [C99-based-standards] (PRIoFAST16): Likewise.
31822         [C99-based-standards] (PRIuFAST16): Likewise.
31823         [C99-based-standards] (PRIxFAST16): Likewise.
31824         [C99-based-standards] (PRIXFAST16): Likewise.
31825         [C99-based-standards] (SCNdFAST16): Likewise.
31826         [C99-based-standards] (SCNiFAST16): Likewise.
31827         [C99-based-standards] (SCNoFAST16): Likewise.
31828         [C99-based-standards] (SCNuFAST16): Likewise.
31829         [C99-based-standards] (SCNxFAST16): Likewise.
31830         [C99-based-standards] (PRId32): Likewise.
31831         [C99-based-standards] (PRIi32): Likewise.
31832         [C99-based-standards] (PRIo32): Likewise.
31833         [C99-based-standards] (PRIu32): Likewise.
31834         [C99-based-standards] (PRIx32): Likewise.
31835         [C99-based-standards] (PRIX32): Likewise.
31836         [C99-based-standards] (SCNd32): Likewise.
31837         [C99-based-standards] (SCNi32): Likewise.
31838         [C99-based-standards] (SCNo32): Likewise.
31839         [C99-based-standards] (SCNu32): Likewise.
31840         [C99-based-standards] (SCNx32): Likewise.
31841         [C99-based-standards] (PRIdLEAST32): Likewise.
31842         [C99-based-standards] (PRIiLEAST32): Likewise.
31843         [C99-based-standards] (PRIoLEAST32): Likewise.
31844         [C99-based-standards] (PRIuLEAST32): Likewise.
31845         [C99-based-standards] (PRIxLEAST32): Likewise.
31846         [C99-based-standards] (PRIXLEAST32): Likewise.
31847         [C99-based-standards] (SCNdLEAST32): Likewise.
31848         [C99-based-standards] (SCNiLEAST32): Likewise.
31849         [C99-based-standards] (SCNoLEAST32): Likewise.
31850         [C99-based-standards] (SCNuLEAST32): Likewise.
31851         [C99-based-standards] (SCNxLEAST32): Likewise.
31852         [C99-based-standards] (PRIdFAST32): Likewise.
31853         [C99-based-standards] (PRIiFAST32): Likewise.
31854         [C99-based-standards] (PRIoFAST32): Likewise.
31855         [C99-based-standards] (PRIuFAST32): Likewise.
31856         [C99-based-standards] (PRIxFAST32): Likewise.
31857         [C99-based-standards] (PRIXFAST32): Likewise.
31858         [C99-based-standards] (SCNdFAST32): Likewise.
31859         [C99-based-standards] (SCNiFAST32): Likewise.
31860         [C99-based-standards] (SCNoFAST32): Likewise.
31861         [C99-based-standards] (SCNuFAST32): Likewise.
31862         [C99-based-standards] (SCNxFAST32): Likewise.
31863         [C99-based-standards] (PRId64): Likewise.
31864         [C99-based-standards] (PRIi64): Likewise.
31865         [C99-based-standards] (PRIo64): Likewise.
31866         [C99-based-standards] (PRIu64): Likewise.
31867         [C99-based-standards] (PRIx64): Likewise.
31868         [C99-based-standards] (PRIX64): Likewise.
31869         [C99-based-standards] (SCNd64): Likewise.
31870         [C99-based-standards] (SCNi64): Likewise.
31871         [C99-based-standards] (SCNo64): Likewise.
31872         [C99-based-standards] (SCNu64): Likewise.
31873         [C99-based-standards] (SCNx64): Likewise.
31874         [C99-based-standards] (PRIdLEAST64): Likewise.
31875         [C99-based-standards] (PRIiLEAST64): Likewise.
31876         [C99-based-standards] (PRIoLEAST64): Likewise.
31877         [C99-based-standards] (PRIuLEAST64): Likewise.
31878         [C99-based-standards] (PRIxLEAST64): Likewise.
31879         [C99-based-standards] (PRIXLEAST64): Likewise.
31880         [C99-based-standards] (SCNdLEAST64): Likewise.
31881         [C99-based-standards] (SCNiLEAST64): Likewise.
31882         [C99-based-standards] (SCNoLEAST64): Likewise.
31883         [C99-based-standards] (SCNuLEAST64): Likewise.
31884         [C99-based-standards] (SCNxLEAST64): Likewise.
31885         [C99-based-standards] (PRIdFAST64): Likewise.
31886         [C99-based-standards] (PRIiFAST64): Likewise.
31887         [C99-based-standards] (PRIoFAST64): Likewise.
31888         [C99-based-standards] (PRIuFAST64): Likewise.
31889         [C99-based-standards] (PRIxFAST64): Likewise.
31890         [C99-based-standards] (PRIXFAST64): Likewise.
31891         [C99-based-standards] (SCNdFAST64): Likewise.
31892         [C99-based-standards] (SCNiFAST64): Likewise.
31893         [C99-based-standards] (SCNoFAST64): Likewise.
31894         [C99-based-standards] (SCNuFAST64): Likewise.
31895         [C99-based-standards] (SCNxFAST64): Likewise.
31896         [C99-based-standards] (PRIdMAX): Likewise.
31897         [C99-based-standards] (PRIiMAX): Likewise.
31898         [C99-based-standards] (PRIoMAX): Likewise.
31899         [C99-based-standards] (PRIuMAX): Likewise.
31900         [C99-based-standards] (PRIxMAX): Likewise.
31901         [C99-based-standards] (PRIXMAX): Likewise.
31902         [C99-based-standards] (SCNdMAX): Likewise.
31903         [C99-based-standards] (SCNiMAX): Likewise.
31904         [C99-based-standards] (SCNoMAX): Likewise.
31905         [C99-based-standards] (SCNuMAX): Likewise.
31906         [C99-based-standards] (SCNxMAX): Likewise.
31907         [C99-based-standards] (PRIdPTR): Likewise.
31908         [C99-based-standards] (PRIiPTR): Likewise.
31909         [C99-based-standards] (PRIoPTR): Likewise.
31910         [C99-based-standards] (PRIuPTR): Likewise.
31911         [C99-based-standards] (PRIxPTR): Likewise.
31912         [C99-based-standards] (PRIXPTR): Likewise.
31913         [C99-based-standards] (SCNdPTR): Likewise.
31914         [C99-based-standards] (SCNiPTR): Likewise.
31915         [C99-based-standards] (SCNoPTR): Likewise.
31916         [C99-based-standards] (SCNuPTR): Likewise.
31917         [C99-based-standards] (SCNxPTR): Likewise.
31918         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
31919         allow.
31920         * conform/data/stdint.h-data: Update comments to clarify
31921         requirements.
31922         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
31923         type.
31924         [C99-based standards] (INT8_MAX): Likewise.
31925         [C99-based standards] (INT16_MIN): Likewise.
31926         [C99-based standards] (INT16_MAX): Likewise.
31927         [C99-based standards] (INT32_MIN): Likewise.
31928         [C99-based standards] (INT32_MAX): Likewise.
31929         [C99-based standards] (INT64_MIN): Likewise.
31930         [C99-based standards] (INT64_MAX): Likewise.
31931         [C99-based standards] (UINT8_MAX): Likewise.
31932         [C99-based standards] (UINT16_MAX): Likewise.
31933         [C99-based standards] (UINT32_MAX): Likewise.
31934         [C99-based standards] (UINT64_MAX): Likewise.
31935         [C99-based standards] (INT_LEAST8_MIN): Likewise.
31936         [C99-based standards] (INT_LEAST8_MAX): Likewise.
31937         [C99-based standards] (INT_LEAST16_MIN): Likewise.
31938         [C99-based standards] (INT_LEAST16_MAX): Likewise.
31939         [C99-based standards] (INT_LEAST32_MIN): Likewise.
31940         [C99-based standards] (INT_LEAST32_MAX): Likewise.
31941         [C99-based standards] (INT_LEAST64_MIN): Likewise.
31942         [C99-based standards] (INT_LEAST64_MAX): Likewise.
31943         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
31944         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
31945         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
31946         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
31947         [C99-based standards] (INT_FAST8_MIN): Likewise.
31948         [C99-based standards] (INT_FAST8_MAX): Likewise.
31949         [C99-based standards] (INT_FAST16_MIN): Likewise.
31950         [C99-based standards] (INT_FAST16_MAX): Likewise.
31951         [C99-based standards] (INT_FAST32_MIN): Likewise.
31952         [C99-based standards] (INT_FAST32_MAX): Likewise.
31953         [C99-based standards] (INT_FAST64_MIN): Likewise.
31954         [C99-based standards] (INT_FAST64_MAX): Likewise.
31955         [C99-based standards] (UINT_FAST8_MAX): Likewise.
31956         [C99-based standards] (UINT_FAST16_MAX): Likewise.
31957         [C99-based standards] (UINT_FAST32_MAX): Likewise.
31958         [C99-based standards] (UINT_FAST64_MAX): Likewise.
31959         [C99-based standards] (INTPTR_MIN): Likewise.
31960         [C99-based standards] (INTPTR_MAX): Likewise.
31961         [C99-based standards] (UINTPTR_MAX): Likewise.
31962         [C99-based standards] (INTMAX_MIN): Likewise.
31963         [C99-based standards] (INTMAX_MAX): Likewise.
31964         [C99-based standards] (UINTMAX_MAX): Likewise.
31965         [C99-based standards] (PTRDIFF_MIN): Likewise.
31966         [C99-based standards] (PTRDIFF_MAX): Likewise.
31967         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
31968         [C99-based standards] (SIZE_MAX): Likewise.
31969         [C99-based standards] (WCHAR_MAX): Likewise.
31970         [C99-based standards] (WINT_MAX): Likewise.
31971         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
31972         constraint on value.
31973         [C99-based standards] (WCHAR_MIN): Likewise.
31974         [C99-based standards] (WINT_MIN): Likewise.
31975         [C99-based standards] (*_t): Allow.
31976         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
31977         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
31978         Include math.h-data and complex.h-data.  Remove all expectations
31979         of math.h and complex.h contents.
31980         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
31981         at end of line.
31982         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
31983         (struct tm): Expect tag.
31984         [C99-based-standards] (wcstof): Expect function.
31985         [C99-based-standards] (wcstold): Likewise.
31986         [C99-based-standards] (wcstoll): Likewise.
31987         [C99-based-standards] (wcstoull): Likewise.
31988         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
31989         macro-int-constant.  Specify type.
31990         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
31991         constraint on value.
31992         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
31993         Specify type.
31994         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
31995         Specify value.
31996         [ISO C standards]: Do not allow headers.
31997         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
31998         wcs[abcdefghijklmnopqrstuvwxyz]*.
31999         [ISO C standards] (*_t): Do not allow.
32000         * conform/data/wctype.h-data [C99-based standards] (iswblank):
32001         Expect function.
32002         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
32003         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
32004         Specify type.
32005         [ISO C standards]: Do not allow headers.
32006         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
32007         is[abcdefghijklmnopqrstuvwxyz]*.
32008         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
32009         to[abcdefghijklmnopqrstuvwxyz]*.
32010         [ISO C standards] (*_t): Do not allow.
32011         * conform/data/stdalign.h-data: New file.
32012         * conform/data/stdbool.h-data: Likewise.
32013         * conform/data/stdnoreturn.h-data: Likewise.
32015 2012-11-07  Roland McGrath  <roland@hack.frob.com>
32017         [BZ #14815]
32018         * manual/filesys.texi (Directory Entries): Typo fix.
32019         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
32021 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
32023         * elf/elf.h (EM_AARCH64): New macro.
32024         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
32025         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
32026         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
32027         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
32028         (R_AARCH64_TLSDESC): Likewise.
32029         (NT_ARM_TLS): Likewise.
32030         (NT_ARM_HW_BREAK): Likewise.
32031         (NT_ARM_HW_WATCH): Likewise.
32033 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32035         [BZ #14811]
32036         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
32037         (__ieee754_powl): Saturate nonzero exponents with absolute value
32038         below 0x1p-79 to +/- 0x1p-79.
32039         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
32040         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
32041         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
32042         nonzero exponents with absolute value below 0x1p-32 to +/-
32043         0x1p-32.
32044         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
32045         (__ieee754_powl): Saturate nonzero exponents with absolute value
32046         below 0x1p-79 to +/- 0x1p-79.
32047         * math/libm-test.inc (pow_test): Add more tests.
32049 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32051         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
32052         _dl_s390_cap_flags with kernel. Increase string length.
32053         (_dl_s390_platforms): Add z196 and zEC12.
32055 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
32057         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
32058         Change XOPEN21K to XOPEN2K.
32060 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
32062         * string/memmove.c: Use memcpy when possible.
32064 2012-11-06  Andreas Jaeger  <aj@suse.de>
32066         * po/eo.po: Update from translation team.
32068 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
32070         [BZ #14793]
32071         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
32072         exponent and small x and y exponents, scale x or y up.  Increase
32073         by 2 the exponent used in scaling up.
32074         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32075         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32076         * math/libm-test.inc (fma_test): Add more tests.
32077         (fma_test_towardzero): Likewise.
32078         (fma_test_downward): Likewise.
32079         (fma_test_upward): Likewise.
32081 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
32083         [BZ #14805]
32084         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
32085         fenv_t *.
32087         [BZ #14801]
32088         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
32089         namespace for names of struct fields.
32090         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
32091         fenv_t fields.
32092         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
32093         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
32095 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
32097         [BZ #3665]
32098         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
32100 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32102         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
32103         PTR_DEMANGLE.
32105         [BZ #5246]
32106         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
32107         PTR_DEMANGLE.
32109 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
32111         [BZ #14797]
32112         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
32113         definitely overflow as x * y not x * y + z.
32114         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32115         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32116         * math/libm-test.inc (fma_test): Add more tests.
32117         (fma_test_towardzero): Likewise.
32118         (fma_test_downward): Likewise.
32119         (fma_test_upward): Likewise.
32121 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
32123         [BZ #157]
32125         * include/stub-tag.h: Remove file.
32126         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
32127         '#include' of it.
32128         * manual/maint.texi (Porting): Don't reference it.
32129         * Makerules ($(objpfx)stubs): Likewise.
32130         * dirent/closedir.c: Don't include <stub-tag.h>.
32131         * dirent/dirfd.c: Likewise.
32132         * dirent/fdopendir.c: Likewise.
32133         * dirent/getdents.c: Likewise.
32134         * dirent/getdents64.c: Likewise.
32135         * dirent/opendir.c: Likewise.
32136         * dirent/readdir.c: Likewise.
32137         * dirent/readdir64.c: Likewise.
32138         * dirent/readdir64_r.c: Likewise.
32139         * dirent/readdir_r.c: Likewise.
32140         * dirent/rewinddir.c: Likewise.
32141         * dirent/seekdir.c: Likewise.
32142         * dirent/telldir.c: Likewise.
32143         * gmon/profil.c: Likewise.
32144         * grp/setgroups.c: Likewise.
32145         * inet/if_index.c: Likewise.
32146         * io/access.c: Likewise.
32147         * io/chdir.c: Likewise.
32148         * io/chmod.c: Likewise.
32149         * io/chown.c: Likewise.
32150         * io/close.c: Likewise.
32151         * io/dup.c: Likewise.
32152         * io/dup2.c: Likewise.
32153         * io/dup3.c: Likewise.
32154         * io/euidaccess.c: Likewise.
32155         * io/faccessat.c: Likewise.
32156         * io/fchdir.c: Likewise.
32157         * io/fchmod.c: Likewise.
32158         * io/fchmodat.c: Likewise.
32159         * io/fchown.c: Likewise.
32160         * io/fchownat.c: Likewise.
32161         * io/fcntl.c: Likewise.
32162         * io/flock.c: Likewise.
32163         * io/fstatfs.c: Likewise.
32164         * io/fstatfs64.c: Likewise.
32165         * io/fstatvfs.c: Likewise.
32166         * io/fstatvfs64.c: Likewise.
32167         * io/futimens.c: Likewise.
32168         * io/fxstat.c: Likewise.
32169         * io/fxstat64.c: Likewise.
32170         * io/fxstatat.c: Likewise.
32171         * io/fxstatat64.c: Likewise.
32172         * io/getcwd.c: Likewise.
32173         * io/isatty.c: Likewise.
32174         * io/lchmod.c: Likewise.
32175         * io/lchown.c: Likewise.
32176         * io/link.c: Likewise.
32177         * io/linkat.c: Likewise.
32178         * io/lseek.c: Likewise.
32179         * io/lseek64.c: Likewise.
32180         * io/lxstat64.c: Likewise.
32181         * io/mkdir.c: Likewise.
32182         * io/mkdirat.c: Likewise.
32183         * io/mkfifo.c: Likewise.
32184         * io/mkfifoat.c: Likewise.
32185         * io/open.c: Likewise.
32186         * io/open64.c: Likewise.
32187         * io/openat.c: Likewise.
32188         * io/openat64.c: Likewise.
32189         * io/pipe.c: Likewise.
32190         * io/pipe2.c: Likewise.
32191         * io/poll.c: Likewise.
32192         * io/posix_fadvise.c: Likewise.
32193         * io/posix_fadvise64.c: Likewise.
32194         * io/posix_fallocate.c: Likewise.
32195         * io/posix_fallocate64.c: Likewise.
32196         * io/read.c: Likewise.
32197         * io/readlink.c: Likewise.
32198         * io/readlinkat.c: Likewise.
32199         * io/rmdir.c: Likewise.
32200         * io/sendfile.c: Likewise.
32201         * io/sendfile64.c: Likewise.
32202         * io/statfs.c: Likewise.
32203         * io/statfs64.c: Likewise.
32204         * io/statvfs.c: Likewise.
32205         * io/statvfs64.c: Likewise.
32206         * io/symlink.c: Likewise.
32207         * io/symlinkat.c: Likewise.
32208         * io/ttyname.c: Likewise.
32209         * io/ttyname_r.c: Likewise.
32210         * io/umask.c: Likewise.
32211         * io/unlink.c: Likewise.
32212         * io/unlinkat.c: Likewise.
32213         * io/utime.c: Likewise.
32214         * io/utimensat.c: Likewise.
32215         * io/write.c: Likewise.
32216         * io/xmknod.c: Likewise.
32217         * io/xmknodat.c: Likewise.
32218         * io/xstat.c: Likewise.
32219         * io/xstat64.c: Likewise.
32220         * login/getpt.c: Likewise.
32221         * login/grantpt.c: Likewise.
32222         * login/unlockpt.c: Likewise.
32223         * math/e_acoshl.c: Likewise.
32224         * math/e_acosl.c: Likewise.
32225         * math/e_asinl.c: Likewise.
32226         * math/e_atan2l.c: Likewise.
32227         * math/e_atanhl.c: Likewise.
32228         * math/e_coshl.c: Likewise.
32229         * math/e_expl.c: Likewise.
32230         * math/e_fmodl.c: Likewise.
32231         * math/e_gammal_r.c: Likewise.
32232         * math/e_hypotl.c: Likewise.
32233         * math/e_j0l.c: Likewise.
32234         * math/e_j1l.c: Likewise.
32235         * math/e_jnl.c: Likewise.
32236         * math/e_lgammal_r.c: Likewise.
32237         * math/e_log10l.c: Likewise.
32238         * math/e_log2l.c: Likewise.
32239         * math/e_logl.c: Likewise.
32240         * math/e_powl.c: Likewise.
32241         * math/e_rem_pio2l.c: Likewise.
32242         * math/e_sinhl.c: Likewise.
32243         * math/e_sqrtl.c: Likewise.
32244         * math/fclrexcpt.c: Likewise.
32245         * math/fedisblxcpt.c: Likewise.
32246         * math/feenablxcpt.c: Likewise.
32247         * math/fegetenv.c: Likewise.
32248         * math/fegetexcept.c: Likewise.
32249         * math/fegetround.c: Likewise.
32250         * math/feholdexcpt.c: Likewise.
32251         * math/fesetenv.c: Likewise.
32252         * math/fesetround.c: Likewise.
32253         * math/feupdateenv.c: Likewise.
32254         * math/fgetexcptflg.c: Likewise.
32255         * math/fraiseexcpt.c: Likewise.
32256         * math/fsetexcptflg.c: Likewise.
32257         * math/ftestexcept.c: Likewise.
32258         * math/k_cosl.c: Likewise.
32259         * math/k_rem_pio2l.c: Likewise.
32260         * math/k_sinl.c: Likewise.
32261         * math/k_tanl.c: Likewise.
32262         * math/s_asinhl.c: Likewise.
32263         * math/s_atanl.c: Likewise.
32264         * math/s_cbrtl.c: Likewise.
32265         * math/s_erfl.c: Likewise.
32266         * math/s_expm1l.c: Likewise.
32267         * math/s_log1pl.c: Likewise.
32268         * math/s_tanhl.c: Likewise.
32269         * misc/acct.c: Likewise.
32270         * misc/brk.c: Likewise.
32271         * misc/chflags.c: Likewise.
32272         * misc/chroot.c: Likewise.
32273         * misc/fchflags.c: Likewise.
32274         * misc/fgetxattr.c: Likewise.
32275         * misc/flistxattr.c: Likewise.
32276         * misc/fremovexattr.c: Likewise.
32277         * misc/fsetxattr.c: Likewise.
32278         * misc/fsync.c: Likewise.
32279         * misc/ftruncate.c: Likewise.
32280         * misc/futimes.c: Likewise.
32281         * misc/futimesat.c: Likewise.
32282         * misc/getdomain.c: Likewise.
32283         * misc/getdtsz.c: Likewise.
32284         * misc/gethostid.c: Likewise.
32285         * misc/gethostname.c: Likewise.
32286         * misc/getloadavg.c: Likewise.
32287         * misc/getpagesize.c: Likewise.
32288         * misc/getsysstats.c: Likewise.
32289         * misc/getxattr.c: Likewise.
32290         * misc/gtty.c: Likewise.
32291         * misc/ioctl.c: Likewise.
32292         * misc/lgetxattr.c: Likewise.
32293         * misc/listxattr.c: Likewise.
32294         * misc/llistxattr.c: Likewise.
32295         * misc/lremovexattr.c: Likewise.
32296         * misc/lsetxattr.c: Likewise.
32297         * misc/lutimes.c: Likewise.
32298         * misc/madvise.c: Likewise.
32299         * misc/mincore.c: Likewise.
32300         * misc/mlock.c: Likewise.
32301         * misc/mlockall.c: Likewise.
32302         * misc/mmap.c: Likewise.
32303         * misc/mprotect.c: Likewise.
32304         * misc/msync.c: Likewise.
32305         * misc/munlock.c: Likewise.
32306         * misc/munlockall.c: Likewise.
32307         * misc/munmap.c: Likewise.
32308         * misc/preadv.c: Likewise.
32309         * misc/preadv64.c: Likewise.
32310         * misc/ptrace.c: Likewise.
32311         * misc/pwritev.c: Likewise.
32312         * misc/pwritev64.c: Likewise.
32313         * misc/readv.c: Likewise.
32314         * misc/reboot.c: Likewise.
32315         * misc/remap_file_pages.c: Likewise.
32316         * misc/removexattr.c: Likewise.
32317         * misc/revoke.c: Likewise.
32318         * misc/select.c: Likewise.
32319         * misc/setdomain.c: Likewise.
32320         * misc/setegid.c: Likewise.
32321         * misc/seteuid.c: Likewise.
32322         * misc/sethostid.c: Likewise.
32323         * misc/sethostname.c: Likewise.
32324         * misc/setregid.c: Likewise.
32325         * misc/setreuid.c: Likewise.
32326         * misc/setxattr.c: Likewise.
32327         * misc/sstk.c: Likewise.
32328         * misc/stty.c: Likewise.
32329         * misc/swapoff.c: Likewise.
32330         * misc/swapon.c: Likewise.
32331         * misc/sync.c: Likewise.
32332         * misc/syncfs.c: Likewise.
32333         * misc/syscall.c: Likewise.
32334         * misc/truncate.c: Likewise.
32335         * misc/ualarm.c: Likewise.
32336         * misc/usleep.c: Likewise.
32337         * misc/ustat.c: Likewise.
32338         * misc/utimes.c: Likewise.
32339         * misc/vhangup.c: Likewise.
32340         * misc/writev.c: Likewise.
32341         * posix/_exit.c: Likewise.
32342         * posix/alarm.c: Likewise.
32343         * posix/execve.c: Likewise.
32344         * posix/fexecve.c: Likewise.
32345         * posix/fork.c: Likewise.
32346         * posix/fpathconf.c: Likewise.
32347         * posix/getaddrinfo.c: Likewise.
32348         * posix/getegid.c: Likewise.
32349         * posix/geteuid.c: Likewise.
32350         * posix/getgid.c: Likewise.
32351         * posix/getgroups.c: Likewise.
32352         * posix/getlogin.c: Likewise.
32353         * posix/getlogin_r.c: Likewise.
32354         * posix/getpgid.c: Likewise.
32355         * posix/getpid.c: Likewise.
32356         * posix/getppid.c: Likewise.
32357         * posix/getresgid.c: Likewise.
32358         * posix/getresuid.c: Likewise.
32359         * posix/getsid.c: Likewise.
32360         * posix/getuid.c: Likewise.
32361         * posix/glob64.c: Likewise.
32362         * posix/nanosleep.c: Likewise.
32363         * posix/pathconf.c: Likewise.
32364         * posix/pause.c: Likewise.
32365         * posix/posix_madvise.c: Likewise.
32366         * posix/pread.c: Likewise.
32367         * posix/pread64.c: Likewise.
32368         * posix/pwrite.c: Likewise.
32369         * posix/pwrite64.c: Likewise.
32370         * posix/sched_getaffinity.c: Likewise.
32371         * posix/sched_getp.c: Likewise.
32372         * posix/sched_gets.c: Likewise.
32373         * posix/sched_primax.c: Likewise.
32374         * posix/sched_primin.c: Likewise.
32375         * posix/sched_rr_gi.c: Likewise.
32376         * posix/sched_setaffinity.c: Likewise.
32377         * posix/sched_setp.c: Likewise.
32378         * posix/sched_sets.c: Likewise.
32379         * posix/sched_yield.c: Likewise.
32380         * posix/setgid.c: Likewise.
32381         * posix/setlogin.c: Likewise.
32382         * posix/setpgid.c: Likewise.
32383         * posix/setresgid.c: Likewise.
32384         * posix/setresuid.c: Likewise.
32385         * posix/setsid.c: Likewise.
32386         * posix/setuid.c: Likewise.
32387         * posix/sleep.c: Likewise.
32388         * posix/spawni.c: Likewise.
32389         * posix/sysconf.c: Likewise.
32390         * posix/times.c: Likewise.
32391         * posix/wait.c: Likewise.
32392         * posix/wait3.c: Likewise.
32393         * posix/wait4.c: Likewise.
32394         * posix/waitpid.c: Likewise.
32395         * resolv/gai_sigqueue.c: Likewise.
32396         * resource/getpriority.c: Likewise.
32397         * resource/getrlimit.c: Likewise.
32398         * resource/getrusage.c: Likewise.
32399         * resource/nice.c: Likewise.
32400         * resource/setpriority.c: Likewise.
32401         * resource/setrlimit.c: Likewise.
32402         * resource/ulimit.c: Likewise.
32403         * rt/aio_cancel.c: Likewise.
32404         * rt/aio_fsync.c: Likewise.
32405         * rt/aio_read.c: Likewise.
32406         * rt/aio_sigqueue.c: Likewise.
32407         * rt/aio_suspend.c: Likewise.
32408         * rt/aio_write.c: Likewise.
32409         * rt/clock_getres.c: Likewise.
32410         * rt/clock_gettime.c: Likewise.
32411         * rt/clock_nanosleep.c: Likewise.
32412         * rt/clock_settime.c: Likewise.
32413         * rt/lio_listio.c: Likewise.
32414         * rt/mq_close.c: Likewise.
32415         * rt/mq_getattr.c: Likewise.
32416         * rt/mq_notify.c: Likewise.
32417         * rt/mq_open.c: Likewise.
32418         * rt/mq_receive.c: Likewise.
32419         * rt/mq_send.c: Likewise.
32420         * rt/mq_setattr.c: Likewise.
32421         * rt/mq_timedreceive.c: Likewise.
32422         * rt/mq_timedsend.c: Likewise.
32423         * rt/mq_unlink.c: Likewise.
32424         * rt/shm_open.c: Likewise.
32425         * rt/shm_unlink.c: Likewise.
32426         * rt/timer_create.c: Likewise.
32427         * rt/timer_delete.c: Likewise.
32428         * rt/timer_getoverr.c: Likewise.
32429         * rt/timer_gettime.c: Likewise.
32430         * rt/timer_settime.c: Likewise.
32431         * setjmp/__longjmp.c: Likewise.
32432         * setjmp/setjmp.c: Likewise.
32433         * signal/kill.c: Likewise.
32434         * signal/killpg.c: Likewise.
32435         * signal/raise.c: Likewise.
32436         * signal/sigaction.c: Likewise.
32437         * signal/sigaltstack.c: Likewise.
32438         * signal/sigblock.c: Likewise.
32439         * signal/sigignore.c: Likewise.
32440         * signal/sigintr.c: Likewise.
32441         * signal/signal.c: Likewise.
32442         * signal/sigpause.c: Likewise.
32443         * signal/sigpending.c: Likewise.
32444         * signal/sigqueue.c: Likewise.
32445         * signal/sigreturn.c: Likewise.
32446         * signal/sigset.c: Likewise.
32447         * signal/sigsetmask.c: Likewise.
32448         * signal/sigstack.c: Likewise.
32449         * signal/sigsuspend.c: Likewise.
32450         * signal/sigtimedwait.c: Likewise.
32451         * signal/sigvec.c: Likewise.
32452         * signal/sigwait.c: Likewise.
32453         * signal/sigwaitinfo.c: Likewise.
32454         * signal/sysv_signal.c: Likewise.
32455         * socket/accept.c: Likewise.
32456         * socket/accept4.c: Likewise.
32457         * socket/bind.c: Likewise.
32458         * socket/connect.c: Likewise.
32459         * socket/getpeername.c: Likewise.
32460         * socket/getsockname.c: Likewise.
32461         * socket/getsockopt.c: Likewise.
32462         * socket/isfdtype.c: Likewise.
32463         * socket/listen.c: Likewise.
32464         * socket/recv.c: Likewise.
32465         * socket/recvfrom.c: Likewise.
32466         * socket/recvmsg.c: Likewise.
32467         * socket/send.c: Likewise.
32468         * socket/sendmsg.c: Likewise.
32469         * socket/sendto.c: Likewise.
32470         * socket/setsockopt.c: Likewise.
32471         * socket/shutdown.c: Likewise.
32472         * socket/sockatmark.c: Likewise.
32473         * socket/socket.c: Likewise.
32474         * socket/socketpair.c: Likewise.
32475         * stdio-common/ctermid.c: Likewise.
32476         * stdio-common/cuserid.c: Likewise.
32477         * stdio-common/remove.c: Likewise.
32478         * stdio-common/rename.c: Likewise.
32479         * stdio-common/renameat.c: Likewise.
32480         * stdio-common/tempname.c: Likewise.
32481         * stdlib/getcontext.c: Likewise.
32482         * stdlib/makecontext.c: Likewise.
32483         * stdlib/setcontext.c: Likewise.
32484         * stdlib/swapcontext.c: Likewise.
32485         * stdlib/system.c: Likewise.
32486         * streams/fattach.c: Likewise.
32487         * streams/fdetach.c: Likewise.
32488         * streams/getmsg.c: Likewise.
32489         * streams/getpmsg.c: Likewise.
32490         * streams/putmsg.c: Likewise.
32491         * streams/putpmsg.c: Likewise.
32492         * sysdeps/unix/bsd/getpt.c: Likewise.
32493         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
32494         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
32495         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
32496         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
32497         Likewise.
32498         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
32499         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
32500         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
32501         * sysvipc/msgctl.c: Likewise.
32502         * sysvipc/msgget.c: Likewise.
32503         * sysvipc/msgrcv.c: Likewise.
32504         * sysvipc/msgsnd.c: Likewise.
32505         * sysvipc/semctl.c: Likewise.
32506         * sysvipc/semget.c: Likewise.
32507         * sysvipc/semop.c: Likewise.
32508         * sysvipc/semtimedop.c: Likewise.
32509         * sysvipc/shmat.c: Likewise.
32510         * sysvipc/shmctl.c: Likewise.
32511         * sysvipc/shmdt.c: Likewise.
32512         * sysvipc/shmget.c: Likewise.
32513         * termios/tcdrain.c: Likewise.
32514         * termios/tcflow.c: Likewise.
32515         * termios/tcflush.c: Likewise.
32516         * termios/tcgetattr.c: Likewise.
32517         * termios/tcgetpgrp.c: Likewise.
32518         * termios/tcsendbrk.c: Likewise.
32519         * termios/tcsetattr.c: Likewise.
32520         * termios/tcsetpgrp.c: Likewise.
32521         * time/adjtime.c: Likewise.
32522         * time/clock.c: Likewise.
32523         * time/getitimer.c: Likewise.
32524         * time/gettimeofday.c: Likewise.
32525         * time/setitimer.c: Likewise.
32526         * time/settimeofday.c: Likewise.
32527         * time/stime.c: Likewise.
32528         * time/time.c: Likewise.
32530 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
32532         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
32533         /usr/old/bin.
32535         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
32536         instead of spaces.
32537         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
32539 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
32541         [BZ #14796]
32542         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
32543         FE_TONEAREST before applying Dekker multiplication and Knuth
32544         addition.  Clear inexact exceptions and check for exact zero
32545         results afterwards.
32546         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32547         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
32548         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32549         * math/libm-test.inc (fma_test): Add more tests.
32550         (fma_test_towardzero): Likewise.
32551         (fma_test_downward): Likewise.
32552         (fma_test_upward): Likewise.
32553         * sysdeps/generic/math_private.h (default_libc_fesetround): New
32554         function.
32555         (libc_fesetround): New macro.
32556         (libc_fesetroundf): Likewise.
32557         (libc_fesetroundl): Likewise.
32558         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
32559         function.
32560         (libc_fesetround_387): Likewise.
32561         (libc_fesetroundf): New macro.
32562         (libc_fesetround): Likewise.
32563         (libc_fesetroundl): Likewise.
32564         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
32565         function.
32566         (libc_fesetroundf): New macro.
32567         (libc_fesetround): Likewise.
32568         (libc_fesetroundl): Likewise.
32569         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
32570         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
32571         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
32572         libm_hidden_ver.
32573         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
32574         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
32575         libm_hidden_def.
32576         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
32577         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
32578         libm_hidden_ver.
32579         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
32580         libm_hidden_def.
32582         [BZ #3439]
32583         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
32584         integer constant usable in #if and use that to give value to enum
32585         constant.
32586         (FE_DIVBYZERO): Likewise.
32587         (FE_UNDERFLOW): Likewise.
32588         (FE_OVERFLOW): Likewise.
32589         (FE_INVALID): Likewise.
32590         (FE_INVALID_SNAN): Likewise.
32591         (FE_INVALID_ISI): Likewise.
32592         (FE_INVALID_IDI): Likewise.
32593         (FE_INVALID_ZDZ): Likewise.
32594         (FE_INVALID_IMZ): Likewise.
32595         (FE_INVALID_COMPARE): Likewise.
32596         (FE_INVALID_SOFTWARE): Likewise.
32597         (FE_INVALID_SQRT): Likewise.
32598         (FE_INVALID_INTEGER_CONVERSION): Likewise.
32599         (FE_TONEAREST): Likewise.
32600         (FE_TOWARDZERO): Likewise.
32601         (FE_UPWARD): Likewise.
32602         (FE_DOWNWARD): Likewise.
32603         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
32604         (FE_DIVBYZERO): Likewise.
32605         (FE_OVERFLOW): Likewise.
32606         (FE_UNDERFLOW): Likewise.
32607         (FE_INEXACT): Likewise.
32608         (FE_TONEAREST): Likewise.
32609         (FE_DOWNWARD): Likewise.
32610         (FE_UPWARD): Likewise.
32611         (FE_TOWARDZERO): Likewise.
32612         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
32613         (FE_UNDERFLOW): Likewise.
32614         (FE_OVERFLOW): Likewise.
32615         (FE_DIVBYZERO): Likewise.
32616         (FE_INVALID): Likewise.
32617         (FE_TONEAREST): Likewise.
32618         (FE_TOWARDZERO): Likewise.
32619         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
32620         (FE_OVERFLOW): Likewise.
32621         (FE_UNDERFLOW): Likewise.
32622         (FE_DIVBYZERO): Likewise.
32623         (FE_INEXACT): Likewise.
32624         (FE_TONEAREST): Likewise.
32625         (FE_TOWARDZERO): Likewise.
32626         (FE_UPWARD): Likewise.
32627         (FE_DOWNWARD): Likewise.
32628         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
32629         (FE_DIVBYZERO): Likewise.
32630         (FE_OVERFLOW): Likewise.
32631         (FE_UNDERFLOW): Likewise.
32632         (FE_INEXACT): Likewise.
32633         (FE_TONEAREST): Likewise.
32634         (FE_DOWNWARD): Likewise.
32635         (FE_UPWARD): Likewise.
32636         (FE_TOWARDZERO): Likewise.
32638 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
32640         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
32642 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
32644         * scripts/cross-test-ssh.sh (command): Use newlines to separate
32645         commands.  Quote $PWD.
32646         (blacklist_exports): Don't use remove_newlines.  Replace "declare
32647         -x" by "export".
32648         (remove_newlines): Remove.
32650 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
32652         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
32653         * stdlib/stdlib.h (atof): Moved to ...
32654         * include/bits/stdlib-float.h: Here.  New file.
32655         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
32656         * stdlib/bits/stdlib-float.h: New file.
32657         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
32658         -mno-sse -mno-mmx.
32659         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
32660         <xmmintrin.h>.
32662 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
32664         * conform/conformtest.pl (@headers): Add fenv.h.
32665         * conform/data/fenv.h-data: New file.
32666         * include/fenv.h [_ISOMAC]: Disable all contents of file except
32667         include of <math/fenv.h>.
32669         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
32670         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
32671         && !UNIX98].  Enables tests for XOPEN2K8.
32672         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
32673         POSIX2008]: Likewise.
32675         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
32676         (struct rusage): Do not expect type or its members.
32678         [BZ #3439]
32679         * math/math.h (FP_NAN): Define macro to integer constant usable in
32680         #if and use that to give value to enum constant.
32681         (FP_INFINITE): Likewise.
32682         (FP_ZERO): Likewise.
32683         (FP_SUBNORMAL): Likewise.
32684         (FP_NORMAL): Likewise.
32686 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
32688         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
32689         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
32690         arguments.
32692 2012-11-02  Roland McGrath  <roland@hack.frob.com>
32694         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
32695         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
32696         autoconf-time if not.
32697         * configure.in: Remove AC_PREREQ.
32699 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32701         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
32702         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
32703         of the internal implementation.
32705 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
32707         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
32708         except include of <misc/sys/syslog.h>.
32710 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
32712         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
32713         function returns with a NULL context exit with zero.
32715 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32717         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
32719 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
32721         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
32722         (run_program_cmd): This.
32723         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
32724         (tst_langinfo): New variable.  Use it.
32726 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
32728         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
32729         floating point opcodes.
32731 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
32733         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
32734         variable.
32736         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
32738         * sysdeps/mach/hurd/powerpc: Remove directory.
32739         * sysdeps/mach/powerpc: Likewise.
32741 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
32743         * scripts/check-local-headers.sh: Ignore c++ headers.
32745 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
32747         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
32748         __libc_cleanup_region_start argument.
32750 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
32752         [BZ #14784]
32753         [BZ #14785]
32754         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
32755         x * y using scaling, not as x * y + z.
32756         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32757         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32758         * math/libm-test.inc (fma_test): Add more tests.
32759         (fma_test_towardzero): Likewise.
32760         (fma_test_downward): Likewise.
32761         (fma_test_upward): Likewise.
32763 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
32765         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
32767 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
32769         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
32770         New variable.
32772 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
32774         * rt/tst-shm.c (worker): Correct checking for mmap failure.
32776 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
32778         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32779         Fix sort order.
32780         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32781         Likewise.
32783 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32785         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32786         Fix the order of the list for glibc 2.17.
32787         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32788         Likewise.
32790 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
32792         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32794 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
32796         [BZ #14610]
32797         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
32798         for low part of x being zero before using __atanl (y).
32799         * math/libm-test.inc (atan2_test): Add another test.
32801         * manual/install.texi (Configuring and compiling): Document
32802         general use of test-wrapper and test-wrapper-env.
32803         * INSTALL: Regenerated.
32805         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
32806         (__fma): Do not extract and scale down low bits on after-rounding
32807         systems when result rounded to normal precision would have normal
32808         exponent.
32809         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
32810         (__fmal): Do not extract and scale down low bits on after-rounding
32811         systems when result rounded to normal precision would have normal
32812         exponent.
32813         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
32814         (__fmal): Do not extract and scale down low bits on after-rounding
32815         systems when result rounded to normal precision would have normal
32816         exponent.
32817         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
32818         macro.
32819         (fma_test): Add more tests.
32820         (fma_test_towardzero): Likewise.
32821         (fma_test_downward): Likewise.
32822         (fma_test_upward): Likewise.
32824 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
32826         * sysdeps/i386/tininess.h: Renamed to ...
32827         * sysdeps/x86/tininess.h: This.
32828         * sysdeps/x86_64/tininess.h: Removed.
32830 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
32832         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
32833         input.  Use $(build-program-cmd).
32834         ($(objpfx)tst-array1-static.out): Likewise.
32835         ($(objpfx)tst-array2.out): Likewise.
32836         ($(objpfx)tst-array3.out): Likewise.
32837         ($(objpfx)tst-array4.out): Likewise.
32838         ($(objpfx)tst-array5.out): Likewise.
32839         ($(objpfx)tst-array5-static.out): Likewise.
32841 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
32843         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
32844         if defined.
32846         * nss/nsswitch.h (nss_interface_function): Provide new
32847         macro for use with NSS functions.
32848         * grp/initgroups.c: Use new macro.
32849         * nss/getXXbyYY.c: Likewise.
32850         * nss/getXXbyYY_r.c: Likewise.
32851         * nss/getXXent.c: Likewise.
32852         * nss/getXXent_r.c: Likewise.
32853         * sysdeps/posix/getaddrinfo.c: Likewise.
32855 2012-10-30  Andreas Jaeger  <aj@suse.de>
32857         * po/ru.po: Update Russion translation from translation project.
32859 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
32861         [BZ #14152]
32862         [BZ #14783]
32863         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
32864         result and shift together with sticky bit instead of replicating
32865         round-to-nearest rounding.
32866         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32867         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32868         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
32869         missing underflow exceptions.
32870         (fma_test_towardzero): Add more tests.
32871         (fma_test_downward): Likewise.
32872         (fma_test_upward): Likewise.
32874         [BZ #14047]
32875         * sysdeps/generic/tininess.h: New file.
32876         * sysdeps/i386/tininess.h: Likewise.
32877         * sysdeps/sh/tininess.h: Likewise.
32878         * sysdeps/x86_64/tininess.h: Likewise.
32879         * stdlib/tst-strtod-underflow.c: Likewise.
32880         * stdlib/tst-tininess.c: Likewise.
32881         * stdlib/strtod_l.c: Include <tininess.h>.
32882         (round_and_return): Do not set errno for exact underflow cases.
32883         Force an underflow exception when setting errno for underflow.
32884         Determine underflow based on rounding to normal precision if
32885         TININESS_AFTER_ROUNDING.
32886         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
32887         ERANGE for exact underflow cases.
32888         * stdlib/Makefile (tests): Add tst-tininess and
32889         tst-strtod-underflow.
32890         ($(objpfx)tst-tininess): Use $(link-libm).
32891         ($(objpfx)tst-strtod-underflow): Likewise.
32893 2012-10-30  Andreas Jaeger  <aj@suse.de>
32895         [BZ#14767]
32896         * elf/Makefile (tests): Remove conditional for have-initfini-array
32897         since this is now always required and the variable does not exist
32898         anymore.
32899         (tests-static): Likewise.
32900         (modules-names): Likewise.
32902         * po/eo.po: Add Esperanto translation from translation project.
32904         * elf/tst-array1.c (fini_array): Make writeable so that it can be
32905         merged with constructor/destructor.
32906         (init_array): Likewise.
32907         * elf/tst-array2dep.c (fini_array): Likewise.
32908         (init_array): Likewise.
32910 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
32912         * manual/message.texi: Delete @cartouche tags.
32914 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
32916         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
32917         EOPNOTSUPP.
32918         * sysdeps/mach/hurd/fsync.c: Likewise.
32920         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
32921         [_POSIX_REALTIME_SIGNALS]: Change condition to
32922         [_POSIX_REALTIME_SIGNALS > 0].
32924 2012-10-27  Andreas Jaeger  <aj@suse.de>
32926         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
32927         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
32928         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
32929         [__WORDSIZE != 64]: Likewise.
32931 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
32933         *  iconvdata/tst-table.sh: Remove ${SHELL}.
32934         *  iconvdata/tst-tables.sh: Likewise.
32936 2012-10-25  David S. Miller  <davem@davemloft.net>
32938         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
32939         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
32940         of strtoull.
32942         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
32943         ifunc-impl-list.c
32944         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
32945         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
32946         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
32947         file.
32949 2012-10-25  Roland McGrath  <roland@hack.frob.com>
32951         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
32952         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
32953         __getdirentries.
32955 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
32956             Jim Blandy  <jimb@codesourcery.com>
32958         * scripts/cross-test-ssh.sh: New file.
32959         * manual/install.texi (Configuring and compiling): Document use of
32960         cross-test-ssh.sh.
32961         * INSTALL: Regenerated.
32963 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
32965         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
32966         EOPNOTSUPP.
32968 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
32970         * Makeconfig (run-program-prefix): Fix comment.
32972 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
32973             Jim Blandy  <jimb@codesourcery.com>
32975         * Makeconfig (test-wrapper): New variable,
32976         (test-wrapper-env): Likewise.
32977         [$(cross-compiling) = yes && $(test-wrapper) != ""]
32978         (run-built-tests): Define to yes.
32979         (run-program-prefix): Use $(test-wrapper).
32980         (built-program-cmd): Likewise.
32981         * Rules (make-test-out): Use $(test-wrapper-env) and
32982         $(host-built-program-cmd).
32983         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
32984         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
32985         tst-pathopt.sh.
32986         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
32987         $(test-wrapper-env) to tst-rtld-load-self.sh.
32988         ($(objpfx)order2.out): Use $(test-wrapper).
32989         ($(objpfx)tst-initorder.out): Likewise.
32990         ($(objpfx)tst-initorder2.out): Likewise.
32991         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
32992         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
32993         (test_wrapper_env): New variable.  Use it to run ld.so.
32994         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
32995         Use it to run ld.so.
32996         (test_wrapper_env): Likewise.
32997         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
32998         $(test-wrapper) to run-iconv-test.sh.
32999         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
33000         (ICONV): Use $test_wrapper.
33001         * posix/Makefile ($(objpfx)globtest.out): Pass
33002         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
33003         globtest.sh, not $(run-program-prefix).
33004         * posix/globtest.sh (run_via_rtld_prefix): New variable.
33005         (test_wrapper): Likewise.
33006         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
33007         set together with run_via_rtld_prefix.
33008         (run_program_prefix): Define in terms of test_wrapper and
33009         run_via_rtld_prefix.
33011 2012-10-24  Roland McGrath  <roland@hack.frob.com>
33013         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
33014         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
33015         Targets removed.
33017         [BZ #14743]
33018         * include/time.h: Remove librt_hidden_proto (clock_gettime).
33019         Declare __clock_getres, __clock_gettime, __clock_settime,
33020         __clock_nanosleep, and __clock_getcpuclockid.
33021         * rt/clock_gettime.c: Define __clock_gettime as an alias.
33022         Remove librt_hidden_def (clock_gettime).
33023         * sysdeps/unix/clock_gettime.c: Likewise.
33024         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
33025         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
33026         * rt/clock_getres.c: Define __clock_getres as an alias.
33027         * sysdeps/posix/clock_getres.c: Likewise.
33028         * rt/clock_settime.c: Define __clock_settime as an alias.
33029         * sysdeps/unix/clock_settime.c: Likewise.
33030         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
33031         * sysdeps/unix/clock_nanosleep.c: Likewise.
33032         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
33033         * rt/clock-compat.c: New file.
33034         * rt/Makefile (librt-routines): Add clock-compat and move
33035         $(clock-routines) to ...
33036         (routines): ... here, new variable.
33037         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
33038         Don't add get_clockfreq here.
33039         * rt/Versions (libc: GLIBC_2.17): New version set.
33040         Add clock_* symbols here.
33041         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
33042         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
33043         (GLIBC_2.17): Add clock_* symbols.
33044         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
33045         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
33046         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33047         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33048         Likewise.
33049         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33050         Likewise.
33051         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33052         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
33053         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
33054         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
33055         * NEWS: Mention the move.
33057         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
33058         Use __open, __read, __close rather than their public counterparts.
33059         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
33060         (__get_clockfreq_via_cpuinfo): Likewise.
33061         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
33062         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
33064         * config.h.in (HAVE_IFUNC): New #undef.
33065         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
33066         was successful.
33067         * configure: Regenerated.
33069 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33071         * configure.in: Move READELF check to start of file.
33072         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
33073         libc_cv_asm_gnu_indirect_function in the process.
33074         * configure: Regenerated.
33076 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
33078         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
33079         send the output to /dev/null.
33080         (libc_cv_cc_with_libunwind): Likewise.
33081         (libc_cv_as_noexecstack): Likewise.
33082         * configure: Regenerate.
33084 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
33086         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
33088         * posix/globtest.sh (TMPDIR): Do not set.
33089         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
33090         (testout): Likewise.
33092 2012-10-24  Andreas Jaeger  <aj@suse.de>
33094         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
33095         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
33096         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
33097         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
33098         posix_fadvise64, posix_fallocate64.
33100         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
33101         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
33102         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
33103         Likewise.
33104         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
33105         Likewise.
33106         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
33108         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
33109         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
33110         <bits/fcntl-linux.h>.
33111         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
33113         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
33114         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
33115         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
33116         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
33117         [__WORDSIZE != 64]: Likewise.
33119 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33121         * Makeconfig (run-built-tests): New variable.
33122         * Rules [$(cross-compiling) = yes]: Change condition to
33123         [$(run-built-tests) = no].
33124         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
33125         to [$(run-built-tests) = yes].
33126         * elf/Makefile [$(cross-compiling) = no]: Likewise
33127         * grp/Makefile [$(cross-compiling) = no]: Likewise.
33128         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
33129         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
33130         * intl/Makefile [$(cross-compiling) = no]: Likewise.
33131         * io/Makefile [$(cross-compiling) = no]: Likewise.
33132         * libio/Makefile [$(cross-compiling) = no]: Likewise.
33133         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
33134         * misc/Makefile [$(cross-compiling) = no]: Likewise.
33135         * posix/Makefile [$(cross-compiling) = no]: Likewise.
33136         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
33137         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33138         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33139         * string/Makefile [$(cross-compiling) = no]: Likewise.
33141         * posix/Makefile ($(objpfx)globtest.out): Pass
33142         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
33143         $(rtld-installed-name).
33144         * posix/globtest.sh (elf_objpfx): Remove variable.
33145         (rtld_installed_name): Likewise.
33146         (library_path): Likewise.
33147         (run_program_prefix): New variable.  Use for running globtest
33148         binary.
33150 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
33151             Joseph Myers  <joseph@codesourcery.com>
33153         * Makeconfig (host-built-program-cmd): New variable.
33154         * elf/Makefile (tst-stackguard1-ARGS): Use
33155         $(host-built-program-cmd).
33156         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
33157         (tst-spawn-ARGS): Likewise.
33158         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
33160 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33161             Jim Blandy  <jimb@codesourcery.com>
33163         * Makeconfig (run-via-rtld-prefix): New variable.
33164         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
33165         (built-program-cmd): Likewise.
33167 2012-10-22  Andreas Jaeger  <aj@suse.de>
33169         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
33170         __O_RSYNC if it exists, otherwise to O_SYNC.
33172 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
33173             Joseph Myers  <joseph@codesourcery.com>
33175         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
33176         /dev/null.
33177         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
33178         from /dev/null
33179         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
33180         /dev/null.
33182 2012-10-22  Andreas Jaeger  <aj@suse.de>
33184         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
33185         Define always.
33186         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
33188         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33189         bits/fcntl-linux.h.
33191         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
33192         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
33194         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
33195         to __O_LARGEFILE.
33196         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
33197         to __O_LARGEFILE.
33199 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
33200             Joseph Myers  <joseph@codesourcery.com>
33202         * config.make.in (NM): New variable.
33204 2012-10-21  Andreas Jaeger  <aj@suse.de>
33206         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
33207         definitions and declarations that are provided by
33208         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
33210 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33212         [BZ #14683]
33213         * elf/Makefile (tests-static): Add tst-leaks1-static.
33214         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
33215         ($(objpfx)tst-leaks1-static): New rule.
33216         ($(objpfx)tst-leaks1-static-mem): Likewise.
33217         (tst-leaks1-static-ENV): New macro.
33218         * elf/dl-open.c (dl_open_worker): Check the main application
33219         only if SHARED is defined.
33220         * elf/tst-leaks1-static.c: New file.
33222 2012-10-20  Andreas Jaeger  <aj@suse.de>
33224         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
33225         generic values for Linux.
33226         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
33227         and declarations that are provided by <bits/fcntl-linux.h> and
33228         include <bits/fcntl-linux.h>.
33229         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
33230         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
33232 2012-10-20  Roland McGrath  <roland@hack.frob.com>
33234         * io/fcntl.h: Move include of <bits/types.h> to the top and
33235         include it unconditionally.
33237 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33239         * wcsmbs/Makefile (tests-ifunc): New variable.
33240         (tests): Add $(tests-ifunc).
33241         * wcsmbs/test-wcschr-ifunc.c: New file.
33242         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
33243         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
33244         * wcsmbs/test-wcslen-ifunc.c: Likewise.
33245         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
33246         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
33248         * string/Makefile (tests-ifunc): New variable.
33249         (tests): Add $(tests-ifunc).
33250         * string/test-memccpy.c (TEST_NAME): New macro.
33251         * string/test-memchr.c (TEST_NAME): Likewise.
33252         * string/test-memcmp.c (TEST_NAME): Likewise.
33253         * string/test-memcpy.c (TEST_NAME): Likewise.
33254         * string/test-memmem.c (TEST_NAME): Likewise.
33255         * string/test-memmove.c (TEST_NAME): Likewise.
33256         * string/test-memset.c (TEST_NAME): Likewise.
33257         * string/test-rawmemchr.c (TEST_NAME): Likewise.
33258         * string/test-stpcpy.c (TEST_NAME): Likewise.
33259         * string/test-stpncpy.c (TEST_NAME): Likewise.
33260         * string/test-strcasecmp.c (TEST_NAME): Likewise.
33261         * string/test-strcasestr.c (TEST_NAME): Likewise.
33262         * string/test-strcat.c (TEST_NAME): Likewise.
33263         * string/test-strchr.c (TEST_NAME): Likewise.
33264         * string/test-strcmp.c(TEST_NAME): Likewise.
33265         * string/test-strcpy.c (TEST_NAME): Likewise.
33266         * string/test-strcspn.c (TEST_NAME): Likewise.
33267         * string/test-strlen.c (TEST_NAME): Likewise.
33268         * string/test-strncasecmp.c (TEST_NAME): Likewise.
33269         * string/test-strncmp.c (TEST_NAME): Likewise.
33270         * string/test-strncpy.c (TEST_NAME): Likewise.
33271         * string/test-strnlen.c (TEST_NAME): Likewise.
33272         * string/test-strpbrk.c (TEST_NAME): Likewise.
33273         * string/test-strrchr.c (TEST_NAME): Likewise.
33274         * string/test-strspn.c (TEST_NAME): Likewise.
33275         * string/test-strstr.c (TEST_NAME): Likewise.
33276         * string/test-bcopy-ifunc.c: New file.
33277         * string/test-bzero-ifunc.c: Likewise.
33278         * string/test-memccpy-ifunc.c: Likewise.
33279         * string/test-memchr-ifunc.c: Likewise.
33280         * string/test-memcmp-ifunc.c: Likewise.
33281         * string/test-memcpy-ifunc.c: Likewise.
33282         * string/test-memmem-ifunc.c: Likewise.
33283         * string/test-memmove-ifunc.c: Likewise.
33284         * string/test-mempcpy-ifunc.c: Likewise.
33285         * string/test-memset-ifunc.c: Likewise.
33286         * string/test-rawmemchr-ifunc.c: Likewise.
33287         * string/test-stpcpy-ifunc.c: Likewise.
33288         * string/test-stpncpy-ifunc.c: Likewise.
33289         * string/test-strcasecmp-ifunc.c: Likewise.
33290         * string/test-strcasestr-ifunc.c: Likewise.
33291         * string/test-strcat-ifunc.c: Likewise.
33292         * string/test-strchr-ifunc.c: Likewise.
33293         * string/test-strchrnul-ifunc.c: Likewise.
33294         * string/test-strcmp-ifunc.c: Likewise.
33295         * string/test-strcpy-ifunc.c: Likewise.
33296         * string/test-strcspn-ifunc.c: Likewise.
33297         * string/test-strlen-ifunc.c: Likewise.
33298         * string/test-strncasecmp-ifunc.c: Likewise.
33299         * string/test-strncat-ifunc.c: Likewise.
33300         * string/test-strncmp-ifunc.c: Likewise.
33301         * string/test-strncpy-ifunc.c: Likewise.
33302         * string/test-strnlen-ifunc.c: Likewise.
33303         * string/test-strpbrk-ifunc.c: Likewise.
33304         * string/test-strrchr-ifunc.c: Likewise.
33305         * string/test-strspn-ifunc.c: Likewise.
33306         * string/test-strstr-ifunc.c: Likewise.
33308         * debug/Makefile (tests-ifunc): New variable.
33309         (tests): Add $(tests-ifunc).
33310         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
33311         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
33312         * debug/test-stpcpy_chk-ifunc.c: New file.
33313         * debug/test-strcpy_chk-ifunc.c: Likewise.
33315 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
33317         [BZ #13601]
33318         * elf/dl-load.c (open_verify): Retry read if the entire ELF
33319         header is not read in.
33321 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
33323         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
33324         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
33325         directly.  Pass built executable to script as
33326         $(built-program-cmd).
33327         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
33328         $testprogram without using LD_LIBRARY_PATH and $ldso.
33330         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
33331         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
33332         $(rtld-installed-name).
33333         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
33334         (rtld_installed_name): Likewise.
33335         (library_path): Likewise.
33336         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
33337         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
33338         $(run-program-prefix) to tst-tables.sh.
33339         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
33340         it to run tst-table-from and tst-table-to.
33341         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
33342         Pass it to tst-table.sh.
33343         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
33344         $(run-program-prefix) to tst-gettext.sh.
33345         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
33346         tst-translit.sh.
33347         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
33348         tst-gettext2.sh.
33349         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
33350         to run tst-gettext.
33351         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
33352         to run tst-gettext2.
33353         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
33354         to run tst-translit.
33355         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
33356         $(run-program-prefix) to tst-mtrace.sh.
33357         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
33358         to run tst-mtrace.
33359         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
33360         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
33361         $(rtld-installed-name).
33362         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
33363         (rtld_installed_name): Likewise.
33364         (run_program_prefix): New variable.  Use it to run wordexp-test.
33366         * Makeconfig (ARCH): Remove all definitions.
33367         (machine): Likewise.
33368         [ARCH]: Remove conditional code.
33369         [!objdir]: Give error.
33370         [!objdir] (objpfx): Remove.
33371         [!objdir] (common-objpfx): Likewise.
33372         [!objdir] (common-objdir): Likewise.
33373         * configure.in (config_makefile): Remove.  Hardcode Makefile in
33374         AC_CONFIG_FILES call.
33375         * configure: Regenerated.
33377         [BZ #13888]
33378         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
33379         or TMPDIR.
33380         (testout): Likewise.
33382         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
33383         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
33384         $(rtld-installed-name).
33385         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
33386         (rtld_installed_name): Likwise.
33387         (runit): Remove function.
33388         (run_getconf): New variable,  Use it for running getconf binary.
33390 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
33392         [BZ #14716]
33393         * string/test-memmem.c (check_result): New function.
33394         (do_one_test): Use it.
33395         (check1): New function.
33396         (test_main): Use it.
33398 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
33400         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
33402 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
33404         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
33405         (_G_LSEEK64): Likewise.
33406         (_G_MMAP64): Likewise.
33407         (_G_FSTAT64): Likewise.
33408         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
33409         (_G_LSEEK64): Likewise.
33410         (_G_MMAP64): Likewise.
33411         (_G_FSTAT64): Likewise.
33412         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
33413         unconditional.  Call __mmap64 directly.
33414         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
33415         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
33416         __lseek64 directly.
33417         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
33418         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
33419         __mmap64 directly.
33420         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
33421         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
33422         __lseek64 directly.
33423         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
33424         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
33425         __lseek64 directly.
33426         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
33427         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
33428         __lseek64 directly.
33429         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
33430         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
33431         __fxstat64 directly.
33432         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
33433         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
33434         unconditional.
33435         (freopen64) [!_G_OPEN64]: Remove conditional code.
33436         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
33437         unconditional.
33438         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
33439         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
33440         unconditional.
33441         (ftello64) [!_G_LSEEK64]: Remove conditional code.
33442         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
33443         unconditional.
33444         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33445         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
33446         unconditional.
33447         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
33448         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
33449         unconditional.
33450         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33451         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
33452         unconditional.
33453         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33454         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
33455         unconditional.
33456         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33458 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33460         [BZ #12140]
33461         * manual/memory.texi (Malloc Tunable Parameters): Add note
33462         about free list pointers overwriting some perturb bytes.
33463         Wording suggested by Roland McGrath.
33465 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
33467         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
33468         (lgamma_test): Likewise.
33469         (tgamma_test): Likewise.
33471 2012-10-16  Florian Weimer  <fweimer@redhat.com>
33473         [BZ #14700]
33474         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
33475         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
33477 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
33479         * NEWS: Mention BZ #14716.
33480         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
33481         when removing AVAILABLE1_USES_J macro.
33483 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
33485         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
33486         (__bswap_64): __uint64_t for unsigned 64-bit int.
33488 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
33490         * include/string.h (memmem): Declare libc hidden alias.
33491         * string/memmem.c (memmem): Define libc hidden alias.
33492         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
33493         __read, __close instead of open, read, close.
33495 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
33497         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
33498         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
33499         global and hidden.
33500         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
33501         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
33502         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
33503         Likewise.
33504         (__rawmemchr_sse2): Likewise.
33505         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
33506         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
33507         (__strchr_sse2): Likewise.
33508         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
33509         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
33510         (__strcasecmp_sse2): Likewise.
33511         (__strncasecmp_sse2): Likewise.
33512         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
33513         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
33514         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
33515         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
33516         (__strrchr_sse2): Likewise.
33517         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
33518         ifunc-impl-list.c.
33519         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
33520         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
33521         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
33522         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
33523         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
33524         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
33525         * sysdeps/x86_64/multiarch/memset.S: Likewise.
33526         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
33527         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
33528         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
33529         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
33530         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
33531         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
33532         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
33533         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
33534         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
33535         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
33536         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
33537         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
33538         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
33539         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
33540         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
33541         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
33542         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
33543         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
33544         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
33545         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
33546         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
33547         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
33548         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
33550         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
33551         global and hidden.
33552         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
33553         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
33554         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
33555         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
33556         Likewise.
33557         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
33558         Likewise.
33559         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
33560         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
33561         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
33562         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
33563         ifunc-impl-list.c.
33564         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
33565         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
33566         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
33567         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
33568         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
33569         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
33570         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
33571         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
33572         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
33573         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
33574         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
33575         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
33576         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
33577         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
33578         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
33579         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
33580         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
33581         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
33582         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
33583         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
33584         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
33585         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
33586         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
33587         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
33588         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
33589         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
33590         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
33591         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
33592         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
33593         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
33594         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
33595         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
33596         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
33597         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
33598         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
33599         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
33600         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
33601         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
33602         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
33603         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
33604         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
33606         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
33607         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
33608         * include/ifunc-impl-list.h: New file.
33609         * misc/ifunc-impl-list.c: Likewise.
33610         * misc/Makefile (routines): Add ifunc-impl-list.
33611         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
33612         * string/test-string.h: Include <ifunc-impl-list.h>.
33613         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
33614         TEST_NAME]: New variables.
33615         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
33616         are defined.
33617         (test_init): Call __libc_ifunc_impl_list to initialize
33618         func_list if TEST_IFUNC and TEST_NAME are defined.
33620         * string/Makefile (strop-tests): Add bcopy and bzero.
33621         * string/test-bcopy.c: New file.
33622         * string/test-bzero.c: Likewise.
33623         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
33624         defined.
33625         * string/test-memset.c: Support bzero test if TEST_BZERO is
33626         defined.
33627         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
33628         __libc_memmove.
33629         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
33630         __libc_memset.
33631         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
33632         of memset.
33634 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
33636         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
33637         * configure: Regenerated.
33639         * Makeconfig (+link-static-before-libc): Don't include
33640         $(link-static-libc).
33642         * libio/libio.h (_IO_pos_t): Remove.
33644 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
33646         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
33647         McGrath.
33649 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
33651         * crypt/crypt-entry.c: Include fips-private.h.
33652         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
33653         * crypt/md5c-test.c (main): Tolerate disabled MD5.
33654         * sysdeps/unix/sysv/linux/fips-private.h: New file.
33655         * sysdeps/generic/fips-private.h: New file, dummy fallback.
33657 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
33659         * crypt/crypt-private.h: Include stdbool.h.
33660         (_ufc_setup_salt_r): Return bool.
33661         * crypt/crypt-entry.c: Include errno.h.
33662         (__crypt_r): Return NULL with EINVAL for bad salt.
33663         * crypt/crypt_util.c (bad_for_salt): New.
33664         (_ufc_setup_salt_r): Check that salt is long enough and within
33665         the specified alphabet.
33666         * crypt/badsalttest.c: New file.
33667         * crypt/Makefile (tests): Add it.
33668         ($(objpfx)badsalttest): New.
33670 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
33672         * NEWS: Add entry for BZ #14602.
33674 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
33676         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
33677         type-generic.
33678         * math/libm-test.inc: Update comment listing what functions and
33679         macros are tested.
33680         (isgreater_test): New function.
33681         (isgreaterequal_test): Likewise.
33682         (isless_test): Likewise.
33683         (islessequal_test): Likewise.
33684         (islessgreater_test): Likewise.
33685         (isunordered_test): Likewise.
33686         (main): Call the new functions.
33688 2012-10-09  Roland McGrath  <roland@hack.frob.com>
33690         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
33691         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
33692         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
33693         * sysdeps/i386/configure: Regenerated.
33694         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
33695         * sysdeps/mach/configure: Regenerated.
33696         * sysdeps/mach/hurd/configure: Regenerated.
33697         * sysdeps/powerpc/configure: Regenerated.
33698         * sysdeps/powerpc/powerpc32/configure: Regenerated.
33699         * sysdeps/powerpc/powerpc64/configure: Regenerated.
33700         * sysdeps/s390/s390-32/configure: Regenerated.
33701         * sysdeps/s390/s390-64/configure: Regenerated.
33702         * sysdeps/sh/configure: Regenerated.
33703         * sysdeps/sparc/configure: Regenerated.
33704         * sysdeps/unix/sysv/linux/configure: Regenerated.
33705         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
33706         * sysdeps/x86_64/configure: Regenerated.
33708         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
33709         defined.  Don't check if MAP is NULL.
33711 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
33713         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
33714         (_G_stat64): Likewise.
33715         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
33716         (_G_stat64): Likewise.
33717         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
33718         instead of struct _G_stat64.
33719         * libio/fileops.c (mmap_remap_check): Likewise.
33720         (decide_maybe_mmap): Likewise.
33721         (_IO_new_file_seekoff): Likewise.
33722         (_IO_file_stat): Likewise.
33723         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
33724         _G_off64_t.
33725         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
33726         instead of struct _G_stat64.
33727         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
33729 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
33731         [BZ #14602]
33732         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33733         Replace with ...
33734         (CHECK_EOL): New macro.
33735         (two_way_short_needle): Check beginning of haystack for EOL.  Use
33736         CHECK_EOL.
33737         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33738         Replace with CHECK_EOL.
33739         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33740         Replace with CHECK_EOL.
33742 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
33744         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
33745         type-generic.
33746         * math/libm-test.inc: Update comment listing what functions and
33747         macros are tested.
33748         (finite_test): New function.
33749         (isinf_test): Likewise.
33750         (isnan_test): Likewise.
33751         (fpclassify_test): Test subnormal input.
33752         (isfinite_test): Likewise.
33753         (isnormal_test): Likewise.
33754         (main): Call the new functions.
33756 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
33758         [BZ #14660]
33759         * Makerules (%.dynsym): Force C locale when running
33760         $(OBJDUMP) --dynamic-syms.
33762 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
33764         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
33765         <stdint.h>.
33767 2012-10-06  David S. Miller  <davem@davemloft.net>
33769         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
33770         upper 32-bits of the length value in %o2 since we use branch-on-register
33771         tests which consider the entire 64-bit register.
33773 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
33775         * string/test-strstr.c (check2): Add a test for page boundary.
33777 2012-10-05  David S. Miller  <davem@davemloft.net>
33779         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
33780         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
33781         file.
33782         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
33783         sysdep_routines.
33784         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
33785         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
33786         and bzero when HWCAP_SPARC_CRYPTO is present.
33788 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
33790         [BZ #14602]
33791         * string/test-strstr.c (check2): New function.
33792         (test_main): Call check2.
33794         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
33795         and bug-strchr1.
33796         * string/bug-strcasestr1.c (do_test): Moved to ...
33797         * string/test-strcasestr.c (check1): Here.  New function.
33798         (do_one_test): Break out result checking code into ...
33799         (check_result): This.  New function.
33800         (do_one_test): Call check_result.
33801         (test_main): Call check1.
33802         * string/bug-strchr1.c (do_test): Moved to ...
33803         * string/test-strchr.c (check1): Here.  New function.
33804         (do_one_test): Break out result checking code into ...
33805         (check_result): This.  New function.
33806         (do_one_test): Call check_result.
33807         (test_main): Call check1.
33808         * string/bug-strstr1.c (main): Moved to ...
33809         * string/test-strstr.c (check1): Here.  New function.
33810         (do_one_test): Break out result checking code into ...
33811         (check_result): This.  New function.
33812         (do_one_test): Call check_result.
33813         (test_main): Call check1.
33814         * string/bug-strcasestr1.c: Removed.
33815         * string/bug-strchr1.c: Likewise.
33816         * string/bug-strstr1.c: Likewise.
33818         * elf/Makefile (dl-routines): Add hwcaps.
33819         * elf/dl-support.c (_dl_important_hwcaps): Removed.
33820         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
33821         (_dl_important_hwcaps): Moved to ...
33822         * elf/dl-hwcaps.c: Here.  New file.
33823         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
33825         [BZ #14557]
33826         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
33827         if IS_IN_rtld isn't defined.
33829         * elf/dl-support.c (_dl_sysinfo_map): New.
33830         Include "get-dynamic-info.h" and "setup-vdso.h".
33831         (_dl_non_dynamic_init): Call setup_vdso.
33832         * elf/dynamic-link.h: Don't include <assert.h>.
33833         (elf_get_dynamic_info): Moved to ...
33834         * elf/get-dynamic-info.h: Here.  New file.
33835         * elf/dynamic-link.h: Include "get-dynamic-info.h".
33836         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
33837         * elf/setup-vdso.h: Here.  New file.
33838         * elf/rtld.c: Include "setup-vdso.h".
33839         (dl_main): Call setup_vdso.
33841 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
33843         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
33844         creal in comment listing functions tested.  List finite, isinf,
33845         isnan, isless, islessequal, isgreater, isgreaterequal,
33846         islessgreater, isunordered, lgamma_r and pow10 as functions and
33847         macros not tested.  Mention which functions not tested are aliases
33848         for other functions.  Fix typo.  Note that signs of NaNs are not
33849         tested.
33851         * scripts/config.guess: Update from config.git.
33852         * scripts/config.sub: Likewise.
33854 2012-10-04  Roland McGrath  <roland@hack.frob.com>
33856         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
33857         * misc/madvise.c (madvise): Renamed to __madvise.
33858         Make madvise a weak alias.
33859         * include/sys/mman.h: Declare __madvise.
33860         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
33861         * sysdeps/unix/syscalls.list
33862         (madvise): Make __madvise the strong name, and madvise a weak alias.
33863         * sysdeps/unix/sysv/linux/syscalls.list
33864         (madvise, mmap): Remove redundant entries.
33865         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
33866         * malloc/malloc.c (mtrim): Likewise.
33867         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
33869 2012-10-03  Roland McGrath  <roland@hack.frob.com>
33871         * sysdeps/mach/hurd/dl-cache.c: File removed.
33872         * config.h.in (USE_LDCONFIG): New #undef.
33873         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
33874         * configure: Regenerated.
33875         * elf/Makefile (dl-routines): Add dl-cache only under
33876         [$(use-ldconfig) = yes].
33877         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
33878         cache on [USE_LDCONFIG].
33879         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
33880         [USE_LDCONFIG].
33881         * elf/rtld.c (dl_main): Likewise.
33883 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
33885         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
33886         _SC_LEVEL4_CACHE_LINESIZE.
33888 2012-10-03  Roland McGrath  <roland@hack.frob.com>
33890         * sysdeps/unix/bsd/confstr.h: File removed.
33892 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
33894         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
33895         sys/sdt-config.h.
33897 2012-10-02  Roland McGrath  <roland@hack.frob.com>
33899         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
33900         Make 'mapoff' field ElfW(Off) rather than off_t.
33902 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
33904         * nscd/Makefile: Remove nscd-cflags and all its users.
33905         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
33906         (CFLAGS-nonlib): Add compiler flags for nscd modules.
33908         [BZ #10631]
33909         * malloc.c (malloc_printerr): Clarify error message.
33911 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
33913         [BZ #14648]
33914         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
33915         Set bit_FMA_Usable if FMA is supported.
33916         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
33917         macro.
33918         (bit_FMA4_Usable): Updated.
33919         (index_FMA_Usable): New macro.
33920         (CPUID_FMA): Likewise
33921         (HAS_FMA): Defined with bit_FMA_Usable.
33923 2012-10-01  Roland McGrath  <roland@hack.frob.com>
33925         * bits/types.h (__swblk_t): Type removed.
33926         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
33927         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
33928         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
33929         (__SWBLK_T_TYPE): Likewise.
33930         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
33931         (__SWBLK_T_TYPE): Likewise.
33932         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
33933         (__SWBLK_T_TYPE): Likewise.
33934         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
33935         (__SWBLK_T_TYPE): Likewise.
33937 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
33938             Honza Horak <hhorak@redhat.com>
33940         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
33941         (xdr_mapname): Use YPMAXMAP as maxsize.
33942         (xdr_peername): Use YPMAXPEER as maxsize.
33943         (xdr_keydat): Use YPAXRECORD as maxsize.
33944         (xdr_valdat): Use YPMAXRECORD as maxsize.
33946 2012-10-01  Roland McGrath  <roland@hack.frob.com>
33948         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
33950         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
33951         * csu/init-first.c: ... here.
33952         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
33953         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
33954         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
33955         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
33956         * sysdeps/i386/init-first.c: File removed.
33957         * sysdeps/sh/init-first.c: File removed.
33959 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
33961         [BZ #14645]
33962         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
33963         if x * y might underflow to zero and z is zero.
33964         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33965         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33966         * math/libm-test.inc (min_subnorm_value): New variable.
33967         (fma_test): Add more tests.
33968         (fma_test_towardzero): Likewise.
33969         (fma_test_downward): Likewise
33970         (fma_test_upward): Likewise.
33971         (initialize): Set min_subnorm_value.
33973 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
33975         [BZ #14638]
33976         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
33977         0 + 0.
33978         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
33979         mode for addition resulting in exact zero.
33980         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
33981         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
33982         exact 0 + 0.
33983         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
33984         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33985         * math/libm-test.inc (fma_test): Add more tests.
33986         (fma_test_towardzero): New function.
33987         (fma_test_downward): Likewise.
33988         (fma_test_upward): Likewise.
33989         (main): Call the new functions.
33991 2012-09-28  David S. Miller  <davem@davemloft.net>
33993         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
33995 2012-09-28  Roland McGrath  <roland@hack.frob.com>
33997         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
33998         instead of SIGALRM.
34000         * sysdeps/gnu/_G_config.h: Moved to ...
34001         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
34002         * sysdeps/mach/hurd/_G_config.h: Moved to ...
34003         * sysdeps/generic/_G_config.h: ... here.
34005         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
34007         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
34009         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
34010         Conditionalize target on [libnss_test1.so-version].
34012         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
34014         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
34015         (elfobjdir): Move out of conditionals.
34017         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
34018         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
34019         (__nss_lookup_function): Conditionalize label remove_from_tree on
34020         [!DO_STATIC_NSS || SHARED], matching its only use.
34022 2012-09-28  David S. Miller  <davem@davemloft.net>
34024         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
34025         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
34026         file.
34027         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
34028         sysdep_routines.
34029         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
34030         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
34031         when HWCAP_SPARC_CRYPTO is present.
34033 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34035         * io/tst-mknodat.c: Create a FIFO instead of a socket.
34037 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
34039         [BZ #6530]
34040         * stdio-common/vfprintf.c (process_string_arg): Revert
34041         2000-07-22 change.
34043 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
34045         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
34046         for testcase.
34047         * stdio-common/tst-sprintf.c: Include <locale.h>
34048         (main): Test sprintf's handling of incomplete multibyte
34049         characters.
34051 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
34053         * elf/dl-runtime.c (VERSYMIDX): Removed.
34054         * elf/dl-version.c (VERSYMIDX): Likewise.
34055         * elf/do-rel.h (VERSYMIDX): Likewise.
34056         (VALIDX): Likewise.
34057         * elf/dynamic-link.h (VERSYMIDX): Likewise.
34058         * elf/rtld.c (VALIDX): Likewise.
34059         (ADDRIDX): Likewise.
34060         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
34061         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
34062         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
34063         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
34064         (VALIDX): Likewise.
34065         (ADDRIDX): Likewise.
34067 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34069         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
34071 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
34073         [BZ #11438]
34074         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
34075         to global scope.
34076         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
34077         addresses are in the same scope as 192.0.2/24.
34078         * posix/gai.conf: Document new scope table defaults.
34080 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34082         [BZ #5298]
34083         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
34084         for ftell.  Compute offsets from write pointers instead.
34085         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
34087 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
34089         [BZ #14543]
34090         * libio/Makefile (tests): New test case tst-fseek.
34091         * libio/tst-fseek.c: New test case to verify that fseek/ftell
34092         combination works in wide mode.
34093         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
34094         state when the external buffer state changes.
34096 2012-09-27  David S. Miller  <davem@davemloft.net>
34098         [BZ #14376]
34099         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
34100         pass reloc->r_addend in as the 'high' argument to
34101         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
34103         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34105 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
34107         * rt/tst-aio2.c: Include <pthread.h>.
34108         * rt/tst-aio3.c: Likewise.
34110 2012-09-27  Steve Ellcey  <sellcey@mips.com>
34112         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
34114 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
34116         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
34117         contents on [SHARED].
34119 2012-09-26  Marek Polacek  <polacek@redhat.com>
34121         [BZ #14530]
34122         [BZ #13741]
34123         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
34124         for C++ and GCC <4.3 as well as for non GCC compilers.
34126 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
34128         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34130 2012-09-25  Roland McGrath  <roland@hack.frob.com>
34132         * Makefile.in (all, install): Declare with .PHONY.
34133         Reported by Michael Hope <michael.hope@linaro.org>.
34135 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34137         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34138         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34139         system header.
34140         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34141         Likewise.
34142         (sydep_routines): Add the new and the internal functions.
34143         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
34144         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
34145         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
34146         (GLIBC_2.17): Add the new function.
34147         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34148         (GLIBC_2.17): Likewise.
34149         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
34150         (GLIBC_2.17): Likewise.
34151         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
34152         (GLIBC_2.17): Likewise.
34153         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
34155 2012-09-25  Alan Modra  <amodra@gmail.com>
34157         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
34158         Add release barrier before setting once_control to say
34159         initialisation is done.  Add hints on lwarx.  Use macro in
34160         place of isync.
34161         (clear_once_control): Add release barrier.
34163 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34165         [BZ #13629]
34166         * math/s_clog.c (__clog): Handle more values close to |z| = 1
34167         specially.
34168         * math/s_clog10.c (__clog10): Likewise.
34169         * math/s_clog10f.c (__clog10f): Likewise.
34170         * math/s_clog10l.c (__clog10l): Likewise.
34171         * math/s_clogf.c (__clogf): Likewise.
34172         * math/s_clogl.c (__clogl): Likewise.
34173         * math/Makefile (libm-calls): Add x2y2m1.
34174         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
34175         (__x2y2m1): Likewise.
34176         (__x2y2m1l): Likewise.
34177         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
34178         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
34179         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
34180         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
34181         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
34182         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
34183         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
34184         * sysdeps/i386/fpu/libm-test-ulps: Update.
34185         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34187         [BZ #14621]
34188         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
34189         int as type of variable DEPTH.
34190         (glob): Use size_t instead of int as type of variables NEWCOUNT
34191         and OLD_PATHC.
34193 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34195         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34196         Add s_sincosf-sse2.
34197         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
34198         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
34199         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
34200         macros for using routine as __sincosf_ia32.
34201         Use macro for function declaration and weak_alias.
34202         * sysdeps/i386/fpu/libm-test-ulps: Update.
34204         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
34205         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34207         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
34208         subnormal argument.
34209         * math/s_cexpf.c (__cexpf): Likewise.
34210         * math/s_csinf.c (__csinf): Likewise.
34211         * math/s_csinhf.c (__csinhf): Likewise.
34212         * math/s_ctanf.c (__ctanf): Likewise.
34213         * math/s_ctanhf.c (__ctanhf): Likewise.
34214         * math/s_ccosh.c (__ccoshf): Likewise.
34215         * math/s_cexp.c (__cexpl): Likewise.
34216         * math/s_csin.c (__csin): Likewise.
34217         * math/s_csinh.c (__csinh): Likewise.
34218         * math/s_ctan.c (__ctan): Likewise.
34219         * math/s_ctanh.c (ctanh): Likewise.
34220         * math/s_ccoshl.c (__ccoshl): Likewise.
34221         * math/s_cexpl.c (__cexpl): Likewise.
34222         * math/s_csinl.c (__csinl): Likewise.
34223         * math/s_csinhl.c (__csinhl): Likewise.
34224         * math/s_ctanl.c (__ctanl): Likewise.
34225         * math/s_ctanhl.c (__ctanhl): Likewise.
34227 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34229         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
34230         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
34231         (_IO_off_t): Define to __off_t, not _G_off_t.
34232         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
34233         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
34234         (_IO_wint_t): Define to wint_t, not _G_wint_t.
34235         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
34236         type of __dummy and __dummy2 fields.
34237         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
34238         (_G_ssize_t): Likewise.
34239         (_G_off_t): Likewise.
34240         (_G_pid_t): Likewise.
34241         (_G_uid_t): Likewise.
34242         (_G_wchar_t): Likewise.
34243         (_G_wint_t): Likewise.
34244         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
34245         (_G_ssize_t): Likewise.
34246         (_G_off_t): Likewise.
34247         (_G_pid_t): Likewise.
34248         (_G_uid_t): Likewise.
34249         (_G_wchar_t): Likewise.
34250         (_G_wint_t): Likewise.
34251         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
34252         (_G_ssize_t): Likewise.
34253         (_G_off_t): Likewise.
34254         (_G_pid_t): Likewise.
34255         (_G_uid_t): Likewise.
34256         (_G_wchar_t): Likewise.
34257         (_G_wint_t): Likewise.
34259 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34261         * malloc/arena.c: Include malloc-sysdep.h.
34262         (shrink_heap): Use check_may_shrink_heap to decide if madvise
34263         is sufficient to shrink the heap or an unmap is needed.
34264         * sysdeps/generic/malloc-sysdep.h: New file.  Define
34265         new function check_may_shrink_heap.
34266         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
34267         new function check_may_shrink_heap.
34269 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34271         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
34272         comments.
34274 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
34276         * catgets/test-gencat.sh: Add "set -e".
34277         * elf/tst-pathopt.sh: Likewise.
34278         * grp/tst_fgetgrent.sh: Likewise.
34279         * iconvdata/run-iconv-test.sh: Likewise.
34280         * intl/tst-gettext.sh: Likewise.
34281         * intl/tst-gettext2.sh: Likewise.
34282         * intl/tst-gettext4.sh: Likewise.
34283         * intl/tst-gettext6.sh: Likewise.
34284         * intl/tst-translit.sh: Likewise.
34285         * io/ftwtest-sh: Likewise.
34286         * libio/test-freopen.sh: Likewise.
34287         * malloc/tst-mtrace.sh: Likewise.
34288         * posix/globtest.sh: Likewise.
34289         * posix/tst-getconf.sh: Likewise.
34290         * posix/wordexp-tst.sh: Likewise.
34291         * stdio-common/tst-printf.sh: Likewise.
34292         * stdio-common/tst-unbputc.sh: Likewise.
34293         * stdlib/tst-fmtmsg.sh: Likewise.
34294         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34295         * catgets/Makefile: Do not specify -e option when running
34296         testsuite shell scripts.
34297         * elf/Makefile: Likewise.
34298         * grp/Makefile: Likewise.
34299         * iconvdata/Makefile: Likewise.
34300         * intl/Makefile: Likewise.
34301         * io/Makefile: Likewise.
34302         * libio/Makefile: Likewise.
34303         * malloc/Makefile: Likewise.
34304         * posix/Makefile: Likewise.
34305         * stdio-common/Makefile: Likewise.
34306         * stdlib/Makefile: Likewise.
34307         * sysdeps/x86_64/Makefile: Likewise.
34309         * io/ftwtest-sh: Add copyright header.
34310         * posix/globtest.sh: Likewise.
34311         * posix/tst-getconf.sh: Likewise.
34312         * posix/wordexp-tst.sh: Likewise.
34313         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34315 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
34317         [BZ #13679]
34318         * Makeconfig (+link): Defined as $(+link-static) if
34319         $(build-shared) isn't yes.
34320         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
34321         isn't yes.
34322         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
34324         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
34326         [BZ #14562]
34327         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
34328         new chunk size with MALLOC_ALIGN_MASK.
34330 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
34332         [BZ #5044]
34333         * stdio-common/printf_fphex.c: Include <stdbool.h> and
34334         <rounding-mode.h>.
34335         (__printf_fphex): Determine rounding using get_rounding_mode and
34336         round_away.
34337         * stdio-common/tst-printf-round.c (struct hex_test): New
34338         structure.
34339         (hex_tests): New variable.
34340         (test_hex_in_one_mode): New function.
34341         (do_test): Also run tests for hex float output.
34343 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
34345         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34346         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34347         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
34348         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34349         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34350         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
34351         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34352         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34354 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
34356         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
34357         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
34358         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
34359         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
34361 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
34363         [BZ #14579]
34364         * elf/rtld.c (dl_main): Limit the check for self loading to normal
34365         mode only.
34366         * elf/tst-rtld-load-self.sh: New test.
34367         * elf/Makefile: Run it.
34369 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
34371         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
34372         (tst-writev-ENV): Remove.
34373         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
34375 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
34377         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
34379 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
34381         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
34382         unconditional.
34383         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
34384         Likewise.
34385         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
34386         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
34387         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
34388         Likewise.
34390 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
34392         [BZ #14587]
34393         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
34394         * config.make.in (have-cpp-asm-debuginfo): Removed.
34395         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
34396         * configure: Regenerated.
34398 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
34400         [BZ #5044]
34401         * stdio-common/printf_fp.c: Include <stdbool.h> and
34402         <rounding-mode.h>.
34403         (___printf_fp): Determine rounding using get_rounding_mode and
34404         round_away.
34405         * stdio-common/tst-printf-round.c: New file.
34406         * stdio-common/Makefile (tests): Add tst-printf-round.
34407         (link-libm): New variable.
34408         ($(objpfx)tst-printf-round): Depend in $(link-libm).
34410 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
34412         [BZ #14576]
34413         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
34414         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
34415         Likewise.
34416         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
34417         Likewise.
34419 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
34421         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
34422         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34423         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34424         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34426 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
34428         [BZ #14518]
34429         * include/rounding-mode.h: New file.
34430         * sysdeps/generic/get-rounding-mode.h: Likewise.
34431         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
34432         * stdlib/strtod_l.c: Include <rounding-mode.h>.
34433         (MAX_VALUE): New macro.
34434         (MIN_VALUE): Likewise.
34435         (overflow_value): New function.
34436         (underflow_value): Likewise.
34437         (round_and_return): Use overflow_value and underflow_value to
34438         determine return values in overflow and underflow cases.  Use
34439         round_away to determine rounding depending on rounding mode.
34440         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
34441         determine return values in overflow and underflow cases.
34442         * stdlib/tst-strtod-round.c: Include <fenv.h>.
34443         (struct test_results): New structure.
34444         (struct test): Use struct test_results to store expected results
34445         for all rounding modes.
34446         (TEST): Include expected results for all rounding modes.
34447         (test_in_one_mode): New function.
34448         (do_test): Use test_in_one_mode to compute and check results.
34449         Check results for all rounding modes.
34450         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
34451         $(link-libm).
34453 2012-12-09  Allan McRae  <allan@archlinux.org>
34455         * sysdeps/i386/fpu/libm-test-ulps: Update
34457 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
34459         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
34460         (_G_int32_t): Likewise.
34461         (_G_uint16_t): Likewise.
34462         (_G_uint32_t): Likewise.
34463         (_G_HAVE_BOOL): Likewise.
34464         (_G_HAVE_ATEXIT): Likewise.
34465         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34466         (_G_HAVE_IO_FILE_OPEN): Likewise.
34467         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
34468         (_G_int32_t): Likewise.
34469         (_G_uint16_t): Likewise.
34470         (_G_uint32_t): Likewise.
34471         (_G_HAVE_BOOL): Likewise.
34472         (_G_HAVE_ATEXIT): Likewise.
34473         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34474         (_G_HAVE_IO_FILE_OPEN): Likewise.
34475         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
34476         (_G_int32_t): Likewise.
34477         (_G_uint16_t): Likewise.
34478         (_G_uint32_t): Likewise.
34479         (_G_HAVE_BOOL): Likewise.
34480         (_G_HAVE_ATEXIT): Likewise.
34481         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34482         (_G_HAVE_IO_FILE_OPEN): Likewise.
34484 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
34486         * csu/libc-tls.c: Update copyright years.
34488 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
34490         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
34491         [!_G_USING_THUNKS]: Remove conditional code.
34492         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
34493         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
34495         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
34496         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
34497         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34498         (_G_VTABLE_LABEL_PREFIX): Likewise.
34499         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34500         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34501         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34502         (_G_VTABLE_LABEL_PREFIX): Likewise.
34503         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
34504         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34505         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34506         (_G_VTABLE_LABEL_PREFIX): Likewise.
34507         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
34509 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
34511         * libio/Makefile: Include ../Makeconfig before tests.
34512         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
34513         only if $(build-shared) is yes.
34515         * iconv/gconv_db.c: Update copyright years.
34517 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34519         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
34520         unwind info if defined PIC. Fix special cases description.
34521         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
34523         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
34524         DP_HI_MASK entry.
34525         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
34527 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
34529         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
34531         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
34532         is NULL.
34534         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
34535         (LDLIBS-tst-chk4): This.
34536         (LDFLAGS-tst-chk5): Renamed to ...
34537         (LDLIBS-tst-chk5): This.
34538         (LDFLAGS-tst-chk6): Renamed to ...
34539         (LDLIBS-tst-chk6): This.
34540         (LDFLAGS-tst-lfschk4): Renamed to ...
34541         (LDLIBS-tst-lfschk4): This.
34542         (LDFLAGS-tst-lfschk5): Renamed to ...
34543         (LDLIBS-tst-lfschk5): This.
34544         (LDFLAGS-tst-lfschk6): Renamed to ...
34545         (LDLIBS-tst-lfschk6): This.
34547         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
34548         on $(common-objpfx)soversions.mk.
34550 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
34552         [BZ #10014]
34553         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
34554         example host name.
34556 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
34558         * malloc/arena.c (arena_get_retry): New function that gets
34559         another arena for the caller to try its request on.
34560         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
34561         current arena cannot fulfill the request.
34562         (__libc_memalign): Likewise.
34563         (__libc_memalign): Likewise.
34564         (__libc_pvalloc): Likewise.
34565         (__libc_calloc): Likewise.
34567 2012-09-05  John Tobey  <john.tobey@gmail.com>
34569         [BZ #13542]
34570         * manual/arith.texi (Operations on Complex): Fix description
34571         of carg branch cut.
34573 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
34575         [BZ #10014]
34576         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
34577         host name.
34579         [BZ #10038]
34580         * manual/memory.texi (Memory): Make order of menu items match
34581         order of sections.
34583 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34585         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
34586         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
34587         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
34589 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34591         * csu/libc-tls.c (static_dtv): Renamed to ...
34592         (_dl_static_dtv): This.  Make it global.
34593         (_dl_initial_dtv): Removed.
34594         (__libc_setup_tls): Updated.
34595         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
34596         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
34597         DL_INITIAL_DTV.
34599 2012-09-06  Petr Machata  <pmachata@redhat.com>
34601         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
34602         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
34603         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
34604         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
34606 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34608         [BZ #14545]
34609         * csu/libc-tls.c (_dl_initial_dtv): New variable.
34610         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
34611         freeing dtv[-1].
34613 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34615         [BZ #14544]
34616         * Makeconfig (link-static-before-libc): Replace $(+prector)
34617         with $(+prectorT).
34618         (link-static-after-libc): Replace $(+postctor) with
34619         $(+postctorT).
34620         (link-bounded): Replace $(+prector)/$(+postctor) with
34621         $(+prectorT)/$(+postctorT).
34622         (+prectorT): New macro.
34623         (+postctorT): Likewise.
34625 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
34627         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
34628         (round_str): Handle values above the maximum for IBM long double
34629         as inexact.
34630         * stdlib/tst-strtod-round.c (tests): Regenerated.
34632 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34634         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
34635         assembler flag.
34636         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
34637         zarch_nohighgprs around the zarch optimized routines.
34638         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
34639         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
34640         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
34641         for zarch.
34643 2012-09-05  David S. Miller  <davem@davemloft.net>
34645         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34647         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
34648         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
34649         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
34650         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
34651         entries.
34653 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34655         * malloc/arena.c: Fold copyright years.
34656         * malloc/mcheck.c, malloc/memusage.c: Likewise.
34658 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34660         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
34662 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34664         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
34666 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34668         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
34669         change internal state upon failure.
34671 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34673         * malloc/mcheck.c (mcheck_check_all): Fix typo.
34674         * malloc/memusage.c (mmap): Likewise.
34675         (mmap64, mremap): Likewise.  Adjust name in comment.
34677 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
34679         * libio/fileops.c: Fix typos in comments.
34680         * libio/oldfileops.c: Likewise.
34681         * libio/wfileops.c: Likewise.
34683 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
34685         [BZ #1349]
34686         * malloc/Makefile (tests): Add tst-malloc-usable test case.
34687         (tst-malloc-usable-ENV): Set environment for test case.
34688         * malloc/hooks.c (malloc_check_get_size): New function to get
34689         requested size.
34690         * malloc/malloc.c (musable): Use malloc_check_get_size.
34691         * malloc/tst-malloc-usable.c: New test case.
34693 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
34695         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
34697 2012-09-05  Allan McRae  <allan@archlinux.org>
34699         [BZ #13966]
34700         * configure.in (CXX_SYSINCLUDES): Use compiler output to
34701         determine header location.
34702         * configure: Regenerated.
34704 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
34706         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
34707         float format.
34708         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
34709         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
34710         format.
34711         (test): Regenerate.
34713 2012-09-04  David S. Miller  <davem@davemloft.net>
34715         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
34716         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
34717         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
34719 2012-09-04  Florian Weimer  <fweimer@redhat.com>
34721         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
34722         failures.
34724         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
34726 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
34728         [BZ #9914]
34729         * libio/iogetdelim.c: Include <limits.h>.
34730         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
34731         + len + 1 would overflow.
34733 2012-09-03  Andreas Jaeger  <aj@suse.de>
34735         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34736         * sysdeps/i386/fpu/libm-test-ulps: Update.
34738 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34740         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34741         Add s_sinf-sse2, s_conf-sse2.
34743         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
34744         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
34745         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
34746         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
34748         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
34749         for using routine as __sinf_ia32.
34750         Use macro for function declaration and weak_alias.
34751         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
34752         for using routine as __cosf_ia32.
34753         Use macro for function declaration and weak_alias.
34755         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
34756         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
34758         * sysdeps/x86_64/fpu/s_sinf.S: New file.
34759         * sysdeps/x86_64/fpu/s_cosf.S: New file.
34760         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34762         * math/libm-test.inc (cos_test): Add more test cases.
34763         (sin_test): Likewise.
34764         (sincos_test): Likewise.
34766 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34768         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
34769         (IFUNC_RESOLVE): Make pointers to the specialized implementations
34770         hidden.
34771         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
34773 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
34775         [BZ #14538]
34776         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
34777         first element of the GOT.
34778         (elf_machine_load_address): Return the difference between
34779         the runtime address of _DYNAMIC and elf_machine_dynamic ().
34781 2012-09-01  Allan McRae  <allan@archlinux.org>
34783         [BZ #13412]
34784         * configure.in (AWK): Require gawk version 3.0 or later.
34785         * configure: Regenerated.
34787 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
34789         * sysdeps/unix/sysv/linux/kernel-features.h
34790         (__ASSUME_POSIX_CPU_TIMERS): Remove.
34791         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
34792         [__NR_clock_getres]: Make code unconditional.
34793         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
34794         (clock_getcpuclockid): Remove code left unreachable by removal of
34795         conditionals.
34796         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
34797         code unconditional.
34798         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
34799         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34800         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
34801         Make code unconditional.
34802         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
34803         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34804         * sysdeps/unix/sysv/linux/clock_settime.c
34805         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
34806         conditional code.
34807         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
34808         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34810 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
34812         [BZ #14476]
34813         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
34814         scripts/test-installation.pl.
34816         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
34817         and $ld_so_version if it is set.
34819 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
34821         [BZ #14516]
34822         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
34823         failure if reading from procfs failed.
34824         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
34826 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
34828         * sysdeps/unix/sysv/linux/kernel-features.h
34829         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
34830         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
34831         Remove conditional code.
34832         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34833         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
34834         Remove conditional code.
34835         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34836         * sysdeps/unix/sysv/linux/i386/fxstat.c
34837         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
34838         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34839         * sysdeps/unix/sysv/linux/i386/fxstatat.c
34840         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
34841         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34842         * sysdeps/unix/sysv/linux/i386/lxstat.c
34843         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
34844         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34845         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
34846         Remove conditional code.
34847         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34848         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
34849         Remove conditional code.
34850         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34851         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
34852         <kernel-features.h>.
34853         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
34854         Remove.
34855         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
34856         Remove conditional code.
34857         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34858         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
34859         Remove conditional.
34861 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
34863         [BZ #5400]
34864         * NEWS: Add fixed bug number.
34866 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
34868         [BZ #14519]
34869         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
34870         underflowing exponent in case of negative sign.
34871         * stdlib/tst-strtod-round-data: Add more tests.
34872         * stdlib/tst-strtod-round.c (tests): Regenerated.
34874         [BZ #3479]
34875         * stdlib/strtod_l.c (NDIG): Remove.
34876         (HEXNDIG): Likewise.
34877         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
34878         smallest representable value.
34879         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
34880         lie within an exact representation of 1/2 ulp of the result.
34881         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
34882         unconditionally.
34883         (TENS_P9_IDX): Define unconditionally.
34884         (TENS_P9_SIZE): Likewise.
34885         (TENS_P10_IDX): Likewise.
34886         (TENS_P10_SIZE): Likewise.
34887         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
34888         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
34889         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
34890         entries for 10^2^13 and 10^2^14.
34891         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
34892         (TENS_P13_IDX): Define.
34893         (TENS_P13_SIZE): Likewise.
34894         (TENS_P14_IDX): Likewise.
34895         (TENS_P14_SIZE): Likewise.
34896         (_fpioconst_pow10): Change array size to
34897         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
34898         unconditional.
34899         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
34900         1024]: Add entries for 10^2^13 and 10^2^14.
34901         [LAST_POW10 > _LAST_POW10]: Remove #error.
34902         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
34903         (_fpioconst_pow10): Change array size to
34904         FPIOCONST_POW10_ARRAY_SIZE.
34905         * stdlib/gen-fpioconst.c: New file.
34906         * stdlib/gen-tst-strtod-round.c: Likewise.
34907         * stdlib/tst-strtod-round-data: Likewise.
34908         * stdlib/tst-strtod-round.c: Likewise.
34909         * stdlib/Makefile (tests): Add tst-strtod-round.
34911         [BZ #14459]
34912         * stdlib/strtod_l.c: Include <stdint.h>.
34913         (NDEBUG): Do not define.
34914         (round_and_return): Change EXPONENT parameter to type intmax_t.
34915         Rearrange calculations to avoid internal overflow possibilities.
34916         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
34917         Rearrange calculations to avoid internal overflow possibilities.
34918         Assert that number fits inside MPNSIZE limbs.
34919         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
34920         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
34921         calculations and add assertions to avoid internal overflow
34922         possibilities.  Add casts to avoid signed/unsigned operations.
34923         * stdlib/tst-strtod-overflow.c: New file.
34924         * stdlib/Makefile (tests): Add tst-strtod-overflow.
34926 2012-08-25  Marek Polacek  <polacek@redhat.com>
34928         * time/time.h: Fix some typos in comments.
34930 2012-08-23  Roland McGrath  <roland@hack.frob.com>
34932         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
34933         * posix/tst-rfc3484-2.c: Likewise.
34934         * posix/tst-rfc3484-3.c: Likewise.
34936 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
34938         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
34939         (EF_ARM_ABI_FLOAT_HARD): Likewise.
34941 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
34943         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
34944         #include of fxstatat64.c.
34946 2012-08-22  Roland McGrath  <roland@hack.frob.com>
34948         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
34949         * shadow/getspent_r.c: Likewise.
34950         * shadow/getspnam.c: Likewise.
34951         * shadow/getspnam_r.c: Likewise.
34952         * gshadow/getsgent.c: Likewise.
34953         * gshadow/getsgent_r.c: Likewise.
34954         * gshadow/getsgnam.c: Likewise.
34955         * gshadow/getsgnam_r.c: Likewise.
34956         * inet/getnetbyad.c: Likewise.
34957         * inet/getnetbyad_r.c: Likewise.
34958         * inet/getnetbynm.c: Likewise.
34959         * inet/getnetbynm_r.c: Likewise.
34960         * inet/getnetent.c: Likewise.
34961         * inet/getnetent_r.c: Likewise.
34962         * inet/getproto.c: Likewise.
34963         * inet/getproto_r.c: Likewise.
34964         * inet/getprtent.c: Likewise.
34965         * inet/getprtent_r.c: Likewise.
34966         * inet/getprtname.c: Likewise.
34967         * inet/getprtname_r.c: Likewise.
34968         * inet/getrpcbyname.c: Likewise.
34969         * inet/getrpcbyname_r.c: Likewise.
34970         * inet/getrpcbynumber.c: Likewise.
34971         * inet/getrpcbynumber_r.c: Likewise.
34972         * inet/getrpcent.c: Likewise.
34973         * inet/getrpcent_r.c: Likewise.
34974         * inet/getaliasent.c: Likewise.
34975         * inet/getaliasent_r.c: Likewise.
34976         * inet/getaliasname.c: Likewise.
34977         * inet/getaliasname_r.c: Likewise.
34978         * nscd/getgrgid_r.c: Likewise.
34979         * nscd/getgrnam_r.c: Likewise.
34980         * nscd/gethstbyad_r.c: Likewise.
34981         * nscd/gethstbynm3_r.c: Likewise.
34982         * nscd/getpwnam_r.c: Likewise.
34983         * nscd/getpwuid_r.c: Likewise.
34984         * nscd/getsrvbynm_r.c: Likewise.
34985         * nscd/getsrvbypt_r.c: Likewise.
34986         * nscd/gai.c: Likewise.
34988         * configure.in (build_nscd): New substituted variable, set
34989         by --disable-build-nscd and defaults to $use_nscd.
34990         * configure: Regenerated.
34991         * config.make.in (build-nscd): New substituted variable.
34992         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
34993         Change conditional to require [$(build-nscd) = yes] as well.
34994         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
34996         [BZ# 13696]
34997         * configure.in (use_nscd): New substituted variable, set by
34998         --disable-nscd.  If enabled, define USE_NSCD.
34999         * configure: Regenerated.
35000         * config.h.in: Add USE_NSCD.
35001         * config.make.in (use-nscd): New substituted variable.
35002         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
35003         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
35004         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
35005         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
35006         (CFLAGS-getgrnam_r.c): Likewise.
35007         (CFLAGS-initgroups.c): Likewise.
35008         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
35009         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
35010         Variables removed.
35011         * inet/getnetgrent_r.c
35012         (nscd_setnetgrent): New function, broken out of ...
35013         (setnetgrent): ... here.  Call it.
35014         (innetgr): Conditionalize nscd bits on [USE_NSCD].
35015         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
35016         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
35017         * nscd/Makefile (routines, aux): Move definitions after include of
35018         Makeconfig.  Conditionalize on [$(use-nscd) != no].
35019         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
35020         Conditionalize on [USE_NSCD].
35021         (is_nscd, nscd_init_cb): Likewise.
35022         (nss_load_library): Conditionalize init callback on [USE_NSCD].
35023         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
35024         * nss/nss_db/db-init.c: Likewise.
35025         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
35026         [USE_NSCD].
35027         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
35028         (make_request): Use it.
35029         (cache_valid_p): New function.
35030         (__check_pf): Use it.
35031         * NEWS: Add item for --disable-nscd.
35033 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
35035         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
35036         to support sed >= 4.2.1-20-ga9bf076.
35037         * configure: Regenerated.
35039 2012-08-22  Roland McGrath  <roland@hack.frob.com>
35041         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
35042         Conditionalize whole body on [IREL].
35044 2012-08-22  Jeff Law <law@redhat.com>
35046         [BZ #14505]
35047         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
35048         if the family is PF_UNSPEC.
35050 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
35052         * Makerules (lib-version): Rename from V.
35053         (install-lib-nosubdir): Change V to lib-version.
35055 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
35057         [BZ #14252]
35058         * powerpc32/power6/wcschr.c: New file.
35059         * powerpc32/power6/wcscpy.c: New file.
35060         * powerpc32/power6/wcsrchr.c: New file.
35061         * powerpc64/power6/wcschr.c: New file.
35062         * powerpc64/power6/wcscpy.c: New file.
35063         * powerpc64/power6/wcsrchr.c: New file.
35065 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35067         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
35068         (two_way_short_needle): Use it.
35069         * string/strstr.c (AVAILABLE1_USES_J): Define.
35070         * string/strcasestr.c: Likewise.
35072         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
35073         array references.
35074         * string/strcasestr.c (TOLOWER): Make side-effect safe.
35076         [BZ #11607]
35077         * NEWS: Add an entry.
35078         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
35079         define their defaults.
35080         (two_way_short_needle): Detect end-of-string on-the-fly.
35081         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
35082         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
35083         * string/bug-strcasestr1.c: New test.
35084         * string/Makefile: Run it.
35086 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
35088         [BZ #11607]
35089         * string/str-two-way.h (two_way_short_needle): Optimize matching of
35090         the first character.
35092 2012-08-21  Roland McGrath  <roland@hack.frob.com>
35094         * csu/elf-init.c (__libc_csu_irel): Function removed.
35095         * csu/libc-start.c (apply_irel): New function.
35096         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
35098 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
35100         * sysdeps/unix/sysv/linux/kernel-features.h
35101         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
35102         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
35103         <kernel-features.h>.
35104         [__NR_fadvise64_64]: Make code unconditional.
35105         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
35106         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35107         !__NR_fadvise64_64)]: Likewise.
35108         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
35109         !__NR_fadvise64_64))]: Likewise.
35110         [__NR_fadvise64]: Make code unconditional.
35111         [!__NR_fadvise64]: Remove conditional code.
35112         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
35113         <kernel-features.h>.
35114         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35115         unconditional.
35116         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35117         conditional code.
35118         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
35119         not include <kernel-features.h>.
35120         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35121         unconditional.
35122         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35123         conditional code.
35124         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
35125         include <kernel-features.h>.
35126         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
35127         unconditional.
35128         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
35129         conditional code.
35131 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
35133         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
35134         slight instruction rearrangements per scrollpipe analysis.
35135         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
35137 2012-08-20  Roland McGrath  <roland@hack.frob.com>
35139         * manual/syslog.texi (syslog; vsyslog, closelog):
35140         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35141         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
35143         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
35144         DSOCAPS to match condition on defining it.
35146 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
35148         * sysdeps/unix/sysv/linux/kernel-features.h
35149         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
35150         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
35151         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35152         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35153         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
35154         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35155         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35156         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
35157         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35158         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35160         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
35161         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
35163         * sysdeps/unix/sysv/linux/kernel-features.h
35164         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
35165         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
35166         unconditional.
35167         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35168         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
35169         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35170         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35171         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
35172         Make code unconditional.
35173         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35174         (__mmap64) [!__NR_mmap2]: Likewise.
35175         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
35176         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35177         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35178         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
35179         [__NR_mmap2]: Make code unconditional.
35180         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35181         (__mmap64) [!__NR_mmap2]: Likewise.
35183 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35185         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
35187 2012-08-18  Andreas Jaeger  <aj@suse.de>
35189         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
35191 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35193         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
35194         * include/unistd.h (__have_sock_cloexec): Likewise.
35195         (__have_pipe2): Likewise.
35196         (__have_dup3): Likewise.
35198 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35200         [BZ #9685]
35201         * include/unistd.h (__have_pipe2): Change define into an extern int.
35202         (__have_dup3): Likewise.
35203         * socket/have_sock_cloexec.c: Include fcntl.h.
35204         (__have_pipe2): New variable.
35205         (__have_dup3): Likewise.
35207 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
35209         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
35211 2012-08-17  Marek Polacek  <polacek@redhat.com>
35213         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
35214         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
35216 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35218         * configure.in: Add AC_SUBST for sysheaders.
35219         * configure: Regenerated.
35220         * config.make.in (sysheaders): New substituted variable.
35222         * sysdeps/unix/mkfifo.c: Moved ...
35223         * sysdeps/posix/mkfifo.c: ... here.
35224         * sysdeps/unix/mkfifoat.c: Moved ...
35225         * sysdeps/posix/mkfifoat.c: ... here.
35227         * sysdeps/unix/utime.c: Moved ...
35228         * sysdeps/posix/utime.c: ... here.
35230         * sysdeps/unix/time.c: Moved ...
35231         * sysdeps/posix/time.c: ... here.
35232         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
35233         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
35235         * sysdeps/unix/nice.c: Moved ...
35236         * sysdeps/posix/nice.c: ... here.
35238         * sysdeps/unix/alarm.c: Moved ...
35239         * sysdeps/posix/alarm.c: ... here.
35241         * intl/Makefile ($(codeset_mo)): Depend on the input file.
35243 2012-08-17  Jeff Law <law@redhat.com>
35245         * intl/Makefile (codeset_mo): New variable.
35246         ($(codeset_mo)): New target.
35247         (tst-codeset.out): Depend on that.  Remove explicit rule.
35248         (tst-gettext3.out, tst-gettext5.out): Likewise.
35249         (LOCPATH-ENV, tst-codeset-ENV): New variables.
35250         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
35251         * intl/tst-codeset.sh: Remove.
35252         * intl/tst-gettext3.sh: Likewise.
35253         * intl/tst-gettext5.sh: Likewise.
35255 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35257         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
35258         * sysdeps/unix/syscalls.list: ... here.
35260         * sysdeps/posix/getaddrinfo.c
35261         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
35262         (gaiconf_init, gaiconf_reload): Use them.
35263         [!_STATBUF_ST_NSEC]
35264         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
35265         Define using time_t rather than struct timespec.
35267         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
35268         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
35269         Macros removed.
35270         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
35271         [!NO_THREADS].
35272         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
35273         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
35274         Likewise.
35276         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
35277         __libc_cleanup_push argument.
35279         * bits/param.h: New file.
35280         * misc/sys/param.h: New file.
35281         * include/sys/param.h: New file.
35282         * misc/Makefile (headers): Add bits/param.h.
35283         * sysdeps/generic/sys/param.h: File removed.
35284         * sysdeps/unix/sysv/linux/bits/param.h: New file.
35285         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
35286         * sysdeps/mach/hurd/bits/param.h: New file.
35287         * sysdeps/mach/hurd/sys/param.h: File removed.
35289         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
35290         last change.
35292         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
35293         [_IO_MTSAFE_IO].
35294         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
35295         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
35296         New macros.
35298         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
35299         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
35300         rather than -D_IO_MTSAFE_IO conditionally.
35301         * stdio-common/Makefile (CPPFLAGS): Likewise.
35302         * wcsmbs/Makefile (CPPFLAGS): Likewise.
35303         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
35304         Use $(libio-mtsafe).
35305         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
35306         of -D_IO_MTSAFE_IO.
35307         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
35308         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
35309         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
35310         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
35311         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
35312         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
35313         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
35314         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
35315         (CFLAGS-fread_u_chk.c): Likewise.
35316         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
35317         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
35318         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
35319         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
35320         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
35321         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
35322         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
35323         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
35324         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
35326         * libio/Makefile: Test [$(libc-reentrant) = yes]
35327         instead of [$(filter %REENTRANT, $(defines)) nonempty].
35329         * Makeconfig
35330         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
35331         * sysdeps/pthread/configure: File removed.
35332         * sysdeps/pthread/Makeconfig: New file.
35333         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
35334         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
35336 2012-08-16  Gary Benson  <gbenson@redhat.com>
35338         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
35339         unmapping the first object in a namespace.
35341 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35343         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
35344         (__internal_setnetgrent): ... this.  Add internal_function to
35345         definition.  Add libc_hidden_def.
35346         (setnetgrent): Update caller.
35347         (internal_endnetgrent): Renamed to ...
35348         (__internal_endnetgrent): ... this.  Add internal_function to
35349         definition.  Add libc_hidden_def.
35350         (endnetgrent): Update caller.
35351         (internal_getnetgrent_r): Renamed to ...
35352         (__internal_getnetgrent_r): ... this.  Add internal_function to
35353         definition.  Add libc_hidden_def.
35354         (__getnetgrent_r): Update caller.
35355         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
35357 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35359         * stdlib/longlong.h: Update from GCC.
35361 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35363         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
35364         on _QL, which is set by umul_ppmm but never used.
35365         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
35366         variables, which are set by GMP macros but never used.
35367         * stdio-common/_itowa.c (_itowa): Likewise.
35368         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
35369         * stdlib/mod_1.c (mpn_mod_1): Likewise.
35371 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
35373         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
35374         struct La_sh_regs is not constant.
35375         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
35376         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
35377         and struct La_sparc64_regs are not constant.
35379 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35381         * sysdeps/unix/sysv/linux/kernel-features.h
35382         (__ASSUME_POSIX_TIMERS): Remove.
35383         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35384         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35385         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
35386         Make code unconditional.
35387         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35388         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
35389         Make code unconditional.
35390         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35391         * sysdeps/unix/sysv/linux/clock_nanosleep.c
35392         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
35393         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35394         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
35395         Make code unconditional.
35396         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35397         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
35398         (__libc_missing_posix_timers): Remove.
35400 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35402         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
35403         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
35405         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
35407         * elf/dl-sym.c: Include <stdlib.h>.
35409         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
35410         constants, which avoids warnings in 32-bit builds.
35412         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
35413         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
35415         * misc/lseek.c: File moved to ...
35416         * io/lseek.c: ... here.
35418         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
35420         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
35421         shifting LEN more than 31 bits at once.
35423 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35425         [BZ #14195]
35426         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
35427         segmentation fault for a case of two empty input strings.
35428         * string/test-strncasecmp.c (check1): Renamed to...
35429         (bz12205): ...this.
35430         (bz14195): Add new testcase for two empty input strings and N > 0.
35431         (test_main): Call new testcase, adapt for renamed function.
35433 2012-08-15  Andreas Jaeger  <aj@suse.de>
35435         [BZ #14090]
35436         * crypt/md5test2.c: New test, based on test supplied by Serge
35437         Belyshev <belyshev@depni.sinp.msu.ru>.
35438         * crypt/Makefile (xtests): Add md5test-giant..
35439         * crypt/Makefile ($(objpfx)md5test-giant): Add.
35441 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
35443         [BZ #14090]
35444         * crypt/md5.c (md5_process_block): Don't assume the buffer
35445         length is less than 2**32.
35446         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
35447         length is less than 2**64.
35449 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35451         * string/str-two-way.h: Include <sys/param.h>.
35452         (MAX): Macro removed.
35454         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
35455         Move #define and #undef of memmove to just before and after
35456         including <string.h>.
35458         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
35459         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
35460         and after including <string.h>.  Move declarations of
35461         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
35462         to before #include "string/memmove.c".
35464         * include/dirent.h: Declare __getdirentries.
35466         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
35467         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
35469 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
35471         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
35472         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
35473         * sysdeps/i386/configure: Regenerated.
35474         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
35475         STABS_CURRENT_FILE, and STABS_FUN.
35476         (END): Remove call to STABS_FUN_END.
35477         (STABS_CURRENT_FILE1): Delete.
35478         (STABS_CURRENT_FILE): Likewise.
35479         (STABS_FUN): Likewise.
35480         (STABS_FUN_END): Likewise.
35481         (STABS_FUN2): Likewise.
35482         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
35483         * sysdeps/x86_64/configure: Regenerated.
35485 2012-08-14  Roland McGrath  <roland@hack.frob.com>
35487         * elf/dl-open.c: Include <atomic.h>.
35488         * elf/dl-lookup.c: Likewise.
35490 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
35492         * sysdeps/unix/sysv/linux/kernel-features.h
35493         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
35494         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
35495         unconditionally.
35496         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
35497         unconditionally.
35498         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
35499         condition on __ASSUME_CLONE_THREAD_FLAGS.
35501 2012-08-14  Andreas Jaeger  <aj@suse.de>
35503         * sysdeps/i386/fpu/libm-test-ulps: Update.
35505 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
35507         * include/atomic.h (atomic_exchange_and_add): Split into ...
35508         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
35509         New atomic macros.
35511 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
35513         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35515 2012-08-13  Jeff Law <law@redhat.com>
35517         * manual/stdio.texi (snprintf): Clarify handling of the trailing
35518         null byte in the output string.
35520 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
35522         * sysdeps/unix/sysv/linux/kernel-features.h
35523         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
35524         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
35525         (__ASSUME_ARG_MAX_STACK_BASED): Define.
35526         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
35527         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
35528         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
35529         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
35531 2012-08-09  Jeff Law <law@redhat.com>
35533         [BZ #13939]
35534         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
35535         When avoid_arena is set, don't retry in the that arena.  Pick the
35536         next one, whatever it might be.
35537         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
35538         (arena_lock): Pass in new parameter to arena_get2.
35539         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
35540         arena_get2.
35541         (__libc_malloc): Unify retrying after main arena failure with
35542         __libc_memalign version.
35543         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
35545 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
35547         [BZ #14166]
35548         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
35549         to __redirect_strstr.
35550         (__strstr_sse42): Use typeof __redirect_strstr.
35551         (__strstr_ia32): Likewise.
35552         (__libc_strstr): New prototype.
35553         (strstr): Renamed to ...
35554         (__libc_strstr): This.
35555         (strstr): New strong alias of __libc_strstr.
35556         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
35557         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
35558         __redirect_time.
35559         Include <time.h>.
35560         (__libc_time): New prototype.
35561         (time_ifunc): Replace time with __libc_time.
35562         (time): New strong alias and hidden definition of __libc_time.
35563         (__GI_time): Remove strong alias.
35564         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
35565         Include <stddef.h>.
35566         (memmove): Redefined to __redirect_memmove.
35567         (__memmove_sse2): Use typeof __redirect_memmove.
35568         (__memmove_ssse3): Likewise.
35569         (__memmove_ssse3_back): Likewise.
35570         (__libc_memmove): New prototype.
35571         (memmove): Renamed to ...
35572         (__libc_memmove): This.
35573         (memmove): New strong alias of __libc_memmove.
35575 2012-08-08  Mark Salter  <msalter@redhat.com>
35577         * elf/elf.h
35578         (R_MN10300_TLS_GD): Define.
35579         (R_MN10300_TLS_LD): Likewise.
35580         (R_MN10300_TLS_LDO): Likewise.
35581         (R_MN10300_TLS_GOTIE): Likewise.
35582         (R_MN10300_TLS_IE): Likewise.
35583         (R_MN10300_TLS_LE): Likewise.
35584         (R_MN10300_TLS_DTPMOD): Likewise.
35585         (R_MN10300_TLS_DTPOFF): Likewise.
35586         (R_MN10300_TLS_TPOFF): Likewise.
35587         (R_MN10300_SYM_DIFF): Likewise.
35588         (R_MN10300_ALIGN): Likewise.
35589         (R_MN10300_NUM): Update.
35591 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
35593         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
35594         Remove.
35596 2012-08-08  Roland McGrath  <roland@hack.frob.com>
35598         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
35600         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
35601         sysdeps/unix -> sysdeps/posix move.
35602         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
35604 2012-08-07      Allan McRae     <allan@archlinux.org>
35606         [BZ #14303]
35607         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
35608         (SUNOS_CPP): Likewise.
35609         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
35610         not found.
35611         (open_input): Call CPP using execvp.
35613 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
35615         * sysdeps/unix/sysv/linux/kernel-features.h
35616         (__ASSUME_PROT_GROWSUPDOWN): Remove.
35617         (__ASSUME_NO_CLONE_DETACHED): Likewise.
35618         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
35619         (__ASSUME_WAITID_SYSCALL): Likewise.
35620         * sysdeps/unix/sysv/linux/dl-execstack.c
35621         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
35622         code unconditional.
35623         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
35624         conditional code.
35625         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
35626         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
35627         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
35628         code.
35629         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
35630         unconditional.
35631         [__ASSUME_WAITID_SYSCALL]: Likewise.
35632         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
35634 2012-08-07  Roland McGrath  <roland@hack.frob.com>
35636         * sysdeps/unix/closedir.c: Renamed to ...
35637         * sysdeps/posix/closedir.c: ... here.
35638         * sysdeps/unix/dirfd.c: Renamed to ...
35639         * sysdeps/posix/dirfd.c: ... here.
35640         * sysdeps/unix/dirstream.h: Renamed to ...
35641         * sysdeps/posix/dirstream.h: ... here.
35642         * sysdeps/unix/fdopendir.c: Renamed to ...
35643         * sysdeps/posix/fdopendir.c: ... here.
35644         * sysdeps/unix/opendir.c: Renamed to ...
35645         * sysdeps/posix/opendir.c: ... here.
35646         * sysdeps/unix/readdir.c: Renamed to ...
35647         * sysdeps/posix/readdir.c: ... here.
35648         * sysdeps/unix/readdir_r.c: Renamed to ...
35649         * sysdeps/posix/readdir_r.c: ... here.
35650         * sysdeps/unix/rewinddir.c: Renamed to ...
35651         * sysdeps/posix/rewinddir.c: ... here.
35652         * sysdeps/unix/seekdir.c: Renamed to ...
35653         * sysdeps/posix/seekdir.c: ... here.
35654         * sysdeps/unix/telldir.c: Renamed to ...
35655         * sysdeps/posix/telldir.c: ... here.
35656         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
35657         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
35658         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
35659         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
35661         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
35662         * bits/fcntl.h: ... here.
35664         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
35665         not 0.
35666         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
35667         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
35668         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
35669         (struct flock): Move l_start, l_len to the beginning.
35670         Use __pid_t for l_pid.
35671         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
35672         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
35673         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
35674         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
35675         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
35676         [__USE_LARGEFILE64] (struct flock64): New type.
35677         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
35679         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
35680         * bits/dirent.h: ... here.
35682         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
35683         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
35685 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
35687         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
35688         Change from 2.6.0 to 2.6.16.
35689         * sysdeps/unix/sysv/linux/configure: Regenerated.
35690         * sysdeps/unix/sysv/linux/kernel-features.h
35691         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
35692         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
35693         version.
35694         (__ASSUME_UTIMES): Likewise.
35695         (__ASSUME_CLONE_STOPPED): Remove.
35696         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
35697         architectures, not kernel version.
35698         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
35699         (__ASSUME_NO_CLONE_DETACHED): Likewise.
35700         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
35701         (__ASSUME_WAITID_SYSCALL): Likewise.
35702         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
35703         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
35704         * README: State 2.6.16 as minimum Linux kernel version.  Do not
35705         refer to older versions.
35707 2012-08-06  Roland McGrath  <roland@hack.frob.com>
35709         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
35710         Define alphasort64 as an alias.
35711         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
35712         Define versionsort64 as an alias.
35713         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
35714         Define scandir64 as an alias.
35715         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
35716         Define scandirat64 as an alias.
35717         * dirent/alphasort64.c (alphasort64):
35718         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
35719         * dirent/versionsort64.c: Likewise.
35720         * dirent/scandir64.c: Likewise.
35721         * dirent/scandirat64.c: Likewise.
35722         * sysdeps/wordsize-64/alphasort.c: File removed.
35723         * sysdeps/wordsize-64/alphasort64.c: File removed.
35724         * sysdeps/wordsize-64/scandir.c: File removed.
35725         * sysdeps/wordsize-64/scandir64.c: File removed.
35726         * sysdeps/wordsize-64/scandirat.c: File removed.
35727         * sysdeps/wordsize-64/scandirat64.c: File removed.
35728         * sysdeps/wordsize-64/versionsort.c: File removed.
35729         * sysdeps/wordsize-64/versionsort64.c: File removed.
35730         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
35731         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
35732         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
35733         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
35734         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
35735         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
35736         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
35737         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
35739         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
35740         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
35741         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
35742         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35743         [defined __arch64__ || defined __sparcv9]
35744         (__INO_T_MATCHES_INO64_T): New macro.
35745         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
35746         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
35747         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
35748         * sysdeps/unix/sysv/linux/bits/dirent.h
35749         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
35750         (_DIRENT_MATCHES_DIRENT64): New macro.
35752         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
35753         Define lockf64 as an alias.
35754         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
35755         Define fseeko64 as an alias.
35756         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
35757         Define ftello64 as an alias.
35758         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
35759         Define _IO_fgetpos64 and fgetpos64 as aliases.
35760         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
35761         Define _IO_fsetpos64 and fsetpos64 as aliases.
35762         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
35763         Conditionalize body on this.
35764         * libio/fseeko64.c: Likewise.
35765         * libio/ftello64.c: Likewise.
35766         * libio/iofgetpos64.c: Likewise.
35767         * libio/iofsetpos64.c: Likewise.
35768         * sysdeps/wordsize-64/lockf.c: File removed.
35769         * sysdeps/wordsize-64/lockf64.c: File removed.
35770         * sysdeps/wordsize-64/fseeko.c: File removed.
35771         * sysdeps/wordsize-64/fseeko64.c: File removed.
35772         * sysdeps/wordsize-64/ftello.c: File removed.
35773         * sysdeps/wordsize-64/ftello64.c: File removed.
35774         * sysdeps/wordsize-64/iofgetpos.c: File removed.
35775         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
35776         * sysdeps/wordsize-64/iofsetpos.c: File removed.
35777         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
35778         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
35779         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
35780         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
35781         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
35782         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
35783         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
35784         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
35785         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
35786         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
35787         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
35789         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
35790         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
35791         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
35792         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35793         [defined __arch64__ || defined __sparcv9]
35794         (__OFF_T_MATCHES_OFF64_T): New macro.
35795         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
35796         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
35797         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35798         (__OFF_T_MATCHES_OFF64_T): New macro.
35800 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
35802         * stdlib/secure-getenv.c (__secure_getenv): Replace
35803         GLIBC_2_16 with GLIBC_2_17.
35805 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
35807         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
35808         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
35810 2012-08-03  David S. Miller  <davem@davemloft.net>
35812         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35814 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
35816         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
35817         Remove.
35818         (__ASSUME_CORRECT_SI_PID): Likewise.
35819         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
35820         (__ASSUME_TMPFS_NAME): Likewise.
35821         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
35822         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
35823         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
35824         (HAVE_AUX_SECURE): Make definition unconditional.
35825         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
35826         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
35828 2012-08-03  Roland McGrath  <roland@hack.frob.com>
35830         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
35831         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
35832         * sysdeps/mach/hurd/eloop-threshold.h: New file.
35833         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
35834         __eloop_threshold instead of SYMLOOP_MAX.
35836         * sysdeps/generic/eloop-threshold.h: New file.
35837         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
35838         of MAXSYMLINKS.
35839         * elf/chroot_canon.c (chroot_canon): Likewise.
35841 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
35843         [BZ #13717]
35844         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
35845         Change to 2.6.0 everywhere.
35846         * sysdeps/unix/sysv/linux/configure: Regenerated.
35847         * sysdeps/unix/sysv/linux/kernel-features.h
35848         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
35849         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
35850         kernel versions.
35851         (__ASSUME_POSIX_TIMERS): Define unconditionally.
35852         (__ASSUME_FUTEX_REQUEUE): Remove.
35853         (__ASSUME_STATFS64): Define unconditionally.
35854         (__ASSUME_AT_SECURE): Likewise.
35855         (__ASSUME_CORRECT_SI_PID): Likewise.
35856         (__ASSUME_TGKILL): Define without depending on kernel version for
35857         i386.
35858         (__ASSUME_UTIMES): Likewise.
35859         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
35860         kernel version.
35861         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
35862         (__ASSUME_TMPFS_NAME): Likewise.
35863         * README: Update reference to Linux kernel versions.
35865 2012-08-02  Marek Polacek  <polacek@redhat.com>
35867         [BZ# 14150]
35868         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
35869         libc_cv_asm_type_prefix with %.
35870         * configure: Regenerated.
35871         * include/libc-symbols.h: Remove comment about
35872         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
35873         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
35874         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
35875         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
35876         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
35877         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
35878         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
35879         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
35880         * elf/tst-unique2mod1.c: Likewise.
35881         * elf/tst-unique1mod2.c: Likewise.
35882         * elf/tst-unique1mod1.c: Likewise.
35883         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
35884         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
35885         Replace ASM_TYPE_DIRECTIVE with .type.
35886         * sysdeps/s390/s390-64/sysdep.h: Likewise.
35887         * sysdeps/i386/sysdep.h: Likewise.
35888         * sysdeps/x86_64/sysdep.h: Likewise.
35889         * sysdeps/sh/sysdep.h: Likewise.
35890         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
35891         Do not define ASM_TYPE_DIRECTIVE.
35892         * sysdeps/powerpc/sysdep.h: Likewise.
35893         * sysdeps/powerpc/powerpc32/sysdep.h:
35894         Replace ASM_TYPE_DIRECTIVE with .type.
35895         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
35896         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
35897         * sysdeps/i386/fpu/e_powf.S: Likewise.
35898         * sysdeps/i386/fpu/e_expl.S: Likewise.
35899         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
35900         * sysdeps/i386/fpu/e_acosh.S: Likewise.
35901         * sysdeps/i386/fpu/e_pow.S: Likewise.
35902         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
35903         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
35904         * sysdeps/i386/fpu/s_expm1.S: Likewise.
35905         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
35906         * sysdeps/i386/fpu/e_log2.S: Likewise.
35907         * sysdeps/i386/fpu/e_log2l.S: Likewise.
35908         * sysdeps/i386/fpu/e_scalb.S: Likewise.
35909         * sysdeps/i386/fpu/e_powl.S: Likewise.
35910         * sysdeps/i386/fpu/e_log10f.S: Likewise.
35911         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
35912         * sysdeps/i386/fpu/e_logl.S: Likewise.
35913         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
35914         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
35915         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
35916         * sysdeps/i386/fpu/e_log2f.S: Likewise.
35917         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
35918         * sysdeps/i386/fpu/e_log.S: Likewise.
35919         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
35920         * sysdeps/i386/fpu/e_logf.S: Likewise.
35921         * sysdeps/i386/fpu/e_log10l.S: Likewise.
35922         * sysdeps/i386/fpu/e_atanh.S: Likewise.
35923         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
35924         * sysdeps/i386/fpu/e_log10.S: Likewise.
35925         * sysdeps/i386/fpu/s_frexp.S: Likewise.
35926         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
35927         * sysdeps/i386/fpu/s_asinh.S: Likewise.
35928         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
35929         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
35930         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
35931         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
35932         * sysdeps/i386/i686/strtok.S: Likewise.
35933         * sysdeps/i386/i386-mcount.S: Likewise.
35934         * sysdeps/i386/strtok.S: Likewise.
35935         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
35936         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
35937         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
35938         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
35939         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
35940         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
35941         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
35942         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
35943         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
35944         * sysdeps/x86_64/_mcount.S: Likewise.
35945         * sysdeps/x86_64/strtok.S: Likewise.
35946         * sysdeps/sh/_mcount.S: Likewise.
35948 2012-08-01  Roland McGrath  <roland@hack.frob.com>
35950         * libio/iofopen.c: Include <fcntl.h>.
35951         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
35952         (_IO_fopen64, fopen64): Define as aliases.
35953         * libio/iofopen64.c: Include <fcntl.h>.
35954         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
35955         Conditionalize body on this.
35956         * sysdeps/wordsize-64/iofopen.c: File removed.
35957         * sysdeps/wordsize-64/iofopen64.c: File removed.
35959 2012-08-01  Marek Polacek  <polacek@redhat.com>
35961         * libc/Makeconfig: Use elf in place of binfmt-subdir.
35962         Use dlfcn directly instead of a variable.
35963         (binfmt-subdir): Do not define.
35964         (dlfcn): Likewise.
35966 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
35968         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
35969         Remove all definitions.
35970         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
35971         <kernel-features.h>.
35972         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
35973         (miss_F_GETOWN_EX): Remove all definitions.
35974         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
35975         macro definition.
35976         [!__ASSUME_FCNTL64]: Remove conditional code.
35977         [__ASSUME_FCNTL64]: Make code unconditional.
35978         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
35979         <kernel-features.h>.
35980         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
35981         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
35982         (lockf64) [__NR_fcntl64]: Make code unconditional.
35983         (lockf64) [__ASSUME_FCNTL64]: Likewise.
35985         * sysdeps/unix/sysv/linux/kernel-features.h
35986         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
35987         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
35988         Make code unconditional.
35989         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
35990         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
35991         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
35992         [__NR_vfork]: Make code unconditional.
35993         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
35994         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
35995         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
35996         [__NR_vfork]: Make code unconditional.
35997         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
35998         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
36000 2012-08-01  Roland McGrath  <roland@hack.frob.com>
36002         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
36003         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
36005         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36006         Define mkstemp64 as an alias.
36007         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36008         Define mkstemps64 as an alias.
36009         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36010         Define mkostemp64 as an alias.
36011         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
36012         Define mkostemps64 as an alias.
36013         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
36014         Conditionalize body on this.
36015         * misc/mkostemp64.c: Likewise.
36016         * misc/mkostemps64.c: Likewise.
36017         * misc/mkstemps64.c: Likewise.
36018         * sysdeps/wordsize-64/mkstemp64.c: File removed.
36019         * sysdeps/wordsize-64/mkostemp64.c: File removed.
36020         * sysdeps/wordsize-64/mkostemp.c: File removed.
36021         * sysdeps/wordsize-64/mkstemp.c: File removed.
36022         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
36023         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
36024         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
36025         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
36027         [BZ #14138]
36028         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
36029         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
36030         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
36031         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
36033         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
36034         compat_symbol macros from <shlib-compat.h> rather than the underlying
36035         default_symbol_version and symbol_version macros, so that DEFAULT
36036         lines in shlib-versions are respected.
36037         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
36039 2012-08-01  Florian Weimer  <fweimer@redhat.com>
36041         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
36042         Declare with warn_unused_result.
36043         (setgid, setregid, setegid, setresgid): Likewise.
36044         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
36045         Likewise.
36046         * WUR-REPORT: Remove set*id functions.
36048 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
36050         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
36052 2012-07-31  Roland McGrath  <roland@hack.frob.com>
36054         [BZ #10191]
36055         * include/sys/socket.h (__libc_accept, __libc_accept4):
36056         Add attribute_hidden.
36057         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
36059         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
36060         use of PTR_MANGLE.
36061         * inet/getnetgrent_r.c (setup): Likewise.
36063         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
36065 2012-07-31  David S. Miller  <davem@davemloft.net>
36067         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36069 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
36071         [BZ #13629]
36072         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
36073         value between 1.0 and 2.0 and smaller part has absolute value less
36074         than 1.0.
36075         * math/s_clog10.c (__clog10): Likewise.
36076         * math/s_clog10f.c (__clog10f): Likewise.
36077         * math/s_clog10l.c (__clog10l): Likewise.
36078         * math/s_clogf.c (__clogf): Likewise.
36079         * math/s_clogl.c (__clogl): Likewise.
36080         * math/libm-test.inc (clog_test): Add more tests.
36081         (clog10_test): Likewise.
36082         * sysdeps/i386/fpu/libm-test-ulps: Update.
36083         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36085 2012-07-31  Florian Weimer  <fweimer@redhat.com>
36087         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
36088         Exit with zero in case no suitable GID is found, and write a
36089         message to standard error.
36091 2012-07-30  Roland McGrath  <roland@hack.frob.com>
36093         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
36094         rather than to 1.
36095         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
36096         (MAXPATHLEN): Removed.
36097         (NOGROUP, NODEV): New macros.
36098         (setbit, clrbit, isset, isclr): New macros.
36099         (howmany, roundup, powerof2): New macros.
36100         (DEV_BSIZE): New macro.
36102         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
36103         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
36105         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
36106         definition on [!__NO_LONG_DOUBLE_MATH].
36108         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
36109         PTR_MANGLE and PTR_DEMANGLE.
36111         * socket/accept4.c (accept4): Rename to __libc_accept4.
36112         Define accept4 as a weak alias.
36114         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
36115         on [_DIRENT_HAVE_D_TYPE].
36116         * io/ftw.c (ftw_dir): Likewise.
36118         * io/xmknod.c (__xmknod): Don't check PATH for being null.
36120         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
36122         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
36123         Use the BSD numbers rather than the arbitrary ones we had.
36124         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
36125         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
36126         (SIGXCPU, SIGXFSZ): New macros.
36127         (_NSIG): Now 32.
36129         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
36130         initializer on [_LIBC_REENTRANT].
36132         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
36133         definitions inside [_POSIX_MAPPED_FILES].
36135         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
36137         * dirent/opendir.c: Include <fcntl.h>.
36139         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36140         (__libc_getspecific): Likewise.
36141         (__libc_key_create): Likewise.
36143         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
36144         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
36145         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
36146         (tmpfile64): Define as alias.
36147         * sysdeps/wordsize-64/tmpfile.c: File removed.
36148         * sysdeps/wordsize-64/tmpfile64.c: File removed.
36149         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
36150         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
36152         * stdio-common/vfscanf.c: Include <stdbool.h>.
36153         * nss/makedb.c: Likewise.
36154         * stdio-common/_i18n_number.h: Likewise.
36155         * argp/argp-help.c: Likewise.
36156         * posix/wordexp.c: Likewise.
36157         * sysdeps/posix/spawni.c: Likewise.
36158         * nss/nss_files/files-initgroups.c: Likewise.
36159         * stdio-common/reg-modifier.c: Include <stdlib.h>.
36160         * nss/nss_files/files-initgroups.c: Likewise.
36161         * nss/nss_db/db-netgrp.c: Likewise.
36162         * nss/nss_db/db-initgroups.c: Likewise.
36163         * io/fchmodat.c: Include <sys/stat.h>.
36165         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
36166         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
36168         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
36169         [HAVE_MMAP].
36171         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
36172         Add multiple inclusion protection.
36174 2012-07-27  David S. Miller  <davem@davemloft.net>
36176         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36178 2012-07-27  Gary Benson  <gbenson@redhat.com>
36180         [BZ #14298]
36181         * elf/rtld.c: Include <stap-probe.h>.
36182         (dl_main): Added static probes "init_start" and "init_complete".
36183         * elf/dl-load.c: Include <stap-probe.h>.
36184         (lose): Take new parameter "nsid".
36185         Added static probe "map_failed".
36186         (_dl_map_object_from_fd): Pass namespace id to lose.
36187         Added static probe "map_start".
36188         (open_verify): Pass namespace id to lose.
36189         * elf/dl-open.c: Include <stap-probe.h>.
36190         (dl_open_worker) Added static probes "map_complete", "reloc_start"
36191         and "reloc_complete".
36192         * elf/dl-close.c: Include <stap-probe.h>.
36193         (_dl_close_worker): Added static probes "unmap_start" and
36194         "unmap_complete".
36195         * elf/rtld-debugger-interface.txt: New file documenting the above.
36197 2012-07-26  Roland McGrath  <roland@hack.frob.com>
36199         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
36200         rather than a string variable.
36201         * sunrpc/rpc_main.c (h_output): Likewise.
36202         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
36204 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
36206         * inet/check_native.c: New file.
36208 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
36210         [BZ #13629]
36211         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
36212         if larger part has absolute value 1.0.
36213         * math/s_clog10.c (__clog10): Likewise.
36214         * math/s_clog10f.c (__clog10f): Likewise.
36215         * math/s_clog10l.c (__clog10l): Likewise.
36216         * math/s_clogf.c (__clogf): Likewise.
36217         * math/s_clogl.c (__clogl): Likewise.
36218         * math/libm-test.inc (clog_test): Add more tests.
36219         (clog10_test): Likewise.
36220         * sysdeps/i386/fpu/libm-test-ulps: Update.
36221         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36223         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
36224         (pltexit): Likewise.
36225         (La_regs): Likewise.
36226         (La_retval): Likewise.
36227         (int_retval): Likewise.
36228         Update #error for removed macros to refer only to definitions in
36229         tst-audit.h.
36230         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
36231         macro.
36232         (pltexit): Likewise.
36233         (La_regs): Likewise.
36234         (La_retval): Likewise.
36235         (int_retval): Likewise.
36236         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
36237         macro.
36238         (pltexit): Likewise.
36239         (La_regs): Likewise.
36240         (La_retval): Likewise.
36241         (int_retval): Likewise.
36242         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
36243         macro.
36244         (pltexit): Likewise.
36245         (La_regs): Likewise.
36246         (La_retval): Likewise.
36247         (int_retval): Likewise.
36248         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
36249         macro.
36250         (pltexit): Likewise.
36251         (La_regs): Likewise.
36252         (La_retval): Likewise.
36253         (int_retval): Likewise.
36254         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
36255         macro.
36256         (pltexit): Likewise.
36257         (La_regs): Likewise.
36258         (La_retval): Likewise.
36259         (int_retval): Likewise.
36260         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
36261         macro.
36262         (pltexit): Likewise.
36263         (La_regs): Likewise.
36264         (La_retval): Likewise.
36265         (int_retval): Likewise.
36266         * sysdeps/generic/tst-audit.h: Update comment to refer only to
36267         macro definitions in tst-audit.h.
36268         * sysdeps/i386/tst-audit.h: New file.
36269         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
36270         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
36271         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
36272         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
36273         * sysdeps/sh/tst-audit.h: Likewise.
36274         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
36275         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
36276         * sysdeps/x86_64/tst-audit.h: Likewise.
36278 2012-07-26  Andreas Jaeger  <aj@suse.de>
36280         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
36281         ptrace.
36283         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
36284         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
36285         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
36286         PTRACE_O_MASK.
36287         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
36288         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
36289         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
36291         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
36292         value.
36294         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
36295         _sigsys.
36296         (si_call_addr, si_syscall, si_arch): Define new macro.
36297         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
36298         _sigsys.
36299         (si_call_addr, si_syscall, si_arch): Define new marcro.
36300         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
36301         _sigsys.
36302         (si_call_addr, si_syscall, si_arch): Define new macro.
36303         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
36304         _sigsys.
36305         (si_call_addr, si_syscall, si_arch): Define new macro.
36307 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36309         [BZ #13717]
36310         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36311         Change to 2.4.21 where previously 2.4.1.
36312         * sysdeps/unix/sysv/linux/configure: Regenerated.
36313         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
36314         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
36315         Linux kernel version.
36316         (__ASSUME_STD_AUXV): Remove.
36317         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
36318         kernel version.
36319         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
36320         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
36321         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
36322         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
36323         (__ASSUME_NETLINK_SUPPORT): Likewise.
36324         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
36325         (__no_netlink_support): Remove conditional definition.
36326         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
36327         Remove.
36328         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36329         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
36330         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
36331         (if_nameindex_ioctl): Remove.
36332         (if_nameindex_netlink): Do not handle __no_netlink_support.
36333         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36334         code.
36335         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
36336         Remove conditional code.
36337         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36338         code.
36339         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
36340         unconditional.
36341         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36342         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
36343         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
36344         Remove.
36345         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
36346         [!__ASSUME_STD_AUXV]: Remove conditional code.
36347         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
36348         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
36349         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
36350         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
36351         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
36352         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36353         code.
36354         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36355         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
36356         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
36357         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36358         conditional code.
36359         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36360         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
36361         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36362         code.
36363         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
36364         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36365         conditional code.
36366         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
36367         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36368         code unconditional.
36369         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36370         conditional code.
36371         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36372         unconditional.
36373         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36374         conditional code.
36375         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
36376         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36377         unconditional.
36378         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36379         conditional code.
36380         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
36381         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36382         code unconditional.
36383         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36384         conditional code.
36385         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36386         unconditional.
36387         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36388         conditional code.
36389         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
36390         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36391         code unconditional.
36392         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36393         conditional code.
36394         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36395         unconditional.
36396         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36397         conditional code.
36399 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
36401         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
36402         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
36403         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
36404         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
36405         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
36406         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
36407         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
36408         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
36409         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
36410         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
36411         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
36412         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
36413         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
36414         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
36415         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
36416         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
36417         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
36418         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
36419         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
36420         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
36421         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
36422         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
36423         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
36425 2012-07-25  Florian Weimer  <fweimer@redhat.com>
36427         * Versions.def: Add GLIBC_2.17.
36428         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
36429         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
36430         Introduce __libc_secure_getenv.
36431         * stdlib/Versions (2.17): Add secure_getenv
36432         (GLIBC_PRIVATE): Add __libc_secure_getenv.
36433         * stdlib/secure-getenv.c: Rename __secure_getenv to
36434         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
36435         symbol __secure_getenv for GLIBC_2.0.
36436         * stdlib/tst-secure-getenv.c: New.
36437         * stdlib/Makefile (tests): Add testcase.
36438         * manual/startup.texi (Environment Access): Document
36439         secure_getenv.
36440         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
36441         __libc_secure_getenv.
36442         * inet/ruserpass.c (ruserpass): Likewise.
36443         * malloc/mtrace.c (mtrace): Likewise.
36444         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
36445         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
36446         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
36447         * sysdeps/posix/tempname.c: Likewise.  Evaluate
36448         HAVE_SECURE_GETENV.
36449         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
36450         __secure_getenv to __libc_secure_getenv.
36451         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
36452         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36453         Likewise.
36454         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36455         Likewise.
36456         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
36457         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
36458         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
36459         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
36460         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
36461         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
36462         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
36464 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36466         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
36467         (struct La_i86_retval): Likewise.
36468         (struct La_x86_64_regs): Likewise.
36469         (struct La_x86_64_retval): Likewise.
36470         (struct La_x32_regs): Likewise.
36471         (struct La_x32_retval): Likewise.
36472         (struct La_ppc32_regs): Likewise.
36473         (struct La_ppc32_retval): Likewise.
36474         (struct La_ppc64_regs): Likewise.
36475         (struct La_ppc64_retval): Likewise.
36476         (struct La_sh_regs): Likewise.
36477         (struct La_sh_retval): Likewise.
36478         (struct La_s390_32_regs): Likewise.
36479         (struct La_s390_32_retval): Likewise.
36480         (struct La_s390_64_regs): Likewise.
36481         (struct La_s390_64_retval): Likewise.
36482         (struct La_sparc32_regs): Likewise.
36483         (struct La_sparc32_retval): Likewise.
36484         (struct La_sparc64_regs): Likewise.
36485         (struct La_sparc64_retval): Likewise.
36486         (struct audit_ifaces): Remove architecture-specific pltenter and
36487         pltexit members.
36488         * sysdeps/i386/ldsodefs.h: New file.
36489         * sysdeps/powerpc/ldsodefs.h: Likewise.
36490         * sysdeps/s390/ldsodefs.h: Likewise.
36491         * sysdeps/sh/ldsodefs.h: Likewise.
36492         * sysdeps/sparc/ldsodefs.h: Likewise.
36493         * sysdeps/x86_64/ldsodefs.h: Likewise.
36495 2012-07-25  Marek Polacek  <polacek@redhat.com>
36497         [BZ #6808]
36498         * math/libm-test.inc (yn_test): Add another test.
36499         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
36500         to ERANGE when the result is +-Inf.
36501         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
36502         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
36503         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
36504         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
36506 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
36508         * conform/data/time.h-data (NULL): Use macro-constant.  Require
36509         equal to 0.
36510         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
36511         clock_t.
36512         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
36514 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
36516         * configure.in <sysdeps resolving>: Correct printing
36517         Implies_before.
36518         * configure: Regenerate.
36520 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
36522         * math/w_ilogb.c: Include <limits.h>.
36523         * math/w_ilogbl.c: Likewise.
36525 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
36527         * manual/lang.texi (__va_copy): Document primarily as ISO C99
36528         va_copy.  Document allowing for unavailable va_copy only as
36529         pre-C99 compatibility.
36530         * manual/string.texi (Copying and Concatenation): Use va_copy
36531         instead of __va_copy in concat example.
36533 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
36535         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
36536         (__sendto): Use create_address_port.  Initialize APORT and deallocate
36537         it if not null.
36539         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
36540         with O_NOLINK passed to __file_name_lookup.
36542         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
36543         with O_NOLINK passed to __file_name_lookup.
36545         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
36546         negative N or less than NGIDS.
36548         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
36549         type to string_t.  Set ERANGE as errno and return it if NAME is not big
36550         enough.  Use memcpy instead of strncpy.
36552 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
36554         * elf/Makefile (check-data): Remove.
36555         (localplt.data): New vpath directive.
36556         ($(objpfx)check-localplt.out): Use localplt.data from vpath
36557         instead of $(check-data).
36558         * scripts/data/localplt-generic.data: Move to ...
36559         * sysdeps/generic/localplt.data: ... here.
36560         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
36561         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
36562         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
36563         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
36564         ... here.
36565         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
36566         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
36567         ... here.
36568         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
36569         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
36570         ... here.
36571         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
36572         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
36573         ... here.
36574         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
36575         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
36576         ... here.
36577         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
36578         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
36579         ... here.
36581 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36583         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
36584         PPC32 and PPC64 files.
36585         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
36586         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
36588 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36590         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
36591         __makecontext_ret to ...
36592         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
36593         ... here and call exit if uc_link is NULL.  New file.
36594         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
36595         __makecontext_ret.S.
36596         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
36597         __makecontext_ret to ...
36598         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
36599         ... here and call exit if uc_link is NULL.  New file.
36600         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
36601         __makecontext_ret.S.
36603 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36605         * elf/elf.h (R_390_IRELATIVE): New definition.
36606         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
36607         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
36608         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
36609         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
36610         (elf_machine_lazy_rel): Likewise.
36611         * sysdeps/s390/dl-irel.h: New file.
36612         * sysdeps/s390/s390-64/memcpy.S: New asm code.
36613         * sysdeps/s390/s390-64/memset.S: New asm code.
36614         * sysdeps/s390/s390-64/memcmp.S: New asm code.
36615         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
36616         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
36617         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
36618         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
36619         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
36620         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
36621         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
36622         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
36623         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
36624         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
36625         * sysdeps/s390/s390-32/memcpy.S: New asm code.
36626         * sysdeps/s390/s390-32/memset.S: New asm code.
36627         * sysdeps/s390/s390-32/memcmp.S: New asm code.
36629 2012-07-17  Marek Polacek  <polacek@redhat.com>
36631         [BZ #14349]
36632         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
36633         * sysdeps/s390/s390-64/configure.in: Likewise.
36634         * sysdeps/sparc/configure.in: Likewise.
36635         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
36636         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
36637         * sysdeps/i386/configure.in: Likewise.
36638         * sysdeps/x86_64/configure.in: Likewise.
36639         * sysdeps/sh/configure.in: Likewise.
36640         * sysdeps/s390/s390-32/configure: Regenerated.
36641         * sysdeps/s390/s390-64/configure: Likewise.
36642         * sysdeps/x86_64/configure: Likewise.
36643         * sysdeps/sh/configure: Likewise.
36644         * sysdeps/powerpc/powerpc64/configure: Likewise.
36645         * sysdeps/powerpc/powerpc32/configure: Likewise.
36646         * sysdeps/sparc/configure: Likwise.
36647         * sysdeps/i386/configure: Likewise.
36649         * elf/dl-open.c: Comment fixes.
36651 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
36653         * Makefile [CXX] (check-data): Remove.
36654         [CXX] (c++-types.data): New vpath directive.
36655         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
36656         vpath.  Do not allow for C++ type data being missing.
36657         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
36658         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
36659         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
36660         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
36661         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
36662         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
36663         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
36664         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
36665         ... here.
36666         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
36667         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
36668         ... here.
36669         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
36670         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
36671         ... here.
36672         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
36673         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
36674         ... here.
36675         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
36676         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
36677         ... here.
36678         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
36679         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
36680         ... here.
36681         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
36682         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
36683         ... here.
36684         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
36685         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
36687         * elf/tls-macros.h (TLS_LE): Move architecture-specific
36688         definitions to architecture-specific files.
36689         (TLS_IE): Likewise.
36690         (TLS_LD): Likewise.
36691         (TLS_GD): Likewise.
36692         * sysdeps/i386/tls-macros.h: New file.
36693         * sysdeps/powerpc/tls-macros.h: Likewise.
36694         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
36695         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
36696         * sysdeps/sh/tls-macros.h: Likewise.
36697         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
36698         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
36699         * sysdeps/x86_64/tls-macros.h: Likewise.
36701 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
36703         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
36704         zero value for regular exit case.
36706         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
36707         (__start_context): Preserve zero value for regular exit case.
36709 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
36710             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36712         * manual/setjmp.texi (setcontext): Clarify normal process
36713         termination when uc_link is the null pointer.
36714         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
36715         exit call.
36717 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
36719         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
36720         preprocessor.  Test for each exception mask separately.
36722 2012-07-16  Andreas Jaeger  <aj@suse.de>
36724         * po/ru.po: Update from translation team.
36726 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
36728         * conform/data/string.h-data (NULL): Use macro-constant.  Require
36729         equal to 0.
36730         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
36731         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
36732         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
36733         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
36734         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36736 2012-07-13  Andreas Jaeger  <aj@suse.de>
36738         * po/fr.po: Update from translation team.
36740 2012-07-12  Marek Polacek  <polacek@redhat.com>
36742         [BZ #14173]
36743         * math/libm-test.inc (yn_test): Add test for BZ #14173.
36744         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
36745         loop condition.
36747 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
36749         [BZ #13717]
36750         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36751         Change to 2.4.1 where previously 2.4.0.
36752         * sysdeps/unix/sysv/linux/configure: Regenerated.
36753         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
36754         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
36755         version.
36756         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
36757         (__ASSUME_AT_CLKTCK): Remove.
36758         (__ASSUME_AT_PAGESIZE): Likewise.
36759         (__ASSUME_AT_XID): Likewise.
36760         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
36761         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
36762         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
36763         unconditionally.
36764         (HAVE_AUX_PAGESIZE): Likewise.
36765         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
36766         [__ASSUME_AT_CLKTCK]: Make code unconditional.
36767         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
36769 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
36771         [BZ #14307]
36772         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
36773         the temporary buffer used to invoke __gethostbyname2_r,
36774         __gethostbyaddr_r and gethostbyname4_r to make room for struct
36775         host_data / struct gaih_addrtuple.
36776         * resolv/nss_dns/dns-host.c (global scope): Move definition of
36777         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
36778         header file nss/nsswitch.h.
36779         * nss/nsswitch.h (global scope): Add definition of implementation
36780         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
36781         resolv/nss_dns/dns-host.c).
36783 2012-07-11  Andreas Jaeger  <aj@suse.de>
36785         * po/fr.po: Update from translation team.
36787         * po/sv.po: Update from translation team
36788         * po/fr.po: Another update from translation team.
36790 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36792         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
36793         for subnormals or multiply small sinh result by itself.
36794         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
36795         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36797 2012-07-11  David S. Miller  <davem@davemloft.net>
36799         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36801 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
36803         [BZ #14347]
36804         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
36805         (INTERNAL_MARK): Shift it here.
36807 2012-07-10  Marek Polacek  <polacek@redhat.com>
36809         [BZ #14151]
36810         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
36811         libc_cv_asm_global_directive with .globl.
36812         * configure: Regenerated.
36813         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
36814         with .globl.
36815         * sysdeps/i386/configure: Regenerated.
36816         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
36817         with .globl.
36818         * sysdeps/x86_64/configure: Regenerated.
36819         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
36820         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
36821         * elf/tst-unique2mod2.c: Likewise.
36822         * elf/tst-unique2mod1.c: Likewise.
36823         * elf/tst-unique1mod2.c: Likewise.
36824         * elf/tst-unique1mod1.c: Likewise.
36825         * sysdeps/s390/s390-32/sysdep.h: Likewise.
36826         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36827         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36828         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36829         * sysdeps/mach/sysdep.h: Likewise.
36830         * sysdeps/i386/sysdep.h: Likewise.
36831         * sysdeps/i386/i386-mcount.S: Likewise.
36832         * sysdeps/x86_64/_mcount.S: Likewise.
36833         * sysdeps/x86_64/sysdep.h: Likewise.
36834         * sysdeps/sh/_mcount.S: Likewise.
36835         * sysdeps/sh/sysdep.h: Likewise.
36836         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
36837         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
36838         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
36839         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
36840         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
36841         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
36842         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
36843         * locale/localeinfo.h: Likewise.
36844         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
36845         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
36847 2012-07-09  Roland McGrath  <roland@hack.frob.com>
36849         [BZ #14336]
36850         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
36851         system".
36852         * manual/message.texi (The Uniforum approach): Likewise.
36853         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
36854         (glibc iconv Implementation): Likewise.
36856 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
36858         [BZ #14337]
36859         * math/s_clog.c (__clog): Avoid scaling a value down where that
36860         could result in underflow.
36861         * math/s_clog10.c (__clog10): Likewise.
36862         * math/s_clog10f.c (__clog10f): Likewise.
36863         * math/s_clog10l.c (__clog10l): Likewise.
36864         * math/s_clogf.c (__clogf): Likewise.
36865         * math/s_clogl.c (__clogl): Likewise.
36866         * math/libm-test.inc (clog_test): Add more tests.
36867         (clog10_test): Likewise.
36868         * sysdeps/i386/fpu/libm-test-ulps: Update.
36869         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36871 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
36873         [BZ #14283]
36874         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
36875         by 7 not 8 to examine high bit of fractional part.
36877         [BZ #14042]
36878         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
36879         for call to __mcount_internal.
36880         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
36881         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
36882         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
36884 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
36886         [BZ #14154]
36887         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
36888         approximation for values within 0x1p-13f of an odd multiple of
36889         pi/4.
36890         * math/libm-test.inc (tan_test): Do not allow spurious underflow
36891         exception.  Add more tests.
36892         * sysdeps/i386/fpu/libm-test-ulps: Update.
36894         [BZ #6778]
36895         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
36896         inputs and return -1 for them.  Do not check for +Inf in case not
36897         reachable for +Inf.
36898         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
36899         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
36900         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
36901         and return -1 for them.  Do not check for +Inf in case not
36902         reachable for +Inf.
36903         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
36904         define.
36905         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
36906         and return -1 for them.  Do not check for +Inf in case not
36907         reachable for +Inf.
36908         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
36909         spurious underflow.
36910         * sysdeps/i386/fpu/libm-test-ulps: Update.
36911         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36913 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
36915         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
36917 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
36919         [BZ #14157]
36920         [BZ #14331]
36921         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
36922         could result in spurious underflow.  Scale down values above
36923         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
36924         * math/s_csqrtf.c (__csqrtf): Likewise.
36925         * math/s_csqrtl.c (__csqrtl): Likewise.
36926         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
36927         spurious underflow.
36928         * sysdeps/i386/fpu/libm-test-ulps: Update.
36929         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36931 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
36933         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
36934         xopen-msg.sed.
36935         * catgets/xopen-msg.awk: New file.
36936         * catgets/xopen-msg.sed: Removed.
36938         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
36939         po2text.sed.
36940         * intl/po2test.awk: New file.
36941         * intl/po2test.sed: Removed.
36943 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
36945         [BZ #14328]
36946         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
36947         or multiply small sinh result by itself.
36948         * math/s_ctanf.c (__ctanf): Likewise.
36949         * math/s_ctanh.c (__ctanh): Likewise.
36950         * math/s_ctanhf.c (__ctanhf): Likewise.
36951         * math/s_ctanhl.c (__ctanhl): Likewise.
36952         * math/s_ctanl.c (__ctanl): Likewise.
36953         * math/libm-test.inc (ctan_test_tonearest): New function.
36954         (ctan_test_towardzero): Likewise.
36955         (ctan_test_downward): Likewise.
36956         (ctan_test_upward): Likewise.
36957         (ctanh_test_tonearest): Likewise.
36958         (ctanh_test_towardzero): Likewise.
36959         (ctanh_test_downward): Likewise.
36960         (ctanh_test_upward): Likewise.
36961         (main): Call these new functions.
36962         * sysdeps/i386/fpu/libm-test-ulps: Update.
36963         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36965 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
36967         * .gitignore: Delete /ports entry.
36969 2012-07-03  Andreas Jaeger  <aj@suse.de>
36971         * po/bg.po: Update from translation team.
36972         * po/cs.po: Likewise.
36973         * po/de.po: Likewise.
36974         * po/hr.po: Likewise.
36975         * po/nl.pl: Likewise.
36976         * po/pl.po: Likewise.
36977         * po/vi.po: Likewise.
36979 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
36981         * Makeconfig [!+link] (+link-before-libc): New variable.
36982         [!+link] (+link-after-libc): Likewise.
36983         [!+link] (+link-tests): Likewise.
36984         [!+link] (+link): Define in terms of $(+link-before-libc) and
36985         $(+link-after-libc).
36986         [!+link-static] (+link-static-before-libc): New variable.
36987         [!+link-static] (+link-static-after-libc): Likewise.
36988         [!+link-static] (+link-static-tests): Likewise.
36989         [!+link-static] (+link-static): Define in terms of
36990         $(+link-static-before-libc) and $(+link-static-after-libc).
36991         [build-shared] (link-libc-before-gnulib): New variable.
36992         [build-shared] (link-libc-tests): Likewise.
36993         [build-shared] (link-libc): Define in terms of
36994         $(link-libc-before-gnulib).
36995         [!build-shared] (link-libc-tests): New variable.
36996         (link-libc-static-tests): New variable.
36997         [!gnulib] (gnulib-arch): New variable.
36998         [!gnulib] (gnulib-tests): Likewise.
36999         [!gnulib] (static-gnulib-arch): Likewise.
37000         [!gnulib] (static-gnulib-tests): Likewise.
37001         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
37002         Define with "=" instead of ":=".
37003         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
37004         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
37005         * Rules (binaries-all-notests): New variable.
37006         (binaries-all-tests): Likewise.
37007         (binaries-static-notests): Likewise.
37008         (binaries-static-tests): Likewise.
37009         (binaries-all): Define using $(binaries-all-notests) and
37010         $(binaries-all-tests).
37011         (binaries-static): Define using $(binaries-static-notests) and
37012         $(binaries-static-tests).
37013         (binaries-shared-tests): New variable.
37014         (binaries-shared-notests): Likewise.
37015         (binaries-shared): Remove variable.
37016         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
37017         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
37018         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
37019         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
37020         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
37021         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
37022         * elf/Makefile (sln-modules): New variable.
37023         (extra-objs): Add $(sln-modules:=.o).
37024         (ldconfig-modules): Add static-stubs.
37025         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
37026         * elf/static-stubs.c: New file.
37028         [BZ #14283]
37029         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
37030         by 7 not 8 to examine high bit of fractional part.  Use volatile
37031         variables when splitting into final array of floats if
37032         __FLT_EVAL_METHOD__ != 0.
37033         * math/libm-test.inc (cos_test): Add another test.
37034         (sin_test): Likewise.
37035         * sysdeps/i386/fpu/libm-test-ulps: Update.
37037         [BZ #14273]
37038         * math/libm-test.inc (cosh_test): Add more tests.
37040         * version.h (RELEASE): Set to "development".
37041         (VERSION): Set to "2.16.90".
37043 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
37045         * NEWS: Update copyright. Remove last-updated date.
37046         Mention math library bug fixes and timezone data changes.
37047         * README: Mention GNU/Hurd, x32, and HPPA support status.
37049 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
37051         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
37053 2012-06-27  Andreas Jaeger  <aj@suse.de>
37055         * manual/contrib.texi (Contributors): Add Samuel Thibault.
37057 2012-06-25  Andreas Jaeger  <aj@suse.de>
37059         * sysdeps/s390/fpu/libm-test-ulps: Update.
37061 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
37062             Thomas Schwinge  <thomas@codesourcery.com>
37064         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
37065         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
37066         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
37067         fanotify_mark.
37069 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
37071         * sysdeps/mach/start.c: Remove file.
37072         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
37073         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
37074         * sysdeps/sh/init-first.c: Likewise.
37076         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
37077         registers for frame unwinding purposes, add CFI directives.
37078         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37079         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
37080         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
37081         Likewise.
37083         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
37084         __fortify_fail returning.
37085         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
37087         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
37088         sysdeps/sh/____longjmp_chk.S.
37089         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
37090         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
37091         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
37092         (gen-as-const-headers): Append sigaltstack-offsets.sym.
37094         * sysdeps/sh/abort-instr.h: New file.
37095         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
37096         process in case exit returns.
37098         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
37099         initialize the GOT register before use.
37101         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
37102         calculation of ARGC > 4.
37104         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
37105         meaningful names to some local labels.
37107 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
37108             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37110         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
37111         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
37112         (__arch_compare_and_exchange_val_16_acq): Likewise.
37113         (__arch_compare_and_exchange_val_32_acq): Likewise.
37114         (atomic_exchange_and_add): Fix gUSA sequence.
37115         (atomic_add): Likewise.
37116         (atomic_add_negative): Likewise.
37117         (atomic_add_zero): Likewise.
37118         (atomic_bit_test_set): Likewise.
37120 2012-06-22  Andreas Schwab  <schwab@redhat.com>
37122         [BZ #13579]
37123         * include/link.h (struct link_map): Add l_free_initfini.
37124         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
37125         l_initfini.
37126         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
37127         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
37128         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
37129         set.
37131 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
37133         * configure.in: Use AC_LANG_SOURCE.
37134         * configure: Regenerate.
37136 2012-06-22  Roland McGrath  <roland@hack.frob.com>
37138         * configure.in (libc_cv_localstatedir): New substituted variable.
37139         * configure: Regenerated.
37140         * config.make.in (localstatedir): New variable, substituted from
37141         libc_cv_localstatedir.
37142         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
37143         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
37144         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
37145         * sysdeps/gnu/configure: Regenerated.
37147 2012-06-21  Jeff Law  <law@redhat.com>
37149         [BZ #14277]
37150         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
37151         free.  Simplify list management for _LIBC case.
37153 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
37155         [BZ #14273]
37156         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
37157         Clear sign bit of 64-bit integer value before comparing against
37158         overflow value.
37160         * sysdeps/mach/configure: Regenerated.
37162 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
37164         [BZ #14278]
37165         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
37167 2012-06-21  Jeff Law  <law@redhat.com>
37169         [BZ #13882]
37170         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
37171         uint16_t for elements in the "seen" array to avoid char overflows.
37172         * elf/dl-fini.c (_dl_sort_fini): Likewise.
37173         * elf/dl-open.c (dl_open_worker): Likewise.
37175 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
37177         * scripts/list-sources.sh: Scan PORTS for translations.
37178         * po/libc.pot: Regenerated.
37180 2012-06-21  Andreas Jaeger  <aj@suse.de>
37182         [BZ #12194]
37183         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
37184         warning.
37185         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
37186         * bits/byteswap-16.h (__bswap_16): Likewise.
37187         * bits/byteswap.h (__bswap_constant_16): Likewise.
37189 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
37191         [BZ #14117]
37192         * sysdeps/i386/fpu_control.h: Removed.
37193         * sysdeps/x86_64/fpu_control.h: Moved to ...
37194         * sysdeps/x86/fpu_control.h: Here.
37196         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
37197         (_FPU_SETCW): Likewise.
37199 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
37201         [BZ #14117]
37202         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
37203         * sysdeps/x86/fpu/bits/mathinline.h: This.
37204         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
37206         [BZ #14050]
37207         [BZ #14117]
37208         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
37209         functions if __x86_64__ is defined.
37211 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
37213         * string/endian.h: Add !__ASSEMBLER__ condition for including
37214         conversion interfaces.
37216 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
37218         [BZ #14241]
37219         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
37220         of ABS(x) in calculating zero to negative powers other than odd
37221         integers.
37222         * math/libm-test.inc (pow_test): Add more tests.
37224 2012-06-15  Andreas Jaeger  <aj@suse.de>
37226         * manual/contrib.texi (Contributors): Update entry of Liubov
37227         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
37228         Machado Filho.
37230 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
37232         * string/string.h: Add __wur to GNU version of strerror_r.
37234 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
37236         [BZ #14229]
37237         * string/Makefile (tests): Add tst-strtok_r.
37238         * string/tst-strtok_r.c: New file.
37239         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
37240         RAX_LP/RDX_LP on SAVE_PTR.
37242 2012-06-14  Roland McGrath  <roland@hack.frob.com>
37244         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
37246 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
37248         * libm_test.inc (csqrt_test): Allow more spurious underflow
37249         exceptions.
37250         (j0_test): Likewise.
37251         (j1_test): Likewise.
37252         (y0_test): Likewise.
37253         (y1_test): Likewise.
37255 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
37257         * po/Makefile (libc.pot): Use UTF-8 charset.
37259 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
37261         [BZ #14210]
37262         Suppress sign-conversion warning from FD_SET.
37263         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
37264         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
37265         not unsigned long int.
37266         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
37268 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
37270         [BZ #14050]
37271         [BZ #14117]
37272         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
37273         __extern_always_inline instead of __extern_inline.
37274         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
37275         (__signbit): Likewise.
37276         (__signbitl): Support C++ namespace.
37277         (lrintf): New inline function.
37278         (lrint): Likewise.
37279         (llrintf): Likewise.
37280         (llrint): Likewise.
37281         (fmaxf): Likewise.
37282         (fmax): Likewise.
37283         (fminf): Likewise.
37284         (fmin): Likewise.
37285         (rint): Likewise.
37286         (rintf): Likewise.
37287         (ceil): Likewise.
37288         (ceilf): Likewise.
37289         (floor): Likewise.
37290         (floorf): Likewise.
37291         (nearbyint): Likewise.
37292         (nearbyintf): Likewise.
37294 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
37296         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
37297         non-default versions.
37299 2012-06-11  Roland McGrath  <roland@hack.frob.com>
37301         [BZ #14218]
37302         * manual/argp.texi (Argp): Reword argp_parse description slightly.
37304 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
37306         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
37307         (FE_UPWARD, FE_DOWNWARD): Don't define.
37308         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
37309         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
37311         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
37312         reading it.
37313         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
37314         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
37316 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37318         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
37319         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
37320         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
37321         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
37323 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
37325         [BZ #14117]
37326         * sysdeps/i386/fpu/bits/fenv.h: Removed.
37327         * sysdeps/i386/fpu/Implies: New file.
37328         * sysdeps/x86_64/fpu/Implies: Likewise.
37329         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
37330         * sysdeps/x86/fpu/bits/fenv.h: This.
37332         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
37333         __SSE_MATH__.
37335 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
37337         [BZ #14134]
37338         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
37339         character 0xffff that matches the last element of the
37340         conversion table.
37342 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37344         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
37345         fmodl commit.
37347 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37349         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
37350         values higher than 25.6283.
37352 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37354         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
37355         subnormal exponent extraction and add some __builtin_expect.
37356         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
37357         Fix for subnormal mantissa calculation.
37359 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
37361         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
37362         cpu2 is -1 and errno is not ENOSYS.
37364 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
37366         [BZ #14117]
37367         * sysdeps/i386/i486/bits/string.h: Renamed to ...
37368         * sysdeps/x86/bits/string.h: This.
37369         * sysdeps/x86_64/bits/string.h: Removed.
37371         * sysdeps/i386/i486/bits/string.h: Define inline functions only
37372         if not compiling for x86-64, but compiling for >= i486.
37374         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
37375         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
37377         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
37378         New macro from Linux kernel 3.4.0.
37379         (FP_XSTATE_MAGIC2): Likewise.
37380         (FP_XSTATE_MAGIC2_SIZE): Likewise.
37381         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
37382         (struct _fpx_sw_bytes): New struct.
37383         (struct _xsave_hdr): Likewise.
37384         (struct _ymmh_state): Likewise.
37385         (struct _xstate): Likewise.
37387         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
37388         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
37389         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
37390         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
37391         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
37392         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
37394         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
37395         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
37396         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
37397         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
37398         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
37399         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
37401 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37403         [BZ #13743]
37404         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
37405         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
37406         (sysdep_headers): Include sys/platform/ppc.h.
37407         * sysdeps/powerpc/test-gettimebase.c: Test for
37408         __ppc_get_timebase() to catch future ISA opcode/insn changes.
37409         * manual/Makefile (appendices): Include platform.texi.
37410         * manual/contrib.texi (Contributors): Update @node pointers.
37411         * manual/maint.texi (Maintenance): Likewise.
37412         (Platform): New node.
37413         * manual/platform.texi: New file.  Document the new features.
37415 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
37416             Jakub Jelinek  <jakub@redhat.com>
37418         [BZ #14188]
37419         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
37420         where __builtin_expect is unavailable.
37422 2012-06-03  David S. Miller  <davem@davemloft.net>
37424         * stdlib/longlong.h: Updated from GCC.
37426 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
37428         [BZ #14042]
37429         * sysdeps/powerpc/powerpc32/mcount.c: New file.
37430         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
37431         __mcount_internal.
37432         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
37433         (GLIBC_2.16): Likewise.
37435 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37437         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
37439 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
37441         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
37442         (default-abi): New variable.
37443         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
37444         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
37445         variable.
37446         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
37447         Likewise.
37448         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
37449         Likewise.
37450         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
37451         Likewise.
37453         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
37454         definition.  Document in comment.
37456 2012-06-01  David S. Miller  <davem@davemloft.net>
37458         * stdlib/longlong.h: Updated from GCC.
37460 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37462         [BZ #14117]
37463         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
37464         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
37465         sys/debugreg.h sys/io.h here.
37466         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
37467         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
37468         sys/io.h.
37469         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
37470         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
37471         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
37472         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
37473         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
37474         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
37476         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
37477         Define only if __x86_64__ is defined.
37479 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
37481         [BZ #14048]
37482         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
37483         Use int64_t for variable i.
37484         * math/libm-test.inc (fmod_test): Add more tests.
37486         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
37487         z computation is not scheduled after fetestexcept.
37488         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
37489         Use math_force_eval instead of asm to ensure calculation scheduled
37490         before exception test.
37491         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
37492         Ensure a1 + u.d computation is not scheduled after fetestexcept.
37494 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
37496         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
37497         computation is not scheduled after fetestexcept.
37499 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37501         [BZ #14117]
37502         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
37503         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
37505 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37507         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
37508         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
37510 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
37512         [BZ #14117]
37513         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
37514         <bits/wordsize.h>.
37515         (__WCHAR_MIN): Support __WORDSIZE == 64.
37516         (__WCHAR_MAX): Likewise.
37518         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
37519         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
37521         [BZ #14183]
37522         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
37523         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
37525         [BZ #14117]
37526         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
37527         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
37529         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
37530         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
37532         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
37533         Defined to 1 if __x86_64__ isn't defined.
37534         (_STAT_VER_LINUX_OLD): New.
37535         (st_atime): Remove duplicate.
37536         (st_mtime): Likewise.
37537         (st_ctime): Likewise.
37539 2012-05-31  David S. Miller  <davem@davemloft.net>
37541         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
37542         entries.
37544 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
37546         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
37547         gen-libm-test.pl.
37549         [BZ #14132]
37550         * elf/dl-reloc.c: Include <_itoa.h>.
37551         (_dl_reloc_bad_type): Remove use of INTUSE.
37552         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
37553         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
37554         * stdio-common/psiginfo.c (psiginfo): Likewise.
37555         * stdio-common/psignal.c (psignal): Likewise.
37556         * string/strsignal.c (strsignal): Likewise.
37557         * include/signal.h (_sys_siglist): Declare hidden proto.
37558         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
37559         INTVARDEF with libc_hidden_data_def.
37560         * stdio-common/itoa-udigits.c: Likewise.
37561         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
37562         (_itoa_lower_digits_internal): Remove declaration.
37563         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
37564         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
37565         (_sys_sigabbrev_internal): Remove aliases.
37566         (_sys_siglist): Define hidden alias.
37568 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
37570         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
37571         bits/sysctl.h.
37573 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
37575         [BZ #14117]
37576         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
37577         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
37579         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
37580         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
37581         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
37582         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
37583         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
37584         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
37586         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
37587         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
37588         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
37590         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
37591         with __addr.
37592         (insw): Likewise.
37593         (insl): Likewise.
37594         (outsb): Likewise.
37595         (outsw): Likewise.
37596         (outsl): Likewise.
37598         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
37599         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
37600         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
37602         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
37603         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
37604         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
37605         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
37606         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
37607         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
37609         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
37610         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
37612         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
37613         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
37615         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
37616         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
37617         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
37619         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
37620         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
37621         to ...
37622         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
37624         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
37625         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
37626         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
37628         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
37629         for x86-64.
37630         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
37632 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
37634         * math/math.h (M_El): Use two more decimal places.
37635         (M_LOG2El): Likewise.
37636         (M_LOG10El): Likewise.
37637         (M_LN2l): Likewise.
37638         (M_LN10l): Likewise.
37639         (M_PIl): Likewise.
37640         (M_PI_2l): Likewise.
37641         (M_PI_4l): Likewise.
37642         (M_1_PIl): Likewise.
37643         (M_2_PIl): Likewise.
37644         (M_2_SQRTPIl): Likewise.
37645         (M_SQRT2l): Likewise.
37646         (M_SQRT1_2l): Likewise.
37648 2012-05-31  David S. Miller  <davem@davemloft.net>
37650         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
37651         values between float registers.
37652         * sysdeps/sparc/sparc64/memset.S: Likewise.
37653         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
37655 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
37657         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
37658         -D_FORTIFY_SOURCE=1.
37659         (CPPFLAGS-tst-longjmp_chk.c): Define.
37660         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
37661         (CPPFLAGS-tst-longjmp_chk2.c): Define.
37662         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
37663         CFLAGS-tst-wchar-h.c.
37665 2012-05-31  Marek Polacek  <polacek@redhat.com>
37667         [BZ #14132]
37668         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
37669         __endmntent_internal): Remove declaration.
37670         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
37671         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
37672         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
37674 2012-05-30  David S. Miller  <davem@davemloft.net>
37676         * sysdeps/sparc/sparc32/soft-fp/q_util.c
37677         (___Q_simulate_exceptions): Use real FP ops rather than writing
37678         into the %fsr.
37679         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
37680         Likewise.
37682 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37684         [BZ #14117]
37685         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
37686         * sysdeps/x86/bits/xtitypes.h: This.
37688         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
37689         * sysdeps/x86/bits/wordsize.h: This.
37691         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
37692         * sysdeps/x86/bits/huge_vall.h: This.
37694         * sysdeps/i386/bits/select.h: Removed.
37695         * sysdeps/x86_64/bits/select.h: Renamed to ...
37696         * sysdeps/x86/bits/select.h: This.
37698         * sysdeps/i386/bits/setjmp.h: Removed.
37699         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
37700         * sysdeps/x86/bits/setjmp.h: This.
37702         * sysdeps/i386/bits/mathdef.h: Removed.
37703         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
37704         * sysdeps/x86/bits/mathdef.h: This.
37706 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
37708         [BZ #14132]
37709         * include/sys/socket.h (__connect_internal)
37710         (__libc_sa_len_internal): Remove declaration.
37711         (__connect, __libc_sa_len): Declare hidden_proto.
37712         (SA_LEN): Remove use of INTUSE.
37713         * socket/connect.c: Add libc_hidden_def.
37714         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
37715         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
37716         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
37717         alias.
37718         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
37719         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
37720         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
37721         of adding _internal alias.
37723 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37725         [BZ #14117]
37726         * sysdeps/i386/bits/link.h: Removed.
37727         * sysdeps/i386/bits/linkmap.h: Likewise.
37728         * sysdeps/x86_64/bits/link.h: Renamed to ...
37729         * sysdeps/x86/bits/link.h: This.
37730         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
37731         * sysdeps/x86/bits/linkmap.h: This.
37733         * sysdeps/i386/bits/endian.h: Removed.
37734         * sysdeps/x86_64/bits/endian.h: Renamed to ...
37735         * sysdeps/x86/bits/endian.h: This.
37737         * sysdeps/i386/bits/byteswap.h: Removed.
37738         * sysdeps/i386/bits/byteswap-16.h: Likewise.
37739         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
37740         * sysdeps/x86/bits/byteswap.h: This.
37741         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
37742         * sysdeps/x86/bits/byteswap-16.h: This.
37743         * sysdeps/i386/Implies: Add x86.
37744         * sysdeps/x86_64/Implies: Likewise.
37746 2012-05-30  David S. Miller  <davem@davemloft.net>
37748         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
37749         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
37750         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
37751         (FP_TRAPPING_EXCEPTIONS): Define.
37752         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
37753         (FP_TRAPPING_EXCEPTIONS): Define.
37754         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
37755         subnormals only when inexact has been signalled or underflow
37756         exceptions are enabled.
37757         (_FP_PACK_CANONICAL): Likewise.
37759 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37761         [BZ #14183]
37762         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
37763         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
37765 2012-05-30  Richard Henderson  <rth@twiddle.net>
37767         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
37768         with #ifndef NOT_IN_libc.
37770         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
37771         marked to avoid plt entry.
37773 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37775         [BZ #14112]
37776         * Makeconfig (default-abi): New macro.
37777         (abi-includes): Likewise.
37778         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
37779         $(abi-$(default-abi)-lib-soname) for soname if defined.
37780         ($(common-objpfx)gnu/lib-names.stmp): Generate from
37781         abi-variants.
37782         * Makefile (installed-stubs): Likewise.
37783         * include/stubs-biarch.h: Removed.
37784         * scripts/lib-names.awk: Only handle one library at a time.
37785         * scripts/soversions.awk: Remove WORDSIZE support.
37786         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
37787         entries.
37788         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
37789         Removed.
37790         (syscall-list-default-condition): Likewise.
37791         (syscall-list-default-condition): Likewise.
37792         (syscall-list-includes): Likewise.
37793         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
37794         syscall-list-* with abi-*.  Handle undefined abi-variants.
37795         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
37796         * sysdeps/unix/sysv/linux/i386/Implies: New file.
37797         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
37798         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
37799         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
37800         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
37801         Removed.
37802         (syscall-list-32-options): Likewise.
37803         (syscall-list-32-condition): Likewise.
37804         (syscall-list-64-options): Likewise.
37805         (syscall-list-64-condition): Likewise.
37806         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
37807         macro.
37808         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
37809         Renamed to ...
37810         (abi-*): This.
37811         (abi-64-ld-soname): New macro.
37812         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
37813         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
37814         Renamed to ...
37815         (abi-*): This.
37816         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
37817         * sysdeps/x86_64/x32/shlib-versions: Likewise.
37819 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
37821         * sysdeps/unix/sysv/linux/kernel-features.h
37822         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
37823         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
37824         include <kernel-features.h>.
37825         [!__NR_ftruncate64]: Remove conditional code.
37826         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37827         [__NR_ftruncate64]: Make code unconditional.
37828         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37829         * sysdeps/unix/sysv/linux/truncate64.c: Do not
37830         include <kernel-features.h>.
37831         [!__NR_ftruncate64]: Remove conditional code.
37832         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37833         [__NR_ftruncate64]: Make code unconditional.
37834         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37835         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
37836         include <kernel-features.h>.
37837         [!__NR_ftruncate64]: Remove conditional code.
37838         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37839         [__NR_ftruncate64]: Make code unconditional.
37840         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37841         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
37842         include <kernel-features.h>.
37843         [!__NR_ftruncate64]: Remove conditional code.
37844         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37845         [__NR_ftruncate64]: Make code unconditional.
37846         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37848         * configure.in (libc_cv_fpie): Weaken to a compile test using
37849         LIBC_TRY_CC_OPTION.
37850         * configure: Regenerated.
37852 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37854         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
37855         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
37856         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
37857         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
37858         Refreshed.
37859         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
37860         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
37861         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
37862         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
37863         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
37864         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
37865         Refreshed.
37867 2012-05-27  David S. Miller  <davem@davemloft.net>
37869         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
37870         (___Q_zero): New.
37871         (__Q_simulate_exceptions): Return void.  Change to simulate
37872         exceptions by writing into the %fsr.
37873         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
37874         (__Qp_handle_exceptions): Likewise.
37875         (numbers): Delete.
37876         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
37877         __Qp_handle_exceptions.
37878         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
37879         __Qp_handle_exceptions.
37880         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
37881         as unused and give dummy FP_RND_NEAREST initializer.
37882         (FP_INHIBIT_RESULTS): Define.
37883         (___Q_simulate_exceptions): Update declaration.
37884         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
37885         formatting.
37886         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
37887         as unused and give dummy FP_RND_NEAREST initializer.
37888         (__Qp_handle_exceptions): Update declaration.
37889         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
37890         formatting.
37892 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
37894         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
37895         the temporary FPU control word.
37896         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
37897         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
37898         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
37899         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
37900         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
37901         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
37902         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
37903         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
37904         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
37905         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
37906         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
37908 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37910         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
37911         fields.
37913 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
37915         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
37916         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
37917         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
37918         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
37919         Likewise.
37920         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
37921         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
37922         Likewise.
37924 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
37926         * po/h.po: Update from translation team.
37928 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
37930         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
37932         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
37933         handling of denormals.
37934         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
37935         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
37936         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
37937         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
37938         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
37939         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
37940         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
37941         Likewise.
37943 2012-05-26  Marek Polacek  <polacek@redhat.com>
37945         [BZ #14152]
37946         * math/libm-test.inc (fma_test): Don't always expect underflow
37947         exception.
37949 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
37951         [BZ #12416]
37952         * elf/tst-execstack.c: Include stackinfo.h.
37953         (do_test): Adjust test case to ensure that pthread_getattr_np
37954         behaviour remains the same after marking stack executable.
37956 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
37958         * sysdeps/unix/sysv/linux/kernel-features.h
37959         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
37960         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
37961         kernel-features.h.
37962         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
37963         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
37964         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
37965         kernel-features.h.
37966         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
37967         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
37969 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
37971         * configure.in: Define the default includes to being none.
37972         * configure: Regenerated.
37974 2012-05-25  Roland McGrath  <roland@hack.frob.com>
37976         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
37977         * sysdeps/x86_64/setjmp.S: Likewise.
37978         * sysdeps/i386/bsd-setjmp.S: Likewise.
37979         * sysdeps/i386/bsd-_setjmp.S: Likewise.
37980         * sysdeps/i386/setjmp.S: Likewise.
37981         * sysdeps/i386/__longjmp.S: Likewise.
37982         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
37983         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
37985         * include/stap-probe.h: New file.
37986         * configure.in: Handle --enable-systemtap.
37987         * configure: Regenerated.
37988         * config.h.in (USE_STAP_PROBE): New #undef.
37989         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
37990         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
37991         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
37993 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
37995         [BZ #13717]
37996         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
37997         to 2.4.0 where earlier.
37998         * sysdeps/unix/sysv/linux/configure: Regenerated.
37999         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
38000         <kernel-features.h>.
38001         [__ASSUME_32BITUIDS]: Make code unconditional.
38002         [!__ASSUME_32BITUIDS]: Remove conditional code.
38003         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
38004         <kernel-features.h>.
38005         [__ASSUME_32BITUIDS]: Make code unconditional.
38006         [!__ASSUME_32BITUIDS]: Remove conditional code.
38007         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
38008         [__ASSUME_32BITUIDS]: Make code unconditional.
38009         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
38010         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
38011         <kernel-features.h>.
38012         [__ASSUME_32BITUIDS]: Make code unconditional.
38013         [!__ASSUME_32BITUIDS]: Remove conditional code.
38014         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
38015         <kernel-features.h>.
38016         [__ASSUME_32BITUIDS]: Make code unconditional.
38017         [!__ASSUME_32BITUIDS]: Remove conditional code.
38018         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
38019         <kernel-features.h>.
38020         [__ASSUME_32BITUIDS]: Make code unconditional.
38021         [!__ASSUME_32BITUIDS]: Remove conditional code.
38022         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
38023         <kernel-features.h>.
38024         [__ASSUME_32BITUIDS]: Make code unconditional.
38025         [!__ASSUME_32BITUIDS]: Remove conditional code.
38026         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
38027         <kernel-features.h>.
38028         [__ASSUME_32BITUIDS]: Make code unconditional.
38029         [!__ASSUME_32BITUIDS]: Remove conditional code.
38030         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
38031         <kernel-features.h>.
38032         [__ASSUME_32BITUIDS]: Make code unconditional.
38033         [!__ASSUME_32BITUIDS]: Remove conditional code.
38034         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
38035         <kernel-features.h>.
38036         [__ASSUME_32BITUIDS]: Make code unconditional.
38037         [!__ASSUME_32BITUIDS]: Remove conditional code.
38038         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
38039         <kernel-features.h>.
38040         [__ASSUME_32BITUIDS]: Make code unconditional.
38041         [!__ASSUME_32BITUIDS]: Remove conditional code.
38042         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
38043         <kernel-features.h>.
38044         [__ASSUME_32BITUIDS]: Make code unconditional.
38045         [!__ASSUME_32BITUIDS]: Remove conditional code.
38046         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
38047         <kernel-features.h>.
38048         [__ASSUME_32BITUIDS]: Make code unconditional.
38049         [!__ASSUME_32BITUIDS]: Remove conditional code.
38050         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
38051         <kernel-features.h>.
38052         [__NR_setresgid] (__setresgid): Do not declare.
38053         [__ASSUME_32BITUIDS]: Make code unconditional.
38054         [!__ASSUME_32BITUIDS]: Remove conditional code.
38055         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
38056         <kernel-features.h>.
38057         [__NR_setresuid] (__setresuid): Do not declare.
38058         [__ASSUME_32BITUIDS]: Make code unconditional.
38059         [!__ASSUME_32BITUIDS]: Remove conditional code.
38060         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
38061         <kernel-features.h>.
38062         [__ASSUME_32BITUIDS]: Make code unconditional.
38063         [!__ASSUME_32BITUIDS]: Remove conditional code.
38064         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
38065         <kernel-features.h>.
38066         [__ASSUME_32BITUIDS]: Make code unconditional.
38067         [!__ASSUME_32BITUIDS]: Remove conditional code.
38068         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
38069         <kernel-features.h>.
38070         [__ASSUME_32BITUIDS]: Make code unconditional.
38071         [!__ASSUME_32BITUIDS]: Remove conditional code.
38072         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
38073         <kernel-features.h>.
38074         [__ASSUME_32BITUIDS]: Make code unconditional.
38075         [!__ASSUME_32BITUIDS]: Remove conditional code.
38076         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
38077         <kernel-features.h>.
38078         [__ASSUME_32BITUIDS]: Make code unconditional.
38079         [!__ASSUME_32BITUIDS]: Remove conditional code.
38080         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
38081         <kernel-features.h>.
38082         [__ASSUME_32BITUIDS]: Make code unconditional.
38083         [!__ASSUME_32BITUIDS]: Remove conditional code.
38084         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
38085         <kernel-features.h>.
38086         [__ASSUME_32BITUIDS]: Make code unconditional.
38087         [!__ASSUME_32BITUIDS]: Remove conditional code.
38088         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
38089         <kernel-features.h>.
38090         [__ASSUME_32BITUIDS]: Make code unconditional.
38091         [!__ASSUME_32BITUIDS]: Remove conditional code.
38092         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
38093         <kernel-features.h>.
38094         [__ASSUME_32BITUIDS]: Make code unconditional.
38095         [!__ASSUME_32BITUIDS]: Remove conditional code.
38096         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
38097         <kernel-features.h>.
38098         [__ASSUME_32BITUIDS]: Make code unconditional.
38099         [!__ASSUME_32BITUIDS]: Remove conditional code.
38100         * sysdeps/unix/sysv/linux/kernel-features.h
38101         (__ASSUME_SETRESUID_SYSCALL): Remove.
38102         (__ASSUME_SETRESGID_SYSCALL): Likewise.
38103         (__ASSUME_32BITUIDS): Likewise.
38104         (__ASSUME_LDT_WORKS): Likewise.
38105         (__ASSUME_O_DIRECTORY): Likewise.
38106         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
38107         architecture but not kernel version.
38108         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
38109         (__ASSUME_MMAP2_SYSCALL): Likewise.
38110         (__ASSUME_STAT64_SYSCALL): Likewise.
38111         (__ASSUME_IPC64): Likewise.
38112         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
38113         <kernel-features.h>.
38114         [__ASSUME_32BITUIDS]: Make code unconditional.
38115         [!__ASSUME_32BITUIDS]: Remove conditional code.
38116         * sysdeps/unix/sysv/linux/opendir.c: Do not include
38117         <kernel-features.h>.
38118         [__ASSUME_O_DIRECTORY]: Make code unconditional.
38119         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
38120         132096]: Remove conditional code.
38121         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
38122         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
38123         <kernel-features.h>.
38124         [__ASSUME_32BITUIDS]: Make code unconditional.
38125         [!__ASSUME_32BITUIDS]: Remove conditional code.
38126         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
38127         <kernel-features.h>.
38128         [__ASSUME_32BITUIDS]: Make code unconditional.
38129         [!__ASSUME_32BITUIDS]: Remove conditional code.
38130         * sysdeps/unix/sysv/linux/setegid.c: Do not include
38131         <kernel-features.h>.
38132         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
38133         unconditional.
38134         (__setresgid): Do not declare.
38135         [__ASSUME_32BITUIDS]: Make code unconditional.
38136         [!__ASSUME_32BITUIDS]: Remove conditional code.
38137         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38138         <kernel-features.h>.
38139         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38140         unconditional.
38141         (__setresuid): Do not declare.
38142         [__ASSUME_32BITUIDS]: Make code unconditional.
38143         [!__ASSUME_32BITUIDS]: Remove conditional code.
38144         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
38145         <kernel-features.h>.
38146         [__ASSUME_32BITUIDS]: Make code unconditional.
38147         [!__ASSUME_32BITUIDS]: Remove conditional code.
38148         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
38149         <kernel-features.h>.
38150         [__ASSUME_32BITUIDS]: Make code unconditional.
38151         [!__ASSUME_32BITUIDS]: Remove conditional code.
38153 2012-05-25  Richard Henderson  <rth@twiddle.net>
38155         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
38156         dl_hwcap to ifunc resolver.
38157         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
38158         elf_ifunc_invoke.
38159         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
38160         dl_hwcap to ifunc resolver.
38161         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
38163 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38165         [BZ #14153]
38166         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
38167         for |x| <= 2**-26, not 2**-57.
38168         * math/libm-test.inc (acos_test): Do not allow spurious underflow
38169         exception.
38171 2012-05-24  Jeff Law  <law@redhat.com>
38173         * stdio-common/Makefile (tests): Add bug25.
38174         * stdio-common/bug25.c: New test.
38176 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38178         [BZ #13576]
38179         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
38180         multiple of MALLOC_ALIGNMENT in size.
38181         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
38183 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38185         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
38186         Require >= 256.
38187         (FILENAME_MAX): Use macro-int-constant.
38188         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
38189         (_IOFBF): Use macro-int-constant.
38190         (_IOLBF): Likewise.
38191         (_IONBF): Likewise.
38192         (SEEK_CUR): Likewise.
38193         (SEEK_END): Likewise.
38194         (SEEK_SET): Likewise.
38195         (TMP_MAX): Likewise.
38196         (EOF): Use macro-int-constant.  Require < 0.
38197         (NULL): Use macro-constant.  Require == 0.
38198         (stdin): Require type to be FILE *.
38199         (stdout): Likewise.
38200         (stderr): Likewise.
38201         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
38202         macro-int-constant.
38203         (EXIT_SUCCESS): Likewise.
38204         (NULL): Use macro-constant.  Require == 0.
38205         (RAND_MAX): Use macro-int-constant.
38206         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
38207         [C99-based standards] (strtof): Require function.
38208         [C99-based standards] (strtold): Likewise.
38209         [C99-based standards] (strtoll): Likewise.
38210         [C99-based standards] (strtoull): Likewise.
38211         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
38212         [ISO || ISO99 || ISO11] (limits.h): Likewise.
38213         [ISO || ISO99 || ISO11] (math.h): Likewise.
38214         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
38215         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
38216         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38218 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
38220         [BZ #14132]
38221         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
38222         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
38223         * intl/dgettext.c (DCGETTEXT): Likewise.
38224         * intl/gettext.c (DCGETTEXT): Likewise.
38225         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
38226         * posix/regex_internal.h (gettext): Likewise.
38227         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
38228         Remove declaration.
38229         * include/argz.h (__argz_count_internal)
38230         (__argz_stringify_internal): Remove declaration.
38231         (__argz_count, __argz_stringify): Declare hidden proto.
38232         * intl/dcgettext.c: Remove use of INTDEF.
38233         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
38234         * string/argz-stringify.c: Likewise.
38235         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38236         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38237         Declare hidden proto.
38238         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38239         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38240         Declare hidden proto.
38241         * include/stdio.h (__asprintf_internal): Don't declare.
38242         (__asprintf): Don't define as macro.  Declare hidden proto.
38243         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
38244         (__fsetlocking): Declare hidden proto.
38245         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
38246         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
38247         hidden proto.
38248         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
38249         (_IO_setlinebuf): Remove use of INTUSE.
38250         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
38251         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
38252         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
38253         Remove declaration.
38254         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
38255         (_IO_do_flush): Remove use of INTUSE.
38256         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
38257         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
38258         (_IO_adjust_column, _IO_least_wmarker)
38259         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
38260         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
38261         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
38262         (_IO_default_doallocate, _IO_wdefault_doallocate)
38263         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
38264         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
38265         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
38266         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
38267         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
38268         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
38269         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
38270         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
38271         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
38272         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
38273         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
38274         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
38275         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
38276         proto.
38277         (_IO_flush_all_internal, _IO_adjust_column_internal)
38278         (_IO_default_uflow_internal, _IO_default_finish_internal)
38279         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
38280         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
38281         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
38282         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
38283         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
38284         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
38285         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
38286         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
38287         (_IO_file_close_internal, _IO_file_close_it_internal)
38288         (_IO_file_underflow_internal, _IO_file_overflow_internal)
38289         (_IO_file_init_internal, _IO_file_attach_internal)
38290         (_IO_file_fopen_internal, _IO_file_read_internal)
38291         (_IO_file_sync_internal, _IO_file_seek_internal)
38292         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
38293         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
38294         (_IO_str_underflow_internal, _IO_str_overflow_internal)
38295         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
38296         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
38297         (_IO_list_all_internal, _IO_link_in_internal)
38298         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
38299         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
38300         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
38301         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
38302         (_IO_do_write_internal, _IO_padn_internal)
38303         (_IO_getline_info_internal, _IO_getline_internal)
38304         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
38305         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
38306         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
38307         (_IO_vfscanf_internal, _IO_vfprintf_internal)
38308         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
38309         (_IO_init_internal, _IO_un_link_internal): Don't declare.
38310         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
38311         with libc_hidden_ver, remove use of INTUSE.
38312         * libio/genops.c: Likewise.
38313         * libio/freopen.c: Likewise.
38314         * libio/freopen64.c: Likewise.
38315         * libio/iofclose.c: Likewise.
38316         * libio/iofdopen.c: Likewise.
38317         * libio/iofflush.c: Likewise.
38318         * libio/iofflush_u.c: Likewise.
38319         * libio/iofgets.c: Likewise.
38320         * libio/iofgets_u.c: Likewise.
38321         * libio/iofopen.c: Likewise.
38322         * libio/iofopncook.c: Likewise.
38323         * libio/iofread.c: Likewise.
38324         * libio/iofread_u.c: Likewise.
38325         * libio/ioftell.c: Likewise.
38326         * libio/iofwrite.c: Likewise.
38327         * libio/iogetline.c: Likewise.
38328         * libio/iogets.c: Likewise.
38329         * libio/iogetwline.c: Likewise.
38330         * libio/iopadn.c: Likewise.
38331         * libio/iopopen.c: Likewise.
38332         * libio/ioseekoff.c: Likewise.
38333         * libio/ioseekpos.c: Likewise.
38334         * libio/iosetbuffer.c: Likewise.
38335         * libio/iosetvbuf.c: Likewise.
38336         * libio/ioungetc.c: Likewise.
38337         * libio/ioungetwc.c: Likewise.
38338         * libio/iovdprintf.c: Likewise.
38339         * libio/iovsprintf.c: Likewise.
38340         * libio/iovsscanf.c: Likewise.
38341         * libio/memstream.c: Likewise.
38342         * libio/obprintf.c: Likewise.
38343         * libio/oldfileops.c: Likewise.
38344         * libio/oldiofclose.c: Likewise.
38345         * libio/oldiofdopen.c: Likewise.
38346         * libio/oldiofopen.c: Likewise.
38347         * libio/oldiopopen.c: Likewise.
38348         * libio/oldstdfiles.c: Likewise.
38349         * libio/putc.c: Likewise.
38350         * libio/setbuf.c: Likewise.
38351         * libio/setlinebuf.c: Likewise.
38352         * libio/stdfiles.c: Likewise.
38353         * libio/strops.c: Likewise.
38354         * libio/vasprintf.c: Likewise.
38355         * libio/vscanf.c: Likewise.
38356         * libio/vsnprintf.c: Likewise.
38357         * libio/vswprintf.c: Likewise.
38358         * libio/wfiledoalloc.c: Likewise.
38359         * libio/wfileops.c: Likewise.
38360         * libio/wgenops.c: Likewise.
38361         * libio/wmemstream.c: Likewise.
38362         * libio/wstrops.c: Likewise.
38363         * libio/__fpurge.c: Likewise.
38364         * libio/__fsetlocking.c: Likewise.
38365         * assert/assert.c: Likewise.
38366         * debug/fgets_chk.c: Likewise.
38367         * debug/fgets_u_chk.c: Likewise.
38368         * debug/fread_chk.c: Likewise.
38369         * debug/fread_u_chk.c: Likewise.
38370         * debug/gets_chk.c: Likewise.
38371         * debug/obprintf_chk.c: Likewise.
38372         * debug/vasprintf_chk.c: Likewise.
38373         * debug/vdprintf_chk.c: Likewise.
38374         * debug/vsnprintf_chk.c: Likewise.
38375         * debug/vsprintf_chk.c: Likewise.
38376         * malloc/mtrace.c: Likewise.
38377         * misc/error.c: Likewise.
38378         * misc/syslog.c: Likewise.
38379         * stdio-common/asprintf.c: Likewise.
38380         * stdio-common/fxprintf.c: Likewise.
38381         * stdio-common/getw.c: Likewise.
38382         * stdio-common/isoc99_fscanf.c: Likewise.
38383         * stdio-common/isoc99_scanf.c: Likewise.
38384         * stdio-common/isoc99_vfscanf.c: Likewise.
38385         * stdio-common/isoc99_vscanf.c: Likewise.
38386         * stdio-common/isoc99_vsscanf.c: Likewise.
38387         * stdio-common/printf-prs.c: Likewise.
38388         * stdio-common/printf_fp.c: Likewise.
38389         * stdio-common/printf_fphex.c: Likewise.
38390         * stdio-common/printf_size.c: Likewise.
38391         * stdio-common/putw.c: Likewise.
38392         * stdio-common/scanf.c: Likewise.
38393         * stdio-common/sprintf.c: Likewise.
38394         * stdio-common/tmpfile.c: Likewise.
38395         * stdio-common/vfprintf.c: Likewise.
38396         * stdio-common/vfscanf.c: Likewise.
38397         * stdlib/strfmon_l.c: Likewise.
38398         * sunrpc/openchild.c: Likewise.
38399         * sunrpc/xdr_stdio.c: Likewise.
38400         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
38401         * sysdeps/mach/hurd/tmpfile.c: Likewise.
38403 2012-05-24  Roland McGrath  <roland@hack.frob.com>
38405         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
38407         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
38408         in the third column, to generate for the shared library an IFUNC
38409         that uses _dl_vdso_vsym.
38410         * Makerules (COMPILE.c, compile-stdin.c): New variables.
38411         * Makeconfig (object-suffixes-noshared): New variable.
38413         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
38414         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
38415         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
38416         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
38418         [BZ #14132]
38419         * include/sys/time.h (__gettimeofday): Remove macro.
38420         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
38421         * time/gettimeofday.c (__gettimeofday): Remove #undef.
38422         Remove INTDEF.
38423         (__gettimeofday): Add libc_hidden_def.
38424         (gettimeofday): Add libc_hidden_weak.
38425         * sysdeps/mach/gettimeofday.c: Likewise.
38426         * sysdeps/posix/gettimeofday.c: Likewise.
38427         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
38428         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
38429         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
38430         (__gettimeofday_internal): Remove strong_alias.
38431         (__gettimeofday): Add libc_hidden_def.
38432         (gettimeofday): Add libc_hidden_weak.
38433         * sysdeps/unix/syscalls.list (gettimeofday):
38434         Remove __gettimeofday_internal alias.
38436 2012-05-24  Daniel Jacobowitz  <drow@false.org>
38437             H.J. Lu  <hongjiu.lu@intel.com>
38439         [BZ #12495]
38440         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
38441         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
38442         (largebin_index_32_big): New.
38443         (largebin_index): Use it for 16-byte alignment.
38444         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
38445         correction with front_misalign.
38447 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38449         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
38450         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
38451         Likewise.
38452         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
38453         Likewise.
38454         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
38455         Likewise.
38456         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
38457         Likewise.
38458         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
38459         Likewise.
38460         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
38461         Likewise.
38462         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
38463         Likewise.
38464         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
38465         Likewise.
38466         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
38467         Likewise.
38468         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
38469         Likewise.
38470         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
38471         Likewise.
38472         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
38473         Likewise.
38475         * scripts/data/c++-types-x32-linux-gnu.data: New file.
38476         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
38478 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38480         [BZ #10846]
38481         [BZ #14036]
38482         * math/libm-test.inc (exp_test): Add test from bug 14036.
38483         (pow_test): Add test from bug 10846.
38485         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
38486         and other flags.
38487         (special_function): Do not include flags in test name.
38488         (parse_args): Likewise.
38489         * sysdeps/i386/fpu/libm-test-ulps: Update.
38490         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
38491         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
38492         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
38493         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38495         * math/gen-libm-test.pl (%beautify): Add entries for underflow
38496         exceptions.
38497         * math/libm-test.inc ("Philosophy"): Update comment about
38498         exception testing.
38499         (UNDERFLOW_EXCEPTION): New macro.
38500         (UNDERFLOW_EXCEPTION_OK): Likewise.
38501         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
38502         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
38503         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
38504         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
38505         (INVALID_EXCEPTION_OK): Update value.
38506         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
38507         (OVERFLOW_EXCEPTION_OK): Likewise.
38508         (IGNORE_ZERO_INF_SIGN): Likewise.
38509         (test_exceptions): Handle underflow exceptions.
38510         (acos_test): Update for underflow exception expectations.
38511         (cexp_test): Likewise.
38512         (clog_test): Likewise.
38513         (clog10_test): Likewise.
38514         (csqrt_test): Likewise.
38515         (ctan_test): Likewise.
38516         (ctanh_test): Likewise.
38517         (exp_test): Likewise.
38518         (exp10_test): Likewise.
38519         (exp2_test): Likewise.
38520         (expm1_test): Likewise.
38521         (fma_test): Likewise.
38522         (j0_test): Likewise.
38523         (jn_test): Likewise.
38524         (nexttoward_test): Likewise.
38525         (pow_test): Likewise.
38526         (scalbn_test): Likewise.
38527         (scalbln_test): Likewise.
38528         (tan_test): Likewise.
38529         (y1_test): Likewise.
38530         * sysdeps/i386/fpu/libm-test-ulps: Update.
38531         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38533 2012-05-23  David S. Miller  <davem@davemloft.net>
38535         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
38536         (__libc_sigaction): Remove unused local variables.
38538 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38540         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
38542 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
38544         mktime: avoid signed integer overflow
38545         * time/mktime.c (__mktime_internal): Do not mishandle the case
38546         where diff == INT_MIN.
38548         mktime: simplify computation of average
38549         * time/mktime.c (ranged_convert): Use new time_t_avg function
38550         instead of rolling our own (probably-slower) code.
38552         mktime: do not assume signed right shift propagates sign bit
38553         * time/mktime.c (isdst_differ): New static function.
38554         (__mktime_internal): No need to normalize tm_isdst now.
38555         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
38556         tm_isdst values.
38558         mktime: merge another wrapv change from gnulib
38559         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
38560         from some compilers.
38562         mktime: remove incorrect attempt at unusual arithmetics
38563         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
38564         The code didn't really work on such machines anyway.
38565         (TYPE_MINIMUM): Assume two's complement.
38566         (twos_complement_arithmetic): Verify that long_int and time_t
38567         are two's complement (or unsigned, in the latter case).
38569         mktime: check signed shifts on long_int and time_t, too
38570         * time/mktime.c (SHR): Check that shifts work as desired
38571         on the types long_int and time_t too, as SHR is used on
38572         such types.
38574         mktime: do not assume 'long' is wide enough
38575         * time/mktime.c (verify): Move decl up.
38576         (long_int): New type.
38577         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
38578         to remove assumption in the code that 'long' is wide enough to
38579         store year values.  This assumption is not true on x32 and on
38580         some non-glibc platforms.
38582         mktime: merge wrapv change from gnulib
38583         * time/mktime.c (WRAPV): New macro.
38584         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
38585         (guess_time_tm, __mktime_internal): Do not assume that signed
38586         integer overflow wraps around; modern compilers generate code
38587         where this assumption is no longer valid.
38589 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38591         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
38592         Replace "jmp L(pseudo_end)" with "ret".
38593         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
38594         Likewise.
38596 2012-05-23  Andreas Jaeger  <aj@suse.de>
38598         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
38599         * sysdeps/unix/sysv/linux/poll.c: Remove file.
38601 2012-05-23  Andreas Jaeger  <aj@suse.de>
38602             Maximilian Attems  <max@stro.at>
38604         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
38605         New macros.
38607 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38609         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
38610         code so that pseudo_end is just ret and the stack pointer is
38611         correct also for static library in error case.
38613 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
38615         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
38616         move to syscalls.list.
38617         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
38618         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
38619         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
38620         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
38622         * manual/install.texi (Running make install): Do not mention Linux
38623         kernel version for which pt_chown is not needed.
38624         (Linux): Do not mention problems with nscd with 2.0 kernels.
38625         * INSTALL: Regenerated.
38627 2012-05-23  Andreas Jaeger  <aj@suse.de>
38629         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
38630         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
38631         macro.
38632         * sysdeps/unix/sysv/linux/s390/bits/mman.h
38633         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38634         * sysdeps/unix/sysv/linux/sh/bits/mman.h
38635         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38636         * sysdeps/unix/sysv/linux/i386/bits/mman.h
38637         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38638         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
38639         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38640         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
38641         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38642         * sysdeps/unix/sysv/linux/bits/in.h
38643         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
38645 2012-05-22  Roland McGrath  <roland@hack.frob.com>
38647         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
38648         (PREPARE_VERSION): Just use assert instead, it will be elided
38649         under [NDEBUG] anyway.
38651 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38653         * sysdeps/unix/sysv/linux/Makefile: Include
38654         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
38655         (sysdep_routines): Remove sysctl.
38656         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
38657         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
38658         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
38659         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
38660         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
38662 2012-05-22  Andreas Jaeger  <aj@suse.de>
38664         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
38665         that pseudo_end is just ret and the stack pointer is correct also
38666         for static library in error case.
38668 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
38670         [BZ #14122]
38671         * nss/nsswitch.c (defconfig_entries): New variable.
38672         (__nss_database_lookup): Don't leak defconfig entries.
38673         (nss_parse_service_list): Don't leak on error paths.
38674         (free_database_entries): New function.
38675         (free_defconfig): New function.
38676         (free_mem): Move common code to free_database_entries.
38678 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38680         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
38681         Add arch_prctl.
38682         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
38684         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
38685         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
38686         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
38687         New macro.
38688         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
38689         (INTERNAL_SYSCALL_TYPES): Likewise.
38690         (LOAD_ARGS_TYPES_[1-6]): Likewise.
38691         (LOAD_REGS_TYPES_[1-6]): Likewise.
38692         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
38693         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
38695 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38697         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
38698         copysignl for GLIBC_2_0.
38699         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
38700         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
38701         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
38702         logbl for GLIBC_2_0.
38703         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
38704         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
38706 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38708         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
38709         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
38711         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
38712         Use "neg %eax".
38714         * time/mktime.c: Update copyright years.
38716 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
38718         mktime: merge comment-quoting-style change from gnulib
38719         * time/mktime.c: Quote 'like this' in comments.
38720         The GNU coding standards suggest that we no longer quote `like this',
38721         as "`" and "'" are typically rendered asymmetrically nowadays.
38722         The typical gnulib style is to quote 'like this' when quoting
38723         code, and "like this" when quoting English.
38725         * time/mktime.c (compile-command): Add "-I.".
38727         mktime: merge mktime-internal.h change from gnulib
38728         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
38730         mktime: merge time_r change from gnulib
38731         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
38733         mktime: merge DEBUG change from gnulib
38734         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
38735         case system <time.h> has a #define.
38737         mktime: merge <sys/types.h> change from gnulib
38738         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
38739         since <time.t> is now guaranteed to define time_t.
38741         mktime: merge HAVE_CONFIG_H change from gnulib
38742         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
38744 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38746         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
38747         Use "neg %eax".
38749         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
38750         __rlim_t cast.
38751         (struct rusage): Use anonymous union to pad each field to
38752         __syscall_slong_t.
38754 2012-05-21  David S. Miller  <davem@davemloft.net>
38756         * Makefules (o-iterator): Remove .s cases.
38757         (compile-command.s): Delete.
38758         (COMPILE.s): Delete.
38759         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
38761 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
38763         * configure.in (libc_cv_predef_stack_protector): Only consider
38764         "foobar" and "__stack_chk_fail" lines in libc_undefs.
38765         * configure: Regenerated.
38767 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
38769         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
38770         New macro.  Use R*LP on int and pointer.
38771         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
38772         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
38773         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
38774         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
38776         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
38777         [__WORDSIZE_TIME64_COMPAT32] instead of
38778         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
38779         (struct utmp): Likewise.
38780         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
38781         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
38782         Renamed to ...
38783         (__WORDSIZE_TIME64_COMPAT32): This.
38784         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
38785         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
38786         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
38787         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
38788         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
38789         (__WORDSIZE_TIME64_COMPAT32): New macro.
38791 2012-05-21  Andreas Jaeger  <aj@suse.de>
38793         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
38794         only if [SHARED]. Add prototype for __wcschr_ia32.
38796 2012-05-21  Roland McGrath  <roland@hack.frob.com>
38798         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
38799         of %rbp unmolested in the jmp_buf while mangling the low bits.
38800         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
38801         unmolested high bits of %rbp while demangling the low bits.
38802         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38804 2012-05-21  Andreas Jaeger  <aj@suse.de>
38806         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
38807         * sunrpc/svc_simple.c: Use it for registerrpc.
38808         * sunrpc/xcrypt.c: Use it for passwd2des.
38810         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
38812 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
38814         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
38815         Don't define if [__SYSCALL_WORDSIZE != 32].
38816         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
38817         New macro.
38819 2012-05-21  Bruno Haible  <bruno@clisp.org>
38820             Andreas Jaeger  <aj@suse.de>
38822         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
38823         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
38824         inptr and inend for must_buffer_ch.
38825         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
38826         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
38827         * stdio-common/Makefile (tests): Remove bug15.
38828         (bug15-ENV): Remove macro.
38829         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
38830         anymore.
38832 2012-05-19  Andreas Jaeger  <aj@suse.de>
38833             Roland McGrath  <roland@hack.frob.com>
38835         * manual/contrib.texi: Completely rewritten. It contains now an
38836         alphabetical list of contributors and their contributions.
38838 2012-05-21  Richard Henderson  <rth@twiddle.net>
38840         * misc/getauxval.c (__getauxval): Use unsigned long int.
38841         * misc/sys/auxv.h: Include <sys/cdefs.h>.
38842         (getauxval): Use unsigned long int.
38844 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
38846         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
38848 2012-05-21  Roland McGrath  <roland@hack.frob.com>
38850         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
38851         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
38852         __alignof__ (long double).
38854 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38856         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38858 2012-05-20  Richard Henderson  <rth@twiddle.net>
38860         * misc/getauxval.c: New file.
38861         * misc/sys/auxv.h: New file.
38862         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
38863         (routines): Add getauxval.
38864         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
38865         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
38866         * elf/dl-sysdep.c (_dl_auxv): Remove.
38867         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
38868         * elf/dl-support.c (_dl_auxv): New variable.
38869         (_dl_aux_init): Initialize it.
38870         * manual/startup.texi (Auxiliary Vector): New node.
38871         * sysdeps/generic/bits/hwcap.h: New file.
38872         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
38873         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
38874         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
38875         * sysdeps/sparc/sysdep.h: ... here.  Include it.
38876         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
38877         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
38878         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38879         Update.
38880         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
38881         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
38882         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
38883         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
38884         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
38885         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
38886         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
38887         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
38889 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38891         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38893 2012-05-19  David S. Miller  <davem@davemloft.net>
38895         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38897 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
38899         [BZ #14123]
38900         * math/s_ccosh.c: Include <float.h>
38901         (__ccosh): Avoid internal overflow calculating sinh and cosh
38902         values before multiplying by sin and cos values.
38903         * math/s_ccoshf.c: Likewise.
38904         * math/s_ccoshl.c: Likewise.
38905         * math/s_csin.c: Likewise.
38906         * math/s_csinf.c: Likewise.
38907         * math/s_csinl.c: Likewise.
38908         * math/s_csinh.c: Likewise.
38909         * math/s_csinhf.c: Likewise.
38910         * math/s_csinhl.c: Likewise.
38911         * math/libm-test.inc (ccos_test): Add more tests.
38912         (ccosh_test): Likewise.
38913         (csin_test): Likewise.
38914         (csinh_test): Likewise.
38915         * sysdeps/i386/fpu/libm-test-ulps: Update.
38916         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38918 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
38920         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
38921         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
38923         * sysdeps/x86_64/x32/_itoa.h: Add comment.
38925 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
38927         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
38928         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
38929         * sysdeps/powerpc/soft-fp/Versions: Likewise.
38930         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
38931         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
38932         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
38933         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
38934         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
38935         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
38936         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
38937         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
38938         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
38939         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
38940         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
38941         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
38942         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
38943         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
38944         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
38945         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
38946         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
38947         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
38948         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
38949         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
38950         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
38951         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
38952         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
38953         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
38954         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
38955         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
38956         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
38957         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
38959 2012-05-18  Andreas Jaeger  <aj@suse.de>
38961         * csu/.gitignore: Delete.
38963 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
38965         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
38966         (timex): Use __syscall_slong_t.
38968 2012-05-18  Andreas Jaeger  <aj@suse.de>
38969             Carlos O'Donell  <carlos_odonell@mentor.com>
38971         * manual/install.texi (Configuring and compiling): Update
38972         description about files modified in the source directory.
38973         * INSTALL: Regenerated.
38975 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
38977         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
38978         value.  Use "or" to set return value to -1.
38979         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
38980         negate return value.
38982 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38984         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
38985         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
38986         failure if the compiler has Graphite support disabled.
38987         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
38988         Likewise.
38989         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
38990         (CFLAGS-memmove.c): Likewise.
38991         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
38992         Likewise.
38994 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
38996         * sysdeps/x86_64/x32/_itoa.h: New file.
38998         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
38999         getdents system call only if kernel and user dirents have the
39000         same d_ino and d_off.
39002         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
39003         LLONG_MAX != LONG_MAX.
39004         (_itoa_word): Use _ITOA_WORD_TYPE on value.
39005         (_fitoa_word): Likewise.
39007         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
39008         years.
39009         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
39010         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
39011         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
39013         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
39014         include <bits/wordsize.h>.  Check __x86_64__ instead of
39015         __WORDSIZE.
39016         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
39017         if __x86_64__ is defined.  Use anonymous union on fpstate.
39019         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
39020         anonymous union.
39022 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
39024         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
39025         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
39026         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
39027         Refer to _rtld_local_ro instead of _rtld_global_ro.
39028         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
39029         Likewise.
39030         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
39031         Likewise.
39032         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
39033         Likewise.
39034         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
39035         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
39036         of _rtld_global, and rtld_progname instead of _dl_argv[0].
39038         * sysdeps/powerpc/powerpc32/dl-machine.c
39039         (__elf_machine_runtime_setup) [PROF]: Don't reference
39040         _dl_prof_resolve.
39042 2012-05-18  Andreas Jaeger  <aj@suse.de>
39044         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
39045         function only available for GCCs before 3.4 since GCC 3.4
39046         introduced a builtin.
39047         (lrint): Likewise.
39048         (llrintf): Likewise.
39049         (llrint): Likewise.
39050         (fmaxf): Likewise.
39051         (fmax): Likewise.
39052         (fminf): Likewise.
39053         (fmin): Likewise.
39054         (rint): Likewise.
39055         (rintf): Likewise.
39056         (nearbyint): Likewise.
39057         (nearbyintf): Likewise.
39058         (ceil): Likewise.
39059         (ceilf): Likewise.
39060         (floor): Likewise.
39061         (floorf): Likewise.
39063 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39065         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
39066         on both fields and cast pointer to __syscall_ulong_t.
39068         * bits/types.h (__fsword_t): New type.
39069         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
39070         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
39071         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39072         (__FSWORD_T_TYPE): Likewise.
39073         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39074         (__FSWORD_T_TYPE): Likewise.
39075         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39076         (__FSWORD_T_TYPE): Likewise.
39077         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
39078         (__FSWORD_T_TYPE): Likewise.
39079         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
39080         __SWORD_TYPE with __fsword_t.
39081         (statfs64): Likewise.
39083 2012-05-17  David S. Miller  <davem@davemloft.net>
39085         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
39087 2012-05-17  Andreas Jaeger  <aj@suse.de>
39089         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
39090         warning.
39092 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39094         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
39096 2012-05-17  Andreas Jaeger  <aj@suse.de>
39098         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
39099         when it is used.
39101 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39103         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
39105 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
39107         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
39108         * sysdeps/x86_64/tst-mallocalign1.c: New file.
39110 2012-05-17  Andreas Jaeger  <aj@suse.de>
39111             Carlos O'Donell  <carlos_odonell@mentor.com>
39113         [BZ #14059]
39114         * sysdeps/x86_64/multiarch/init-arch.h
39115         (bit_YMM_Usable): Rename to...
39116         (bit_AVX_Usable): ... this.
39117         (bit_FMA4_Usable): New macro.
39118         (bit_XMM_state): New macro.
39119         (bit_YMM_state): New macro.
39120         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
39121         [__ASSEMBLER__] (index_AVX_Usable): ... this.
39122         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
39123         (CPUID_OSXSAVE): New macro.
39124         (CPUID_AVX): New macro.
39125         (CPUID_FMA4): New macro.
39126         (index_YMM_Usable): Rename to...
39127         (index_AVX_Usable): ... this.
39128         (HAS_AVX): Use HAS_ARCH_FEATURE.
39129         (HAS_FMA4): Likewise.
39130         (HAS_YMM_USABLE): Remove.
39131         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
39132         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
39133         are present.
39134         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
39135         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
39136         * sysdeps/x86_64/multiarch/Makefile: Likewise.
39137         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39138         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39140 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39142         * math/libm-test.c: Support platforms without multiple rounding modes.
39143         * math/bug-nextafter.c: Support platforms without FP exceptions.
39144         * math/bug-nexttoward.c: Likewise.
39145         * math/test-fenv.c: Likewise.
39146         * math/test-misc.c: Likewise.
39147         * stdlib/bug-getcontext.c: Likewise.
39149 2012-05-17  Andreas Jaeger  <aj@suse.de>
39151         * manual/examples/search.c (critter_cmp): Change signature to
39152         avoid warnings.
39153         * manual/string.texi (Collation Functions): Likewise.
39155 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39157         * bits/types.h: Fold copyright years.
39158         * bits/typesizes.h: Likewise.
39159         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
39160         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
39161         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
39162         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
39163         * time/time.h: Likewise.
39165 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
39167         [BZ #208]
39168         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
39169         in instead of returning them.  Return void.
39170         (__libc_mallinfo): Accumulate over all arenas.
39171         (__malloc_stats): Adjust for change in int_mallinfo interface.
39173 2012-05-16  Roland McGrath  <roland@hack.frob.com>
39175         [BZ #10375]
39176         * configure.in (NM): Add AC_CHECK_TOOL for it.
39177         (libc_extra_cflags): New substituted variable.
39178         Check for -fstack-protector being used implicitly.
39179         * configure: Regenerated.
39180         * config.make.in (config-extra-cflags): New variable,
39181         gets @libc_extra_cflags@.
39182         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
39184         [BZ #10375]
39185         * configure.in: Check for _FORTIFY_SOURCE being predefined.
39186         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
39187         * configure: Regenerated.
39188         * config.make.in (CPPUNDEFS): New substituted variable.
39189         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
39190         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
39191         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
39193 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39195         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
39196         (mq_attr): Use __syscall_slong_t.
39198 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39200         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
39201         Check __x86_64__ instead of __WORDSIZE.
39202         (_STAT_VER_LINUX): Likewise.
39203         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
39204         __syscall_ulong_t and __syscall_slong_t.
39205         (stat64): Likewise.
39207 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39209         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
39211 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39213         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
39215 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39217         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
39218         __syscall_ulong_t.
39220         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
39221         include <bits/wordsize.h>.  Check __x86_64__ instead of
39222         __WORDSIZE.
39223         (greg_t): Use "__extension__ long long int" if __x86_64__ is
39224         defined.
39225         (mcontext_t): Replace "unsigned long" with "unsigned long long".
39227         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
39228         include <bits/wordsize.h>.  Check __x86_64__ instead of
39229         __WORDSIZE.
39230         (user_regs_struct): Use "__extension__ unsigned long long"
39231         instead of "unsigned long" if __x86_64__ is defined.
39232         (user): Likewise.  Pad after pointer field if __ILP32__ is
39233         defined.
39235 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
39237         * configure.in (makeinfo): Require version 4.5 or later.  Allow
39238         versions 5 to 9.
39239         * configure: Regenerated.
39240         * manual/install.texi (texinfo): Increase version requirement to
39241         4.5 or later.
39242         * INSTALL: Regenerated.
39244         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
39246 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39248         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
39250         * sysdeps/x86_64/x32/ffs.c: New file.
39252         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
39253         __syscall_ulong_t.
39254         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
39255         defined.  Use __syscall_ulong_t.
39256         (shminfo): Use __syscall_ulong_t.
39257         (shm_info): Likewise.
39259         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
39260         __syscall_ulong_t.
39262         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
39263         <bits/wordsize.h>.
39264         (msgqnum_t): Use __syscall_ulong_t.
39265         (msglen_t): Likewise.
39266         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
39267         __syscall_ulong_t.
39269         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
39270         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39272         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
39274         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
39275         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
39277         * sysvipc/sys/msg.h (msgbuf): Replace long int with
39278         __syscall_slong_t.
39280         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
39281         include <bits/wordsize.h>.  Check __x86_64__ instead of
39282         __WORDSIZE.
39284         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
39285         "unsigned long long int" if __x86_64__ is defined.
39286         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
39288         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
39289         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39290         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
39292         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
39293         <stdint.h>.
39294         (GET_PC): Cast to uintptr_t first.
39295         (GET_FRAME): Likewise.
39296         (GET_STACK): Likewise.
39298         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
39299         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
39300         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
39301         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
39302         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
39303         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
39304         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
39305         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
39306         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
39307         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
39308         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
39309         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
39310         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39311         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
39312         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
39313         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
39314         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
39315         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
39316         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
39317         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
39318         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
39319         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
39320         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
39321         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
39322         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
39323         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
39324         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
39325         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
39326         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
39328 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
39330         * Makerules (+depfiles): Also collect depfiles from .oS in
39331         $(extra-objs).
39332         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
39333         .oS, $(libnldbl-routines)).
39335         * Makerules (native-compile-mkdep-flags): Define.
39336         * sunrpc/Makefile (extra-objs): Add $(addprefix
39337         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
39338         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
39339         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
39340         calling $(make-target-directory).
39342 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39344         * bits/types.h (__snseconds_t): Removed.
39345         * time/time.h (struct timespec): Replace __snseconds_t with
39346         __syscall_slong_t.
39347         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
39348         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
39349         Likewise.
39350         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39351         (__SNSECONDS_T_TYPE): Likewise.
39352         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39353         (__SNSECONDS_T_TYPE): Likewise.
39354         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39355         (__SNSECONDS_T_TYPE): Likewise.
39357 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39359         * sysdeps/mach/hurd/bits/typesizes.h
39360         (__SYSCALL_SLONG_TYPE): New macro.
39361         (__SYSCALL_ULONG_TYPE): Likewise.
39363 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39365         * bits/types.h (__syscall_slong_t): New type.
39366         (__syscall_ulong_t): Likewise.
39368         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
39369         (__SYSCALL_ULONG_TYPE): Likewise.
39370         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39371         (__SYSCALL_SLONG_TYPE): Likewise.
39372         (__SYSCALL_ULONG_TYPE): Likewise.
39373         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39374         (__SYSCALL_SLONG_TYPE): Likewise.
39375         (__SYSCALL_ULONG_TYPE): Likewise.
39376         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39377         (__SYSCALL_SLONG_TYPE): Likewise.
39378         (__SYSCALL_ULONG_TYPE): Likewise.
39380 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39382         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
39383         Add sigaltstack-offsets.sym.
39384         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
39385         <sigaltstack-offsets.h>.
39386         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
39387         longjmp_msg pointer.
39388         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
39389         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
39390         signal stack.
39391         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
39393 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
39395         * elf/stackguard-macros.h: Remove file.
39396         * sysdeps/generic/stackguard-macros.h: New file.
39397         * sysdeps/i386/stackguard-macros.h: Likewise.
39398         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
39399         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
39400         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
39401         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
39402         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
39403         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
39404         * sysdeps/x86_64/stackguard-macros.h: Likewise.
39405         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
39406         <elf/stackguard-macros.h>.
39408         [BZ #14109]
39409         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
39410         __aligned__ in attribute.
39411         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
39412         (gregset_t): Likewise.
39414 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39416         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
39417         * sysdeps/x86_64/64/Implies-after: Here.  New file.
39418         * sysdeps/x86_64/x32/Implies-after: New file.
39420 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39422         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
39423         and access return value for _dl_profile_fixup.  Use R10_LP to
39424         load frame size.
39426 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39428         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
39430 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39432         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
39433         * sysdeps/x86_64/x32/sysdep.h: New file.
39435 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39437         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
39438         * sysdeps/x86_64/setjmp.S: Likewise.
39440 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39442         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
39443         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
39444         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
39445         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
39446         remove unused global constant.
39448 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
39450         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
39451         include of <not-cancel.h>.
39453 2012-05-15  Roland McGrath  <roland@hack.frob.com>
39455         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
39457 2012-05-15  Jeff Law  <law@redhat.com>
39458             Andreas Jaeger  <aj@suse.de>
39460         [BZ #13594]
39461         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
39462         out from...
39463         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
39464         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
39465         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
39466         code changing __hst_map_handle.map.
39468 2012-05-15  Roland McGrath  <roland@hack.frob.com>
39470         * configure.in (sysnames): Look for Implies-before and Implies-after
39471         files.
39472         * configure: Regenerated.
39474 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39476         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
39477         8-byte data alignment with LP_SIZE alignment.
39479 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39481         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
39482         into R10_LP.
39484 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39486         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
39488 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39490         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
39491         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
39492         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
39493         Likewise.
39494         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
39496 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39498         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
39499         (stackinfo_sub_sp): Likewise.
39501 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39503         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
39504         RAX_LP.
39506 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39508         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
39509         into R*_LP.
39511 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39513         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
39514         sizes into R*_LP.
39516 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39518         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
39520 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39522         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
39523         into R11_LP and load __x86_64_shared_cache_size_half into
39524         R8_LP.
39526 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39528         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
39529         R8_LP.
39531 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39533         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
39534         logb for POWER7.
39535         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
39536         logbf for POWER7.
39537         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
39538         logbl for POWER7.
39539         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
39540         powerpc32/power7/fpu/s_logb.c via #include.
39541         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
39542         powerpc32/power7/fpu/s_logbf.c via #include.
39543         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
39544         powerpc32/power7/fpu/s_logbl.c via #include.
39546 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
39548         * README.libm: Remove file.
39550 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39552         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
39553         count for x32.  Use R*_LP and omit operand-size suffix.
39555 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39557         * shlib-versions: Move x86_64-.*-linux.* entries to ...
39558         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
39559         * sysdeps/x86_64/x32/shlib-versions: New file.
39561 2012-05-14  Roland McGrath  <roland@hack.frob.com>
39563         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
39564         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
39565         Use _dl_fatal_printf instead.
39567 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
39569         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
39570         set if not set by the user.  Do not allow for being unset.
39571         * sysdeps/unix/sysv/linux/configure: Regenerated.
39573 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39575         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
39576         the `q' suffix from lea and replace .quad with ASM_ADDR.
39578 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39580         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
39581         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
39582         instead of $17.
39583         (PTR_DEMANGLE): Likewise.
39585 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39587         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
39588         (LP_OP): Likewise.
39589         (ASM_ADDR): Likewise.
39590         (RAX_LP): Likewise.
39591         (RBP_LP): Likewise.
39592         (RBX_LP): Likewise.
39593         (RCX_LP): Likewise.
39594         (RDI_LP): Likewise.
39595         (RSI_LP): Likewise.
39596         (RSP_LP): Likewise.
39597         (R8_LP): Likewise.
39598         (R9_LP): Likewise.
39599         (R10_LP): Likewise.
39600         (R10_LP): Likewise.
39601         (R11_LP): Likewise.
39602         (R12_LP): Likewise.
39603         (R13_LP): Likewise.
39604         (R14_LP): Likewise.
39605         (R15_LP): Likewise.
39607 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39609         * sysdeps/x86_64/x32/dl-machine.h: New file.
39611 2012-05-14  Andreas Jaeger  <aj@suse.de>
39613         * manual/Makefile (subdir): Remove export of subdir.
39614         (all): Remove target.
39615         (.PHONY): Remove all from list.
39616         (mkinstalldirs): Remove.
39617         (.PHONY): Remove installdirs from list.
39618         ($(inst_infodir)/libc.info): Use make-target-directory.
39619         (installdirs): Remove.
39620         (subdir_%): Remove.
39621         (glibc-targets): Remove.
39622         (lib): Remove.
39623         (stubs): Remove.
39624         ($(objpfx)stubs ../po/manual.pot): Remove.
39625         ($(objpfx)stamp%): Remove.
39626         (make-target-directory): Remove.
39627         (subdir_install): Remove.
39628         (routines): Remove.
39629         (aux): Remove.
39630         (sources): Remove.
39631         (objects): Remove.
39632         (headers): Remove.
39634         [BZ #13750]
39635         * manual/.gitignore: Remove, it's not needed anymore.
39636         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
39637         all files in it.
39638         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
39639         directory.
39640         (texis): Renamed to $(objpfx)texis.
39641         (texis-path): New, contains path to generated files.
39642         (chapters.%): Use texis-path for complete path, add extra argument
39643         libc-texinfo.sh.
39644         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
39645         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
39646         (summary,texi, stamp-summary): Use complete path of
39647         files. Generate files in build dir.
39648         (dir-add.texi): Build in build dir.
39649         (libm-err.texi,stamp-libm-err): Likewise.
39650         (version.texi, stamp-version): Likewise.
39651         (.%c.texi): Likewise.
39652         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
39653         (mostlyclean): Remove target.
39654         (realclean): Remove target.
39655         (generated): Add new variable with contents from mostlyclean and
39656         realclean, remove entries duplicated in common-mostlyclean, add
39657         stamp-libm-err and stamp-version.
39658         (generated-dirs): Add libc directory.
39659         ($(inst_infodir)/libc.info): Install files from build dir.
39661         * manual/install.texi (Configuring and compiling): Adjust since
39662         the info files are not part of the tar ball anymore.
39664 2012-05-14  Andreas Jaeger  <aj@suse.de>
39666         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
39667         variable.
39669 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
39671         [BZ #13717]
39672         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
39673         to 2.2.0 where earlier.
39674         * sysdeps/unix/sysv/linux/configure: Regenerated.
39675         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
39676         Remove conditional code.
39677         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
39678         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
39679         Remove conditional code.
39680         [!__NR_lchown]: Likewise.
39681         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39682         [__NR_lchown]: Likewise.
39683         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
39684         comment referencing __ASSUME_LCHOWN_SYSCALL.
39685         * sysdeps/unix/sysv/linux/i386/sigaction.c
39686         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39687         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39688         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
39689         Remove conditional code.
39690         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
39691         (__protocol_available): Remove #if 0 code.
39692         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
39693         conditional code.
39694         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
39695         * sysdeps/unix/sysv/linux/kernel-features.h
39696         (__ASSUME_GETCWD_SYSCALL): Don't define.
39697         (__ASSUME_REALTIME_SIGNALS): Likewise.
39698         (__ASSUME_PREAD_SYSCALL): Likewise.
39699         (__ASSUME_PWRITE_SYSCALL): Likewise.
39700         (__ASSUME_POLL_SYSCALL): Likewise.
39701         (__ASSUME_LCHOWN_SYSCALL): Likewise.
39702         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
39703         non-SPARC.
39704         (__ASSUME_SIOCGIFNAME): Don't define.
39705         (__ASSUME_MSG_NOSIGNAL): Likewise.
39706         (__ASSUME_SENDFILE): Define unconditionally.
39707         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
39708         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
39709         conditional code.
39710         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
39711         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
39712         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
39713         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39714         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
39715         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
39716         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39717         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
39718         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39719         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39720         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
39721         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39722         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39723         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
39724         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39725         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39726         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
39727         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39728         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39729         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
39730         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39731         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39732         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
39733         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39734         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39735         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
39736         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39737         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39738         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
39739         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39740         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39741         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
39742         Remove conditional code.
39743         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39744         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
39745         Remove conditional code.
39746         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39747         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
39748         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
39749         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
39750         Remove conditional code.
39751         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39752         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
39753         Remove conditional code.
39754         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39755         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
39756         Remove conditional code.
39757         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39758         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
39759         Remove conditional code.
39760         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39761         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
39762         Remove conditional code.
39763         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39764         * sysdeps/unix/sysv/linux/sh/pwrite64.c
39765         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39766         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39767         * sysdeps/unix/sysv/linux/sigaction.c
39768         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39769         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39770         * sysdeps/unix/sysv/linux/sigpending.c
39771         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39772         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39773         * sysdeps/unix/sysv/linux/sigprocmask.c
39774         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39775         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39776         * sysdeps/unix/sysv/linux/sigsuspend.c
39777         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39778         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39779         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39780         (__libc_missing_rt_sigs): Remove.
39781         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
39782         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
39783         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
39784         Remove conditional code.
39785         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
39786         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
39787         return 1.
39788         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
39789         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
39790         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
39791         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
39793 2012-05-14  Andreas Jaeger  <aj@suse.de>
39795         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
39796         it's not used in glibc.
39797         (__coshm1): Likewise.
39798         (__acosh1p): Likewise.
39799         (__sgn): Likewise.
39801         * manual/string.texi (Copying and Concatenation): Add missing
39802         variable in concat example.
39803         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
39805 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39807         [BZ #14103]
39808         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
39809         __builtin_clzl with __builtin_clzll.
39811 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39813         [BZ #14104]
39814         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
39815         libc_freeres_ptr.
39817 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39819         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
39820         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
39821         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
39822         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
39824 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
39826         * NEWS: Update ia64 info.
39828 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
39830         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
39831         used as bcopy.
39833 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
39835         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
39836         * sysdeps/unix/syscalls.list (dup3): Likewise.
39837         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
39838         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
39840 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
39842         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
39843         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
39845 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
39847         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
39848         thread pointer.
39849         (TLS_IE): Use mov/add instead of movq/addq to load thread
39850         pointer.
39851         (TLS_GD_PREFIX): New.
39852         (TLS_GD): Use it.
39854 2012-05-11  David S. Miller  <davem@davemloft.net>
39856         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
39857         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
39858         (_FPU_SETCW): Likewise.
39860 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
39862         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
39863         is 32-byte aligned.
39865 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
39867         [BZ #11837]
39868         * iconvdata/gb18030.c: Update tables.
39869         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
39870         characters specially.
39871         (BODY for TO_LOOP): Add encoding of missing ranges.
39873 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
39875         [BZ #13673]
39876         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
39877         * sysdeps/mach/hurd/dup3.c: Likewise.
39878         * sysdeps/mach/hurd/readlinkat.c: Likewise.
39879         * sysdeps/powerpc/memmove.c:: Likewise.
39881 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
39883         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
39884         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
39886 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
39888         * elf/elf.h (R_X86_64_RELATIVE64): New.
39889         (R_X86_64_NUM): Updated.
39890         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
39891         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
39892         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
39893         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
39894         tst-quad1pie tst-quad2pie
39895         (modules-names): Add tst-quadmod1 tst-quadmod2.
39896         ($(objpfx)tst-quad1): New dependency.
39897         ($(objpfx)tst-quad2): Likewise.
39898         ($(objpfx)tst-quad1pie): Likewise.
39899         ($(objpfx)tst-quad2pie): Likewise.
39900         * sysdeps/x86_64/tst-quad1.c: New file.
39901         * sysdeps/x86_64/tst-quad1pie.c: New file.
39902         * sysdeps/x86_64/tst-quad2.c: Likewise.
39903         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
39904         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
39905         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
39906         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
39907         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
39909 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39911         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
39912         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
39913         * streams/stropts.h (t_scalar_t): Define type.
39915         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
39916         (_PATH_PRESERVE): Set to "/var/lib".
39917         (_PATH_RWHODIR): Set to "/var/spool/rwho".
39919         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
39920         instead of int.
39922         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
39923         if __dir_mkfile succeeded.
39925         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
39926         checking for _hurd_dtablesize.  Unlock it right after having
39927         finished _hurd_dtable allocation.
39929 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39931         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
39932         * sysdeps/mach/hurd/configure: Regenerated.
39933         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
39934         special-casing to...
39935         * sysdeps/gnu/configure.in: ... this new file.
39936         * sysdeps/unix/sysv/linux/configure: Regenerated.
39937         * sysdeps/gnu/configure: New generated file.
39939         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
39940         for Linux: use nsec instead of usec, as well as:
39941         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
39942         members of type struct timespec.
39943         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
39944         New macros.
39945         (struct stat64): Likewise.
39946         (_STATBUF_ST_NSEC): New macro.
39947         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
39949         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
39950         __strtoul_internal rather than strtoul.
39952 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
39954         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
39955         and reject them.
39957 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39959         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
39960         which preserves existing values.
39961         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
39963 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
39965         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
39966         TIMEOUT values.  Return EINVAL for NFDS values either negative or
39967         greater than FD_SETSIZE.
39969 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39971         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
39972         allocated, call __vm_protect to finish enabling the existing space, and
39973         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
39974         allocate the remainder.
39976 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
39978         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
39979         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
39981 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39983         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
39984         sysdeps/mach/hurd/readlink.c.
39986         * posix/tst-sysconf.c (posix_options): Only use
39987         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
39988         _POSIX_SYNCHRONIZED_IO when they are defined
39989         * sysdeps/mach/hurd/bits/posix_opt.h:
39990         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
39991         (_XOPEN_REALTIME): Undefine macro.
39992         (_XOPEN_REALTIME_THREADS): Undefine macro.
39993         (_XOPEN_SHM): Undefine macro.
39994         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
39995         macro to -1.
39996         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
39997         macro to -1.
39998         (_POSIX_ASYNC_IO): Undefine macro.
39999         (_POSIX_PRIORITIZED_IO): Undefine macro.
40000         (_POSIX_SPIN_LOCKS): Define macro to -1.
40002         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
40003         SA_NODEFER, SA_RESETHAND.
40004         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
40005         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
40006         F_DUPFD_CLOEXEC.
40008 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40010         * elf/Makefile (pldd-modules): Define unconditionally.
40012 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40014         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
40016 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40018         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
40019         Return ENOENT when name is empty.
40020         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
40022 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40024         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
40026         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
40028 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40030         Fix mlock in all cases except non-readable pages.
40031         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
40032         instead of VM_PROT_ALL as parameter to __vm_wire function.
40034         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
40035         (__mkdir): When path is `/', just fail with EEXIST.
40036         * sysdeps/mach/hurd/mkdirat.c: Likewise.
40038 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40040         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
40041         <sys/uio.h> (for writev).
40042         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
40043         and <sys/param.h> (for MIN).
40045 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
40047         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
40048         REQUESTED_TIME.  Properly set the remaining time and return EINTR
40049         if interrupted.
40051 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40053         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
40054         Depend on against $(link-rpcuserlibs).
40056 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40058         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
40059         (__libc_stack_end): Do not use attribute_relro.
40060         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
40061         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
40062         to libthread-provided value.
40063         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
40064         attribute_relro.
40066 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40068         [BZ #3748]
40069         * bits/libc-lock.h (__libc_once_get): New macro.
40070         * sysdeps/mach/bits/libc-lock.h: Likewise.
40071         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
40072         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
40073         instead of using implementation details.
40075         * libio/fileops.c: Unconditionally include <kernel-features.h>.
40076         * libio/freopen.c: Likewise.
40077         * libio/freopen64.c: Likewise.
40078         * misc/syslog.c: Likewise.
40079         * nscd/connections.c: Likewise.
40080         * nscd/netgroupcache.c: Likewise.
40081         * sysdeps/posix/getcwd.c: Likewise.
40083 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40085         * math/w_ilogbf.c: Add #include <limits.h>.
40087 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40089         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
40090         path instead of returning without unlocking.
40092         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
40093         immediate-write ioctls.
40094         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
40096 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40098         * sysdeps/mach/hurd/i386/init-first.c (init): Use
40099         __builtin_frame_address instead of making assumptions about the
40100         location of the return address relative to DATA.  Force early load of
40101         the return address.
40102         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
40103         __builtin_frame_address.
40105         dup3 for GNU Hurd.
40106         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
40107         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
40108         implement dup3 and do some further code clean-ups.
40109         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
40110         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
40112 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40114         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
40116         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
40117         HURD_CRITICAL_END around holding _hurd_dtable_lock.
40118         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
40119         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
40120         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
40121         d->port.lock.
40123         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
40124         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
40125         when handler == SIG_ERR, not when handler != SIG_ERR.
40127 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40129         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
40130         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
40131         definitions.
40133         accept4 for GNU Hurd.
40134         * include/sys/socket.h (__libc_accept4): New prototype.
40135         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
40136         to implement __libc_accept4.
40137         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40138         __libc_accept4.
40139         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40141         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40142         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
40143         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
40144         signal-defines.sym.
40146 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40148         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
40150 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40152         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
40153         assertion on O_CLOEXEC flag.
40154         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
40155         * hurd/intern-fd.c: Likewise.
40156         * hurd/port2fd.c: Likewise.
40158 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40160         [BZ #3906]
40161         * bits/in.h (IPV6_PKTINFO): Define new macro.
40162         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
40164 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40166         [BZ #13954]
40167         [BZ #13955]
40168         [BZ #13956]
40169         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
40170         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40171         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
40172         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40173         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40174         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40175         * math/libm-test.inc (logb_test) : Additional logb tests.
40177 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
40178             Andreas Jaeger  <aj@suse.de>
40180         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
40181         * configure: Regenerated.
40182         * config.h.in (LINK_OBSOLETE_RPC): New macro.
40183         * config.make.in (link-obsolete-rpc): New substituted variable.
40184         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
40185         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
40186         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40187         (shared-only-routines): Don't set it under [link-obsolete-rpc],
40188         so that libc.a contains the symbols.
40189         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40190         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
40191         * sunrpc/auth_none.c: Likewise.
40192         * sunrpc/auth_unix.c: Likewise.
40193         * sunrpc/authdes_prot.c: Likewise.
40194         * sunrpc/authuxprot.c: Likewise.
40195         * sunrpc/clnt_gen.c: Likewise.
40196         * sunrpc/clnt_perr.c: Likewise.
40197         * sunrpc/clnt_raw.c: Likewise.
40198         * sunrpc/clnt_simp.c: Likewise.
40199         * sunrpc/clnt_tcp.c: Likewise.
40200         * sunrpc/clnt_udp.c: Likewise.
40201         * sunrpc/clnt_unix.c: Likewise.
40202         * sunrpc/des_crypt.c: Likewise.
40203         * sunrpc/des_soft.c: Likewise.
40204         * sunrpc/get_myaddr.c: Likewise.
40205         * sunrpc/key_call.c: Likewise.
40206         * sunrpc/key_prot.c: Likewise.
40207         * sunrpc/netname.c: Likewise.
40208         * sunrpc/pm_getmaps.c: Likewise.
40209         * sunrpc/pm_getport.c: Likewise.
40210         * sunrpc/pmap_clnt.c: Likewise.
40211         * sunrpc/pmap_prot.c: Likewise.
40212         * sunrpc/pmap_prot2.c: Likewise.
40213         * sunrpc/pmap_rmt.c: Likewise.
40214         * sunrpc/publickey.c: Likewise.
40215         * sunrpc/rpc_cmsg.c: Likewise.
40216         * sunrpc/rpc_common.c: Likewise.
40217         * sunrpc/rpc_dtable.c: Likewise.
40218         * sunrpc/rpc_prot.c: Likewise.
40219         * sunrpc/rpc_thread.c: Likewise.
40220         * sunrpc/rtime.c: Likewise.
40221         * sunrpc/svc.c: Likewise.
40222         * sunrpc/svc_auth.c: Likewise.
40223         * sunrpc/svc_raw.c: Likewise.
40224         * sunrpc/svc_run.c: Likewise.
40225         * sunrpc/svc_tcp.c: Likewise.
40226         * sunrpc/svc_udp.c: Likewise.
40227         * sunrpc/svc_unix.c: Likewise.
40228         * sunrpc/svcauth_des.c: Likewise.
40229         * sunrpc/xcrypt.c: Likewise.
40230         * sunrpc/xdr.c: Likewise.
40231         * sunrpc/xdr_array.c: Likewise.
40232         * sunrpc/xdr_float.c: Likewise.
40233         * sunrpc/xdr_intXX_t.c: Likewise.
40234         * sunrpc/xdr_mem.c: Likewise.
40235         * sunrpc/xdr_rec.c: Likewise.
40236         * sunrpc/xdr_ref.c: Likewise.
40237         * sunrpc/xdr_sizeof.c: Likewise.
40238         * sunrpc/xdr_stdio.c: Likewise.
40240 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40242         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
40243         change.  Update copyright years.
40245 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40247         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
40249 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
40250             Joseph Myers  <joseph@codesourcery.com>
40251             Paul Pluzhnikov  <ppluzhnikov@google.com>
40253         [BZ #14012]
40254         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
40255         requiring rpcgen.
40256         [cross-compiling] (extra-libs): Likewise.
40257         [cross-compiling] (extra-libs-others): Likewise.
40258         [cross-compiling] (librpcsvc-routines): Likewise.
40259         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
40260         [cross-compiling] (omit-deps): Likewise.
40261         (sunrpc-CPPFLAGS): New variable.
40262         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
40263         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
40264         (cross-rpcgen-objs): New variable.
40265         (extra-objs): Append $(cross-rpcgen-objs).
40266         ($(cross-rpcgen-objs)): New rule.
40267         ($(objpfx)cross-rpcgen): Likewise.
40268         (rpcgen-cmd): Define to use $(built-program-file).  Expand
40269         comment.
40270         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
40271         ($(objpfx)x%.stmp): Likewise.
40272         * sunrpc/proto.h [IS_IN_build] (_): Define.
40273         [IS_IN_build] (_libc_intl_domainname): Likewise.
40275 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40277         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
40278         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
40279         and R_X86_64_TPOFF64.
40281 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40283         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
40284         sysdeps/unix/sysv/syscalls.list.
40285         (stime): Likewise.
40286         (utime): Likewise.
40287         * sysdeps/unix/sysv/syscalls.list: Remove file.
40289 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
40291         [BZ #3440]
40292         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
40293         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
40294         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
40295         (__LC_IDENTIFICATION): Make these macros useful in #if
40296         expressions, as required by C99.
40298 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
40300         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
40301         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
40302         after this.
40304 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
40306         * stdlib/longlong.h: Updated from GCC.
40308 2012-05-09  Andreas Jaeger  <aj@suse.de>
40310         * nscd/nscd.c (run_modes): Make named enum, reorder so that
40311         default is first entry.
40312         (run_mode): Set type.
40313         (main): Remove informal message about syslog.
40314         (options): Fix typo.
40316         [BZ #14053]
40317         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
40318         to asm.
40319         (lrint): Likewise.
40320         (llrintf): Likewise.
40321         (llrint): Likewise.
40322         (rint): Likewise.
40323         (rintf): Likewise.
40324         (nearbyint): Likewise.
40325         (nearbyintf): Likewise.
40327 2012-05-09  Andreas Jaeger  <aj@suse.de>
40328             Pedro Alves  <palves@redhat.com>
40330         * nscd/nscd.c (run_mode): Use enum.
40331         (main): Cleanup coding style issue.
40333 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
40334             Andreas Jaeger  <aj@suse.de>
40336         * nscd/nscd.c (go_background): Replaced with...
40337         (run_mode): ... this.
40338         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
40339         (options): Add -F --foreground.
40340         (main): Implement it.
40341         (parse_opt): Parse it.
40343 2012-05-09  Andreas Jaeger  <aj@suse.de>
40345         [BZ #14083]
40346         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
40347         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
40348         -Wconversion warning.
40349         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
40350         Likewise.
40352 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
40354         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
40355         == 0.
40356         (LC_ALL): Use macro-int-constant.
40357         (LC_COLLATE): Likewise.
40358         (LC_CTYPE): Likewise.
40359         (LC_MESSAGES): Likewise.
40360         (LC_MONETARY): Likewise.
40361         (LC_NUMERIC): Likewise.
40362         (LC_TIME): Likewise.
40363         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
40364         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40365         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40366         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
40367         Specify type.
40368         [C99-based standards] (float_t): Expect type.
40369         [C99-based standards] (double_t): Expect type.
40370         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
40371         type.
40372         [C99-based standards] (HUGE_VALL): Likewise.
40373         [C99-based standards] (INFINITY): Likewise.
40374         [C99-based standards] (NAN): Likewise.
40375         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
40376         [C99-based standards] (FP_NAN): Likewise.
40377         [C99-based standards] (FP_NORMAL): Likewise.
40378         [C99-based standards] (FP_SUBNORMAL): Likewise.
40379         [C99-based standards] (FP_ZERO): Likewise.
40380         [C99-based standards] (FP_FAST_FMA): Use
40381         optional-macro-int-constant.  Specify type.  Require == 1.
40382         [C99-based standards] (FP_FAST_FMAF): Likewise.
40383         [C99-based standards] (FP_FAST_FMAL): Likewise.
40384         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
40385         [C99-based standards] (FP_ILOGBNAN): Likewise.
40386         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
40387         Specify type.
40388         [C99-based standards] (MATH_ERREXCEPT): Likewise.
40389         [C99-based standards] (math_errhandling): Specify type.
40390         [ISO99 || ISO11] (signgam): Do not allow.
40391         [non-C99-based standards] (copysignf): Do not allow.
40392         [non-C99-based standards] (exp2f): Likewise.
40393         [non-C99-based standards] (log2f): Likewise.
40394         [non-C99-based standards] (modff): Allow.
40395         [non-C99-based standards] (erff): Do not allow.
40396         [non-C99-based standards] (erfcf): Likewise.
40397         [non-C99-based standards] (gammaf): Likewise.
40398         [non-C99-based standards] (hypotf): Likewise.
40399         [non-C99-based standards] (j0f): Likewise.
40400         [non-C99-based standards] (j1f): Likewise.
40401         [non-C99-based standards] (jnf): Likewise.
40402         [non-C99-based standards] (lgammaf): Likewise.
40403         [non-C99-based standards] (tgammaf): Likewise.
40404         [non-C99-based standards] (y0f): Likewise.
40405         [non-C99-based standards] (y1f): Likewise.
40406         [non-C99-based standards] (ynf): Likewise.
40407         [non-C99-based standards] (isnanf): Likewise.
40408         [non-C99-based standards] (acoshf): Likewise.
40409         [non-C99-based standards] (asinhf): Likewise.
40410         [non-C99-based standards] (atanhf): Likewise.
40411         [non-C99-based standards] (cbrtf): Likewise.
40412         [non-C99-based standards] (expm1f): Likewise.
40413         [non-C99-based standards] (ilogbf): Likewise.
40414         [non-C99-based standards] (log1pf): Likewise.
40415         [non-C99-based standards] (logbf): Likewise.
40416         [non-C99-based standards] (nextafterf): Likewise.
40417         [non-C99-based standards] (remainderf): Likewise.
40418         [non-C99-based standards] (rintf): Likewise.
40419         [non-C99-based standards] (scalbf): Likewise.
40420         [non-C99-based standards] (copysignl): Likewise.
40421         [non-C99-based standards] (exp2l): Likewise.
40422         [non-C99-based standards] (log2l): Likewise.
40423         [non-C99-based standards] (modfl): Allow.
40424         [non-C99-based standards] (erfl): Do not allow.
40425         [non-C99-based standards] (erfcl): Likewise.
40426         [non-C99-based standards] (gammal): Likewise.
40427         [non-C99-based standards] (hypotl): Likewise.
40428         [non-C99-based standards] (j0l): Likewise.
40429         [non-C99-based standards] (j1l): Likewise.
40430         [non-C99-based standards] (jnl): Likewise.
40431         [non-C99-based standards] (lgammal): Likewise.
40432         [non-C99-based standards] (tgammal): Likewise.
40433         [non-C99-based standards] (y0l): Likewise.
40434         [non-C99-based standards] (y1l): Likewise.
40435         [non-C99-based standards] (ynl): Likewise.
40436         [non-C99-based standards] (isnanl): Likewise.
40437         [non-C99-based standards] (acoshl): Likewise.
40438         [non-C99-based standards] (asinhl): Likewise.
40439         [non-C99-based standards] (atanhl): Likewise.
40440         [non-C99-based standards] (cbrtl): Likewise.
40441         [non-C99-based standards] (expm1l): Likewise.
40442         [non-C99-based standards] (ilogbl): Likewise.
40443         [non-C99-based standards] (log1pl): Likewise.
40444         [non-C99-based standards] (logbl): Likewise.
40445         [non-C99-based standards] (nextafterl): Likewise.
40446         [non-C99-based standards] (remainderl): Likewise.
40447         [non-C99-based standards] (rintl): Likewise.
40448         [non-C99-based standards] (scalbl): Likewise.
40449         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40450         [non-C99-based standards] (FP_*): Do not allow.
40451         [C99-based standards] (FP_*): Change to
40452         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40453         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40454         allow.
40455         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
40456         (SIG_ERR): Likewise.
40457         [X/Open-based standards] (SIG_HOLD): Likewise.
40458         (SIG_IGN): Likewise.
40459         (SIGABRT): Use macro-int-constant.  Specify type.  Require
40460         positive value.
40461         (SIGFPE): Likewise.
40462         (SIGILL): Likewise.
40463         (SIGINT): Likewise.
40464         (SIGSEGV): Likewise.
40465         (SIGTER): Likewise.
40466         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
40467         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
40468         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
40469         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
40470         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
40471         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
40472         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
40473         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
40474         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
40475         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
40476         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
40477         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
40478         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
40479         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
40480         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
40481         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
40482         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
40483         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
40484         [X/Open-based standards] (SIGTRAP): Likewise.
40485         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
40486         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
40487         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
40488         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
40489         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40490         allow.
40492 2012-05-08  Ian Wienand  <ianw@vmware.com>
40494         [BZ #14080]
40495         * time/tzset.c (__tzset_parse_tz): Update default rules for
40496         daylight time changes in the Energy Policy Act of 2005.
40498 2012-05-09  Andreas Jaeger  <aj@suse.de>
40500         [BZ #13983]
40501         * elf/ldconfig.c (parse_conf): Change string to make clear that
40502         ldconfig only issued a warning if ld.so.conf does not exist.
40504 2012-05-08  David S. Miller  <davem@davemloft.net>
40506         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
40507         movxtod instead of popping the value on the stack.
40509         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40511 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
40513         * config.h.in: Add HAVE_ARM_PCS_VFP.
40515 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
40517         [BZ #13979]
40518         * include/features.h: Warn if user requests __FORTIFY_SOURCE
40519         checking but the checks are disabled for any reason.
40521 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
40523         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
40524         and ELF64_R_TYPE with ELFW(R_TYPE).
40526 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
40528         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
40529         (ulimit): Likewise.
40531         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
40532         (settimeofday): Likewise.
40534 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
40536         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
40537         a struct th_u2 inside the union, and move tu_block/tu_code into
40538         a new th_u3 union of tu_block/tu_code inside of that.  Move
40539         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
40540         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
40541         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
40542         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
40543         (th_stuff): Change to th_u1.tu_stuff.
40544         (th_data): Define.
40545         (th_msg): Change to th_u1.th_u2.tu_data.
40547 2012-05-07  David S. Miller  <davem@davemloft.net>
40549         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40551         [BZ #14074]
40552         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
40553         (SETUP_PIC_REG): Use it.
40554         (SETUP_PIC_REG_LEAF): Use it.
40556 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
40558         [BZ #13885]
40559         [BZ #13923]
40560         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40561         USE_AS_EXPM1L.
40562         (EXPL_FINITE): Likewise.
40563         (FLDLOG): Likewise.
40564         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
40565         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
40566         e_expl.S.
40567         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40568         USE_AS_EXPM1L.
40569         (EXPL_FINITE): Likewise.
40570         (FLDLOG): Likewise.
40571         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
40572         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
40573         e_expl.S.
40574         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
40575         test of -max_value argument for long double.
40576         * sysdeps/i386/fpu/libm-test-ulps: Update.
40577         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40579 2012-05-06  David S. Miller  <davem@davemloft.net>
40581         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
40582         quad soft-float symbols whose references which are compiler
40583         generated.
40584         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
40586 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
40588         [BZ #13884]
40589         [BZ #13914]
40590         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40591         USE_AS_EXP10L.
40592         (EXPL_FINITE): Likewise.
40593         (FLDLOG): Likewise.
40594         (c0): Likewise.
40595         (c1): Likewise.
40596         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
40597         Adjust comments for base varying.
40598         (__expl_finite): Change alias to EXPL_FINITE.
40599         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
40600         e_expl.S.
40601         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
40602         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
40603         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
40604         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
40605         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40606         USE_AS_EXP10L.
40607         (EXPL_FINITE): Likewise.
40608         (FLDLOG): Likewise.
40609         (c0): Likewise.
40610         (c1): Likewise.
40611         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
40612         Adjust comments for base varying.
40613         (__expl_finite): Change alias to EXPL_FINITE.
40614         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
40615         tests for bugs.
40616         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40618         [BZ #14064]
40619         * math/libm-test.inc (check_float_internal): Correct ulp
40620         calculation for subnormal expected results.
40622 2012-05-06  Andreas Jaeger  <aj@suse.de>
40624         * Makeconfig (+math-flags): New, set to -frounding-math.
40625         (+cflags): Add +math-flags so that all of glibc gets compiled with
40626         it.
40628         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
40630 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
40632         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
40633         Disable one test.
40635         [BZ #13787]
40636         [BZ #13922]
40637         [BZ #14036]
40638         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
40639         (__ieee754_expl): Allow for and saturate large arguments.
40640         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
40641         (u_threshold): Likewise.
40642         (__exp): Call __ieee754_exp before checking for overflow and
40643         underflow.
40644         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
40645         (u_threshold): Likewise.
40646         (__expf): Call __ieee754_expf before checking for overflow and
40647         underflow.
40648         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
40649         (u_threshold): Likewise.
40650         (__expl): Call __ieee754_expl before checking for overflow and
40651         underflow.
40652         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
40653         (__ieee754_expl): Allow for and saturate large arguments.
40654         * math/libm-test.inc (exp_test): Add another test.  Do not allow
40655         missing overflow exception on overflow.
40656         (expm1_test): Do not allow missing overflow exception on overflow.
40658         * sysdeps/i386/fpu/e_expl.c: Move to ...
40659         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
40660         rather than using inline asm.
40661         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
40662         * sysdeps/x86_64/fpu/e_expl.S: Copy from
40663         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
40665         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
40666         (nice): Likewise.
40667         (poll): Likewise.
40668         (signal): Likewise.
40669         (time): Likewise.
40670         (times): Likewise.
40672 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
40674         * sysdeps/unix/syscalls.list (adjtime): Add entry from
40675         sysdeps/unix/common/syscalls.list.
40676         (fchmod): Likewise.
40677         (fchown): Likewise.
40678         (ftruncate): Likewise.
40679         (getrusage): Likewise.
40680         (gettimeofday): Likewise.
40681         (setpgid): Likewise.
40682         (setregid): Likewise.
40683         (setreuid): Likewise.
40684         (sigaction): Likewise.
40685         (truncate): Likewise.
40686         (vhangup): Likewise.
40687         * sysdeps/unix/common/syscalls.list: Remove file.
40688         * sysdeps/unix/bsd/Implies: Don't include unix/common.
40689         * sysdeps/unix/sysv/linux/Implies: Likewise.
40691 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
40693         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
40694         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
40695         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
40696         Moved to ...
40697         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
40698         Here.
40699         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
40700         to ...
40701         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
40702         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
40703         to ...
40704         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
40705         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
40706         to ...
40707         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
40708         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
40709         to ...
40710         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
40711         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
40712         to ...
40713         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
40714         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
40715         to ...
40716         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
40717         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
40718         to ...
40719         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
40720         Here.
40721         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
40722         to ...
40723         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
40724         Here.
40725         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
40726         to ...
40727         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
40728         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
40729         Moved to ...
40730         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
40731         Here.
40732         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
40733         to ...
40734         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
40736 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
40738         * sysdeps/unix/common/bits/dirent.h: Remove file.
40739         * sysdeps/unix/common/bits/fcntl.h: Likewise.
40741         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
40742         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
40743         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
40744         * sysdeps/unix/bsd/isatty.c: Likewise.
40745         * sysdeps/unix/bsd/tcdrain.c: Likewise.
40746         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
40747         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
40749 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40751         [BZ #13563]
40752         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
40753         long double comparison inaccuracies.
40754         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
40755         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40757 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
40759         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
40760         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
40762 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
40764         [BZ #14049]
40765         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
40766         nonzero digits before rounding a hex value.
40767         * stdlib/tst-strtod.c (tests): Add another test.
40769 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40771         * sysdeps/s390/fpu/libm-test-ulps: Update.
40773 2012-05-03  Andreas Jaeger  <aj@suse.de>
40775         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
40776         does not get optimized out.
40777         (malloc_opt_barrier): New.
40779 2012-05-03  Andreas Jaeger  <aj@suse.de>
40780             Roland McGrath  <roland@hack.frob.com>
40782         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
40783         intermediate file deletion.
40784         (generated): Add .symlist files.
40786 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
40788         [BZ #13775]
40789         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
40790         Redirect under this condition.
40791         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
40792         [__USE_GNU] (__dprintf_chk): Not under this condition.
40793         [__USE_GNU] (__vdprintf_chk): Likewise.
40794         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
40795         under this condition.
40796         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
40797         [__USE_XOPEN2K8] (dprintf): Define under this condition.
40798         [__USE_XOPEN2K8] (vdprintf): Likewise.
40799         [__USE_GNU] (__dprintf_chk): Not under this condition.
40800         [__USE_GNU] (__vdprintf_chk): Likewise.
40801         [__USE_GNU] (dprintf): Likewise.
40802         [__USE_GNU] (vdprintf): Likewise.
40804 2012-05-03  Roland McGrath  <roland@hack.frob.com>
40806         * elf/Makefile (common-generated): Set this instead of generated for
40807         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
40808         $(all-built-dso)-derived lists.
40810 2012-05-03  Andreas Jaeger  <aj@suse.de>
40812         * sysdeps/i386/fpu/libm-test-ulps: Update.
40814         * FAQ: Removed.
40815         * FAQ.in: Likewise.
40816         * scripts/gen-FAQ.pl: Likewise.
40817         * manual/install.texi (Installation): Point to online location of
40818         FAQ.
40819         * Makefile (files-for-dist): Remove FAQ.
40820         (FAQ): Remove.
40822 2012-05-02  Allan McRae  <allan@archlinux.org>
40824         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
40825         (LDFLAGS-reldepmod5.so): Likewise.
40826         (LDFLAGS-reldep6mod1.so): Likewise.
40827         (LDFLAGS-reldep6mod4.so): Likewise.
40828         (LDFLAGS-reldep8mod3.so): Likewise.
40829         (LDFLAGS-unload4mod1.so): Likewise.
40830         (LDFLAGS-unload4mod2.so): Likewise.
40831         (LDFLAGS-tst-initorder): Likewise.
40832         (LDFLAGS-tst-initordera2.so): Likewise.
40833         (LDFLAGS-tst-initordera3.so): Likewise.
40834         (LDFLAGS-tst-initordera4.so): Likewise.
40835         (LDFLAGS-tst-initorderb2.so): Likewise.
40836         (LDFLAGS-noload): Likewise.
40837         (LDFLAGS-next): Likewise.
40838         (LDFLAGS-order2mod1.so): Likewise.
40839         (LDFLAGS-order2mod2.so): Likewise.
40840         (LDFLAGS-tst-initorder2): Likewise.
40841         (LDFLAGS-tst-initorder2a.so): Likewise.
40842         (LDFLAGS-tst-initorder2b.so): Likewise.
40843         (LDFLAGS-tst-initorder2c.so): Likewise.
40844         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
40846 2012-05-02  David S. Miller  <davem@davemloft.net>
40848         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40850 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
40852         [BZ #14055]
40853         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
40855 2012-05-02  Andreas Jaeger  <aj@suse.de>
40857         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
40858         since we manipulate rounding mode.
40859         (CPPFLAGS-test-idouble.c): Likewise.
40860         (CPPFLAGS-test-ifloat.c): Likewise.
40861         (CFLAGS-test-ldouble.c): Likewise.
40862         (CFLAGS-test-double.c): Likewise.
40863         (CFLAGS-test-float.c): Likewise.
40864         (CFLAGS-test-misc.c): Likewise.
40865         (CFLAGS-test-test-fenv.c): Likewise.
40867 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40869         [BZ #2550]
40870         [BZ #2570]
40871         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
40872         comparisons to determine direction to adjust input.
40874 2012-05-01  Roland McGrath  <roland@hack.frob.com>
40876         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
40877         output to the target.
40879         * scripts/localplt.awk: New file.
40880         * elf/Makefile ($(objpfx)check-localplt): Target removed.
40881         (check-localplt-CFLAGS): Variable removed.
40882         ($(all-built-dso:=.jmprel)): New static pattern rule.
40883         (generated): Add those targets.
40884         (localplt-built-dso): New variable.
40885         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
40887         * elf/check-localplt.c: File removed.
40889         * scripts/check-execstack.awk: New file.
40890         * elf/Makefile ($(objpfx)check-execstack): Target removed.
40891         (check-execstack-CFLAGS): Variable removed.
40892         ($(objpfx)check-execstack.h): Target removed.
40893         ($(objpfx)execstack-default): New target.
40894         (generated): Add that instead of check-execstack.h.
40895         ($(all-built-dso:=.phdr)): New static pattern rule.
40896         (generated): Add those targets.
40897         * elf/check-execstack.c: File removed.
40899         * scripts/check-textrel.awk: New file.
40900         * elf/Makefile ($(objpfx)check-textrel): Target removed.
40901         (check-textrel-CFLAGS): Variable removed.
40902         (all-built-dso): Use := to define.o
40903         ($(all-built-dso:=.dyn)): New static pattern rule.
40904         (generated): Add those targets.
40905         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
40906         * config.make.in (READELF): New substituted variable.
40907         * elf/check-textrel.c: File removed.
40909 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
40911         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40912         allow.
40913         * conform/data/ctype.h-data [C99-based standards] (isblank):
40914         Expect function.
40915         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
40916         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
40917         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40918         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
40919         Specify type.  Require positive value.
40920         (EILSEQ): Likewise.
40921         (ERANGE): Likewise.
40922         [ISO || POSIX] (EILSEQ): Do not expect.
40923         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
40924         Specify type.  Require positive value.
40925         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
40926         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
40927         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
40928         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
40929         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
40930         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
40931         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
40932         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
40933         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
40934         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
40935         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
40936         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
40937         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
40938         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
40939         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
40940         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
40941         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
40942         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
40943         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
40944         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
40945         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
40946         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
40947         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
40948         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
40949         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
40950         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
40951         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
40952         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
40953         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
40954         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
40955         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
40956         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
40957         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
40958         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
40959         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
40960         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
40961         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
40962         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
40963         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
40964         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
40965         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
40966         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
40967         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
40968         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
40969         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
40970         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
40971         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
40972         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
40973         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
40974         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
40975         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
40976         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
40977         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
40978         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
40979         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
40980         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
40981         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
40982         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
40983         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
40984         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
40985         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
40986         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
40987         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
40988         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
40989         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
40990         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
40991         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
40992         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
40993         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
40994         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
40995         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
40996         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
40997         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
40998         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
40999         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
41000         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
41001         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
41002         Require >= 2.
41003         (FLT_ROUNDS): Expect as macro, not constant.
41004         (FLT_MANT_DIG): Use macro-int-constant.
41005         (DBL_MANT_DIG): Likewise.
41006         (LDBL_MANT_DIG): Likewise.
41007         (FLT_DIG): Likewise.
41008         (DBL_DIG): Likewise.
41009         (LDBL_DIG): Likewise.
41010         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
41011         (DBL_MIN_EXP): Likewise.
41012         (LDBL_MIN_EXP): Likewise.
41013         (FLT_MAX_EXP): Use macro-int-constant.
41014         (DBL_MAX_EXP): Likewise.
41015         (LDBL_MAX_EXP): Likewise.
41016         (FLT_MAX_10_EXP): Likewise.
41017         (DBL_MAX_10_EXP): Likewise.
41018         (LDBL_MAX_10_EXP): Likewise.
41019         (FLT_MAX): Use macro-constant.
41020         (DBL_MAX): Likewise.
41021         (LDBL_MAX): Likewise.
41022         (FLT_EPSILON): Use macro-constant.  Give upper bound.
41023         (DBL_EPSILON): Likewise.
41024         (LDBL_EPSILON): Likewise.
41025         (FLT_MIN): Likewise.
41026         (DBL_MIN): Likewise.
41027         (LDBL_MIN): Likewise.
41028         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
41029         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
41030         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
41031         [ISO11] (FLT_HAS_SUBNORM): Likewise.
41032         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
41033         [ISO11] (DBL_DECIMAL_DIG): Likewise.
41034         [ISO11] (FLT_DECIMAL_DIG): Likewise.
41035         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
41036         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
41037         [ISO11] (FLT_TRUE_MIN): Likewise.
41038         [ISO11] (LDBL_TRUE_MIN): Likewise.
41039         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41040         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
41041         (SCHAR_MIN): Use macro-int-constant.  Specify type.
41042         (SCHAR_MAX): Likewise.
41043         (UCHAR_MAX): Likewise.
41044         (CHAR_MIN): Likewise.
41045         (CHAR_MAX): Likewise.
41046         (MB_LEN_MAX): Use macro-int-constant.
41047         (SHRT_MIN): Use macro-int-constant.  Specify type.
41048         (SHRT_MAX): Likewise.
41049         (USHRT_MAX): Likewise.
41050         (INT_MAX): Likewise.
41051         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
41052         bound negative.
41053         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41054         bound with "U".
41055         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41056         bound with "L".
41057         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
41058         bound negative.  Suffix upper bound with "L".
41059         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
41060         bound with "UL".
41061         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
41062         Specify type.
41063         [C99-based standards] (LLONG_MAX): Likewise.
41064         [C99-based standards] (ULLONG_MAX): Likewise.
41065         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
41066         == 0.
41067         [ISO11] (max_align_t): Require type.
41068         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41070         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
41071         from $CFLAGS, without defining away __attribute__ calls.
41072         (checknamespace): Use $CFLAGS_namespace.
41074         * conform/conformtest.pl (@keywords): Only include C99 keywords
41075         for standards based on C99 or C11.
41077         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
41078         Disable tests.
41079         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
41080         UNIX98]: Likewise.
41082         * conform/conformtest.pl: Handle "macro-int-constant" and test for
41083         usability of symbols in #if.
41085         * conform/conformtest.pl: If macro or constant types start
41086         "promoted:", expect the symbol to be of the following type
41087         promoted by the integer promotions.
41089         * conform/conformtest.pl: Parse all "constant" and "macro" lines
41090         in one place.  Also handle "macro-constant".
41092         * conform/conformtest.pl: Only accept expected macro values with
41093         "==".  Parse all "macro" lines in one place.
41094         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
41096         * conform/conformtest.pl: Handle braced types on "constant" lines
41097         instead of handling "typed-constant".
41098         * conform/data/signal.h-data: Use "constant" instead of
41099         "typed-constant".
41101         * conform/conformtest.pl: Handle "optional-" at start of lines in
41102         one place rather than duplicating several cases.  Handle each
41103         format of "macro" line with initial "optional-".
41105         * conform/conformtest.pl: Only accept expected constant or
41106         optional-constant values with "==".  Parse all "constant" lines in
41107         one place.  Parse all "optional-constant" lines in one place.
41108         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
41109         * conform/data/fmtmsg.h-data: Likewise.
41110         * conform/data/netinet/in.h-data: Likewise.
41111         * conform/data/tar.h-data: Likewise.
41112         * conform/data/limits.h-data: Use "==" form on "constant" and
41113         "optional-constant" lines.
41115         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
41116         Use -std=c99 for XOPEN2K.
41117         (@knownproblems): Remove.
41118         (newtoken): Don't check %isknown.
41120         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
41121         Do not expect macro.
41122         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
41123         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
41124         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
41125         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
41126         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
41127         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
41128         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
41129         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
41130         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
41131         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
41132         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
41133         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
41134         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
41135         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
41136         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
41137         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41138         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41139         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41140         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41141         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41142         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
41143         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
41144         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
41145         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
41146         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
41147         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
41148         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
41149         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
41150         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
41151         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
41152         [XPG3] (acosh): Likewise.
41153         [XPG3] (asinh): Likewise.
41154         [XPG3] (atanh): Likewise.
41155         [XPG3] (cbrt): Likewise.
41156         [XPG3] (expm1): Likewise.
41157         [XPG3] (ilogb): Likewise.
41158         [XPG3] (log1p): Likewise.
41159         [XPG3] (logb): Likewise.
41160         [XPG3] (nextafter): Likewise.
41161         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
41162         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
41163         [XPG3] (remainder): Likewise.
41164         [XPG3] (rint): Likewise.
41165         [XPG3 || XPG4 || UNIX98] (round): Likewise.
41166         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
41167         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
41168         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
41169         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
41170         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
41171         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
41172         [UNIX98 || XOPEN2K] (scalb): Expect.
41173         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
41174         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
41175         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
41176         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
41177         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
41178         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
41179         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
41180         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
41181         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
41182         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
41183         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
41184         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
41185         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
41186         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
41187         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
41188         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
41189         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
41190         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
41191         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
41192         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
41193         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
41194         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
41195         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
41196         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
41197         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
41198         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
41199         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
41200         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
41201         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
41202         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
41203         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
41204         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
41205         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
41206         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
41207         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
41208         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
41209         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
41210         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
41211         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
41212         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
41213         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
41214         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
41215         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
41216         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
41217         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
41218         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
41219         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
41220         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
41221         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
41222         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
41223         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
41224         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
41225         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
41226         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
41227         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
41228         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
41229         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
41230         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
41231         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
41232         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
41233         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
41234         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
41235         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
41236         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
41237         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
41238         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
41239         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
41240         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
41241         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
41242         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
41243         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
41244         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
41245         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
41246         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
41247         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
41248         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
41249         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
41250         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
41251         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
41252         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
41253         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
41254         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
41255         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
41256         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
41257         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
41258         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
41259         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
41260         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
41261         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
41262         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
41263         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
41264         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
41265         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
41266         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
41267         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
41268         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
41269         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
41270         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
41271         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
41272         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
41273         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
41274         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
41275         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
41276         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
41277         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
41278         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
41279         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
41280         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
41281         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
41282         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
41283         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
41284         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
41285         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
41286         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
41287         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
41288         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
41289         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
41290         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
41291         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
41292         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
41293         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
41294         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
41295         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
41296         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
41297         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
41298         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
41299         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
41300         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
41301         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
41302         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
41303         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
41304         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
41305         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
41306         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
41307         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
41308         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
41309         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
41311         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
41312         _XOPEN_SOURCE_EXTENDED for XPG4.
41314         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
41316         * Makeconfig (localtime): Remove variable.
41317         (inst_localtime-file): Likewise.
41319 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41321         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
41322         Update.
41323         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41324         Update.
41325         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
41326         Update.
41327         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
41328         Update.
41329         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
41330         Update.
41331         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
41332         Update.
41333         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41334         Update.
41335         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
41336         Update.
41337         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41338         Update.
41340 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41342         [BZ #2550]
41343         [BZ #2570]
41344         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
41345         comparisons to determine direction to adjust input.
41346         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
41347         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
41348         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
41349         Likewise.
41350         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
41351         Likewise.
41352         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
41353         Likewise.
41354         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
41355         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
41356         Likewise.
41357         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
41358         Likewise.
41359         * math/libm-test.inc (nexttoward_test): Add more tests.
41361 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41363         [BZ #14040]
41364         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
41365         in version GLIBC_2.1, not GLIBC_2.0.
41366         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
41367         Likewise.
41369 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
41371         [BZ #13942]
41372         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
41373         (1 - x) * (1 + x).
41374         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41375         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
41376         * math/libm-test.inc (acos_test): Add more tests.
41377         (asin_test): Likewise.
41378         * sysdeps/i386/fpu/libm-test-ulps: Update.
41379         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41381         [BZ #14034]
41382         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
41383         of square root.
41384         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
41385         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41386         * math/libm-test.inc (acos_test_tonearest): New function.
41387         (acos_test_towardzero): Likewise.
41388         (acos_test_downward): Likewise.
41389         (acos_test_upward): Likewise.
41390         (asin_test_tonearest): Likewise.
41391         (asin_test_towardzero): Likewise.
41392         (asin_test_downward): Likewise.
41393         (asin_test_upward): Likewise.
41394         (main): Call the new functions.
41395         * sysdeps/i386/fpu/libm-test-ulps: Update.
41396         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41398         [BZ #13884]
41399         [BZ #13924]
41400         * math/e_exp10.c: Include <float.h>.
41401         (__ieee754_exp10): Handle underflow here rather than multiplying
41402         large negative argument by M_LN10.
41403         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
41404         of __ieee754_expf.
41405         * math/e_exp10l.c: Include <float.h>.
41406         (__ieee754_exp10l): Handle underflow here rather than multiplying
41407         large negative argument by M_LN10l.
41408         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
41409         spurious overflow exception on underflow.
41411 2012-04-29  Marek Polacek  <polacek@redhat.com>
41413         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
41414         (__fortify_function): New macro.
41415         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
41416         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
41417         __extern_always_inline.
41418         * libio/bits/stdio2.h: Likewise.
41419         * libio/bits/stdio.h: Likewise.
41420         * string/string.h: Likewise.
41421         * string/bits/string3.h: Likewise.
41422         * include/stdio.h: Likewise.
41423         * stdlib/bits/stdlib.h: Likewise.
41424         * stdlib/stdlib.h: Likewise.
41425         * rt/bits/mqueue2.h: Likewise.
41426         * rt/mqueue.h: Likewise.
41427         * posix/bits/unistd.h: Likewise.
41428         * posix/unistd.h: Likewise.
41429         * io/bits/poll2.h: Likewise.
41430         * io/bits/fcntl2.h: Likewise.
41431         * io/fcntl.h: Likewise.
41432         * io/sys/poll.h: Likewise.
41433         * misc/bits/syslog.h: Likewise.
41434         * misc/bits/syslog-ldbl.h: Likewise.
41435         * misc/sys/syslog.h: Likewise.
41436         * socket/bits/socket2.h: Likewise.
41437         * socket/sys/socket.h: Likewise.
41438         * debug/tst-chk1.c: Likewise.
41439         * wcsmbs/bits/wchar2.h: Likewise.
41440         * wcsmbs/bits/wchar-ldbl.h: Likewise.
41441         * wcsmbs/wchar.h: Likewise.
41443 2012-04-29  Andreas Jaeger  <aj@suse.de>
41445         * Makerules (tests): Remove enable-check-abi protection.
41446         (check-abi-warn): Remove.
41447         (check-abi-%): Remove check-abi-warn usage.
41449         * configure.in: Remove check-abi configure option.
41450         * configure: Regenerated.
41451         * config.make.in (enable-check-abi): Remove.
41453 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
41455         [BZ #14033]
41456         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
41457         double functions to double *_finite functions.
41459         [BZ #13941]
41460         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
41461         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
41462         LDBL_MIN_EXP.
41463         * stdio-common/Makefile (tests): Add tst-sprintf3.
41464         * stdio-common/tst-sprintf3.c: New file.
41466         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
41467         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
41469 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
41471         * conform/conformtest.pl: Remove duplicate typed-constant
41472         handling.
41474 2012-04-28  David S. Miller  <davem@davemloft.net>
41476         * Makerules (%.abilist): Add vpath on sysdep_dirs.
41477         (check-abi-%): Remove AWK script prerequisite and explicit
41478         abilist directory.
41479         (check-abi): Rewrite to just diff the symlist with the abilist.
41480         (config-tls, config-abi-config): Delete, no longer used.
41481         (update-abi-%): Remove AWK script and explicit abilist directory.
41482         (update-abi): Rewrite to simply compare and conditionally copy the
41483         symlist and the sysdep abilist file.  Remove update-abi-config
41484         checks.
41485         * abilist/ld.abilist: Remove.
41486         * abilist/libBrokenLocale.abilist: Remove.
41487         * abilist/libanl.abilist: Remove.
41488         * abilist/libcrypt.abilist: Remove.
41489         * abilist/libdl.abilist: Remove.
41490         * abilist/librt.abilist: Remove.
41491         * abilist/libthread_db.abilist: Remove.
41492         * abilist/libutil.abilist: Remove.
41493         * scripts/extract-abilist.awk: Remove.
41494         * scripts/merge-abilist.awk: Remove.
41495         * sysdeps/generic/libcidn.abilist: New file.
41496         * sysdeps/generic/libnss_compat.abilist: New file.
41497         * sysdeps/generic/libnss_db.abilist: New file.
41498         * sysdeps/generic/libnss_dns.abilist: New file.
41499         * sysdeps/generic/libnss_files.abilist: New file.
41500         * sysdeps/generic/libnss_hesiod.abilist: New file.
41501         * sysdeps/generic/libnss_nis.abilist: New file.
41502         * sysdeps/generic/libnss_nisplus.abilist: New file.
41503         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
41504         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
41505         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
41506         file.
41507         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
41508         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
41509         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
41510         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
41511         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
41512         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
41513         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
41514         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
41515         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
41516         file.
41517         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
41518         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
41519         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
41520         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
41521         file.
41522         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
41523         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
41524         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
41525         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
41526         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
41527         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
41528         file.
41529         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
41530         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
41531         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
41532         file.
41533         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
41534         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
41535         New file.
41536         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
41537         New file.
41538         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
41539         New file.
41540         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
41541         New file.
41542         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
41543         New file.
41544         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
41545         New file.
41546         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
41547         New file.
41548         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
41549         New file.
41550         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
41551         New file.
41552         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
41553         New file.
41554         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
41555         New file.
41556         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
41557         New file.
41558         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
41559         New file.
41560         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
41561         file.
41562         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
41563         New file.
41564         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
41565         New file.
41566         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
41567         file.
41568         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
41569         New file.
41570         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
41571         New file.
41572         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
41573         file.
41574         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
41575         New file.
41576         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41577         New file.
41578         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
41579         New file.
41580         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
41581         New file.
41582         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
41583         New file.
41584         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
41585         New file.
41586         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
41587         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
41588         file.
41589         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
41590         New file.
41591         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
41592         file.
41593         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
41594         file.
41595         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
41596         file.
41597         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
41598         file.
41599         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
41600         file.
41601         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
41602         New file.
41603         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
41604         file.
41605         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
41606         file.
41607         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
41608         New file.
41609         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
41610         file.
41611         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
41612         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
41613         file.
41614         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
41615         New file.
41616         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
41617         file.
41618         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
41619         file.
41620         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
41621         file.
41622         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
41623         file.
41624         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
41625         file.
41626         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
41627         New file.
41628         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
41629         file.
41630         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
41631         file.
41632         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
41633         New file.
41634         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
41635         file.
41636         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
41637         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
41638         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
41639         file.
41640         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
41641         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
41642         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
41643         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
41644         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
41645         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
41646         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
41647         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
41648         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
41649         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
41650         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
41651         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
41652         file.
41653         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
41654         New file.
41655         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
41656         file.
41657         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
41658         file.
41659         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
41660         file.
41661         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
41662         file.
41663         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
41664         file.
41665         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
41666         New file.
41667         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
41668         New file.
41669         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
41670         file.
41671         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
41672         New file.
41673         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
41674         file.
41675         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
41676         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
41677         file.
41678         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
41679         New file.
41680         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
41681         file.
41682         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
41683         file.
41684         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
41685         file.
41686         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
41687         file.
41688         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
41689         file.
41690         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
41691         New file.
41692         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
41693         New file.
41694         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
41695         file.
41696         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
41697         New file.
41698         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
41699         file.
41701 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
41703         * conform/conformtest.pl: Fix typo in handling typed-constant from
41704         allow-header.
41706 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
41708         * README: Cut down references to pre-2.6 Linux kernels and
41709         Linuxthreads.  Update lists of configurations in libc and ports
41710         and sort alphabetically.  Say "or newer" with Linux kernel version
41711         requirements.
41713         * config.h.in [IS_IN_build]: Allow compiling without optimization.
41715 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
41717         [BZ #887]
41718         * math/libm-test.inc (logb_test_downward): New test to expose
41719         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
41720         rounding mode.
41722 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
41724         [BZ #14027]
41725         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
41726         to be done.
41727         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
41728         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
41730 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
41732         * sysdeps/unix/i386/brk.S: Remove file.
41733         * sysdeps/unix/i386/dl-brk.S: Likewise.
41734         * sysdeps/unix/i386/pipe.S: Likewise.
41735         * sysdeps/unix/i386/sigreturn.S: Likewise.
41736         * sysdeps/unix/i386/syscall.S: Likewise.
41737         * sysdeps/unix/i386/vfork.S: Likewise.
41738         * sysdeps/unix/i386/wait.S: Likewise.
41740         * sysdeps/unix/common/tcsendbrk.c: Move to ...
41741         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
41743         * configure.in (arm*-none*): Do not allow without
41744         --enable-hacker-mode.
41745         (netbsd*): Remove case setting base_os.
41746         (386bsd*): Likewise.
41747         (freebsd*): Likewise.
41748         (bsdi*): Likewise.
41749         (osf*): Likewise.
41750         (sunos*): Likewise.
41751         (ultrix*): Likewise.
41752         (newsos*): Likewise.
41753         (dynix*): Likewise.
41754         (*bsd*): Likewise.
41755         (sysv*): Likewise.
41756         (isc*): Likewise.
41757         (esix*): Likewise.
41758         (sco*): Likewise.
41759         (minix*): Likewise.
41760         (irix4*): Likewise.
41761         (irix6*): Likewise.
41762         (solaris[2-9]*): Likewise.
41763         (none): Likewise.
41764         * configure: Regenerated.
41766 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41768         [BZ #11521]
41769         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
41770         overflow or cancellation in calculating denominator.
41771         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
41772         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
41773         down expression to avoid unexpected rounding in newer GCCs.
41774         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
41776 2012-04-26  David S. Miller  <davem@davemloft.net>
41778         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
41779         long-double compat symbols.
41780         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
41781         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
41782         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
41783         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
41784         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
41785         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
41786         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
41787         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
41788         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
41789         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
41790         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
41791         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
41792         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
41794 2012-04-25  David S. Miller  <davem@davemloft.net>
41796         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
41797         HWCAP_* values only after the memory barriers have been defined.
41798         (atomic_full_barrier): Define.
41799         (atomic_read_barrier): Define.
41800         (atomic_write_barrier): Define.
41802 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
41804         * shlib-versions: Add libgcc_s version information.
41805         * sysdeps/generic/libgcc_s.h: Remove.
41806         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
41807         libgcc_s.h.
41808         * sysdeps/gnu/unwind-resume.c: Likewise.
41809         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
41811 2012-04-25  David S. Miller  <davem@davemloft.net>
41813         * sysdeps/unix/sparc/brk.S: Delete.
41814         * sysdeps/unix/sparc/dl-brk.S: Delete.
41815         * sysdeps/unix/sparc/pipe.S: Delete.
41816         * sysdeps/unix/sparc/sysdep.S: Delete.
41817         * sysdeps/unix/sparc/sysdep.h: Delete.
41818         * sysdeps/unix/sparc/vfork.S: Delete.
41819         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
41820         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
41821         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
41822         (ret_ERRVAL, r0, r1, MOVE): Define.
41823         (JUMPTARGET): Remove.
41824         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
41825         sysdeps/unix/sparc/sysdep.h
41826         (ENTRY, END): Remove.
41827         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
41829 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
41831         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
41832         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
41833         -DIS_IN_build.
41835         * timezone/README: Update upstream location and email address for
41836         tzcode and tzdata.
41837         * timezone/zdump.c: Update from tzcode 2012b.
41838         * timezone/zic.c: Likewise.
41840         * configure.in (libc_cv_as_needed): Remove test.
41841         * configure: Regenerated.
41842         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
41843         conditional definition.
41844         [$(have-as-needed) != yes] (no-as-needed): Likewise.
41845         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
41846         * config.make.in (have-as-needed): Remove variable.
41848 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
41849             Paul Pluzhnikov  <ppluzhnikov@google.com>
41851         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
41852         strings correctly.
41854 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
41856         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
41857         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
41858         * sysdeps/sh/strlen.S: Likewise.
41860 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
41862         * sysdeps/unix/fork.S: Remove file.
41863         * sysdeps/unix/i386/fork.S: Likewise.
41864         * sysdeps/unix/sparc/fork.S: Likewise.
41866         * sysdeps/unix/system.c: Remove file.
41867         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
41869         * sysdeps/unix/getegid.S: Remove file.
41870         * sysdeps/unix/geteuid.S: Likewise.
41872 2012-04-24  Roland McGrath  <roland@hack.frob.com>
41874         * scripts/check-localplt.awk: New file.
41875         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
41876         of diff.
41877         * scripts/data/localplt-generic.data: Add a comment.
41879         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
41880         NODE when __dir_mkfile failed.
41881         * sysdeps/mach/hurd/symlinkat.c: Likewise.
41882         Reported by Ludovic Courtès <ludo@gnu.org>.
41884 2012-04-24  Andreas Jaeger  <aj@suse.de>
41886         * Makerules (common-clean): Also remove gen-as-const-headers
41887         files.
41889 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
41891         * Makerules (native-compile): Do not change working directory for
41892         build.  Use $(OUTPUT_OPTION) in command.
41893         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
41895 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41897         [BZ #13886]
41898         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
41899         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
41900         * math/libm-test.inc (floor_test): Add more tests.
41901         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
41903 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
41905         * sysdeps/unix/getdents.c: Remove file.
41906         * sysdeps/unix/sysv/getdents.c: Likewise.
41907         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
41909         * sysdeps/unix/syscalls.list (madvise): Add syscall from
41910         sysdeps/unix/mman/syscalls.list.
41911         (mmap): Likewise.
41912         (mprotect): Likewise.
41913         (msync): Likewise.
41914         (munmap): Likewise.
41915         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
41916         * sysdeps/unix/mman/syscalls.list: Remove.
41917         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
41919         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
41920         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
41921         * configure: Regenerated.
41922         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
41923         $(libgcc_s_suffix).
41924         * config.make.in (libgcc_s_suffix): Remove variable.
41926 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
41928         * sysdeps/unix/sysv/gethostname.c: Move to ...
41929         * sysdeps/posix/gethostname.c: ... here.
41931         * sysdeps/unix/execve.S: Remove file.
41933         * sysdeps/unix/_exit.S: Remove file.
41935 2012-04-23  Andreas Jaeger  <aj@suse.de>
41937         [BZ #13739]
41938         * manual/Makefile: Remove make dist support, there's no
41939         need for a stand-alone documentation tar ball.
41940         (TEXI2DVI): Define always, it's not in Makeconfig.
41941         (dist): Removed.
41942         (tar-it): Removed.
41943         (edition): Removed.
41944         (glibc-doc-$(edition).tar): Removed
41945         (%.Z): Removed.
41946         (%.gz): Removed.
41947         (%.uu): Removed.
41948         (ETAGS): Remove, it's in Makeconfig.
41949         (move-if-change): Remove, it's in Makeconfig.
41951 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
41953         [BZ #13970]
41954         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
41955         (strtod, strtof, strtold, strtol, strtoul, strtoq)
41956         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
41957         (strtod_l, strtof_l, strtold_l): Remove __wur.
41958         It is not necessarily an error to ignore strtol's return value.
41959         One can reliably look at the stored endptr to decide whether
41960         the number had valid syntax.
41962 2012-04-21  Andreas Jaeger  <aj@suse.de>
41964         [BZ #13739]
41965         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
41967 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
41969         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
41970         * sysdeps/unix/sysv/Versions: Remove file.
41972 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
41974         [BZ #13927]
41975         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41977 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
41979         [BZ #7064]
41980         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
41981         version from __vm86.
41983 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
41985         * sysdeps/unix/common/lxstat.c: Remove file.
41986         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
41988         * sysdeps/unix/sysv/Makefile: Remove file.
41990         * sysdeps/unix/sysv/direct.h: Remove file.
41992         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
41993         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
41994         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
41995         * sysdeps/unix/sysv/bits/signum.h: Likewise.
41996         * sysdeps/unix/sysv/bits/stat.h: Likewise.
41997         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
41998         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
42000         * sysdeps/unix/sysv/setrlimit.c: Remove file.
42002         * sysdeps/unix/xmknod.c: Remove file.
42003         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
42005         * sysdeps/unix/sysv/settimeofday.c: Remove file.
42007         * sysdeps/unix/sysv/i386/time.S: Remove file.
42009         * sysdeps/unix/fxstat.c: Remove file.
42010         * sysdeps/unix/xstat.c: Likewise.
42011         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
42013         * sysdeps/unix/sysv/sigaction.c: Remove file.
42015         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
42016         (sysdep_headers): Remove variable.
42017         [termio.h not in sysdep_headers] (generated): Likewise.
42018         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
42019         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
42020         * sysdeps/unix/sysv/tcdrain.c: Likewise.
42021         * sysdeps/unix/sysv/tcflow.c: Likewise.
42022         * sysdeps/unix/sysv/tcflush.c: Likewise.
42023         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
42024         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
42025         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
42026         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
42027         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
42029         * sysdeps/unix/siglist.c: Remove file.
42031         * sysdeps/unix/getppid.S: Remove file.
42033         * sysdeps/unix/mkdir.c: Remove file.
42034         * sysdeps/unix/rmdir.c: Likewise.
42036 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
42038         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
42039         ERR_MAX value.
42040         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
42041         errlist-compat value.
42043 2012-04-18  David S. Miller  <davem@davemloft.net>
42045         * sysdeps/generic/memcopy.h (reg_char): Delete.
42046         * debug/strcat_chk.c: Use char, not reg_char.
42047         * debug/strcpy_chk.c: Likewise.
42048         * debug/strncat_chk.c: Likewise.
42049         * debug/strncpy_chk.c: Likewise.
42050         * string/memchr.c: Likewise.
42051         * string/memrchr.c: Likewise.
42052         * string/rawmemchr.c: Likewise.
42053         * string/strcat.c: Likewise.
42054         * string/strchr.c: Likewise.
42055         * string/strchrnul.c: Likewise.
42056         * string/strcmp.c: Likewise.
42057         * string/strcpy.c: Likewise.
42058         * string/strncat.c: Likewise.
42059         * string/strncmp.c: Likewise.
42060         * string/strncpy.c: Likewise.
42062 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42064         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
42065         __builtin_memcopy is called when src and dest ranges are known to not
42066         overlap.
42068 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42070         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
42071         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
42072         fwd_align_merge macro call.
42073         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
42074         bwd_align_merge macro call.
42075         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42077 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
42079         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
42080         bwd_align_merge macros.
42081         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
42082         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
42083         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
42085 2012-04-18  David S. Miller  <davem@davemloft.net>
42087         * sysdeps/sparc/sparc64/memcopy.h: Delete.
42089 2012-04-18  Andreas Jaeger  <aj@suse.de>
42091         [BZ# 6794]
42092         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
42093         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
42094         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42096         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
42097         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
42098         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42100         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
42101         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
42102         Adjust for changed ldbl-128 files.
42104         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
42105         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
42106         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
42108 2012-04-17  David S. Miller  <davem@davemloft.net>
42110         * sysdeps/sparc/sparc32/memcopy.h: Delete.
42112 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
42114         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
42115         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
42116         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
42117         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
42118         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
42119         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
42121 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42123         [BZ #6794]
42124         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
42125         * math/libm-test.inc: Add ilogb errno and exception tests.
42126         * math/w_ilogb.c: New file: ilogb wrapper.
42127         * math/w_ilogbf.c: New file: ilogbf wrapper.
42128         * math/w_ilogbl.c: New file: ilogbl wrapper.
42129         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
42130         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
42131         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
42132         exception being thrown with 0.0 as argument.
42133         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
42134         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
42135         exception being thrown with 0.0 as argument.
42136         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
42137         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42138         exception being thrown with 0.0 as argument.
42139         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42140         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42141         exception being thrown with 0.0 as argument.
42142         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
42143         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
42144         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
42145         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
42146         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
42147         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
42148         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
42149         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
42150         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
42152 2012-04-17  Petr Baudis  <pasky@ucw.cz>
42154         * include/sys/uio.h: Change __vector to __iovec to avoid clash
42155         with altivec.
42157 2012-04-16  Marek Polacek  <polacek@redhat.com>
42159         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
42161 2012-04-16  Marek Polacek  <polacek@redhat.com>
42163         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
42164         operands of fdivp instruction.
42166 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42168         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
42169         * elf/tst-auditmod3b.c: Likewise.
42170         * elf/tst-auditmod4b.c: Likewise.
42171         * elf/tst-auditmod5b.c: Likewise.
42172         * elf/tst-auditmod6b.c: Likewise.
42173         * elf/tst-auditmod6c.c: Likewise.
42174         * elf/tst-auditmod7b.c: Likewise.
42175         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
42176         * sysdeps/x86_64/preconfigure.in: Likewise.
42177         * sysdeps/x86_64/preconfigure: Regenerated.
42179 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42181         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
42182         __ILP32__.
42184 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
42186         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42187         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
42189 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
42191         [BZ #13973]
42192         * locale/iso-639.def: Fix gl language name. Spotted by
42193         Yaron Shahrabani.
42195 2012-04-12  Roland McGrath  <roland@hack.frob.com>
42197         [BZ #2074]
42198         * libio/libio.h (__io_write_fn): Update comment.
42200 2012-04-12  Petr Baudis  <pasky@ucw.cz>
42202         [BZ #2074]
42203         * stdio.texi (Hook Functions): The user provided writer function
42204         is not allowed to return -1.
42206 2012-04-11  David S. Miller  <davem@davemloft.net>
42208         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42210 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
42212         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
42213         Add a leading slash to rtkaio.
42215 2012-04-11  Jim Meyering  <meyering@redhat.com>
42217         [BZ #11959]
42218         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
42219         It is not necessarily an error to ignore fwrite's return
42220         value.  One can reliably use ferror to test for errors after
42221         the fact.
42223 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42225         * bits/types.h (__snseconds_t): New type.
42226         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
42228         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
42229         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42230         (__SNSECONDS_T_TYPE): Likewise.
42231         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42232         (__SNSECONDS_T_TYPE): Likewise.
42233         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42234         (__SNSECONDS_T_TYPE): Likewise.
42236 2012-04-10  Andreas Jaeger  <aj@suse.de>
42238         [BZ #2636]
42239         * manual/time.texi (Processor Time): Return type of times is
42240         elapsed real time since an arbitrary point in the past.
42241         (CPU Time): Move CLK_TCK from here...
42242         (Processor Time): ...to here.  Correct description.
42243         * manual/conf.texi (Constants for Sysconf): Correct description of
42244         _SC_CLK_TCK.
42246 2012-04-10  David S. Miller  <davem@davemloft.net>
42248         [BZ #13967]
42249         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
42250         where the is a gap between DT_REL(A) and DT_JMPREL.
42252 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42254         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
42255         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42256         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42258 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
42260         * elf/dl-support.c (_dl_inhibit_cache): New variable.
42261         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
42262         (dl_main): Handle --inhibit-cache.
42263         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
42264         _dl_inhibit_cache.
42265         * elf/dl-load.c (_dl_map_object): Use it.
42266         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
42268 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42270         [BZ #13872]
42271         * sysdeps/i386/fpu/e_powl.S (p78): New object.
42272         (__ieee754_powl): Saturate large exponents rather than testing for
42273         overflow of y*log2(x).
42274         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42275         * math/libm-test.inc (pow_test): Do not permit spurious overflow
42276         exceptions.
42278         [BZ #11521]
42279         * math/s_ctan.c: Include <float.h>.
42280         (__ctan): Avoid internal overflow or cancellation in calculating
42281         denominator.
42282         * math/s_ctanf.c: Likewise.
42283         * math/s_ctanl.c: Likewise.
42284         * math/s_ctanh.c: Likewise.
42285         * math/s_ctanhf.c: Likewise.
42286         * math/s_ctanhl.c: Likewise.
42287         * math/libm-test.inc (ctan_test): Add more tests.
42288         (ctanh_test): Likewise.
42289         * sysdeps/i386/fpu/libm-test-ulps: Update.
42290         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42292 2012-04-09  Andreas Jaeger  <aj@suse.de>
42294         [BZ #6894]
42295         * manual/filesys.texi (Directory Entries): Mention that d_namlen
42296         is an optional BSD extension.
42298         [BZ #10254]
42299         * manual/stdio.texi (Opening Streams): Document additional fopen
42300         parameters.
42302 2012-04-09  Roland McGrath  <roland@hack.frob.com>
42304         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
42305         %eax without telling the compiler.
42307 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
42309         [BZ # 13963]
42310         * manual/install.texi: Use sourceware.org.
42312 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42314         [BZ #13873]
42315         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
42316         (__ieee754_pow): Generate overflow and underflow using huge*huge
42317         and tiny*tiny rather than just returning constant infinity or zero
42318         for large exponents.
42319         * math/libm-test.inc (pow_test): Require overflow exceptions for
42320         applicable cases of large exponents.
42322         [BZ #706]
42323         * sysdeps/i386/fpu/e_pow.S (p10): New object.
42324         (__ieee754_pow): Use iterative multiplication algorithm only for
42325         integer exponents with absolute value below 1024.  Check for odd
42326         integer exponents when using algorithm for real exponents.
42327         * math/libm-test.inc (pow_test): Add more tests.
42328         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42330 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
42332         [BZ #13705]
42333         * math/libm-test.inc (exp_test): Do not allow overflow exception
42334         on underflow test.
42336 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
42338         [BZ #13705]
42339         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
42340         instead of __kernel_standard_f.
42342 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
42344         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
42345         * sysdeps/x86_64/memset_chk.S: Likewise.
42347 2012-04-08  Andreas Jaeger  <aj@suse.de>
42349         [BZ #10153]
42350         * manual/startup.texi (Environment Access): Describe return value
42351         for putenv and setenv.
42353         [BZ #6895]
42354         * manual/filesys.texi (Directory Entries): Add description for
42355         DT_LNK.
42357         [BZ #6890]
42358         * manual/filesys.texi (Directory Entries): Clarify that it's file
42359         system not operating system in the description of DT_UNKNOWN.
42361         [BZ #6578]
42362         * manual/syslog.texi (closelog): Fix reference, it's openlog.
42364 2012-04-08  Stephen Compall  <s11@member.fsf.org>
42366         [BZ #6649]
42367         * manual/llio.texi (Opening and Closing Files): Add cross
42368         reference to explain mode argument.
42370 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
42372         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
42373         * sysdeps/x86_64/memset_chk.S: Likewise.
42375 2012-04-07  David S. Miller  <davem@davemloft.net>
42377         * elf/elf.h (R_SPARC_WDISP10): Define.
42378         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
42379         R_SPARC_SIZE32.
42380         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
42381         R_SPARC_SIZE64 and R_SPARC_H34.
42383 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
42385         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
42386         conditions and remove no longer applicable assertion.
42388 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42390         * bits/byteswap.h: Include <features.h>.
42391         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42392         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42394 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42396         * bits/byteswap.h (__bswap_16): Removed.
42397         Include <bits/byteswap-16.h> to get __bswap_16.
42398         * sysdeps/i386/bits/byteswap.h: Likewise.
42399         * sysdeps/s390/bits/byteswap.h: Likewise.
42400         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42401         * bits/byteswap-16.h: New file.
42402         * sysdeps/i386/bits/byteswap-16.h: Likewise.
42403         * sysdeps/s390/bits/byteswap-16.h: Likewise.
42404         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
42405         * string/Makefile (headers): Add bits/byteswap-16.h.
42407 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
42409         [BZ #13895]
42410         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
42411         extra indirection.
42412         * nss/Makefile (tests-static, tests): Add tst-nss-static.
42413         * nss/tst-nss-static.c: New.
42415 2012-04-06  Robert Millan  <rmh@gnu.org>
42417         [BZ #6486]
42418         * manual/llio.texi (File Position Primitive): lseek
42419         refers to WHENCE when it really means OFFSET.
42421 2012-04-06  Andreas Jaeger  <aj@suse.de>
42423         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
42424         strncmp declarations.
42426         * abilist/libc.abilist: Add __poll and __ppoll.
42428 2012-04-05  David S. Miller  <davem@davemloft.net>
42430         * scripts/check-local-headers.sh: Accept a host triplet in the
42431         path matched by the exclude regexp.
42433         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
42434         definition.
42435         * sysdeps/powerpc/powerpc32/dl-machine.h
42436         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
42437         * sysdeps/s390/s390-32/dl-machine.h
42438         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42439         * sysdeps/sparc/sparc32/dl-machine.h
42440         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42441         * sysdeps/sparc/sparc64/dl-machine.h
42442         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42444         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
42445         lazy binding.
42446         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
42447         undefined symbol errors.
42449         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
42450         DT_NEEDED entries.
42452 2012-04-05  Michael Matz  <matz@suse.de>
42454         [BZ #13592]
42455         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
42457 2012-04-05  Andreas Jaeger  <aj@suse.de>
42459         [BZ #13908]
42460         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
42461         comment.
42463 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42465         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
42466         which ROUND is no valid rounding mode.
42468 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42470         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
42471         read again.
42472         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
42474 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42476         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
42477         an exception using FPU order intentionally.
42479 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42481         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
42482         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
42483         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
42484         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
42486 2012-04-05  Simon Josefsson  <simon@josefsson.org>
42488         [BZ #12340]
42489         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
42490         EINVAL when BUFLEN is too smal.
42492 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
42494         [BZ #13553]
42495         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
42496         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
42498 2012-04-03  Andreas Jaeger  <aj@suse.de>
42500         [BZ #13938]
42501         * manual/setjmp.texi (System V contexts): Fix sentence.
42503         [BZ #13926]
42504         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
42505         New macro for this case.
42506         [!__GNUC__] (__bswap_64): New inline function for this case.
42507         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42508         * bits/byteswap.h: Likewise.
42509         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
42510         ull, guard with __GLIBC_HAVE_LONG_LONG.
42512         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
42513         __GLIBC_HAVE_LONG_LONG.
42515         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
42516         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
42518 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
42520         [BZ #13691]
42521         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
42522         inptr and inend, rather than using last_ch.
42524 2012-04-02  David S. Miller  <davem@davemloft.net>
42526         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
42527         * stdio-common/printf-parse.h (read_int): Change return type to
42528         'int', return -1 on INT_MAX overflow.
42529         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
42530         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
42531         overflows INT_MAX.  Check for overflow of in-format-string precision
42532         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
42533         SIZE_MAX not INT_MAX for integer overflow test.
42534         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
42535         skip the construct in the format string but do not record anything.
42536         * stdio-common/bug22.c: Adjust to test both width/prevision
42537         INT_MAX overflow as well as total length INT_MAX overflow.  Check
42538         explicitly for proper errno values.
42540 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
42542         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
42543         CHAR_MAX.
42544         * string/test-strcmp.c [! WIDE]: Likewise.
42545         * time/tst-mktime2.c: Likewise for INT_MAX.
42546         * string/test-string.h: #include <sys/param.h> for MIN.
42548         * csu/init-first.c (__libc_init_first): Call __ctype_init.
42549         * sysdeps/i386/init-first.c (init): Likewise.
42550         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
42551         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
42552         * sysdeps/sh/init-first.c (init): Likewise.
42554 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
42556         * po/ru.po: Update from translation team.
42557         * po/vi.po: Likewise.
42559 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
42561         * resolv/nss_dns/dns-host.c: Merge copyright years.
42563 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42565         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
42566         Optimize memcpy with prefetch if
42567         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
42568         src, dst pointers have unequal 16 byte alignments.
42570 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
42572         [BZ #13928]
42573         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
42574         from a CNAME entry and return the minimum ttl for the query.
42575         (gaih_getanswer_slice): Likewise.
42577 2012-03-30  Jeff Law  <law@redhat.com>
42579         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
42580         due to long keys.
42581         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
42582         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
42584         * resolv/nss_dns/dns-host.c: Update copyright year.
42586 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
42588         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
42589         requests to save a system call.  Fix check that all bytes are sent.
42591         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
42592         comments for sendmmsg.
42594 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42596         [BZ #13691]
42597         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
42598         with only 1 character between 0x0041 and 0x01b0.
42599         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
42600         * wcsmbs/tst-mbsnrtowcs.c: New file.
42602 2012-03-29  David S. Miller  <davem@davemloft.net>
42604         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
42605         small copies by hand.
42607 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
42609         [BZ #13761]
42610         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
42611         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
42612         group memberships.
42614 2012-03-28  David S. Miller  <davem@davemloft.net>
42616         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
42617         that branches into memcpy.
42618         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
42619         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
42620         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
42621         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
42622         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
42623         bits.
42624         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
42625         implementation too.
42626         * sysdeps/sparc/mempcpy.S: New file.
42628         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
42629         the IFUNC routine in the libc case.
42630         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
42632         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
42633         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
42634         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
42635         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
42636         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
42637         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
42638         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
42639         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
42641         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
42642         loop to 256 bytes instead of 64 bytes and fix test signedness.
42644         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
42645         * sysdeps/sparc/sparc32/Makefile: rather than here...
42646         * sysdeps/sparc/sparc64/Makefile: and here.
42648 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
42650         * malloc/mallocbug.c: Avoid warnings about unused variables.
42652 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
42654         [BZ #13760]
42655         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
42656         in the right place. Discard and retry query if response is
42657         larger than input buffer size.
42659 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
42661         [BZ #369]
42662         [BZ #2678]
42663         [BZ #3866]
42664         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
42665         x for large integer exponent.
42666         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
42667         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
42668         sign of result as needed afterwards.
42669         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
42670         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
42671         result for underflowing pow the same as for overflow.
42672         (__kernel_standard_l): Handle powl overflow and underflow here
42673         rather than calling __kernel_standard.
42674         * math/libm-test.inc (pow_test): Add more tests.
42676         [BZ #3868]
42677         [BZ #13879]
42678         [BZ #13910]
42679         [BZ #13911]
42680         [BZ #13912]
42681         [BZ #13913]
42682         [BZ #13915]
42683         [BZ #13916]
42684         [BZ #13917]
42685         [BZ #13918]
42686         [BZ #13919]
42687         [BZ #13920]
42688         [BZ #13921]
42689         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
42690         * sysdeps/ieee754/k_standard.c: Include <float.h>.
42691         (__kernel_standard_l): New function.
42692         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
42693         __kernel_standard.
42694         * math/w_acosl.c (__acosl): Likewise.
42695         * math/w_asinl.c (__asinl): Likewise.
42696         * math/w_atan2l.c (__atan2l): Likewise.
42697         * math/w_atanhl.c (__atanhl): Likewise.
42698         * math/w_coshl.c (__coshl): Likewise.
42699         * math/w_exp10l.c (__exp10l): Likewise.
42700         * math/w_exp2l.c (__exp2l): Likewise.
42701         * math/w_fmodl.c (__fmodl): Likewise.
42702         * math/w_hypotl.c (__hypotl): Likewise.
42703         * math/w_j0l.c (__j0l, __y0l): Likewise.
42704         * math/w_j1l.c (__j1l, __y1l): Likewise.
42705         * math/w_jnl.c (__jnl, __ynl): Likewise.
42706         * math/w_lgammal.c (__lgammal): Likewise.
42707         * math/w_log10l.c (__log10l): Likewise.
42708         * math/w_log2l.c (__log2l): Likewise.
42709         * math/w_logl.c (__logl): Likewise.
42710         * math/w_powl.c (__powl): Likewise.
42711         * math/w_remainderl.c (__remainderl): Likewise.
42712         * math/w_scalbl.c (sysv_scalbl): Likewise.
42713         * math/w_sinhl.c (__sinhl): Likewise.
42714         * math/w_sqrtl.c (__sqrtl): Likewise.
42715         * math/w_tgammal.c (__tgammal): Likewise.
42716         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
42717         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
42718         * math/libm-test.inc (acos_test): Add more tests.
42719         (acosh_test): Likewise.
42720         (asin_test): Likewise.
42721         (atanh_test): Likewise.
42722         (exp_test): Likewise.
42723         (exp10_test): Likewise.
42724         (exp2_test): Likewise.
42725         (expm1_test): Likewise.
42726         (lgamma_test): Likewise.
42727         (log_test): Likewise.
42728         (log10_test): Likewise.
42729         (log1p_test): Likewise.
42730         (log2_test): Likewise.
42731         (pow_test): Do not allow some spurious overflow exceptions.
42732         (sqrt_test): Add more tests.
42733         (tgamma_test): Likewise.
42734         (y0_test): Likewise.
42735         (y1_test): Likewise.
42736         (yn_test): Likewise.
42738 2012-03-27  Anton Blanchard  <anton@samba.org>
42740         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
42741         MAP_HUGETLB.
42742         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
42743         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
42744         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
42746 2012-03-27  David S. Miller  <davem@davemloft.net>
42748         * conform/Makefile: Run run-conformtest.sh using $(BASH).
42750         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
42751         have-as-vis3 check.
42753 2012-03-27  Andreas Jaeger  <aj@suse.de>
42755         * sysdeps/x86_64/elf/configure.in: Moved to ...
42756         * sysdeps/x86_64/configure.in: ... here.
42757         * sysdeps/x86_64/elf/start.S: Moved to ...
42758         * sysdeps/x86_64/start.S: ... here.
42759         * sysdeps/x86_64/elf/configure: Delete.
42761         * sysdeps/x86_64/configure.in: Merge contents from
42762         sysdeps/i386/configure.in (without i686 check).
42764         * sysdeps/i386/elf/Versions: Merge into ...
42765         * sysdeps/i386/Versions: ... this.
42766         * sysdeps/i386/elf/Versions: Delete file.
42767         * sysdeps/i386/elf/start.S: Moved to ...
42768         * sysdeps/i386/start.S: ...here.
42769         * sysdeps/i386/elf/configure.in: Merge into...
42770         * sysdeps/i386/configure.in: ...here.
42771         * sysdeps/i386/elf/configure.in: Delete file.
42772         * sysdeps/i386/elf/configure: Delete file.
42774         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
42775         * debug/backtracesyms.c: ... here.
42776         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
42777         * debug/backtracesymsfd.c: ... here.
42778         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
42779         * sysdeps/generic/ifunc-sel.h: ... here.
42781         * sysdeps/unix/i386/start.c: Delete file.
42782         * sysdeps/unix/sparc/start.c: Delete file.
42783         * sysdeps/unix/start.c: Delete file.
42785         * sysdeps/sh/elf/configure.in: Moved to ...
42786         * sysdeps/sh/configure.in: ... here.
42787         * sysdeps/sh/elf/start.S: Moved to ...
42788         * sysdeps/sh/start.S: ... here.
42789         * sysdeps/sh/elf/configure: Delete file.
42791         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
42792         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
42793         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
42794         * sysdeps/powerpc/powerpc64/entry.h: ... here.
42795         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
42796         * sysdeps/powerpc/powerpc64/start.S: here.
42797         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
42798         * sysdeps/powerpc/powerpc64/Makefile: ... this.
42799         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
42800         * sysdeps/powerpc/powerpc64/configure.in: ... this.
42801         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
42803         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
42804         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
42805         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
42806         * sysdeps/powerpc/powerpc32/start.S: ... here.
42807         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
42808         * sysdeps/powerpc/powerpc32/configure.in: ... this.
42809         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
42811         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
42812         * sysdeps/powerpc/ifunc-sel.h: ... here.
42813         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
42814         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
42816         * sysdeps/sparc/elf/configure.in: Moved to ...
42817         * sysdeps/sparc/configure.in: ... here.
42818         * sysdeps/sparc/elf/configure: Delete file.
42819         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
42820         * sysdeps/sparc/sparc32/start.S: ... here.
42821         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
42822         * sysdeps/sparc/sparc64/start.S: ... here.
42823         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
42824         * sysdeps/sparc/sparc32/Makefile: ... this.
42825         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
42826         * sysdeps/sparc/sparc64/Makefile: ... this.
42828         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
42829         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
42830         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
42831         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
42832         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
42833         * sysdeps/s390/s390-32/setjmp.S: ... here.
42834         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
42835         * sysdeps/s390/s390-32/configure.in: ... here.
42836         * sysdeps/s390/s390-32/elf/configure: Delete file.
42837         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
42838         * sysdeps/s390/s390-32/start.S: ... here.
42840         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
42841         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
42842         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
42843         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
42844         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
42845         * sysdeps/s390/s390-64/setjmp.S: ... here.
42846         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
42847         * sysdeps/s390/s390-64/configure.in: ... here
42848         * sysdeps/s390/s390-64/elf/configure: Delete file.
42849         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
42850         * sysdeps/s390/s390-64/start.S: ... here.
42851         * sysdeps/s390/s390-64/elf/configure: Delete.
42853         * configure.in: Remove support for elf directories in sysdeps.
42855         * configure: Regenerated.
42856         * sysdeps/i386/configure: Regenerated.
42857         * sysdeps/powerpc/powerpc32/configure: Regenerated.
42858         * sysdeps/powerpc/powerpc64/configure: Regenerated.
42859         * sysdeps/s390/s390-32/configure: Regenerated.
42860         * sysdeps/s390/s390-64/configure: Regenerated.
42861         * sysdeps/sh/configure: Regenerated.
42862         * sysdeps/sparc/configure: Regenerated.
42863         * sysdeps/x86_64/configure: Regenerated.
42865 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
42867         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42869         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
42870         denormal result into account.
42872 2012-03-25  Roland McGrath  <roland@hack.frob.com>
42874         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
42875         Reported by Allan McRae <allan@archlinux.org>.
42877 2012-03-23  Jeff Law  <law@redhat.com>
42879         * nss/getnssent.c (__nss_getent): Fix typo.
42881 2012-03-23  David S. Miller  <davem@davemloft.net>
42883         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42885 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
42887         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
42888         to pad to uint64_t for each field.
42889         (dl_tls_index): Replace unsigned long with uint64_t.
42891 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
42892         Paul Pluzhnikov  <ppluzhnikov@google.com>
42894         [BZ #6528]
42895         * grp/Makefile (otherlibs): Don't set it.
42896         * inet/Makefile (otherlibs): Likewise.
42897         * login/Makefile (otherlibs): Likewise.
42898         * nscd/Makefile (otherlibs): Likewise.
42899         * posix/Makefile (otherlibs): Likewise.
42900         * pwd/Makefile (otherlibs): Likewise.
42901         * rt/Makefile (otherlibs): Likewise.
42902         * sunrpc/Makefile (otherlibs): Likewise.
42903         * nss/Makefile (otherlibs): Likewise.
42904         Add libnss_files to routines and static-only-routines.
42905         ($(objpfx)getent): Remove rule.
42906         * resolv/Makefile: Add libnss_dns and libresolv to routines and
42907         static-only-routines.
42909 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
42911         [BZ #13892]
42912         * math/s_cexp.c: Include <float.h>.
42913         (__cexp): Handle exp result overflowing not necessarily
42914         overflowing both real and imaginary parts of result.
42915         * math/s_cexpf.c: Likewise.
42916         * math/s_cexpl.c: Likewise.
42917         * math/libm-test.inc (cexp_test): Add more tests.
42918         * sysdeps/i386/fpu/libm-test-ulps: Update.
42919         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42921 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
42923         * include/link.h (ELFW): New macro.
42924         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
42925         Replace ELF64_R_TYPE with ELFW(R_TYPE).
42927 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
42929         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
42930         with uint64_t.
42932 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
42934         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
42935         declaration.
42936         (struct La_x32_retval): Likewise.
42938 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
42940         * sysdeps/x86_64/preconfigure.in: New file.
42941         * sysdeps/x86_64/preconfigure: New generated file.
42943 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
42945         [BZ #13824]
42946         * math/e_exp2l.c: Include <float.h>.
42947         (__ieee754_exp2l): Handle overflow and underflow cases
42948         separately.  Only pass fractional part of argument to
42949         __ieee754_expl.
42950         * math/libm-test.inc (exp2_test): Add more tests.
42952         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
42953         negating x to take absolute value.
42954         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
42955         Likewise.
42956         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
42957         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
42958         Likewise.
42959         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
42960         computing low part if x was negated.
42961         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
42963 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
42965         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
42966         la_x32_gnu_pltexit.
42967         (pltexit): Cast int_retval to ptrdiff_t.
42968         * elf/tst-auditmod3b.c: Likewise.
42969         * elf/tst-auditmod4b.c: Likewise.
42970         * elf/tst-auditmod5b.c: Likewise.
42971         * elf/tst-auditmod6b.c: Likewise.
42972         * elf/tst-auditmod6c.c: Likewise.
42973         * elf/tst-auditmod7b.c: Likewise.
42975         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
42976         and x32_gnu_pltexit.
42978         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
42979         __ELF_NATIVE_CLASS.
42980         (La_x32_regs): New macro.
42981         (La_x32_retval): Likewise.
42982         (la_x32_gnu_pltenter): New function prototype.
42983         (la_x32_gnu_pltexit): Likewise.
42985 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
42987         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
42988         exponent.
42990         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42992         * configure.in (libc_cv_cc_nofma): Check for option to disable
42993         generation of FMA instructions.
42994         * configure: Regenerate.
42995         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
42996         * sysdeps/ieee754/dbl-64/Makefile: New file.
42997         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
42998         Remove brandred-fma4.
42999         (CFLAGS-brandred-fma4.c): Remove.
43000         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
43001         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
43002         define.
43003         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
43004         define.
43006 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43008         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43009         LLONG_MAX != LONG_MAX.
43010         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43011         (_fitoa_word): Likewise.
43012         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
43013         LLONG_MAX != LONG_MAX.
43014         * stdio-common/_itowa.h: Include <_itoa.h>.
43015         (_itowa_word): Use _ITOA_WORD_TYPE on value.
43016         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
43017         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
43018         only if not defined.
43019         (_ITOA_WORD_TYPE): Likewise.
43020         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43021         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
43023 2012-03-21  David S. Miller  <davem@davemloft.net>
43025         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43027 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
43029         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
43030         of x86_64 when setting libc_cv_slibdir, libdir and
43031         libc_cv_localedir.
43032         * sysdeps/unix/sysv/linux/configure: Regenerated.
43034 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43036         * manual/lang.texi (Old Varargs): Remove section.
43037         (How Variadic): Update menu.
43038         (va_start): Do not mention varargs.h.
43040 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43041             Joseph Myers  <joseph@codesourcery.com>
43043         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
43044         link test.
43045         * configure: Regenerated.
43047 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
43049         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
43050         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
43051         conformtest.pl
43053 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43055         * NOTES: Remove.
43056         * Makefile (files-for-dist): Remove NOTES.
43057         (NOTES): Remove rule.
43058         * README: Don't refer to NOTES.
43059         * manual/creature.texi: Don't include macros.texi.
43060         * manual/intro.texi (creature.texi): Remove comment referring to
43061         NOTES.
43063         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
43064         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
43065         * configure: Regenerated.
43066         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
43067         LIBC_TRY_CC_OPTION.
43068         (libc_cv_as_i686): Likewise.
43069         (libc_cv_cc_avx): Likewise.
43070         (libc_cv_cc_sse2avx): Likewise.
43071         (libc_cv_cc_fma4): Likewise.
43072         (libc_cv_cc_novzeroupper): Likewise.
43073         * sysdeps/i386/configure: Regenerated.
43075         [BZ #13883]
43076         * sysdeps/i386/fpu/s_cexp.S: Remove.
43077         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
43078         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
43079         * math/libm-test.inc (cexp_test): Add more tests.
43080         * sysdeps/i386/fpu/libm-test-ulps: Update.
43081         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43083 2012-03-21  Allan McRae  <allan@archlinux.org>
43085         * timezone/Makefile: Do not install iso3166.tab and zone.tab
43087 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
43089         [BZ #13871]
43090         * math/w_exp2.c: Do not include <float.h>.
43091         (o_threshold, u_threshold): Remove.
43092         (__exp2): Calculate result before checking finiteness and calling
43093         __kernel_standard.
43094         * math/w_exp2f.c: Likewise.
43095         * math/w_exp2l.c: Likewise.
43096         * math/libm-test.inc (exp2_test): Require overflow exception for
43097         1e6 input.
43099         [BZ #3866]
43100         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
43101         range of signed 64-bit integers before using fistpll.  Remove
43102         checks for whether integers fit in mantissa bits.
43103         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
43104         the range of signed 32-bit integers before using fistpl.  Remove
43105         checks for whether integers fit in mantissa bits.
43106         * sysdeps/i386/fpu/e_powl.S (p64): New object.
43107         (__ieee754_powl): Test for y outside the range of signed 64-bit
43108         integers before using fistpll.  Reduce 64-bit values to 63-bit
43109         ones as needed.
43110         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
43111         divide-by-zero is raised for zero to large negative powers.
43112         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
43113         (__ieee754_powl): Test for y outside the range of signed 64-bit
43114         integers before using fistpll.  Reduce 64-bit values to 63-bit
43115         ones as needed.
43116         * math/libm-test.inc (pow_test): Add more tests.
43118 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43120         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
43121         <stdio-common/_itoa.h>.
43122         * debug/segfault.c: Likewise.
43123         * elf/dl-cache.c: Likewise.
43124         * elf/dl-minimal.c: Likewise.
43125         * elf/dl-misc.c: Likewise.
43126         * elf/dl-sysdep.c: Likewise.
43127         * elf/dl-version.c: Likewise.
43128         * elf/rtld.c: Likewise.
43129         * hurd/hurdsock.c: Likewise.
43130         * hurd/lookup-retry.c: Likewise.
43131         * malloc/malloc.c: Likewise.
43132         * malloc/mtrace.c: Likewise.
43133         * nscd/nscd_getgr_r.c: Likewise.
43134         * nscd/nscd_getpw_r.c: Likewise.
43135         * nscd/nscd_getserv_r.c: Likewise.
43136         * posix/getopt_init.c: Likewise.
43137         * posix/wordexp.c: Likewise.
43138         * stdio-common/_itoa.c: Likewise.
43139         * stdio-common/printf_fphex.c: Likewise.
43140         * stdio-common/vfprintf.c: Likewise.
43141         * string/_strerror.c: Likewise.
43142         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
43143         * sysdeps/i386/i686/hp-timing.h: Likewise.
43144         * sysdeps/mach/_strerror.c: Likewise.
43145         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
43146         * sysdeps/mach/hurd/sethostid.c: Likewise.
43147         * sysdeps/mach/hurd/xmknodat.c: Likewise.
43148         * sysdeps/mach/xpg-strerror.c: Likewise.
43149         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
43150         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
43151         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
43152         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
43153         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
43154         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
43155         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
43156         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
43157         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
43158         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
43159         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
43160         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
43161         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
43162         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
43163         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
43164         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
43165         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
43166         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
43167         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
43168         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
43169         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
43171         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
43173         * stdio-common/_itoa.h: Moved to ...
43174         * sysdeps/generic/_itoa.h: Here.
43176         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
43178         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
43179         instead of "_itoa.h" and "_itowa.h".
43180         * stdio-common/vfprintf.: Likewise.
43182 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43184         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
43185         <bits/wordsize.h>.
43186         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
43187         (__signbit): Likwise.
43188         (llrintf): Likwise.
43189         (llrint): Likwise.
43191 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43193         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
43194         __WORDSIZE != 64.
43196 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
43198         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
43199         OVERFLOW_EXCEPTION_OK.
43200         * math/libm-test.inc ("Philosophy"): Update comment about
43201         exception testing.
43202         (OVERFLOW_EXCEPTION): Define.
43203         (OVERFLOW_EXCEPTION_OK): Likewise.
43204         (INVALID_EXCEPTION_OK): Renumber.
43205         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43206         (IGNORE_ZERO_INF_SIGN): Likewise.
43207         (test_exceptions): Handle FE_OVERFLOW.
43208         (exp10_test): Expect overflow exceptions.
43209         (exp2_test): Likewise.
43210         (expm1_test): Likewise.
43211         (nextafter_test): Likewise.
43212         (pow_test): Likewise.
43213         (scalbn_test): Likewise.
43214         (scalbln_test): Likewise.
43216 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43218         * sysdeps/x86_64/bits/atomic.h
43219         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
43220         64bit integer.
43221         (atomic_exchange_acq): Likewise.
43222         (__arch_exchange_and_add_body): Likewise.
43223         (__arch_add_body): Likewise.
43224         (atomic_add_negative): Likewise.
43225         (atomic_add_zero): Likewise.
43227 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43229         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
43230         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
43232 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43234         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
43235         Check __x86_64__ instead of __WORDSIZE.
43237 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43239         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
43241 2012-03-19  David S. Miller  <davem@davemloft.net>
43243         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43245         * sysdeps/sparc/fpu/fenv_private.h: New file.
43246         * sysdeps/sparc/fpu/math_private.h: Use it.
43247         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
43248         Remove.
43249         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
43250         (libc_feholdexcept_setroundl): Remove.
43251         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
43252         Remove.
43253         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
43254         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
43256 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43258         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
43259         int64_t instead of long int.
43260         (INSERT_WORDS64): Likwise.
43262 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43264         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
43265         _Unwind_GetCFA return to _Unwind_Ptr first.
43267 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
43269         [BZ #13629]
43270         * math/s_clog.c: Include <float.h>.
43271         (__clog): Scale large or subnormal inputs.
43272         * math/s_clogf.c: Likewise.
43273         * math/s_clogl.c: Likewise.
43274         * math/s_clog10.c: Include <float.h>.
43275         (M_LOG10_2): Define.
43276         (__clog10): Scale large or subnormal inputs.
43277         * math/s_clog10f.c: Likewise.
43278         * math/s_clog10l.c: Likewise.
43279         * math/libm-test.inc (clog_test): Add more tests.
43280         (clog10_test): Likewise.
43281         * sysdeps/i386/fpu/libm-test-ulps: Update.
43282         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43284         [BZ #11451]
43285         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
43286         x and y.
43287         * math/libm-test.inc (atan2_test): Add another test.
43289         * Makerules (common-objdir-compile): Remove.
43290         * sysdeps/unix/Makefile (config-generated): Do not add
43291         $(unix-generated) to variable.
43292         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
43293         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
43294         Remove rule.
43295         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
43296         Likewise.
43297         [generic bits/local_lim.h] (before-compile): Do not append to
43298         variable.
43299         [generic bits/local_lim.h] (common-generated): Likewise.
43300         [generic sys/param.h] (before-compile): Do not append to variable.
43301         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
43302         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
43303         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
43304         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
43305         include.
43306         [generic sys/param.h] (sys/param.h-includes): Remove variable.
43307         [generic sys/param.h] (sys/param.h-includes): Remove rule.
43308         [generic sys/param.h] ($(addprefix
43309         $(common-objpfx),$(sys/param.h-includes))): Likewise.
43310         [generic sys/param.h] (common-generated): Do not append to
43311         variable.
43312         [generic sys/param.h] (sysdep_headers): Likewise.
43313         [generic bits/errno.h] (before-compile): Do not append to
43314         variable.
43315         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
43316         rule.
43317         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
43318         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
43319         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
43320         [generic bits/errno.h] (common-generated): Do not append to
43321         variable.
43322         [generic bits/ioctls.h] (before-compile): Do not append to
43323         variable.
43324         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
43325         rule.
43326         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
43327         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
43328         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
43329         rule.
43330         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
43331         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
43332         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
43333         [generic bits/ioctls.h] (common-generated): Do not append to
43334         variable.
43335         [generic sys/syscall.h] (syscall.h): Remove variable.
43336         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
43337         rule.
43338         [generic sys/syscall.h] (before-compile): Do not append to
43339         variable.
43340         [generic sys/syscall.h] (common-generated): Likewise.
43341         * sysdeps/unix/errnos-tmpl.c: Remove file.
43342         * sysdeps/unix/errnos.awk: Likewise.
43343         * sysdeps/unix/ioctls-tmpl.c: Likewise.
43344         * sysdeps/unix/ioctls.awk: Likewise.
43345         * sysdeps/unix/mk-local_lim.c: Likewise.
43346         * sysdeps/unix/snarf-ioctls: Likewise.
43348 2012-03-19  Richard Henderson  <rth@twiddle.net>
43350         * sysdeps/i386/fpu/fenv_private.h: New file.
43351         * sysdeps/i386/fpu/math_private.h: Use it.
43352         (math_opt_barrier, math_force_eval): Remove.
43353         (libc_feholdexcept_setround_53bit): Remove.
43354         (libc_feupdateenv_53bit): Remove.
43355         * sysdeps/x86_64/fpu/math_private.h: Likewise.
43356         (math_opt_barrier, math_force_eval): Remove.
43357         (libc_feholdexcept): Remove.
43358         (libc_feholdexcept_setround): Remove.
43359         (libc_fetestexcept, libc_fesetenv): Remove.
43360         (libc_feupdateenv_test): Remove.
43361         (libc_feupdateenv, libc_feholdsetround): Remove.
43362         (libc_feresetround): Remove.
43364         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
43365         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
43367         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
43368         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
43369         (libc_feupdateenv_testl): New.
43370         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
43371         (libc_feupdateenv_testf): New.
43372         (libc_feupdateenv): Use libc_feupdateenv_test.
43373         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
43374         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
43376         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
43377         (libc_feholdsetroundf, libc_feholdsetroundl): New.
43378         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
43379         (libc_feresetround_noex): New.
43380         (libc_feresetround_noexf): New.
43381         (libc_feresetround_noexl): New.
43382         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
43383         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
43384         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
43385         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
43386         SET_RESTORE_ROUND.
43387         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
43388         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
43389         (__cos): Likewise.
43390         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
43391         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
43392         SET_RESTORE_ROUND_NOEX.
43393         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
43394         SET_RESTORE_ROUND_NOEXF.
43395         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
43396         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
43397         (libc_feholdsetroundf): New.
43398         (libc_feresetround, libc_feresetroundf): New.
43400         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
43401         (libc_feholdexcept_setround_53bit): Convert from macro to function.
43402         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
43404         * sysdeps/generic/math_private.h: Include <fenv.h>.
43405         (default_libc_feholdexcept): New.
43406         (default_libc_feholdexcept_setround): New.
43407         (default_libc_fesetenv, default_libc_feupdateenv): New.
43408         (libc_feholdexcept): Only define if undefined.
43409         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
43410         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
43411         (libc_feholdexcept_setroundl): Likewise.
43412         (libc_feholdexcept_setround_53bit): Likewise.
43413         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
43414         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
43415         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
43416         (libc_feupdateenv_53bit): Likewise.
43417         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
43418         (libc_feholdexcept): Convert from macro to inline function.
43419         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
43420         (libc_fesetenv, libc_feupdateenv): Likewise.
43422         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
43423         not previously defined.
43424         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
43425         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
43426         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
43427         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
43428         * sysdeps/ieee754/flt-32/math_private.h: New file.
43429         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
43430         math_private.h below SET_FLOAT_WORD.
43431         (__isnan, __isinf_ns, __finite): Remove.
43432         (__isnanf, __isinf_nsf, __finitef): Remove.
43434 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
43436         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43438 2012-03-17  David S. Miller  <davem@davemloft.net>
43440         [BZ #6471]
43441         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
43442         for 2.16.
43444 2012-03-16  David S. Miller  <davem@davemloft.net>
43446         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
43447         warnings.
43449         [BZ #6471]
43450         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
43451         properly.
43452         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
43453         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
43454         sysdep_routines when subdir is sysvipc.
43455         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
43456         __getshmlba helper.
43458         * sysdeps/sparc/fpu/libm-test/ulps: Update.
43460 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43462         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
43463         [__LP64__].
43465 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43467         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
43468         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
43469         (__lround): Renamed to ...
43470         (__llround): This.  Replace long int with long long int.
43471         Define lround functions as aliases of llround functions.
43472         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
43474 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43476         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
43477         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
43478         adresses to uintptr_t.  Replace "long int" and "unsigned long
43479         int" with "greg_t" on va_arg.
43481 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43483         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
43484         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
43486         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
43487         Move e_machine check before EI_CLASS check.  Handle x32
43488         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
43489         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
43490         SKIP_EM_IA_64 and include
43491         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
43493         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
43494         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
43495         (add_system_dir): New macro.
43497         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
43498         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
43500 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
43502         [BZ #2551]
43503         [BZ #2552]
43504         [BZ #2553]
43505         [BZ #2554]
43506         [BZ #2562]
43507         [BZ #2563]
43508         [BZ #2565]
43509         [BZ #2566]
43510         [BZ #2576]
43511         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
43512         (y0): Likewise.
43513         * math/w_j0f.c (j0f): Likewise.
43514         (y0f): Likewise.
43515         * math/w_j0l.c (__j0l): Likewise.
43516         (__y0l): Likewise.
43517         * math/w_j1.c (j1): Likewise.
43518         (y1): Likewise.
43519         * math/w_j1f.c (j1f): Likewise.
43520         (y1f): Likewise.
43521         * math/w_j1l.c (__j1l): Likewise.
43522         (__y1l): Likewise.
43523         * math/w_jn.c (jn): Likewise.
43524         (yn): Likewise.
43525         * math/w_jnf.c (jnf): Likewise.
43526         (ynf): Likewise.
43527         * math/w_jnl.c (__jnl): Likewise.
43528         (__ynl): Likewise.
43529         * math/libm-test.inc (j0_test): Add more tests.
43530         (j1_test): Likewise.
43531         (jn_test): Likewise.  Add trailing semicolon to existing test.
43532         (y0_test): Likewise.
43533         (y1_test): Likewise.
43534         * sysdeps/i386/fpu/libm-test-ulps: Update.
43535         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43537         [BZ #13851]
43538         [BZ #13854]
43539         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
43540         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
43541         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
43542         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
43543         (__tanl): Set errno for infinite argument.
43544         * sysdeps/i386/fpu/mptan.c: Remove.
43545         * sysdeps/i386/fpu/s_tan.S: Likewise.
43546         * sysdeps/i386/fpu/s_tanl.S: Likewise.
43547         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
43548         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
43549         * math/libm-test.inc (tan_test): Add more tests and enable more
43550         tests for double and long double.
43551         * sysdeps/i386/fpu/libm-test-ulps: Update.
43552         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43554 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
43556         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
43557         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
43559 2012-03-16  Roland McGrath  <roland@hack.frob.com>
43561         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
43562         * configure.in: Use it for both main tree and add-ons.
43563         * configure: Regenerated.
43565 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43567         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
43569 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
43571         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
43572         in comment.
43574         [BZ #13851]
43575         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
43576         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
43577         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
43578         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
43579         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
43580         infinite argument.
43581         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
43582         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
43583         != 0 for prec == 2.
43584         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
43585         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
43586         * sysdeps/i386/fpu/s_cosl.S: Likewise.
43587         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
43588         * sysdeps/i386/fpu/s_sinl.S: Likewise.
43589         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
43590         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
43591         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
43592         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
43593         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
43594         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
43595         * math/libm-test.inc (cos_test): Add more tests and enable more
43596         tests for long double.
43597         (sin_test): Likewise.
43598         (sincos_test): Likewise.
43599         * sysdeps/i386/fpu/libm-test-ulps: Update.
43600         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43602 2012-03-16  David S. Miller  <davem@davemloft.net>
43604         * sysdeps/sparc/fpu/math_private.h: New file.
43606 2012-03-15  David S. Miller  <davem@davemloft.net>
43608         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
43609         file.
43610         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
43611         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
43612         file.
43613         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
43614         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
43615         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
43616         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
43617         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
43618         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
43619         sysdep routines.
43620         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
43622         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
43623         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
43625         * sysdeps/sparc/sparc-ifunc.h: New file.
43626         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
43627         sparc-ifunc.h
43628         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
43629         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
43630         Likewise.
43631         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
43632         Likewise.
43633         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
43634         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
43635         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
43636         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
43637         Likewise.
43638         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
43639         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
43640         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
43641         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
43642         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
43643         Likewise.
43644         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
43645         Likewise.
43646         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
43647         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
43648         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
43649         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
43650         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
43651         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
43652         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
43653         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
43654         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
43655         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
43656         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
43657         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
43658         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
43659         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
43660         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
43661         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
43662         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
43663         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
43664         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
43665         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
43666         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
43667         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
43668         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
43669         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
43671 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
43673         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
43674         scaling.
43675         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43677 2012-03-15  Andreas Jaeger  <aj@suse.de>
43679         [BZ #13852]
43680         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
43681         ieee754/flt-32 implementation for sin, cos and sincos.
43682         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
43683         * sysdeps/i386/fpu/s_cosf.S: Likewise.
43684         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
43685         * sysdeps/i386/fpu/s_sinf.S: Likewise.
43686         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
43687         ieee754/flt-32 implementation for tan.
43689         * math/libm-test.inc (cos_test): Enable some large input tests for
43690         float as well
43691         (sin_test): Likewise.
43692         (sincos_test): Likewise.
43693         (tan_test): Add tests for large input.
43695         * sysdeps/i386/fpu/libm-test-ulps: Update.
43697 2012-03-15  Andreas Jaeger  <aj@suse.de>
43699         [BZ #13658]
43700         * math/libm-test.inc (cos_test): Add more test cases.
43701         (sin_test): Likewise.
43702         (sincos_test): Likewise.
43704 2012-03-15  Andreas Jaeger  <aj@suse.de>
43706         [BZ #13837]
43707         * math/libm-test.inc (cos_test): Add a test case for large input
43708         value.
43709         (sin_test): Likewise.
43710         (sincos_test): Likewise.
43712 2012-03-15  Andreas Jaeger  <aj@suse.de>
43713             Joseph Myers  <joseph@codesourcery.com>
43715         [BZ #13658]
43716         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
43717         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
43718         * sysdeps/i386/fpu/branred.c: Likewise.
43719         * sysdeps/i386/fpu/dosincos.c: Likewise.
43720         * sysdeps/i386/fpu/mpa.c: Likewise.
43721         * sysdeps/i386/fpu/s_cos.S: Likewise.
43722         * sysdeps/i386/fpu/s_sin.S: Likewise.
43723         * sysdeps/i386/fpu/s_sincos.S: Likewise.
43724         * sysdeps/i386/fpu/sincos32.c: Likewise.
43726         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
43727         Define.
43728         (libc_feupdateenv_53bit): Define.
43729         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
43730         Define.
43731         (libc_feupdateenv_53bit): Define.
43733         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
43734         53 bit (without extend i386 double precision).
43736         * math/libm-test.inc (sincos_test): Add tests for large input.
43737         (sin): Likewise.
43738         (cos): Likewise.
43740         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
43742 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
43744         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43746 2012-03-15  David S. Miller  <davem@davemloft.net>
43748         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
43749         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
43750         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
43751         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
43752         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
43753         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
43754         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
43755         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
43756         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
43757         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
43758         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
43759         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
43760         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
43761         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
43762         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
43763         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
43764         file.
43765         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
43766         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
43767         file.
43768         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
43769         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
43770         file.
43771         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
43772         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
43773         file.
43774         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
43775         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
43776         fmin/fmax sysdep routines.
43777         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
43779 2012-03-14  David S. Miller  <davem@davemloft.net>
43781         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
43782         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
43783         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
43784         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
43785         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
43786         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
43787         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
43788         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
43789         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
43790         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
43791         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
43792         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
43793         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
43794         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
43795         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
43796         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
43797         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
43798         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
43799         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
43800         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
43801         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
43802         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
43803         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
43804         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
43805         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
43806         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
43807         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
43808         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
43809         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
43810         routines.
43811         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
43812         file.
43813         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
43814         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
43815         file.
43816         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
43817         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
43818         file.
43819         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
43820         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
43821         file.
43822         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
43823         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
43824         file.
43825         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
43826         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
43827         file.
43828         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
43829         file.
43830         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
43831         file.
43832         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
43833         file.
43834         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
43835         New file.
43836         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
43837         file.
43838         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
43839         file.
43840         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
43841         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
43842         file.
43843         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
43844         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
43845         file.
43846         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
43847         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
43848         file.
43849         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
43850         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
43851         VIS3 routines.
43853         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
43854         New file.
43856         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43858         * sysdeps/sparc/configure.in: New file.
43859         * sysdeps/sparc/configure: Generate.
43860         * configure.in (libc_cv_sparc_as_vis3): Substitute.
43861         * configure: Regenerate.
43862         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
43863         * config.make.in (have-as-vis3): New.
43864         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
43865         available use -Av9d instead of -Av9a.
43866         * sysdeps/sparc/sparc64/Makefile: Likewise.
43867         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
43868         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
43869         New file.
43870         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
43871         file.
43872         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
43873         New file.
43874         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
43875         file.
43876         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
43877         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
43878         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
43879         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
43880         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
43882         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
43883         fzeros/fnegs to load 0x80000000 into a float register instead of
43884         using the stack.
43885         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
43887 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
43889         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43890         bits/syscall.h.
43891         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
43892         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
43893         ($(inst_includedir)/bits/syscall.h): Remove rule.
43894         ($(objpfx)bits/syscall.d): Include instead of
43895         $(objpfx)syscall-list.d.
43896         (generated): Change syscall-list.h and syscall-list.d to
43897         bits/syscall.h and bits/syscall.d.
43899 2012-03-14  Roland McGrath  <roland@hack.frob.com>
43901         [BZ #13846]
43902         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
43904 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
43906         [BZ #13841]
43907         * math/s_csqrt.c: Include <float.h>.
43908         (__csqrt): Scale large or subnormal inputs.
43909         * math/s_csqrtf.c: Likewise.
43910         * math/s_csqrtl.c: Likewise.
43911         * math/libm-test.inc (csqrt_test): Add more tests.
43912         * sysdeps/i386/fpu/libm-test-ulps: Update.
43913         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43915         [BZ #13840]
43916         * math/libm-test.inc (hypot_test): Add more tests.
43918 2012-03-13  David S. Miller  <davem@davemloft.net>
43920         [BZ #13840]
43921         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
43922         double-precision for the calculation instead of scaling.
43924 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
43926         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
43927         manipulate bits before adding and subtracting TWO52[sx].
43928         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
43929         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
43930         Likewise.
43931         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
43933 2012-03-13  David S. Miller  <davem@davemloft.net>
43935         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
43936         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
43937         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
43938         rtld-global-offsets.h
43939         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
43941         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
43942         large parameters.
43944         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
43946         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
43947         'err' in the ifdef scope in which it is actually used.
43949         * nss/nss_db/db-init.c: Include string.h
43951 2012-03-12  David S. Miller  <davem@davemloft.net>
43953         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
43954         masking out of the most significant byte of random value used.
43955         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
43956         Fix coding style in previous change.
43958         * sysdeps/unix/sysv/linux/kernel-features.h
43959         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
43960         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
43961         expression.
43962         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
43963         later.
43965 2012-03-11  David S. Miller  <davem@davemloft.net>
43967         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
43968         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
43969         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
43970         for 'resultvar' otherwise things get truncated on 64-bit.
43972         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
43973         Fix masking out of the most significant byte of random value used.
43975         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43977 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
43979         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43981 2012-03-09  David S. Miller  <davem@davemloft.net>
43983         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
43984         variables with appropriate CPP guards.
43985         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
43986         from the frame pointer, not the stack pointer.  Correct layout
43987         comments.  Fix test on resulting framesize and the management of
43988         the outregs buffer for pltexit.  Preserve floating point return
43989         values across _dl_call_pltexit call.
43990         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
43991         framesize and the management of the outregs buffer for pltexit.
43992         Preserve floating point return values across _dl_call_pltexit
43993         call.
43994         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
43995         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
43996         (la_sparc64_gnu_pltexit): New functions.
43997         (print_exit): Fix format string for return register value.
43999 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
44001         * sunrpc/Makefile (others): Add rpcgen.
44002         ($(objpfx)rpcgen): Remove special build rule and dependency on
44003         libc.
44004         * sunrpc/rpcgen.c: New file.
44006 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
44008         [BZ #13673]
44009         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
44010         * stdio-common/bug-vfprintf-nargs.c: Likewise.
44011         * sysdeps/i386/crti.S: Likewise.
44012         * sysdeps/i386/crtn.S: Likewise.
44013         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
44014         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
44015         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
44016         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
44017         * sysdeps/sh/crti.S: Likewise.
44018         * sysdeps/sh/crtn.S: Likewise.
44019         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
44021         [BZ #13673]
44022         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
44023         with URL.
44024         * locale/programs/locfile-kw.gperf: Likewise.
44025         * locale/programs/charmap-kw.h: Regenerated.
44026         * locale/programs/locfile-kw.h: Likewise.
44028         [BZ #13673]
44029         * intl/plural.y: Replace FSF snail mail address with URL.
44030         * intl/plural.c: Regenerated.
44032 2012-03-09  Richard Henderson  <rth@twiddle.net>
44034         * include/math_private.h: Remove file.
44035         * math/math_private.h: Move file ...
44036         * sysdeps/generic/math_private.h: ... here.
44038         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
44039         * sysdeps/powerpc/fpu/math_private.h: Likewise.
44040         * sysdeps/x86_64/fpu/math_private.h: Likewise.
44042         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
44043         and <math_private.h>.
44044         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
44045         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
44046         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
44047         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
44048         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
44049         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
44050         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
44051         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
44052         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44053         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44054         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44055         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44056         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44057         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44058         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44059         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44060         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44061         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44062         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44063         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44064         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44065         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44066         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44067         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44068         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
44069         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44070         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44071         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44072         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44073         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
44074         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44075         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
44076         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
44077         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
44078         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
44079         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
44080         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
44081         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
44082         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
44083         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44084         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
44085         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
44086         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
44087         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
44088         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
44089         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
44090         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
44091         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
44092         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
44093         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
44094         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
44095         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
44096         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
44097         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
44098         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
44099         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44100         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
44101         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
44102         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
44103         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
44104         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
44105         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
44106         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
44107         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
44108         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
44109         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
44110         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
44111         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
44112         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
44113         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
44114         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
44115         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44116         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
44117         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44118         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
44119         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
44120         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
44121         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
44122         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
44123         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
44124         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
44125         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
44126         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
44127         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44128         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
44129         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
44130         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
44131         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
44132         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44133         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44134         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44135         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44136         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44137         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44138         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44139         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44140         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44141         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44142         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44143         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44144         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44145         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44146         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44147         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44148         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44149         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44150         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44151         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44152         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44153         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44154         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44155         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44156         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44157         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44158         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
44159         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44160         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44161         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44162         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
44163         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44164         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
44165         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
44166         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44167         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
44168         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
44169         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
44170         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44171         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
44172         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
44173         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
44174         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
44175         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44176         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
44177         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
44178         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
44179         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44180         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44181         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
44182         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
44183         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44184         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44185         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44186         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44187         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
44188         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
44189         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
44190         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
44191         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
44192         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
44193         * sysdeps/ieee754/k_standard.c: Likewise.
44194         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
44195         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
44196         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44197         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
44198         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
44199         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
44200         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
44201         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
44202         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
44203         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
44204         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44205         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
44206         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
44207         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
44208         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
44209         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
44210         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
44211         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
44212         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
44213         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
44214         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
44215         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
44216         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
44217         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
44218         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
44219         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
44220         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
44221         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
44222         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
44223         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
44224         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
44225         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
44226         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
44227         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
44228         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
44229         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
44230         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
44231         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
44232         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
44233         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
44234         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
44235         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
44236         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
44237         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
44238         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
44239         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
44240         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
44241         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
44242         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
44243         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
44244         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
44245         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
44246         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
44247         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
44248         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
44249         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
44250         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
44251         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
44252         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
44253         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
44254         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
44255         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
44256         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
44257         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
44258         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44259         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44260         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
44261         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
44262         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
44263         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
44264         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
44265         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
44266         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
44267         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
44268         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
44269         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
44270         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
44271         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
44272         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44273         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
44274         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
44275         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
44276         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
44277         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
44278         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
44279         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
44280         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
44281         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
44282         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
44283         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
44284         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
44285         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
44286         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
44287         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
44288         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
44289         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
44290         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
44291         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
44292         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
44293         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
44294         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
44295         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
44296         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
44297         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
44298         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
44299         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
44300         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
44301         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
44302         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
44303         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
44304         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
44305         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
44306         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
44307         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
44308         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
44309         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44310         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
44311         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
44312         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44313         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
44314         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
44315         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
44316         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
44317         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
44318         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
44319         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
44320         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
44321         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
44322         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
44323         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
44324         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
44325         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
44326         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
44327         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
44328         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
44329         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
44330         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
44331         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
44332         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
44333         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
44334         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
44335         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
44336         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
44337         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
44338         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
44339         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
44340         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
44341         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
44342         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
44343         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
44344         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
44345         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
44346         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
44347         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
44348         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
44349         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
44350         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
44351         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
44352         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
44353         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
44354         * sysdeps/ieee754/s_lib_version.c: Likewise.
44355         * sysdeps/ieee754/s_matherr.c: Likewise.
44356         * sysdeps/ieee754/s_signgam.c: Likewise.
44357         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
44358         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
44359         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
44360         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
44361         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
44362         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
44363         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
44364         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
44365         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
44366         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
44367         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
44368         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
44369         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
44370         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
44371         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
44372         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
44373         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
44374         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
44375         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
44376         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
44377         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
44379 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44381         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
44382         * sunrpc/rpc_main.c: Likewise.
44383         * sunrpc/rpc_svcout.c: Likewise.
44385 2012-03-09  David S. Miller  <davem@davemloft.net>
44387         * include/math_private.h: New file.
44389 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44391         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
44392         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
44393         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
44394         from <bits/socket_type.h>.
44395         (enum __socket_type): Don't define here.
44396         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
44397         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44398         bits/socket_type.h.
44400         [BZ #13566]
44401         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
44402         checking __USE_GNU.
44404         * Makerules ($(inst_includedir)/%.h): New rule.
44405         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
44406         (install-others): Remove variable setting.
44407         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
44409 2012-03-08  Richard Henderson  <rth@twiddle.net>
44411         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
44412         from macro to inline function; merge with the
44413         !__LIBC_INTERNAL_MATH_INLINES version.
44414         (__ieee754_sqrtf): Likewise.
44416         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
44417         to inline function.
44418         (__rintf, __floor, __floorf): Likewise.
44420         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
44421         macro to inline function.
44422         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
44424         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
44425         not <math/math_private.h>.
44427 2012-03-08  David S. Miller  <davem@davemloft.net>
44429         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
44430         copyright year.
44431         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
44433 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
44435         * resolv/gai_misc.c (handle_requests): Fix struct timespec
44436         normalization.
44437         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
44438         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
44440 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
44442         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
44443         be defined individually, they must be defined as a block.  Define
44444         S for printing a string instead of hidint the different by using a
44445         macro for adding the 'l'.
44446         * stdio-common/tst-fphex-wide.c: Adjust.
44448 2012-03-07  Marek Polacek  <polacek@redhat.com>
44450         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
44452 2012-03-08  Marek Polacek  <polacek@redhat.com>
44454         [BZ #13806]
44455         * stdio-common/Makefile (tests): Add tst-fphex-wide.
44456         * stdio-common/tst-fphex.c: Define a few macros to make the
44457         test reusable.  Use them.
44458         * stdio-common/tst-fphex-wide.c: New file.
44460 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
44462         [BZ #6911]
44463         * manual/macros.texi (gnusystems): New macro.
44464         (nongnusystems): Likewise.
44465         (gnulinuxhurdsystems): Likewise.
44466         (gnuhurdsystems): Likewise..
44467         (gnulinuxsystems): Likewise.
44468         * manual/charset.texi: Use new macros or @theglibc{} to refer to
44469         variants of the GNU system, not "GNU system".
44470         * manual/conf.texi: Likewise.
44471         * manual/errno.texi: Likewise.  Update example of errno macro
44472         expansion.
44473         * manual/filesys.texi: Likewise.
44474         (getumask): Document as specific to GNU/Hurd.
44475         * manual/install.texi: Likewise.  Reword some references to
44476         GNU/Linux.
44477         * manual/intro.texi: Likewise.
44478         * manual/io.texi: Likewise.
44479         (File Name Portability): Detail which constraints are inapplicable
44480         to all GNU systems and which are only inapplicable to GNU/Hurd.
44481         * manual/job.texi: Likewise.
44482         * manual/llio.texi: Likewise.
44483         (O_NOCTTY): Document as present on GNU/Linux.
44484         * manual/maint.texi: Likewise.
44485         * manual/memory.texi: Likewise.
44486         * manual/pattern.texi: Likewise.
44487         * manual/pipe.texi: Likewise.
44488         * manual/process.texi: Likewise.
44489         * manual/resource.texi: Likewise.
44490         (RUSAGE_CHILDREN): Remove statement about specifying a particular
44491         child on GNU/Hurd.
44492         * manual/setjmp.texi: Likewise.
44493         * manual/signal.texi: Likewise.
44494         * manual/startup.texi: Likewise.
44495         * manual/stdio.texi: Likewise.
44496         * manual/terminal.texi: Likewise.
44497         (ONLCR): Document as POSIX.
44498         (OXTABS): Document availability on GNU/Linux as XTABS.
44499         (ONOEOT): Document availability separately from other bits.
44500         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
44501         * manual/time.texi: Likewise.
44502         * manual/users.texi: Likewise.
44503         * INSTALL: Regenerated.
44504         * sysdeps/gnu/errlist.c: Regenerated.
44506         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
44507         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
44508         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
44509         puts.
44510         * configure: Regenerated.
44512 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
44514         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
44515         default includes instead of AC_HEADER_CHECK.
44516         * sysdeps/i386/configure: Regenerated.
44518         [BZ #10716]
44519         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
44520         * math/s_cacoshf.c (__cacoshf): Likewise.
44521         * math/s_cacoshl.c (__cacoshl): Likewise.
44522         * math/s_casinh.c (__casinh): Set signs of result from argument.
44523         * math/s_casinhf.c (__casinhf): Likewise.
44524         * math/s_casinhl.c (__casinhl): Likewise.
44525         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
44526         (casinh_test): Add more tests.
44527         * sysdeps/i386/fpu/libm-test-ulps: Update.
44528         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44530 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
44532         * po/zh_TW.po: Update from translation team.
44534         * login/Makefile (distribute): Remove variable.
44535         * catgets/Makefile: Likewise.
44536         * mach/Makefile: Likewise.
44537         * malloc/Makefile: Likewise.
44538         * misc/Makefile: Likewise.
44539         * iconv/Makefile: Likewise.
44540         * nscd/Makefile: Likewise.
44541         * hurd/Makefile: Likewise.
44542         * manual/Makefile: Likewise.
44543         * locale/Makefile: Likewise.
44544         * intl/Makefile: Likewise.
44545         * conform/Makefile: Likewise.
44546         * nss/Makefile: Likewise.
44547         * time/Makefile: Likewise.
44548         * soft-fp/Makefile: Likewise.
44549         * dirent/Makefile: Likewise.
44550         * gmon/Makefile: Likewise.
44551         * po/Makefile: Likewise.
44552         * rt/Makefile: Likewise.
44553         * socket/Makefile: Likewise.
44554         * math/Makefile: Likewise.
44555         * signal/Makefile: Likewise.
44556         * debug/Makefile: Likewise.
44557         * elf/Makefile: Likewise.
44558         * timezone/Makefile: Likewise.
44559         * stdlib/Makefile: Likewise.
44560         * iconvdata/Makefile: Likewise.
44561         * sunrpc/Makefile: Likewise.
44562         * io/Makefile: Likewise.
44563         * argp/Makefile: Likewise.
44564         * inet/Makefile: Likewise.
44565         * hesiod/Makefile: Likewise.
44566         * grp/Makefile: Likewise.
44567         * csu/Makefile: Likewise.
44568         * wctype/Makefile: Likewise.
44569         * crypt/Makefile: Likewise.
44570         * libio/Makefile: Likewise.
44571         * string/Makefile: Likewise.
44572         * nis/Makefile: Likewise.
44573         * resolv/Makefile: Likewise.
44574         * stdio-common/Makefile: Likewise.
44575         * wcsmbs/Makefile: Likewise.
44576         * dlfcn/Makefile: Likewise.
44577         * posix/Makefile: Likewise.
44579         [BZ #6959]
44580         * timezone/Makefile: Don't install timezone files, just the programs
44581         and scripts.
44583 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
44585         * nss/databases.def: Add missing gshadow entry.
44587         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
44589 2012-03-06  Marek Polacek  <polacek@redhat.com>
44591         [BZ #13726]
44592         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
44593         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
44594         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
44595         * stdio-common/tst-long-dbl-fphex.c: New file.
44597 2012-03-06  David S. Miller  <davem@davemloft.net>
44599         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
44600         (set_obp_int): New function.
44601         (get_obp_int): New function.
44602         (__get_clockfreq_via_dev_openprom): Likewise.
44603         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
44604         Avoid unused variable warnings on 'val' and use builtin_expect.
44605         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
44606         __builtin_expect.
44607         (INLINE_CLONE_SYSCALL): Likewise.
44609 2012-03-05  David S. Miller  <davem@davemloft.net>
44611         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44613 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
44615         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44617         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
44618         only for |x| >= 40.
44619         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44621 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
44623         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
44624         Replace gettimeofday with __vdso_gettimeofday.
44626         * sysdeps/unix/sysv/linux/x86_64/init-first.c
44627         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
44628         __vdso_clock_gettime and __vdso_getcpu.
44630         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
44631         time with __vdso_time.
44633 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
44635         * manual/lang.texi (size_t): Note types to which size_t may be
44636         equivalent with the GNU C Library, but do not describe when
44637         differences between them are significant.
44639 2012-03-05  Andreas Jaeger  <aj@suse.de>
44641         * sysdeps/i386/fpu/libm-test-ulps: Update.
44643 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
44645         [BZ #3976]
44646         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
44647         (__ieee754_pow): Save and restore rounding mode and use
44648         round-to-nearest for main computations.
44649         * math/libm-test.inc (pow_test_tonearest): New function.
44650         (pow_test_towardzero): Likewise.
44651         (pow_test_downward): Likewise.
44652         (pow_test_upward): Likewise.
44653         (main): Call the new functions.
44654         * sysdeps/i386/fpu/libm-test-ulps: Update.
44655         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44657         [BZ #3976]
44658         * math/libm-test.inc (cosh_test_tonearest): New function.
44659         (cosh_test_towardzero): Likewise.
44660         (cosh_test_downward): Likewise.
44661         (cosh_test_upward): Likewise.
44662         (sinh_test_tonearest): Likewise.
44663         (sinh_test_towardzero): Likewise.
44664         (sinh_test_downward): Likewise.
44665         (sinh_test_upward): Likewise.
44666         (main): Call the new functions.
44667         * sysdeps/i386/fpu/libm-test-ulps: Update.
44668         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44670 2012-03-05  Tom de Vries  <tom@codesourcery.com>
44672         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
44673         default stack guard is set in last bytes.
44674         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
44676 2012-03-05  Kees Cook  <keescook@chromium.org>
44678         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
44680         [BZ #13656]
44681         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
44682         possibly allocate from heap instead of stack.
44683         * stdio-common/bug-vfprintf-nargs.c: New file.
44684         * stdio-common/Makefile (tests): Add nargs overflow test.
44686 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
44688         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44690 2012-03-03  Marek Polacek  <polacek@redhat.com>
44692         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
44693         * math/math_private.h: Likewise.
44694         * stdlib/tst-strtod.c: Likewise.
44695         * sysdeps/i386/i486/bits/atomic.h: Likewise.
44696         * sysdeps/x86_64/bits/atomic.h: Likewise.
44698 2012-03-02  David S. Miller  <davem@davemloft.net>
44700         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
44701         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
44702         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
44703         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
44704         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
44705         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
44706         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
44707         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
44709 2012-03-02  Roland McGrath  <roland@hack.frob.com>
44711         [BZ #13792]
44712         * manual/examples/README: New file, says the example source files
44713         can be used under GPL>=2.
44714         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
44715         line containing just "*/".
44716         * manual/examples/add.c: Add copyright header (GPL>=2).
44717         * manual/examples/argp-ex1.c: Likewise.
44718         * manual/examples/argp-ex2.c: Likewise.
44719         * manual/examples/argp-ex3.c: Likewise.
44720         * manual/examples/argp-ex4.c: Likewise.
44721         * manual/examples/atexit.c: Likewise.
44722         * manual/examples/db.c: Likewise.
44723         * manual/examples/dir.c: Likewise.
44724         * manual/examples/dir2.c: Likewise.
44725         * manual/examples/execinfo.c: Likewise.
44726         * manual/examples/filecli.c: Likewise.
44727         * manual/examples/filesrv.c: Likewise.
44728         * manual/examples/fmtmsgexpl.c: Likewise.
44729         * manual/examples/genpass.c: Likewise.
44730         * manual/examples/inetcli.c: Likewise.
44731         * manual/examples/inetsrv.c: Likewise.
44732         * manual/examples/isockad.c: Likewise.
44733         * manual/examples/longopt.c: Likewise.
44734         * manual/examples/memopen.c: Likewise.
44735         * manual/examples/memstrm.c: Likewise.
44736         * manual/examples/mkfsock.c: Likewise.
44737         * manual/examples/mkisock.c: Likewise.
44738         * manual/examples/mygetpass.c: Likewise.
44739         * manual/examples/pipe.c: Likewise.
44740         * manual/examples/popen.c: Likewise.
44741         * manual/examples/rprintf.c: Likewise.
44742         * manual/examples/search.c: Likewise.
44743         * manual/examples/select.c: Likewise.
44744         * manual/examples/setjmp.c: Likewise.
44745         * manual/examples/sigh1.c: Likewise.
44746         * manual/examples/sigusr.c: Likewise.
44747         * manual/examples/stpcpy.c: Likewise.
44748         * manual/examples/strdupa.c: Likewise.
44749         * manual/examples/strftim.c: Likewise.
44750         * manual/examples/strncat.c: Likewise.
44751         * manual/examples/subopt.c: Likewise.
44752         * manual/examples/swapcontext.c: Likewise.
44753         * manual/examples/termios.c: Likewise.
44754         * manual/examples/testopt.c: Likewise.
44755         * manual/examples/testpass.c: Likewise.
44756         * manual/examples/timeval_subtract.c: Likewise.
44758         [BZ #13792]
44759         * manual/time.texi (Elapsed Time): Move timeval_subtract example
44760         function to ...
44761         * manual/timeval_subtract.c.texi: ... here, new file.
44763 2012-03-02  David S. Miller  <davem@davemloft.net>
44765         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
44767 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
44769         [BZ #3976]
44770         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
44771         (__sin): Save and restore rounding mode and use round-to-nearest
44772         for all computations.
44773         (__cos): Save and restore rounding mode and use round-to-nearest
44774         for all computations.
44775         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
44776         <fenv.h>.
44777         (tan): Save and restore rounding mode and use round-to-nearest for
44778         all computations.
44779         * math/libm-test.inc (cos_test_tonearest): New function.
44780         (cos_test_towardzero): Likewise.
44781         (cos_test_downward): Likewise.
44782         (cos_test_upward): Likewise.
44783         (sin_test_tonearest): Likewise.
44784         (sin_test_towardzero): Likewise.
44785         (sin_test_downward): Likewise.
44786         (sin_test_upward): Likewise.
44787         (tan_test_tonearest): Likewise.
44788         (tan_test_towardzero): Likewise.
44789         (tan_test_downward): Likewise.
44790         (tan_test_upward): Likewise.
44791         (main): Call the new functions.
44792         * sysdeps/i386/fpu/libm-test-ulps: Update.
44793         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44795         [BZ #10135]
44796         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
44797         small n, then large n, before computing and testing k+n.
44798         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
44799         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
44800         Likewise.
44801         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
44802         Likewise.
44803         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
44804         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
44805         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
44806         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
44807         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
44808         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
44809         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
44810         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
44811         * math/libm-test.inc (scalbn_test): Add more tests.
44812         (scalbln_test): Likewise.
44814         * manual/filesys.texi (mode_t): Describe constraints on size and
44815         signedness, not exact equivalence to a particular type.
44816         (ino_t): Likewise.
44817         (ino64_t): Likewise.
44818         (dev_t): Likewise.
44819         (nlink_t): Likewise.
44820         (blkcnt_t): Likewise.
44821         (blkcnt64_t): Likewise.
44822         * manual/llio.texi (off_t): Likewise.
44824         [BZ #3976]
44825         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
44826         (__ieee754_exp): Save and restore rounding mode and use
44827         round-to-nearest for all computations.
44828         * math/libm-test.inc (exp_test_tonearest): New function.
44829         (exp_test_towardzero): Likewise.
44830         (exp_test_downward): Likewise.
44831         (exp_test_upward): Likewise.
44832         (main): Call the new functions.
44833         * sysdeps/i386/fpu/libm-test-ulps: Update.
44834         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44836 2012-03-01  Chris Demetriou  <cgd@google.com>
44838         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
44839         have predictable order.
44841 2012-03-01  David S. Miller  <davem@davemloft.net>
44843         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
44845         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
44846         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
44847         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
44848         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
44850         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
44851         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
44852         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
44853         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
44854         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
44855         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
44856         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
44857         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
44858         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
44860         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44862         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
44863         * sysdeps/sparc/fpu/libm-test-ulps: to here.
44864         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
44866         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
44867         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
44868         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
44869         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
44870         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
44871         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
44872         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
44873         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
44874         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
44875         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
44876         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
44877         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
44878         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
44879         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
44880         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
44881         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
44882         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
44883         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
44884         * sysdeps/sparc/elf/configure: Regenerated.
44886 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
44888         * configure.in (AS, LD): Require binutils 2.20 or later.
44889         * configure: Regenerated.
44890         * manual/install.texi (Tools for Compilation): Give binutils 2.20
44891         as required minimum version.
44892         * INSTALL: Regenerated.
44894         [BZ #2541]
44895         [BZ #4108]
44896         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
44897         before squaring exponent.
44898         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
44899         bottom long double and 27 bits of top long double before squaring
44900         exponent.
44901         * math/libm-test.inc (erfc_test): Add more tests.
44902         * sysdeps/i386/fpu/libm-test-ulps: Update.
44903         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
44904         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44906 2012-03-01  Kai Tietz  <ktietz@redhat.com>
44908         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
44909         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
44910         containing bit-fields.
44911         * soft-fp/extended.h (_FP_UNION_E): Likewise.
44912         * soft-fp/single.h (_FP_UNION_S): Likewise.
44913         * soft-fp/double.h (_FP_UNION_D): Likewise.
44915 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
44917         [BZ #13786]
44918         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
44919         not include ../strcmp.S.
44920         [USE_AS_STRNCASECMP_L]: Likewise.
44921         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
44922         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
44923         * sysdeps/i386/i686/multiarch/strncase_l-c.c
44924         (__strncasecmp_l_ia32): Define as alias to
44925         __strncasecmp_l_nonascii.
44927         [BZ #5794]
44928         * math/libm-test.inc (expm1_test): Add test for bug 5794.
44929         * sysdeps/i386/fpu/libm-test-ulps: Update.
44930         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44932         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
44933         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44935 2012-02-29  Jeff Law  <law@redhat.com>
44937         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
44938         out of bounds read.
44940 2012-02-29  Marek Polacek  <polacek@redhat.com>
44942         [BZ #13706]
44943         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
44944         * elf/Makefile: Add rules to run tst-unused-dep.out.
44946 2012-02-28  David S. Miller  <davem@davemloft.net>
44948         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
44949         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
44950         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
44951         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
44952         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
44953         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
44955 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
44957         * math/libm-test.inc (llround_test): Move one test from
44958         lround_test.  Use TEST_f_L in moved test.
44959         (lround_test): Move misplaced test to llround_test.  Add testcase
44960         from bug 2561.
44962 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
44964         * sysdeps/x86_64/fpu/e_expf.S: New file.
44965         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
44967 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
44969         [BZ #13637]
44970         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
44971         of remain_len that may cause incomplete multi-byte character and
44972         false match.
44973         * posix/bug-regex33.c: New file.
44974         * posix/Makefile (tests): Add bug-regex33.
44976 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
44978         * manual/macros.texi: New file.
44979         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
44980         * manual/libc.texinfo: Include macros.texi.
44981         * manual/creatute.texi: Likewise.
44982         * manual/install.texi: Likewise.
44983         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
44984         @glibcadj{} in references to the GNU C Library.
44985         * manual/charset.texi: Likewise.
44986         * manual/conf.texi: Likewise.
44987         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
44988         when not using those macros.
44989         * manual/creature.texi: Likewise.
44990         * manual/crypt.texi: Likewise.
44991         * manual/errno.texi: Likewise.
44992         * manual/filesys.texi: Likewise.
44993         * manual/header.texi: Likewise.
44994         * manual/install.texi: Likewise.
44995         * manual/intro.texi: Likewise.
44996         * manual/io.texi: Likewise.
44997         * manual/job.texi: Likewise.
44998         * manual/lang.texi: Likewise.
44999         * manual/libc.texiinfo: Likewise.
45000         * manual/llio.texi: Likewise.
45001         * manual/locale.texi: Likewise.
45002         * manual/maint.texi: Likewise.
45003         * manual/math.texi: Likewise.
45004         * manual/memory.texi: Likewise.
45005         * manual/message.texi: Likewise.
45006         * manual/nss.texi: Likewise.
45007         * manual/pattern.texi: Likewise.
45008         * manual/process.texi: Likewise.
45009         * manual/resource.texi: Likewise.
45010         * manual/search.texi: Likewise.
45011         * manual/setjmp.texi: Likewise.
45012         * manual/signal.texi: Likewise.
45013         * manual/socket.texi: Likewise.
45014         * manual/startup.texi: Likewise.
45015         * manual/stdio.texi: Likewise.
45016         * manual/string.texi: Likewise.
45017         * manual/sysinfo.texi: Likewise.
45018         * manual/syslog.texi: Likewise.
45019         * manual/terminal.texi: Likewise.
45020         * manual/time.texi: Likewise.
45021         * manual/users.texi: Likewise.
45022         * INSTALL: Regenerated.
45023         * NOTES: Regenerated.
45024         * sysdeps/gnu/errlist.c: Regenerated.
45026 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
45028         * include/dirent.h: Include <dirstream.h> before
45029         <dirent/dirent.h>.
45031 2012-02-28  David S. Miller  <davem@davemloft.net>
45033         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
45034         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
45035         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
45036         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
45038 2012-02-27  David S. Miller  <davem@davemloft.net>
45040         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
45041         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
45042         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
45043         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
45045         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
45046         frame pointer instead of stack pointer relative arg slot.
45047         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45048         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45049         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45051 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
45053         [BZ #3992]
45054         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
45056 2012-02-27  David S. Miller  <davem@davemloft.net>
45058         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
45059         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
45060         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
45061         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
45062         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
45063         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
45064         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
45065         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
45067 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45069         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
45070         later.  Allow versions 5-9.
45071         * configure: Regenerated.
45072         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
45073         required minimum version and 4.6 as recommended version.  Do not
45074         mention bugs in GCC 2.7 and 2.8.
45075         * INSTALL: Regenerated.
45077 2012-02-27  David S. Miller  <davem@davemloft.net>
45079         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
45080         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
45081         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
45082         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
45083         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
45084         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
45085         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
45086         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
45088         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
45089         manipulate bits before adding and subtracting TWO112[sx].
45090         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
45092 2012-02-27  Roland McGrath  <roland@hack.frob.com>
45094         [BZ #13775]
45095         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
45096         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
45097         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
45098         being in POSIX, because they are in 1003.1-2008.
45100         * rt/tst-aio.c: Include <fcntl.h>.
45101         * rt/tst-aio7.c: Likewise.
45102         * rt/tst-aio64.c: Likewise.
45104         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
45106 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
45108         * manual/install.texi (--with-headers): Describe headers as
45109         interface headers, not private headers.
45110         (Specific advice for GNU/Linux systems): Describe use of headers
45111         from "make headers_install", not private headers from older
45112         kernels.
45113         * INSTALL: Regenerated.
45114         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
45115         Change to 2.6.19.
45116         * sysdeps/unix/sysv/linux/configure: Regenerated.
45118         * manual/llio.texi (fclean): Remove documentation.
45120         * manual/Makefile (libc-texi-generated): New variable.  Include
45121         version.texi.
45122         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
45123         $(libc-texi-generated), not duplicated list of files.
45124         (version.texi, stamp-version): New rules.
45125         (realclean): Remove $(libc-texi-generated), not individual files
45126         from that list.  Do not remove dir-add.texinfo.
45127         * manual/libc.texinfo: Comment out uses of edition numbers and
45128         references to printed manual.  Remove last-updated dates.
45129         (EDITION): Comment out.
45130         (ISBN): Likewise.
45131         (VERSION, UPDATED): Remove.
45132         (version.texi): Include.
45134 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
45136         * sysdeps/posix/spawni.c: Include <signal.h>.
45137         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45138         * sysdeps/pthread/aio_fsync.c: Likewise.
45140 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
45142         * conform/Makefile (tests): Run only when not cross-compiling and
45143         when fast-check is not defined.
45145         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
45146         * conform/data/limits.h-data: Fixes for POSIX2008.
45147         * conform/run-conformtest.sh: Run all tests.
45148         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
45149         headers.
45150         * include/bits/dlfcn.h: Likewise.
45151         * include/langinfo.h: Likewise.
45152         * include/monetary.h: Likewise.
45153         * include/sys/poll.h: Likewise.
45155         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
45156         for __USE_GNU.
45157         * posix/spawn.h: Define __need_sigset_t.
45158         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
45159         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
45160         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
45161         to get sigevent_t only.
45162         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
45163         only for __USE_GNU.
45164         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45165         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45166         process_vm_writev only for __USE_GNU.
45167         * termios/termios.h: Declare tcgetsid also for POSIX2008.
45169         * conform/Makefile: For now ignore errors from run-conformtest.
45170         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
45171         POSIX to avoid namespace pollution.  Don't prepend headers.
45172         * conform/data/aio.h-data: Fixes for POSIX testing.
45173         * conform/data/fcntl.h-data: Likewise.
45174         * conform/data/glob.h-data: Likewise.
45175         * conform/data/grp.h-data: Likewise.
45176         * conform/data/pthread.h-data: Likewise.
45177         * conform/data/pwd.h-data: Likewise.
45178         * conform/data/signal.h-data: Likewise.
45179         * conform/data/spawn.h-data: Likewise.
45180         * conform/data/stdio.h-data: Likewise.
45181         * conform/data/stdlib.h-data: Likewise.
45182         * conform/data/stropts.h-data: Likewise.
45183         * conform/data/sys/mman.h-data: Likewise.
45184         * conform/data/sys/stat.h-data: Likewise.
45185         * conform/data/sys/types.h-data: Likewise.
45186         * conform/data/sys/wait.h-data: Likewise.
45187         * conform/data/time.h-data: Likewise.
45188         * conform/data/unistd.h-data: Likewise.
45189         * conform/data/utime.h-data: Likewise.
45191         * io/sys/stat.h: fchmod was always in POSIX.
45192         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
45193         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
45194         * rt/aio.h: Define __need_timespec before including <time.h>.
45195         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
45196         struct.  Add forward declaration of pthread_attr_t and use it in
45197         sigevent.
45198         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
45199         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
45200         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
45201         always remove CLK_TCK definition.
45203 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
45205         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
45207 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
45209         * conform/run-conformtest.sh: New file.
45210         * conform/Makefile: Run run-conformtest for tests.
45211         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
45212         support.
45214         * conform/data/uchar.h-data: New file.
45215         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
45216         * conform/data/arpa/inet.h-data: Likewise.
45217         * conform/data/assert.h-data: Likewise.
45218         * conform/data/complex.h-data: Likewise.
45219         * conform/data/cpio.h-data: Likewise.
45220         * conform/data/ctype.h-data: Likewise.
45221         * conform/data/dirent.h-data: Likewise.
45222         * conform/data/dlfcn.h-data: Likewise.
45223         * conform/data/errno.h-data: Likewise.
45224         * conform/data/fcntl.h-data: Likewise.
45225         * conform/data/float.h-data: Likewise.
45226         * conform/data/fmtmsg.h-data: Likewise.
45227         * conform/data/fnmatch.h-data: Likewise.
45228         * conform/data/ftw.h-data: Likewise.
45229         * conform/data/glob.h-data: Likewise.
45230         * conform/data/grp.h-data: Likewise.
45231         * conform/data/iconv.h-data: Likewise.
45232         * conform/data/inttypes.h-data: Likewise.
45233         * conform/data/langinfo.h-data: Likewise.
45234         * conform/data/libgen.h-data: Likewise.
45235         * conform/data/limits.h-data: Likewise.
45236         * conform/data/locale.h-data: Likewise.
45237         * conform/data/math.h-data: Likewise.
45238         * conform/data/monetary.h-data: Likewise.
45239         * conform/data/mqueue.h-data: Likewise.
45240         * conform/data/ndbm.h-data: Likewise.
45241         * conform/data/net/if.h-data: Likewise.
45242         * conform/data/netdb.h-data: Likewise.
45243         * conform/data/netinet/in.h-data: Likewise.
45244         * conform/data/nl_types.h-data: Likewise.
45245         * conform/data/poll.h-data: Likewise.
45246         * conform/data/pthread.h-data: Likewise.
45247         * conform/data/pwd.h-data: Likewise.
45248         * conform/data/regex.h-data: Likewise.
45249         * conform/data/sched.h-data: Likewise.
45250         * conform/data/search.h-data: Likewise.
45251         * conform/data/semaphore.h-data: Likewise.
45252         * conform/data/setjmp.h-data: Likewise.
45253         * conform/data/signal.h-data: Likewise.
45254         * conform/data/spawn.h-data: Likewise.
45255         * conform/data/stdarg.h-data: Likewise.
45256         * conform/data/stdio.h-data: Likewise.
45257         * conform/data/stdlib.h-data: Likewise.
45258         * conform/data/string.h-data: Likewise.
45259         * conform/data/strings.h-data: Likewise.
45260         * conform/data/stropts.h-data: Likewise.
45261         * conform/data/sys/ipc.h-data: Likewise.
45262         * conform/data/sys/mman.h-data: Likewise.
45263         * conform/data/sys/msg.h-data: Likewise.
45264         * conform/data/sys/resource.h-data: Likewise.
45265         * conform/data/sys/select.h-data: Likewise.
45266         * conform/data/sys/sem.h-data: Likewise.
45267         * conform/data/sys/shm.h-data: Likewise.
45268         * conform/data/sys/socket.h-data: Likewise.
45269         * conform/data/sys/stat.h-data: Likewise.
45270         * conform/data/sys/statvfs.h-data: Likewise.
45271         * conform/data/sys/time.h-data: Likewise.
45272         * conform/data/sys/timeb.h-data: Likewise.
45273         * conform/data/sys/times.h-data: Likewise.
45274         * conform/data/sys/types.h-data: Likewise.
45275         * conform/data/sys/uio.h-data: Likewise.
45276         * conform/data/sys/un.h-data: Likewise.
45277         * conform/data/sys/utsname.h-data: Likewise.
45278         * conform/data/sys/wait.h-data: Likewise.
45279         * conform/data/syslog.h-data: Likewise.
45280         * conform/data/tar.h-data: Likewise.
45281         * conform/data/termios.h-data: Likewise.
45282         * conform/data/utime.h-data: Likewise.
45283         * conform/data/utmpx.h-data: Likewise.
45284         * conform/data/varargs.h-data: Likewise.
45285         * conform/data/wchar.h-data: Likewise.
45286         * conform/data/wctype.h-data: Likewise.
45287         * conform/data/wordexp.h-data: Likewise.
45289         * include/stropts.h: New file.
45290         * include/uchar.h: New file.
45291         * include/aio.h: Changes to allow conformtest.pl to use the headers.
45292         * include/assert.h: Likewise.
45293         * include/ctype.h: Likewise.
45294         * include/dirent.h: Likewise.
45295         * include/dlfcn.h: Likewise.
45296         * include/fcntl.h: Likewise.
45297         * include/fnmatch.h: Likewise.
45298         * include/glob.h: Likewise.
45299         * include/grp.h: Likewise.
45300         * include/libio.h: Likewise.
45301         * include/locale.h: Likewise.
45302         * include/math.h: Likewise.
45303         * include/net/if.h: Likewise.
45304         * include/netdb.h: Likewise.
45305         * include/netinet/in.h: Likewise.
45306         * include/pthread.h: Likewise.
45307         * include/pwd.h: Likewise.
45308         * include/regex.h: Likewise.
45309         * include/sched.h: Likewise.
45310         * include/search.h: Likewise.
45311         * include/setjmp.h: Likewise.
45312         * include/signal.h: Likewise.
45313         * include/stdio.h: Likewise.
45314         * include/stdlib.h: Likewise.
45315         * include/string.h: Likewise.
45316         * include/sys/cdefs.h: Likewise.
45317         * include/sys/mman.h: Likewise.
45318         * include/sys/msg.h: Likewise.
45319         * include/sys/resource.h: Likewise.
45320         * include/sys/select.h: Likewise.
45321         * include/sys/socket.h: Likewise.
45322         * include/sys/stat.h: Likewise.
45323         * include/sys/statvfs.h: Likewise.
45324         * include/sys/time.h: Likewise.
45325         * include/sys/times.h: Likewise.
45326         * include/sys/uio.h: Likewise.
45327         * include/sys/utsname.h: Likewise.
45328         * include/sys/wait.h: Likewise.
45329         * include/termios.h: Likewise.
45330         * include/time.h: Likewise.
45331         * include/ulimit.h: Likewise.
45332         * include/unistd.h: Likewise.
45333         * include/utime.h: Likewise.
45334         * include/wchar.h: Likewise.
45335         * include/wctype.h: Likewise.
45336         * include/wordexp.h: Likewise.
45338         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
45340         * time/time.h: TIME_UTC must be a macro.
45341         Make timespec_get available for ISO C11 only as well.
45343 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
45345         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
45346         Reported by Peng Haitao <penght@cn.fujitsu.com>.
45348 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45350         * configure.in: Use -o not -a in test for unsupported multi-arch.
45352 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45354         * manual/texinfo.tex: Update to version 2012-01-19.16.
45356 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45358         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
45360 2012-02-24  Roland McGrath  <roland@hack.frob.com>
45362         [BZ #13738]
45363         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
45364         * manual/fdl-1.3.texi: New file.
45365         * manual/fdl-1.1.texi: File removed.
45367         [BZ #13738]
45368         * manual/libc.texinfo (FDL_VERSION): New @set.
45369         Use it for mention of FDL in cover text.
45370         (Documentation License): Use it in @include file name.
45372 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45373             Roland McGrath  <roland@hack.frob.com>
45375         [BZ #5461]
45376         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
45377         (not LONG_LONG_MAX and LONG_LONG_MIN.
45378         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
45379         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
45380         name.
45381         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
45383 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45385         [BZ #2547]
45386         [BZ #11365]
45387         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
45388         manipulate bits before adding and subtracting TWO23[sx].
45389         * math/libm-test.inc (nearbyint_test): Add more tests.
45391 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45393         [BZ #2548]
45394         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
45395         bits before adding and subtracting TWO23[sx].
45396         * math/libm-test.inc (rint_test): Add more tests.
45397         (rint_test_tonearest): Likewise.
45398         (rint_test_towardzero): Likewise.
45399         (rint_test_downward): Likewise.
45400         (rint_test_upward: Likewise.
45402 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45404         [BZ #10110]
45405         * include/stdc-predef.h: New file.  Extracted from features.h.
45406         * include/features.h: Include stdc-predef.h.
45407         * Makefile (headers): Add stdc-predef.h.
45408         * CONFORMANCE (Compiler limitations): Update.
45410 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45412         * manual/libc.texinfo (VERSION, UPDATED): Revert.
45414 2012-02-21  David S. Miller  <davem@davemloft.net>
45416         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
45417         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45419 2012-02-20  David S. Miller  <davem@davemloft.net>
45421         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
45422         using a normal save/restore sequence, rather than allocating a
45423         dummy stack frame just to store a frame pointer and restore.
45424         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45426 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45428         * manual/install.texi: Fix stray word in line-wrapped comment.
45430 2012-02-20  David S. Miller  <davem@davemloft.net>
45432         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
45433         both binutils and gcc support GOTDATA.
45435         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
45436         "rd %pc" in the PIC register setup sequences.
45438         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
45439         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
45440         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45441         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
45442         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45443         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
45444         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
45445         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45446         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
45447         (SYSCALL_ERROR_HANDLER): Likewise.
45448         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45449         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45450         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
45451         (SYSCALL_ERROR_HANDLER): Likewise.
45453         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
45454         (HAVE_GCC_GOTDATA): New.
45455         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
45456         relocation support in both binutils and gcc.
45457         * sysdeps/sparc/elf/configure: Regenerate.
45459         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
45460         * sysdeps/sparc/sparc32/elf/configure: Delete.
45461         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
45462         * sysdeps/sparc/sparc64/elf/configure: Delete.
45463         * sysdeps/sparc/elf/configure.in: New file.
45464         * sysdeps/sparc/elf/configure: Generate.
45466         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
45467         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
45468         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
45469         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
45470         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
45472 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45474         * manual/install.texi: Do not mention specific glibc version
45475         numbers.
45476         * manual/libc.texinfo (VERSION, UPDATED): Update.
45477         (@copying): Use @copyright{} and range of years.
45479 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45481         [BZ #13695]
45482         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
45483         [crti.S not in sysdirs] (generated): Do not append.
45484         [crti.S not in sysdirs] (omit-deps): Likewise.
45485         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
45486         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
45487         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
45488         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
45489         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
45490         Likewise.
45491         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
45492         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
45493         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
45494         * csu/defs.awk: Remove file.
45495         * sysdeps/generic/initfini.c: Likewise.
45496         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
45497         variable.
45498         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
45499         Likewise.
45501 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45503         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
45504         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
45505         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
45506         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
45507         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
45508         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
45509         <bits/epoll.h>.
45510         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
45511         (__EPOLL_PACKED): Define to empty if not defined by
45512         <bits/epoll.h>.
45513         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
45514         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45515         bits/epoll.h.
45517 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45519         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
45520         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
45521         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
45522         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
45523         <bits/timerfd.h>.
45524         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
45525         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45526         bits/timerfd.h.
45528 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45530         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
45531         in C locale.
45532         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45533         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
45534         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
45535         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45537 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
45539         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45540         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45542 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
45544         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
45545         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
45546         defined.
45547         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
45548         Likewise.
45549         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
45550         entry for 2.16.
45552 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
45554         * math/w_acos.c: Use non-signaling floating-point comparisons.
45555         * math/w_acosf.c: Likewise.
45556         * math/w_acosh.c: Likewise.
45557         * math/w_acoshf.c: Likewise.
45558         * math/w_acoshl.c: Likewise.
45559         * math/w_acosl.c: Likewise.
45560         * math/w_asin.c: Likewise.
45561         * math/w_asinf.c: Likewise.
45562         * math/w_asinl.c: Likewise.
45563         * math/w_atanh.c: Likewise.
45564         * math/w_atanhf.c: Likewise.
45565         * math/w_atanhl.c: Likewise.
45566         * math/w_exp2.c: Likewise.
45567         * math/w_exp2f.c: Likewise.
45568         * math/w_exp2l.c: Likewise.
45569         * math/w_j0.c: Likewise.
45570         * math/w_j0f.c: Likewise.
45571         * math/w_j0l.c: Likewise.
45572         * math/w_j1.c: Likewise.
45573         * math/w_j1f.c: Likewise.
45574         * math/w_j1l.c: Likewise.
45575         * math/w_jn.c: Likewise.
45576         * math/w_jnf.c: Likewise.
45577         * math/w_log.c: Likewise.
45578         * math/w_log10.c: Likewise.
45579         * math/w_log10f.c: Likewise.
45580         * math/w_log10l.c: Likewise.
45581         * math/w_log2.c: Likewise.
45582         * math/w_log2f.c: Likewise.
45583         * math/w_log2l.c: Likewise.
45584         * math/w_logf.c: Likewise.
45585         * math/w_logl.c: Likewise.
45586         * math/w_sqrt.c: Likewise.
45587         * math/w_sqrtf.c: Likewise.
45588         * math/w_sqrtl.c: Likewise.
45589         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
45590         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
45591         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45592         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
45593         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
45595 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45597         [BZ #9739]
45598         * manual/string.texi (strnlen): Use correct parameter name in
45599         equivalent expression.
45601 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45603         [BZ #11174]
45604         * manual/users.texi (seteuid): Consistently use neweuid for
45605         argument name.
45607 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45609         [BZ #13704]
45610         * manual/nss.texi (Services in the NSS configuration): Correct
45611         list of services in example configuration file.
45613 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
45615         [BZ #11322]
45616         * manual/arith.texi: Remove statements about negative zero
45617         behaving identically to zero.
45619 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
45621         [BZ #5993]
45622         * manual/install.texi: Do not document upgrading from libc5.
45624 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
45626         [BZ #4596]
45627         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
45629 2012-02-18  David S. Miller  <davem@davemloft.net>
45631         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
45632         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
45633         %o7 across the call.
45634         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
45635         instead.
45636         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
45637         SETUP_PIC_REG_LEAF.
45638         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45639         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
45640         * sysdeps/sparc/crtn.S: Likewise.
45642 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
45644         * aout/Makefile: Remove.
45646 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
45648         [BZ #13058]
45649         * manual/examples/argp-ex1.c (main): Format definition in GNU
45650         style.
45651         * manual/examples/argp-ex2.c (main): Likewise.
45652         * manual/examples/argp-ex3.c (main): Likewise.
45653         * manual/examples/argp-ex4.c (main): Likewise.
45654         * manual/examples/longopt.c (main): Use new-style prototype
45655         definition.
45656         * manual/examples/strncat.c (main): Specify return type and use
45657         (void) for arguments.
45658         * manual/examples/subopt.c (main): Use char **argv argument.
45660 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45662         [BZ #5077]
45663         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
45664         rounding modes.
45666 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
45668         [BZ #6907]
45669         * manual/string.texi (strchr): Change when strchrnul is
45670         recommended.
45672 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
45674         [BZ #174]
45675         * manual/locale.texi (setlocale): Document LOCPATH.
45677 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45679         [BZ #10210]
45680         * manual/process.texi (execle): Move @dots{} before last argument.
45682 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
45684         [BZ #12047]
45685         * manual/charset.texi (Generic Charset Conversion): Fix typo
45686         (LC_TYPE -> LC_CTYPE).
45688 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
45690         [BZ #5805]
45691         * manual/arith.texi (scalbn): Use @var{} on parameter names.
45692         (scalbnf): Likewise.
45693         (scalbnl): Likewise.
45694         (scalbln): Likewise.
45695         (scalblnf): Likewise.
45696         (scalblnl): Likewise.
45697         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
45698         (vwarnx): Likewise.
45699         (verr): Likewise.
45700         (verrx): Likewise.
45701         * manual/filesys.texi (telldir): Use braces around return type.
45702         * manual/llio.texi (mmap): Add space after comma.
45703         (mmap64): Likewise.
45704         * manual/math.texi (jn): Use @var{} on parameter names.
45705         (jnf): Likewise.
45706         (jnl): Likewise.
45707         (yn): Likewise.
45708         (ynf): Likewise.
45709         (ynl): Likewise.
45710         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
45711         line.
45712         * manual/resource.texi (ulimit): Use @dots{} instead of literal
45713         "...".
45714         (sched_get_priority_min): Remove semicolon on @deftypefun line.
45715         (sched_get_priority_max): Likewise.
45716         * manual/signal.texi (sigvec): Add space after comma.
45717         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
45718         names.
45719         (if_indextoname): Likewise.
45720         (if_freenameindex): Likewise.
45721         (sendto): Use ',' instead of '.' in prototype.
45722         * manual/startup.texi (syscall): Use @dots{} instead of literal
45723         "...".
45724         * manual/stdio.texi (__fpending): Separate initial words of
45725         paragraph from @deftypefun line.
45726         * manual/syslog.texi (syslog): Use @dots{} instead of literal
45727         "...".
45728         (vsyslog): Use @var{} on parameter names.
45729         * manual/terminal.texi (stty): Use @var{} on parameter names.
45730         * manual/users.texi (getutmp): Use @var{} on parameter names.
45731         (getutmpx): Likewise.
45733 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45735         [BZ #6884]
45736         * manual/stdio.texi (fopen): Fix typos in description of
45737         ",ccs=STRING".
45739 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
45741         [BZ #4026]
45742         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
45743         get clock_id definition.
45745 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
45747         [BZ #4822]
45748         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
45749         (madvise): Cast every argument to void on its own.
45751 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45753         [BZ #9902]
45754         * manual/startup.texi (Exit Status): Fix typo.
45756 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45758         [BZ #10140]
45759         * manual/examples/argp-ex1.c: Include <stdlib.h>.
45760         * manual/examples/argp-ex2.c: Likewise.
45761         * manual/examples/argp-ex3.c: Likewise.
45763 2012-02-16  Richard Henderson  <rth@redhat.com>
45765         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
45766         * sysdeps/s390/s390-32/initfini.c: Remove.
45767         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
45768         * sysdeps/s390/s390-64/initfini.c: Remove.
45770 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
45772         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
45773         compiler output for sysdeps/generic/initfini.c.
45774         * sysdeps/sh/elf/initfini.c: Remove file.
45776 2012-02-16  David S. Miller  <davem@davemloft.net>
45778         [BZ #11494]
45779         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
45781         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
45782         * sysdeps/sparc/crti.S: New file.
45783         * sysdeps/sparc/crtn.S: New file.
45784         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
45785         * sysdeps/sparc/sparc64/Makefile: Likewise.
45787 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
45789         [BZ #3335]
45790         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
45792 2012-02-15  Roland McGrath  <roland@hack.frob.com>
45794         [BZ #4822]
45795         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
45797         * mach/devstream.c (cookie_io_functions_t): Macro removed.
45798         (write, read, close): Likewise.
45799         Patch by Aurelien Jarno <aurelien@aurel32.net>.
45801 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
45803         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
45804         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
45805         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
45806         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
45807         <bits/signalfd.h>.
45808         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
45809         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45810         bits/signalfd.h.
45812 2012-02-14  Marek Polacek  <polacek@redhat.com>
45814         * sysdeps/x86_64/crti.S: New file.
45815         * sysdeps/x86_64/crtn.S: New file.
45816         * sysdeps/x86_64/elf/initfini.c: Remove file.
45818 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
45820         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
45821         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
45822         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
45823         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
45824         <bits/inotify.h>.
45825         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
45826         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45827         bits/inotify.h.
45829 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
45831         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
45832         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
45833         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
45834         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
45835         <bits/eventfd.h>.
45836         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
45837         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45838         bits/eventfd.h.
45840 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
45842         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
45843         __feraiseexcept instead of feraiseexcept.
45845         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
45846         nanosleep invocations.
45847         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
45848         strings, and add error checking for a nanosleep invocations.
45850 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
45852         Replace FSF snail mail address with URLs, as per GNU coding standards.
45853         Most of the snail mail addresses were wrong anyway, and omitting
45854         them makes the source code easier to maintain.  Almost all of the
45855         changes are to license notices and to locale LC_IDENTIFICATION
45856         addresses, except for this one:
45857         * manual/libc.texinfo: In "Published by", give the FSF's URL,
45858         not its snail mail address.
45860 2012-02-09  Richard Henderson  <rth@twiddle.net>
45862         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
45863         of kernel-features.h.
45865         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
45867 2012-02-08  Marek Polacek  <polacek@redhat.com>
45869         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
45870         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
45871         * sysdeps/gnu/_G_config.h: Likewise.
45872         * sysdeps/generic/_G_config.h: Likewise.
45874 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
45876         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
45877         tests.
45878         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45880         * sysdeps/powerpc/powerpc32/crti.S: New file.
45881         * sysdeps/powerpc/powerpc32/crtn.S: New file.
45882         * sysdeps/powerpc/powerpc64/crti.S: New file.
45883         * sysdeps/powerpc/powerpc64/crtn.S: New file.
45885         * Makeconfig (have-initfini): Don't set.
45886         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
45887         * configure.in (nopic_initfini): Don't substitute.
45888         * config.h.in (HAVE_INITFINI): Don't #undef.
45889         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
45890         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
45892 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
45894         Support crti.S and crtn.S provided directly by architectures.
45895         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
45896         [crti.S in sysdirs] (omit-deps): Likewise.
45897         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
45898         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
45899         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
45900         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
45901         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
45902         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
45903         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
45904         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
45905         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
45906         compiler output for sysdeps/generic/initfini.c.
45907         * sysdeps/i386/elf/Makefile: Remove file.
45908         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
45910 2012-02-07  Marek Polacek  <polacek@redhat.com>
45912         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
45913         * sysdeps/gnu/_G_config.h: Likewise.
45914         * sysdeps/mach/hurd/_G_config.h: Likewise.
45916 2012-02-07  Marek Polacek  <polacek@redhat.com>
45918         * math/Makefile (tests): Add tst-CMPLX2.
45919         * math/tst-CMPLX2.c: New file.
45921 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
45923         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45925         * math/libm-test.inc (jn_test): Add missing L suffix.
45927 2012-02-06  Marek Polacek  <polacek@redhat.com>
45929         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
45930         * sysdeps/i386/fpu/e_powf.S: Likewise.
45931         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
45932         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
45933         * sysdeps/i386/fpu/e_acosh.S: Likewise.
45934         * sysdeps/i386/fpu/e_pow.S: Likewise.
45935         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
45936         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
45937         * sysdeps/i386/fpu/s_expm1.S: Likewise.
45938         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
45939         * sysdeps/i386/fpu/e_log2.S: Likewise.
45940         * sysdeps/i386/fpu/e_log2l.S: Likewise.
45941         * sysdeps/i386/fpu/e_scalb.S: Likewise.
45942         * sysdeps/i386/fpu/e_powl.S: Likewise.
45943         * sysdeps/i386/fpu/s_log1p.S: Likewise.
45944         * sysdeps/i386/fpu/e_log10f.S: Likewise.
45945         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
45946         * sysdeps/i386/fpu/e_logl.S: Likewise.
45947         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
45948         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
45949         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
45950         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
45951         * sysdeps/i386/fpu/e_log2f.S: Likewise.
45952         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
45953         * sysdeps/i386/fpu/e_log.S: Likewise.
45954         * sysdeps/i386/fpu/s_cexp.S: Likewise.
45955         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
45956         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
45957         * sysdeps/i386/fpu/e_logf.S: Likewise.
45958         * sysdeps/i386/fpu/e_log10l.S: Likewise.
45959         * sysdeps/i386/fpu/e_atanh.S: Likewise.
45960         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
45961         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
45962         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
45963         * sysdeps/i386/fpu/e_log10.S: Likewise.
45964         * sysdeps/i386/fpu/s_frexp.S: Likewise.
45965         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
45966         * sysdeps/i386/fpu/s_asinh.S: Likewise.
45967         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
45968         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
45969         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
45970         * sysdeps/i386/asm-syntax.h: Likewise.
45971         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
45972         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
45973         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
45974         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
45975         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
45976         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
45977         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
45978         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
45979         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
45980         * sysdeps/powerpc/sysdep.h: Likewise.
45981         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
45982         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
45984 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
45986         [BZ #411]
45987         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
45989 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
45991         * sysdeps/i386/sysdep.h: Include <features.h>.
45992         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
45993         version.
45995 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
45997         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
45998         Define.
45999         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
46000         LOAD_PIC_REG_STR.
46002 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46004         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
46005         (SETUP_PIC_REG): Use GET_PC_THUNK.
46006         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
46007         macro.
46009 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46011         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
46012         for non-PIC compilation.
46013         (SETUP_PIC_REG): Add .p2align directive.
46014         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
46015         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
46016         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
46017         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
46018         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
46019         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
46020         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
46021         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
46022         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
46023         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
46024         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
46025         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
46026         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
46027         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
46028         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
46029         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
46030         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
46031         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
46032         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
46033         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
46034         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
46035         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
46036         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
46037         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
46038         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
46039         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
46040         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
46041         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
46042         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
46043         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
46044         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
46045         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
46046         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
46047         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
46048         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
46049         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
46050         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
46051         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
46052         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
46053         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
46054         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
46056 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
46058         * math/tst-CMPLX.c: Include <stdio.h>.
46060 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
46062         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
46063         float.
46064         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46065         * sysdeps/sparc/bits/mathdef.h: Likewise.
46067 2012-01-31  Marek Polacek  <polacek@redhat.com>
46069         * libio/libio.h: Don't define _PARAMS.
46070         * locale/programs/config.h: Don't define PARAMS.
46071         * stdlib/strtol_l.c: Likewise.
46072         (__strtol_l): Remove PARAMS from the prototype.
46074 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
46076         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
46077         names.  Just use the correct names.  Remove unnecessary wrapper
46078         functions.
46079         * malloc/arena.c: Likewise.
46080         * malloc/hooks.c: Likewise.
46082         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
46083         ARENA_TEST says not to.  Simplify test for creation of a new arena.
46084         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
46086 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
46088         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
46089         into tail calls.
46090         (update_get_addr): New function.
46091         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
46092         GET_ADDR_MODULE parameter.
46094 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46096         * crypt/cert.c: Remove __STDC__ conditionals.
46097         * crypt/crypt-entry.c: Likewise.
46098         * crypt/crypt_util.c: Likewise.
46099         * libio/filedoalloc.c: Likewise.
46100         * libio/fileops.c: Likewise.
46101         * libio/genops.c: Likewise.
46102         * libio/iofclose.c: Likewise.
46103         * libio/iofdopen.c: Likewise.
46104         * libio/iofopen.c: Likewise.
46105         * libio/iofopen64.c: Likewise.
46106         * libio/iogetdelim.c: Likewise.
46107         * libio/iopopen.c: Likewise.
46108         * libio/obprintf.c: Likewise.
46109         * libio/oldfileops.c: Likewise.
46110         * libio/oldiofclose.c: Likewise.
46111         * libio/oldiofdopen.c: Likewise.
46112         * libio/oldiofopen.c: Likewise.
46113         * libio/oldiopopen.c: Likewise.
46114         * libio/wfiledoalloc.c: Likewise.
46115         * libio/wgenops.c: Likewise.
46116         * locale/programs/xmalloc.c: Likewise.
46117         * misc/syslog.c: Likewise.
46118         * stdio-common/xbug.c: Likewise.
46119         * string/memchr.c: Likewise.
46120         * string/memcmp.c: Likewise.
46121         * string/memrchr.c: Likewise.
46122         * string/rawmemchr.c: Likewise.
46123         * sysdeps/posix/getcwd.c: Likewise.
46124         * time/strftime_l.c: Likewise.
46126 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
46128         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
46129         * config.make.in (config-cflags-sse2avx): Define.
46130         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
46131         Fix typo.
46133 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
46135         * scripts/config.guess: Update from upstream config git repository.
46136         * scripts/config.sub: Likewise.
46138 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
46140         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46141         (EM_NUM): Update.
46142         (R_TILEPRO_*, R_TILEGX_*): New macros.
46144         * scripts/firstversions.awk: Fix bug in version range handling.
46146         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
46148         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
46150         * include/sys/epoll.h: New file.
46151         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
46152         libc_hidden_def.
46154 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
46156         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
46157         Avoid unnecessary __WORDSIZE == 64 test.
46158         (fmaxf): Use VEX format if possible.
46159         (fmax): Likewise.
46160         (fminf): Likewise.
46161         (fmin): Likewise.
46163         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
46164         * math/math_private.h: Remove libc_fegetround* and
46165         libc_fesetround*.
46166         * sysdeps/i386/configure.in: Check for -msse2avx.
46167         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
46168         also if SSE2AVX is defined.
46169         Remove libc_fegetround* and libc_fesetround*.
46170         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
46171         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
46172         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
46173         of HAS_YMM_USABLE.
46174         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46175         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46176         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46177         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46178         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46180         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
46182 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46184         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
46185         size is not set.
46186         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
46188 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
46190         [BZ #13618]
46191         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
46192         relocation.
46193         * Makeconfig (libm): Define.
46194         * elf/Makefile: Add rules to build and run tst-relsort1.
46195         * elf/tst-relsort1.c: New file.
46196         * elf/tst-relsort1mod1.c: New file.
46197         * elf/tst-relsort1mod2.c: New file.
46199 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
46201         * math/s_ldexp.c: Remove __STDC__ conditionals.
46202         * math/s_ldexpf.c: Likewise.
46203         * math/s_ldexpl.c: Likewise.
46204         * math/s_nextafter.c: Likewise.
46205         * math/s_nexttowardf.c: Likewise.
46206         * math/s_significand.c: Likewise.
46207         * math/s_significandf.c: Likewise.
46208         * math/s_significandl.c: Likewise.
46209         * math/w_jnl.c: Likewise.
46210         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46211         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46212         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46213         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46214         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46215         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46216         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
46217         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46218         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46219         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46220         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46221         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46222         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46223         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46224         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46225         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46226         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46227         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46228         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46229         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46230         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46231         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46232         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46233         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46234         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46235         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46236         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46237         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46238         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46239         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46240         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46241         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46242         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46243         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46244         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46245         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46246         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46247         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46248         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46249         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46250         * sysdeps/ieee754/k_standard.c: Likewise.
46251         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46252         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46253         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46254         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46255         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46256         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46257         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46258         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46259         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46260         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46261         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46262         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46263         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46264         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46265         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46266         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46267         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46268         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46269         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46270         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46271         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46272         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46273         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46274         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46275         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46276         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46277         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46278         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46279         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46280         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
46281         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
46282         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
46283         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
46284         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
46285         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
46286         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
46287         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
46288         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
46289         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
46290         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
46291         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
46292         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
46293         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
46294         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
46295         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
46296         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
46297         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
46298         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
46299         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
46300         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
46301         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
46302         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
46303         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
46304         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
46305         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
46306         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
46307         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
46308         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46309         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46310         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46311         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
46312         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
46313         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
46314         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
46315         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
46316         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
46317         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
46318         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
46319         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
46320         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
46321         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
46322         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
46323         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
46324         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
46325         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
46326         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
46327         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
46328         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
46329         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
46330         * sysdeps/ieee754/s_matherr.c: Likewise.
46331         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
46332         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
46333         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
46334         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
46336 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46338         * crypt/md5.h: Remove __STDC__ conditionals.
46339         * libio/libioP.h: Likewise.
46340         * locale/programs/config.h: Likewise.
46341         * sysdeps/generic/sysdep.h: Likewise.
46342         * sysdeps/i386/asm-syntax.h: Likewise.
46343         * sysdeps/s390/asm-syntax.h: Likewise.
46344         * sysdeps/unix/sysdep.h: Likewise.
46345         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
46346         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
46348 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46350         * libio/libio.h: Remove __STDC__ conditionals.
46351         * malloc/obstack.h: Likewise.
46352         * math/complex.h: Likewise.
46353         * math/math.h: Likewise.
46354         * sysdeps/generic/_G_config.h: Likewise.
46355         * sysdeps/gnu/_G_config.h: Likewise.
46356         * sysdeps/mach/hurd/_G_config.h: Likewise.
46357         * sysdeps/powerpc/bits/mathdef.h: Likewise.
46358         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46359         * sysdeps/sparc/bits/mathdef.h: Likewise.
46361 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
46363         [BZ #13583]
46364         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
46365         Clean up HAS_* macros.
46366         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
46367         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
46368         possible.
46369         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
46370         HAS_AVX.
46371         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46372         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46373         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46374         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46375         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46377 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
46379         * elf/tst-unique3.cc (gets): Remove declaration.
46380         * elf/tst-unique3lib.cc (gets): Likewise.
46381         * elf/tst-unique3lib2.cc (gets): Likewise.
46382         * elf/tst-unique4.cc (gets): Likewise.
46384 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
46386         * include/stdio.h: Add C++ protection.  Add gets declarations and
46387         definitions.
46388         * debug/tst-chk1.c: Don't declare gets here.
46389         * stdio-common/tst-gets.c: Likewise.
46391 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46393         * posix/glob: Remove directory.
46395 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46397         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
46399 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
46401         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
46402         of the non-standard EPFNOSUPPORT.
46404 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46406         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
46407         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
46408         ANYWHERE set to 1 only on KERN_NO_SPACE error.
46410 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
46412         * wcsmbs/uchar.h: Test __STDC_VERSION__.
46414 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
46416         * nscd/aicache.c (addhstaiX): Do not cache negative results of
46417         transient errors.
46418         * nscd/grpcache.c (cache_addgr): Likewise.
46419         * nscd/hstcache.c (cache_addhst): Likewise.
46420         * nscd/initgrcache.c (addinitgroupsX): Likewise.
46421         * nscd/pwdcache.c (cache_addpw): Likewise.
46422         * nscd/servicescache.c (cache_addserv): Likewise.
46424 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
46426         * malloc/malloc.c: Various cleanups.
46427         * malloc/hooks.c: Likewise.
46429         * stdlib/Makefile (tests): Add bug-fmtmsg1.
46430         * stdlib/bug-fmtmsg1.c: New file.
46432         * stdlib/fmtmsg.c (init): Add missing unlock.
46433         Patch by Peng Haitao <penght@cn.fujitsu.com>.
46435 2012-01-12  Marek Polacek  <polacek@redhat.com>
46437         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
46438         and _GNU_SOURCE.
46440 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
46442         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
46443         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
46444         macro to ensure uniqueness of label name.
46445         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
46446         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
46448 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
46450         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
46452         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
46453         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
46454         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
46455         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
46457 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
46459         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
46461         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
46462         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
46463         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
46465         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
46467         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
46468         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
46469         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
46470         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
46472         * math/bits/math-finite.h: Add ldexp support.
46474 2012-01-10  Marek Polacek  <polacek@redhat.com>
46476         * locale/programs/localedef.h (show_archive_content): Add noreturn
46477         attribute.
46479 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
46481         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
46483 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46485         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
46487         * io/Makefile (headers): Add bits/poll2.h.
46489 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
46491         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
46492         typo #include statement.
46494 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46496         * include/sys/cdefs.h: Define __attribute_alloc_size.
46497         * catgets/gencat.c: Add alloc_size attribute and apply consistently
46498         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
46499         * elf/pldd.c: Likewise.
46500         * iconv/iconv_charmap.c: Likewise.
46501         * iconv/iconvconfig.c: Likewise.
46502         * iconv/strtab.c: Likewise.
46503         * locale/programs/locale.c: Likewise.
46504         * locale/programs/localedef.h: Likewise.
46505         * locale/programs/simple-hash.c: Likewise.
46506         * nscd/nscd.h: Likewise.
46507         * nss/makedb.c: Likewise.
46508         * sysdeps/generic/ldconfig.h: Likewise.
46509         * locale/programs/localedef.c: Remove xmalloc prototype.
46510         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
46512 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
46514         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
46515         appropriate.
46517 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46519         * math/Makefile (tests): Add tst-CMPLX.
46520         * math/tst-CMPLX.c: New file.
46522         * math/complex.h (CMPLXL): Fix typo.
46524         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
46525         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
46526         GLIBC_2.16.
46527         * debug/tst-chk1.c: Add poll and ppoll tests.
46528         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
46529         * include/sys/poll.h: Add hidden proto for ppoll.
46530         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
46531         * sysdeps/mach/hurd/ppoll.c: Likewise.
46532         * io/ppoll.c: Likewise.
46533         * debug/poll_chk.c: New file.
46534         * debug/ppoll_chk.c: New file.
46535         * include/bits/poll2.h: New file.
46536         * io/bits/poll2.h: New file.
46538         [BZ #1350]
46539         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
46541         * configure.in: static is always set to yes.  Remove.
46542         * config.make.in: Don't set build-static.
46543         * Makeconfig: Remove use of build-static.
46544         * dlfcn/Makefile: Likewise.
46545         * elf/Makefile: Likewise.
46546         * math/Makefile: Likewise.
46547         * misc/Makefile: Likewise.
46548         * nptl/Makefile: Likewise.
46549         * sysdeps/mach/hurd/Makefile: Likewise.
46551         * configure.in: PWD_P is not used anymore.
46552         * config.make.in: Remove PWD_P entry.
46554         * configure.in: Remove last remnants of RANLIB.
46555         No need to check for signed size_t anymore.
46556         Don't set libc_commonpagesize and libc_relro_required here for Alpha
46557         and IA-64.
46558         Remove __builtin_expect test because we require at least gcc 3.4.
46559         * aclocal.m4: Likewise.
46561         * wcsmbs/mbrtoc16.c: Implement using towc function.
46562         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
46563         * wcsmbs/wcsmbsload.c: Likewise.
46564         * iconv/gconv_simple.c: Likewise.
46565         * iconv/gconv_int.h: Likewise.
46566         * iconv/gconv_builtin.h: Likewise.
46567         * iconv/iconv_prog.c: Remove CHAR16 handling.
46569         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
46571         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
46573         * configure.in: Remove --with-elf and --enable-bounded options.
46574         Dont set base_machine for ia64.  More non-ELF conditions removed.
46575         Remove testing and setting of leading underscore information.
46576         * config.make.in (build-bounded): Set to no.
46577         * config.h.in: Remove NO_UNDERSCORES entry.
46578         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
46579         them.
46580         * csu/start.c: Remove !NO_UNDERSCORE code.
46581         * locale/localeinfo.h: Likewise.
46582         * sysdeps/generic/machine-gmon.h: Likewise.
46583         * sysdeps/generic/sysdep.h: Likewise.
46584         * sysdeps/i386/sysdep.h: Likewise.
46585         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
46586         * sysdeps/mach/sysdep.h: Likewise.
46587         * sysdeps/s390/s390-32/sysdep.h: Likewise.
46588         * sysdeps/s390/s390-64/sysdep.h: Likewise.
46589         * sysdeps/sh/sysdep.h: Likewise.
46590         * sysdeps/sparc/sparc32/alloca.S: Likewise.
46591         * sysdeps/unix/i386/sysdep.S: Likewise.
46592         * sysdeps/unix/sparc/start.c: Likewise.
46593         * sysdeps/unix/sparc/sysdep.S: Likewise.
46594         * sysdeps/unix/sparc/sysdep.h: Likewise.
46595         * sysdeps/unix/start.c: Likewise.
46596         * sysdeps/unix/x86_64/sysdep.S: Likewise.
46597         * sysdeps/x86_64/sysdep.h: Likewise.
46599 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
46601         [BZ #13553]
46602         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
46603         for non-gcc.
46604         * argp/argp-fmtstream.h: Use const instead __const.
46605         * argp/argp.h: Likewise.
46606         * assert/assert.h: Likewise.
46607         * bits/fenv.h: Likewise.
46608         * bits/sched.h: Likewise.
46609         * bits/sigset.h: Likewise.
46610         * bits/sigthread.h: Likewise.
46611         * catgets/nl_types.h: Likewise.
46612         * conform/data/pthread.h-data: Likewise.
46613         * crypt/crypt-private.h: Likewise.
46614         * crypt/crypt.h: Likewise.
46615         * crypt/crypt_util.c: Likewise.
46616         * ctype/ctype.h: Likewise.
46617         * debug/execinfo.h: Likewise.
46618         * debug/mbsnrtowcs_chk.c: Likewise.
46619         * debug/mbsrtowcs_chk.c: Likewise.
46620         * debug/wcsnrtombs_chk.c: Likewise.
46621         * debug/wcsrtombs_chk.c: Likewise.
46622         * debug/wcstombs_chk.c: Likewise.
46623         * dirent/dirent.h: Likewise.
46624         * dlfcn/dlfcn.h: Likewise.
46625         * elf/neededtest4.c: Likewise.
46626         * grp/grp.h: Likewise.
46627         * gshadow/gshadow.h: Likewise.
46628         * iconv/gconv.h: Likewise.
46629         * iconv/gconv_int.h: Likewise.
46630         * iconv/gconv_simple.c: Likewise.
46631         * iconv/iconv.h: Likewise.
46632         * iconv/loop.c: Likewise.
46633         * iconv/skeleton.c: Likewise.
46634         * include/aio.h: Likewise.
46635         * include/aliases.h: Likewise.
46636         * include/argz.h: Likewise.
46637         * include/arpa/inet.h: Likewise.
46638         * include/assert.h: Likewise.
46639         * include/dirent.h: Likewise.
46640         * include/dlfcn.h: Likewise.
46641         * include/execinfo.h: Likewise.
46642         * include/fcntl.h: Likewise.
46643         * include/fenv.h: Likewise.
46644         * include/glob.h: Likewise.
46645         * include/grp.h: Likewise.
46646         * include/libintl.h: Likewise.
46647         * include/mntent.h: Likewise.
46648         * include/netdb.h: Likewise.
46649         * include/pwd.h: Likewise.
46650         * include/rpc/netdb.h: Likewise.
46651         * include/sched.h: Likewise.
46652         * include/search.h: Likewise.
46653         * include/shadow.h: Likewise.
46654         * include/signal.h: Likewise.
46655         * include/stdio.h: Likewise.
46656         * include/stdlib.h: Likewise.
46657         * include/string.h: Likewise.
46658         * include/sys/socket.h: Likewise.
46659         * include/sys/stat.h: Likewise.
46660         * include/sys/statfs.h: Likewise.
46661         * include/sys/statvfs.h: Likewise.
46662         * include/sys/syslog.h: Likewise.
46663         * include/sys/time.h: Likewise.
46664         * include/sys/uio.h: Likewise.
46665         * include/time.h: Likewise.
46666         * include/unistd.h: Likewise.
46667         * include/utmp.h: Likewise.
46668         * include/wchar.h: Likewise.
46669         * include/wctype.h: Likewise.
46670         * inet/aliases.h: Likewise.
46671         * inet/arpa/inet.h: Likewise.
46672         * inet/netinet/ether.h: Likewise.
46673         * inet/netinet/in.h: Likewise.
46674         * intl/libintl.h: Likewise.
46675         * io/bits/fcntl2.h: Likewise.
46676         * io/fcntl.h: Likewise.
46677         * io/ftw.h: Likewise.
46678         * io/sys/poll.h: Likewise.
46679         * io/sys/stat.h: Likewise.
46680         * io/sys/statfs.h: Likewise.
46681         * io/sys/statvfs.h: Likewise.
46682         * io/utime.h: Likewise.
46683         * libio/bits/stdio.h: Likewise.
46684         * libio/bits/stdio2.h: Likewise.
46685         * libio/libio.h: Likewise.
46686         * libio/libioP.h: Likewise.
46687         * libio/stdio.h: Likewise.
46688         * locale/lc-ctype.c: Likewise.
46689         * locale/locale.h: Likewise.
46690         * login/utmp.h: Likewise.
46691         * malloc/arena.c: Likewise.
46692         * malloc/malloc.c: Likewise.
46693         * malloc/malloc.h: Likewise.
46694         * malloc/mcheck.c: Likewise.
46695         * malloc/mtrace.c: Likewise.
46696         * math/bits/mathcalls.h: Likewise.
46697         * math/fenv.h: Likewise.
46698         * math/math_private.h: Likewise.
46699         * misc/bits/error.h: Likewise.
46700         * misc/bits/syslog.h: Likewise.
46701         * misc/err.h: Likewise.
46702         * misc/error.h: Likewise.
46703         * misc/fstab.h: Likewise.
46704         * misc/mntent.h: Likewise.
46705         * misc/regexp.h: Likewise.
46706         * misc/search.h: Likewise.
46707         * misc/sgtty.h: Likewise.
46708         * misc/sys/mman.h: Likewise.
46709         * misc/sys/syslog.h: Likewise.
46710         * misc/sys/uio.h: Likewise.
46711         * misc/sys/xattr.h: Likewise.
46712         * misc/ttyent.h: Likewise.
46713         * nis/rpcsvc/ypclnt.h: Likewise.
46714         * nss/nss.h: Likewise.
46715         * posix/bits/unistd.h: Likewise.
46716         * posix/fnmatch.h: Likewise.
46717         * posix/glob.h: Likewise.
46718         * posix/sched.h: Likewise.
46719         * posix/spawn.h: Likewise.
46720         * posix/sys/wait.h: Likewise.
46721         * posix/unistd.h: Likewise.
46722         * posix/wordexp.h: Likewise.
46723         * pwd/pwd.h: Likewise.
46724         * resolv/netdb.h: Likewise.
46725         * resource/sys/resource.h: Likewise.
46726         * rt/aio.h: Likewise.
46727         * rt/bits/mqueue2.h: Likewise.
46728         * rt/mqueue.h: Likewise.
46729         * shadow/shadow.h: Likewise.
46730         * signal/signal.h: Likewise.
46731         * socket/send.c: Likewise.
46732         * socket/sendto.c: Likewise.
46733         * socket/sys/socket.h: Likewise.
46734         * stdio-common/printf.h: Likewise.
46735         * stdlib/bits/stdlib.h: Likewise.
46736         * stdlib/fmtmsg.h: Likewise.
46737         * stdlib/monetary.h: Likewise.
46738         * stdlib/stdlib.h: Likewise.
46739         * stdlib/ucontext.h: Likewise.
46740         * streams/stropts.h: Likewise.
46741         * string/argz.h: Likewise.
46742         * string/bits/string2.h: Likewise.
46743         * string/string.h: Likewise.
46744         * string/strings.h: Likewise.
46745         * sunrpc/rpc/auth.h: Likewise.
46746         * sunrpc/rpc/auth_des.h: Likewise.
46747         * sunrpc/rpc/clnt.h: Likewise.
46748         * sunrpc/rpc/netdb.h: Likewise.
46749         * sunrpc/rpc/pmap_clnt.h: Likewise.
46750         * sunrpc/rpc/xdr.h: Likewise.
46751         * sysdeps/generic/inttypes.h: Likewise.
46752         * sysdeps/generic/net/if.h: Likewise.
46753         * sysdeps/generic/sys/swap.h: Likewise.
46754         * sysdeps/gnu/net/if.h: Likewise.
46755         * sysdeps/gnu/utmpx.h: Likewise.
46756         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
46757         * sysdeps/i386/i486/bits/string.h: Likewise.
46758         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
46759         * sysdeps/s390/bits/string.h: Likewise.
46760         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
46761         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
46762         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
46763         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
46764         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
46765         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
46766         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
46767         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
46768         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
46769         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
46770         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
46771         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
46772         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
46773         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
46774         * sysdeps/unix/sysv/linux/readv.c: Likewise.
46775         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
46776         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
46777         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
46778         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
46779         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
46780         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
46781         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
46782         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
46783         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
46784         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
46785         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
46786         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
46787         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46788         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
46789         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
46790         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
46791         * sysvipc/sys/ipc.h: Likewise.
46792         * sysvipc/sys/msg.h: Likewise.
46793         * sysvipc/sys/sem.h: Likewise.
46794         * sysvipc/sys/shm.h: Likewise.
46795         * termios/termios.h: Likewise.
46796         * time/sys/time.h: Likewise.
46797         * time/time.h: Likewise.
46798         * wcsmbs/bits/wchar2.h: Likewise.
46799         * wcsmbs/uchar.h: Likewise.
46800         * wcsmbs/wchar.h: Likewise.
46801         * wctype/wctype.h: Likewise.
46803         [BZ #13551]
46804         * Makeconfig: Remove all but ELF support including AIX support.
46805         * Makerules: Likewise.
46806         * config.h.in: Likewise.
46807         * config.make.in: Likewise.
46808         * configure: Likewise.
46809         * configure.in: Likewise.
46810         * csu/Makefile: Likewise.
46811         * csu/version.c: Likewise.
46812         * debug/Makefile: Likewise.
46813         * dlfcn/Makefile: Likewise.
46814         * elf/Makefile: Likewise.
46815         * extra-lib.mk: Likewise.
46816         * iconv/Makefile: Likewise.
46817         * include/libc-symbols.h: Likewise.
46818         * include/shlib-compat.h: Likewise.
46819         * resolv/Makefile: Likewise.
46820         * resolv/res_libc.c: Likewise.
46821         * rt/Makefile: Likewise.
46822         * sysdeps/i386/asm-syntax.h: Likewise.
46823         * sysdeps/i386/sysdep.h: Likewise.
46824         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
46825         * sysdeps/mach/sysdep.h: Likewise.
46826         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
46827         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
46828         * sysdeps/s390/asm-syntax.h: Likewise.
46829         * sysdeps/s390/s390-32/sysdep.h: Likewise.
46830         * sysdeps/s390/s390-64/sysdep.h: Likewise.
46831         * sysdeps/sh/sysdep.h: Likewise.
46832         * sysdeps/unix/sparc/sysdep.h: Likewise.
46833         * sysdeps/wordsize-32/divdi3.c: Likewise.
46834         * sysdeps/x86_64/sysdep.h: Likewise.
46836         * argp/Versions: Remove _argp_unlock_xxx.
46838         [BZ #13559]
46839         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
46840         * abilist/libBrokenLocale.abilist: Likewise.
46841         * abilist/libanl.abilist: Likewise.
46842         * abilist/libc.abilist: Likewise.
46843         * abilist/libcrypt.abilist: Likewise.
46844         * abilist/libdl.abilist: Likewise.
46845         * abilist/libm.abilist: Likewise.
46846         * abilist/libnsl.abilist: Likewise.
46847         * abilist/libpthread.abilist: Likewise.
46848         * abilist/libresolv.abilist: Likewise.
46849         * abilist/librt.abilist: Likewise.
46850         * abilist/libthread_db.abilist: Likewise.
46851         * abilist/libutil.abilist: Likewise.
46852         * abilist/libnss_db.abilist: New file.
46854         * scripts/abilist.awk: Add support for indirect functions.
46856         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
46858         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
46860         * shlib-versions: Remove entries for ports architectures.
46862         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
46863         files in ports.
46864         * elf/stackguard-macros.h: Remove support for IA-64.
46865         * elf/tst-auditmod1.c: Likewise.
46866         * sysdeps/generic/ldsodefs.h: Likewise.
46868         * sysdeps/unix/sysv/linux/configure.in: Ports should define
46869         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
46870         configure files.
46872         [BZ #13552]
46873         * configure.in: Remove --enable-omitfp support.
46874         * FAQ.in: Adjust.
46875         * config.make.in: Likewise.
46876         * Makeconfig: Likewise.
46877         * manual/install.texi: Likewise.
46879         In case anyone cares, the IA-64 architecture could move to ports.
46880         * sysdeps/ia64/*: Removed.
46881         * sysdeps/unix/sysv/linux/ia64/*: Removed.
46882         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
46884         [BZ #13555]
46885         * configure.in: Remove entries for unsupported architectures.
46887         [BZ #13533]
46888         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
46889         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
46890         routines.
46891         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
46892         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
46893         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
46894         fall back to using wcrtomb.
46895         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
46896         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
46897         renaming.
46898         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
46899         * wcsmbs/tst-c16c32-1.c: New file.
46901         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
46902         local variable.
46904         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
46906         * elf/tst-unique3.cc: Add explicit declaration of gets.
46907         * elf/tst-unique3lib.cc: Likewise.
46908         * elf/tst-unique3lib2.cc: Likewise.
46909         * elf/tst-unique4.cc: Likewise.
46911         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
46913 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
46915         [BZ #13566]
46916         * assert/assert.h (static_assert): Don't define for C++.
46917         * libio/stdio.h (gets): Do declare for C++ <= C++11.
46918         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
46920 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
46922         * iconv/loop.c (single loop): Fix assertion in storing of
46923         remaining bytes.
46925         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
46927 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
46929         * posix/getconf.c: Update copyright year.
46930         * nss/getent.c: Likewise.
46931         * nss/makedb.c: Likewise.
46932         * iconv/iconvconfig.c: Likewise.
46933         * iconv/iconv_prog.c: Likewise.
46934         * elf/ldconfig.c: Likewise.
46935         * elf/pldd.c: Likewise.
46936         * elf/sotruss.ksh: Likewise.
46937         * catgets/gencat.c: Likewise.
46938         * csu/version.c: Likewise.
46939         * elf/ldd.bash.in: Likewise.
46940         * elf/sprof.c (print_version): Likewise.
46941         * locale/programs/locale.c: Likewise.
46942         * locale/programs/localedef.c: Likewise.
46943         * login/programs/pt_chown.c: Likewise.
46944         * nscd/nscd.c (print_version): Likewise.
46945         * debug/xtrace.sh: Likewise.
46946         * malloc/memusage.sh: Likewise.
46947         * malloc/mtrace.pl: Likewise.
46948         * debug/catchsegv.sh: Likewise.
46950 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
46952         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
46953         pure attribute.
46955 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
46957         [BZ #13533]
46958         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
46959         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
46960         transformations.
46961         * iconv/gconv_int.h: Likewise.
46962         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
46963         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
46964         from libc for GLIBC_2.16.
46965         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
46966         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
46967         * wcsmbs/uchar.h: Really define mbstate_t.
46968         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
46969         * wcsmbs/c16rtomb.c: New file.
46970         * wcsmbs/mbrtoc16.c: New file.
46971         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
46972         for C/POSIX locale.
46973         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
46974         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
46976         * wcsmbs/wchar.h: Add missing __restrict.
46978 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
46980         [BZ #13532]
46981         * time/Makefile (routines): Add timespec_get.
46982         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
46983         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
46984         timespec for ISO C11.
46985         * time/timespec_get.c: New file.
46986         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
46987         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
46989         [BZ #13531]
46990         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
46991         * stdlib/stdlib.h: Declare aligned_alloc.
46992         * Versions.def: Add GLIBC_2.16 for libc.
46993         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
46995         [BZ 13527]
46996         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
46997         ISO C11.
46999         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
47000         code.
47002         [BZ #13528]
47003         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
47005         [BZ #13529]
47006         * assert/assert.h (static_assert): Define.
47008         * version.h: Update for 2.16 development version.
47010         [BZ #13526]
47011         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
47012         _ISOC11_SOURCE.
47014         * version.h (RELEASE): Bump for 2.15 release.
47015         * include/features.h (__GLIBC_MINOR__): Bump to 15.
47017         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
47018         Patch by Marek Polacek <mpolacek@redhat.com>.
47020         * bits/byteswap.h: Protect long long constants with __extension__.
47021         * sysdeps/i386/bits/byteswap.h: Likewise.
47022         * sysdeps/ia64/bits/byteswap.h: Likewise.
47023         * sysdeps/s390/bits/byteswap.h: Likewise.
47024         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47026 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47028         [BZ #13540]
47029         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
47030         destination buffer.
47031         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
47033 2011-12-23  Marek Polacek  <polacek@redhat.com>
47035         * elf/dl-addr.c (determine_info): Add inline keyword.
47036         * elf/tst-auditmod4b.c (check_avx): Likewise.
47037         * elf/tst-auditmod6b.c (check_avx): Likewise.
47038         * elf/tst-auditmod6c.c (check_avx): Likewise.
47039         * elf/tst-auditmod7b.c (check_avx): Likewise.
47041 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
47043         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
47044         !__SSE_MATH__.
47046 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47048         [BZ #13540]
47049         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
47050         processing for last bytes.
47052 2011-08-06  Bruno Haible  <bruno@clisp.org>
47054         [BZ #13061]
47055         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
47056         U+0385, not to U+1FEE.
47058         [BZ #13062]
47059         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
47060         entry for U+00A5 U+0301.
47062 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47064         [BZ #13166]
47065         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
47066         buffer for the output is too small.
47068         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
47069         optimization.
47071         [BZ #13185]
47072         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
47073         SSE flags if possible.
47075 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47077         [BZ #13540]
47078         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
47079         processing for last bytes.
47081 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
47083         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
47084         (syscall-list-default-options, syscall-list-default-condition)
47085         (syscall-list-includes): Define.
47086         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
47087         list of ABIs and options and #if conditions for each ABI.  Do not
47088         handle common syscalls between ABIs specially.
47089         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
47090         Remove.
47091         (syscall-list-variants, syscall-list-32bit-options)
47092         (syscall-list-32bit-condition, syscall-list-64bit-options)
47093         (syscall-list-64bit-condition): Define.
47094         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
47095         (syscall-list-variants, syscall-list-32bit-options)
47096         (syscall-list-32bit-condition, syscall-list-64bit-options)
47097         (syscall-list-64bit-condition): Define.
47098         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
47099         Remove.
47100         (syscall-list-variants, syscall-list-32bit-options)
47101         (syscall-list-32bit-condition, syscall-list-64bit-options)
47102         (syscall-list-64bit-condition): Define.
47103         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
47104         Remove.
47105         (syscall-list-variants, syscall-list-32bit-options)
47106         (syscall-list-32bit-condition, syscall-list-64bit-options)
47107         (syscall-list-64bit-condition): Define.
47109 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
47111         * locale/iso-639.def: Add brx entry.
47113         [BZ #13328]
47114         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
47115         Proposed by Mariusz_Cukr <marcukr@op.pl>.
47117         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
47118         __feraiseexcept_renamed.
47120 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47122         [BZ #13538]
47123         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
47124         EPOLLET with unsigned values.
47125         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
47126         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
47128         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
47129         to large cancellation.
47130         * math/s_cacoshf.c: Likewise.
47131         * math/s_cacoshl.c: Likewise.
47133 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
47135         [BZ #13305]
47136         [BZ #12786]
47137         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47138         * math/s_cacoshf.c: Likewise.
47139         * math/s_cacoshl.c: Likewise.
47141 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47143         [BZ #13439]
47144         * iconv/gconv.h: Define __GCONV_SWAP.
47145         * iconvdata/unicode.c: The swap bit must be stored in __flags.
47146         * iconvdata/utf-16.c: Likewise.
47147         * iconvdata/utf-32.c: Likewise.
47149 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
47151         [BZ #13524]
47152         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
47153         numerator after shifting it by one limb.
47155 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
47157         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
47158         under [__USE_EXTERN_INLINES].
47160 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47162         [BZ #13446]
47163         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
47165 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47167         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
47168         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
47169         optimized code.
47170         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
47171         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
47172         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
47173         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
47174         for strncasecmp/strncasecmp_l compilation.
47175         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
47176         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
47178 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
47180         [BZ #13484]
47181         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
47182         of __asm__.
47184 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47186         [BZ #13506]
47187         * time/tzfile.c (__tzfile_read): Check values from file header.
47189 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
47191         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
47192         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
47193         * powerpc/powerpc32/dl-start.S: Likewise.
47194         * powerpc/powerpc32/elf/start.S: Likewise.
47195         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
47196         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
47197         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
47198         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
47199         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
47200         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
47201         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
47202         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
47203         * powerpc/powerpc32/fpu/s_round.S: Likewise.
47204         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
47205         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
47206         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
47207         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
47208         * powerpc/powerpc32/memset.S: Likewise.
47209         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
47210         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
47211         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
47212         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
47213         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
47214         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
47215         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
47216         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
47217         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
47218         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
47219         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
47220         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47221         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47223 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47225         * math/libm-test.inc: Added more nearbyint tests.
47226         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
47227         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
47228         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
47229         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
47231 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
47233         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
47234         FD_CLOEXEC.
47236 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47238         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
47239         Add wcscpy-ssse3 wcscpy-c.
47240         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
47241         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
47242         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
47243         * sysdeps/x86_64/wcschr.S: New file.
47244         * sysdeps/x86_64/wcsrchr.S: New file.
47245         * string/test-strcmp.c: Remove checking of wcscmp function for
47246         wrong alignments.
47247         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
47248         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
47249         wcsrchr-sse2 wcsrchr-c.
47250         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
47251         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
47252         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
47253         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
47254         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
47255         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
47256         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
47257         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
47258         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
47259         * wcsmbc/wcschr.c (WCSCHR): New macro.
47261 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47263         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
47264         * wcsmbs/test-wcsrchr.c: New file.
47265         * string/test-strrchr.c: Add wcsrchr support.
47266         (WIDE): New macro.
47267         * wcsmbs/test-wcscpy.c: New file.
47268         * string/test-strcpy.c: Add wcscpy support.
47269         (WIDE): New macro.
47271 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
47273         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
47274         the inner loop.
47276 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
47278         [BZ #13472]
47279         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
47281 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
47283         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
47284         Minor optimizations.
47286         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
47287         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
47288         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
47290 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
47292         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
47293         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
47294         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
47295         for gcc to avoid warnings.
47296         * inet/Makefile (tests): Add tst-checks.
47297         * inet/tst-checks.c: New file.
47299         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
47300         warning.
47302         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
47303         __wmemcmp_sse2.
47305         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
47306         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
47308         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
47310 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
47312         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
47313         problem.
47315         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
47317 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
47319         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
47320         conditional on GCC version.
47321         (__arch_compare_and_exchange_val_8_acq)
47322         (__arch_compare_and_exchange_val_16_acq)
47323         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
47324         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
47325         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
47327 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
47329         * sysdeps/sh/backtrace.c: New file.
47331 2011-12-02  Andreas Schwab  <schwab@redhat.com>
47333         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
47334         parenthesis.
47336 2011-12-01  Andreas Schwab  <schwab@redhat.com>
47338         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
47339         falling back to utime.
47341 2011-11-30  Andreas Schwab  <schwab@redhat.com>
47343         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
47344         expectations for float.
47346 2011-11-29  Andreas Schwab  <schwab@redhat.com>
47348         * locale/weight.h (findidx): Add parameter len.
47349         * locale/weightwc.h (findidx): Likewise.
47350         * posix/fnmatch_loop.c (FCT): Adjust caller.
47351         * posix/regcomp.c (build_equiv_class): Likewise.
47352         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
47353         * posix/regexec.c (check_node_accept_bytes): Likewise.
47354         * string/strcoll_l.c (STRCOLL): Likewise.
47355         * string/strxfrm_l.c (STRXFRM): Likewise.
47357 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
47359         * Makefile.in: Remove CVSOPT handling.
47360         * configure.in: Remove use of AC_REVISION.
47361         * iconvdata/Makefile (distribute): No need to filter out CVS.
47362         * scripts/list-sources.sh: Remove CVS, subversion and monotone
47363         handling.
47365 2011-11-16  Andreas Schwab  <schwab@redhat.com>
47367         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
47368         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
47369         [USE_AS_STRNCASECMP_L]: Likewise.
47370         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
47371         NO_TLS_DIRECT_SEG_REFS.
47372         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
47373         Fix argument offsets for non-PIC.
47374         [USE_AS_STRNCASECMP_L]: Likewise.
47375         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
47376         NO_TLS_DIRECT_SEG_REFS.
47378 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47380         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
47381         O_CLOEXEC.
47382         * locale/loadlocale.c (_nl_load_locale): Likewise.
47384 2011-11-15  Andreas Schwab  <schwab@redhat.com>
47386         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
47387         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
47388         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
47389         (SYSCALL_GETTIME): Set errno on error.
47391         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
47392         count references to noai6ai_cached.
47394 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47396         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
47398         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
47399         FD_CLOEXEC for /proc/self/maps.
47401         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
47402         FD_CLOEXEC for /proc/meminfo.
47404         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
47405         gai.conf.
47407         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
47408         FD_CLOEXEC for given file.
47410         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
47412         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
47413         FD_CLOEXEC for /etc/hosts.
47414         (_gethtent): Likewise.
47416         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
47418         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
47419         cancellation and set FD_CLOEXEC for /etc/netgroup.
47421         * nss/nss_files/files-key.c (search): Don't allow cancellation when
47422         reading /etc/publickey.
47424         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
47425         allow cancellation when reading /etc/group.
47427         * nss/nss_files/files-alias.c (internal_setent): Don't allow
47428         cancellation.
47429         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
47431         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
47432         when using data file.
47434         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
47436         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
47437         (write_nis_obj): Use "c" and "e" in fopen.
47439         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
47441         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
47443         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
47445         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
47447         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
47448         locale.alias.
47450         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
47452         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
47454         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
47456         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
47457         file parsing and set FD_CLOEXEC.
47459 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
47461         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
47463 2011-11-14  Andreas Schwab  <schwab@redhat.com>
47465         * malloc/arena.c (arena_get2): Don't call reused_arena when
47466         _int_new_arena failed.
47468 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
47470         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
47471         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
47472         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
47473         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
47474         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
47475         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
47476         to compile strcasecmp and strncasecmp.
47477         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
47478         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
47480         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
47482 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
47484         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
47485         locale-defines.sym to gen-as-const-headers.
47486         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
47487         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
47488         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
47489         to compile strcasecmp and strncasecmp.
47490         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
47491         strcasecmp_l and strncasecmp_l.
47492         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
47493         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
47494         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
47495         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
47496         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
47497         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
47498         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
47499         * sysdeps/i386/i686/multiarch/strncase.S: New file.
47500         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
47501         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
47502         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
47504 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
47506         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
47507         result of SYSDEP_GETTIME_CPU to retval.
47508         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
47509         parameter list to macro.  Remove trailing semicolon.  Adjust users.
47511         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
47512         variable.
47514         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
47515         mantissa words.
47516         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
47518         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
47519         from unused variable.
47521         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
47522         DWARF definitions.
47523         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
47524         for assembling.
47526         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
47527         over namespaces.
47529         * sunrpc/rpc_prot.c (rejected): Fix case value.
47531         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
47532         unsigned long long int to avoid warnings in shift.
47534         * posix/regex_internal.c (re_string_reconstruct): Actually use result
47535         of use of trans.
47536         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
47537         variable tmp.
47539         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
47540         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
47541         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
47543         * nis/nis_table.c (nis_list): Use variable of correct type for
47544         result of __follow_path call.
47546 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47548         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
47549         of math functions ceil, trunc, floor, round, and sqrt, when
47550         avaliable on the platform.
47551         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
47552         name clash.
47553         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
47554         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
47555         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
47557 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
47559         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
47560         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
47562 2011-11-11  Roland McGrath  <roland@hack.frob.com>
47564         * include/unistd.h: Fix __readlink return type.
47565         Reported by Chris Metcalf <cmetcalf@tilera.com>.
47567 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
47569         * stdlib/ucontext.h: Undo last change for makecontext.
47571 2011-11-11  Andreas Schwab  <schwab@redhat.com>
47573         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
47575         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
47576         * setjmp/setjmp.h: Mark functions as non-leaf.
47577         * setjmp/bits/setjmp2.h: Likewise.
47578         * stdlib/ucontext.h: Likewise.
47580 2011-11-10  Andreas Schwab  <schwab@redhat.com>
47582         * malloc/arena.c (_int_new_arena): Don't increment narenas.
47583         (reused_arena): Don't check arena limit.
47584         (arena_get2): Atomically check arena limit.
47586 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
47588         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
47589         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
47591         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
47592         instructions.
47594 2011-11-07  Andreas Schwab  <schwab@redhat.com>
47596         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
47597         handler when locking.
47599         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
47600         Fix size of allocated buffer.
47602 2011-11-04  Andreas Schwab  <schwab@redhat.com>
47604         [BZ #10103]
47605         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
47606         declarations for long double functions.
47607         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
47609         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
47611 2011-11-03  Andreas Schwab  <schwab@redhat.com>
47613         * nscd/nscd.c (main): Don't start AVC thread until credentials are
47614         installed.
47616         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
47617         is disabled.
47619 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47621         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
47623 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
47625         * include/alloca.h (stackinfo_alloca_round): Define.
47626         (extend_alloca): Use it.
47627         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
47628         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
47629         here.
47631         * scripts/check-local-headers.sh: Ignore libaudit.h.
47633         * nscd/Makefile (extra-objs): Make recursively expanded.
47635 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
47637         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
47638         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
47640         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
47641         * posix/tst-rfc3484-2.c: Likewise.
47642         * posix/tst-rfc3484-3.c: Likewise.
47644         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
47645         process_vm_writev.
47646         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
47647         process_vm_writev.
47648         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
47649         process_vm_writev from libc using GLIBC_2.15 version.
47651         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
47653 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
47655         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
47656         stack usage.
47658 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
47660         [BZ #13367]
47661         * nss/getent.c (initgroups_keys): Show error message in case no group
47662         names are given.
47664         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
47665         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
47666         __bump_nl_timestamp.
47667         * nscd/connections (nscd_init): When host database is served open
47668         netlink socket and request notification about configuration changes.
47669         (main_loop_poll): Track netlink file descriptor and bump timestamp
47670         in case data becomes available.
47671         (main_loop_epoll): Likewise.
47672         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
47673         (database_pers_head): Add extra_data fileds.
47674         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
47675         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
47676         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
47677         Adjust caller.
47678         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
47679         in6ai data, call __free_in6ai.
47680         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
47681         Add -DHAVE_NETLINK.
47682         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
47683         interface information.  Reuse previous data if netlink timestamp
47684         is not changed.
47685         (__bump_nl_timestamp): New function.
47686         (__free_in6ai): New function.
47688 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
47690         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
47691         close_not_cancel_no_status here.
47692         (__check_pf): Reorganize code a bit to not call close twice if OOM.
47694 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
47696         [BZ #13276]
47697         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
47698         return value.
47700         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
47701         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
47702         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
47704 2011-07-03  Andreas Jaeger  <aj@suse.de>
47706         [BZ #10709]
47707         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
47708         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
47709         * math/libm-test.inc (sin_test): Add test case.
47711 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
47713         [BZ #13337]
47714         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
47715         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
47717         * elf/chroot_canon.c (chroot_canon): Cleanups.
47719         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
47721         [BZ #13335]
47722         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
47723         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
47725         * string/test-strchr.c: Make usable for strchrnul testing.
47726         * string/test-strchrnul.c: New file.
47727         * string/Makefile (strop-tests): Add strchrnul.
47729         * po/it.po: Update from translation team.
47730         * po/es.po: Likewise.
47732 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
47734         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
47735         the three constants needed as parameters.  Drop the others.
47736         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
47737         __m128i_strloadu_tolower.
47738         Create and initialize variable zero and use it in all the places
47739         where _mm_setzero_si128 was used.
47741         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
47742         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
47743         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
47744         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
47745         anymore.
47746         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
47747         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
47748         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
47749         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
47750         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
47751         __mpranred, __mptan.
47752         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
47753         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
47754         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
47755         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
47756         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
47757         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
47758         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
47759         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
47760         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
47762 2011-10-28  Andreas Schwab  <schwab@redhat.com>
47764         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
47765         redefine if SHARED.
47766         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
47768         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
47769         wide char related routines to wcsmbs subdir.
47771 2011-10-27  Andreas Schwab  <schwab@redhat.com>
47773         [BZ #13344]
47774         * misc/sys/cdefs.h (__THROWNL): Define.
47775         * posix/unistd.h: Use __THREADNL instead of __THREAD
47776         for memory synchronization functions.
47778 2011-10-26  Roland McGrath  <roland@hack.frob.com>
47780         [BZ #13349]
47781         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
47782         doesn't exist.
47783         * manual/stdio.texi (Obstack Streams): Node removed.
47785 2011-10-26  Andreas Schwab  <schwab@redhat.com>
47787         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
47788         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
47789         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
47791         * math/math_private.h (math_force_eval): Allow non-addressable
47792         arguments.
47793         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
47795 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
47797         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
47798         file is not needed.
47800         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
47801         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
47802         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47803         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47804         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47805         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47806         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47807         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
47808         Add AVX variants.
47809         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
47810         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
47811         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
47812         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
47813         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
47814         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
47815         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
47816         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
47817         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
47818         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
47819         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
47820         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
47821         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
47822         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
47823         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
47824         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
47825         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
47826         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
47827         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
47829         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
47830         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
47832         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
47833         place.  Use VEX encoding when compiling for AVX.
47835 2011-10-25  Andreas Schwab  <schwab@redhat.com>
47837         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
47838         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
47840         * string/test-strchr.c (do_test): Don't generate NUL bytes.
47842 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
47844         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
47845         useless if() expression.
47846         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
47847         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
47848         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
47849         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47850         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
47851         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
47852         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
47853         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
47854         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
47855         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
47856         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
47857         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
47858         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
47859         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
47860         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
47861         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
47862         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
47863         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
47864         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
47866         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
47868 2011-10-25  Andreas Schwab  <schwab@redhat.com>
47870         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
47871         condition.
47872         * elf/dl-fini.c (_dl_sort_fini): Likewise.
47874 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
47876         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
47877         .text section.  Avoid duplicate constants.
47878         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
47879         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47880         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
47881         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47882         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
47883         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47884         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47885         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47886         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
47887         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
47888         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
47889         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
47890         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
47891         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
47892         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
47893         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
47894         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
47895         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
47896         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
47897         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47898         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
47899         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
47900         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
47901         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
47902         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
47903         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
47904         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
47905         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
47906         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
47907         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
47908         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
47909         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
47910         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
47911         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
47912         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
47913         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
47914         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
47915         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
47916         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
47917         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
47918         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
47919         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
47920         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
47921         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
47922         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
47924 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
47926         * sysdeps/x86_64/dla.h: Move to ...
47927         * sysdeps/x86_64/fpu/dla.h: ...here.
47928         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
47929         situations.  Use __builtin_fma only for gcc 4.6 and up.
47931         * config.make.in: Add have-mfma4 entry.
47932         * configure.in: Substitute libc_cv_cc_fma4.
47933         * math/Makefile (dbl-only-routines): Add sincostab.
47934         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
47935         Use __sincostab not sincos.
47936         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
47937         name is a macro.
47938         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
47939         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47940         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47941         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
47942         using __copysign.
47943         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
47944         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
47945         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
47946         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
47947         and __inv.
47948         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
47949         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
47950         __copysign.
47951         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
47952         define aliases when function name is a macro.
47953         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
47954         sysdeps/ieee754/dbl-64/sincos.tbl.
47955         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
47956         fma4-enabled routines.
47957         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
47958         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
47959         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
47960         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
47961         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
47962         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
47963         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
47964         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
47965         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
47966         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
47967         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
47968         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
47969         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
47970         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
47971         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
47972         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
47973         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
47974         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
47975         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
47976         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
47977         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
47978         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
47979         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
47980         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
47981         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
47982         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
47983         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
47984         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
47985         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
47986         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
47988         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
47989         rename.
47990         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47991         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47992         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47993         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47994         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47995         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47996         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
47997         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47999 2011-10-24  Andreas Schwab  <schwab@redhat.com>
48001         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
48003 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48005         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
48007         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
48008         prediction.
48009         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
48011         * string/strnlen.c: Don't define STRNLEN, reverse logic.
48012         Remove unused variable magic_bits.
48013         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
48015         * string/strnlen.c: Define and use STRNLEN macro.
48016         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
48017         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
48018         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
48019         * wcsmbs/wcslen.c: Define and use WCSLEN.
48020         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
48021         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
48022         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
48023         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
48024         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
48025         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
48026         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48028 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48030         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48031         strnlen-sse2-no-bsf.
48032         Rename strlen-no-bsf to strlen-sse2-no-bsf.
48033         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
48034         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
48035         Add strnlen support.
48036         (USE_AS_STRNLEN): New macro.
48037         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
48038         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
48039         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
48040         * sysdeps/x86_64/wcslen.S: New file.
48042 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
48044         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
48045         XMM-moves are used for copying on small sizes.
48047 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48049         * wcsmbs/Makefile (strop-tests): Add wcschr.
48050         * wcsmbs/test-wcschr.c: New file.
48051         * string/test-strchr.c: Update.
48052         Add wcschr support.
48053         (WIDE): New macro.
48055 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48057         * wcsmbs/Makefile (strop-tests): Add wcslen.
48058         * wcsmbs/test-wcslen.c: New file.
48059         * string/test-strlen.c: Update.
48060         Add wcslen support.
48061         (WIDE): New macro.
48063 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48065         * po/it.po: Update from translation team.
48067 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48069         * sysdeps/x86_64/wcscmp.S: Update.
48070         Fix wrong comparison semantics.
48071         wcscmp shall use signed comparison not unsigned.
48072         Don't use substraction to avoid overflow bug.
48073         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
48074         * wcsmbc/wcscmp.c: Likewise.
48075         * string/test-strcmp.c: Likewise.
48076         Add new tests to check cases with negative values.
48078 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
48080         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
48081         * sysdeps/x86_64/dla.h: ...here.  New file.
48082         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
48083         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48084         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48085         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48086         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48087         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48088         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48089         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48090         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48092 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
48094         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
48095         __ynl_finite aliases.
48097 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48099         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
48101         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
48102         define DLA_FMA.
48103         [DLA_FMA] (EMULV): Use DLA_FMA.
48104         [DLA_FMA] (MUL12): Use EMULV.
48105         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
48106         that are not needed.
48107         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48108         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48109         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48110         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48111         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48112         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48113         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48115 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
48117         * math/s_nan.c: Undef __nan.
48118         * math/s_nanf.c: Undef __nanf.
48119         * math/s_nanl.c: Undef __nanl.
48120         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
48121         "math_private.h".
48123 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
48125         * math/s_catan.c: Add branch predictions.
48126         * math/s_catanf.c: Likewise.
48127         * math/s_catanh.c: Likewise.
48128         * math/s_catanhf.c: Likewise.
48129         * math/s_catanhl.c: Likewise.
48130         * math/s_catanl.c: Likewise.
48131         * math/s_cexp.c: Likewise.
48132         * math/s_cexpf.c: Likewise.
48133         * math/s_cexpl.c: Likewise.
48134         * math/s_clog.c: Likewise.
48135         * math/s_clog10.c: Likewise.
48136         * math/s_clog10f.c: Likewise.
48137         * math/s_clog10l.c: Likewise.
48138         * math/s_clogf.c: Likewise.
48139         * math/s_clogl.c: Likewise.
48140         * math/s_csqrt.c: Likewise.
48141         * math/s_csqrtf.c: Likewise.
48142         * math/s_csqrtl.c: Likewise.
48143         * math/s_ctanf.c: Likewise.
48144         * math/s_ctanh.c: Likewise.
48145         * math/s_ctanhf.c: Likewise.
48146         * math/s_ctanhl.c: Likewise.
48147         * math/s_ctanl.c: Likewise.
48149         * math/math_private.h: Define __nan, __nanf, __nanl.
48150         * math/s_cacosh.c: Include <math_private.h>.
48151         * math/s_cacoshl.c: Likewise.
48152         * math/s_casinh.c: Likewise.
48153         * math/s_casinhf.c: Likewise.
48154         * math/s_casinhl.c: Likewise.
48155         * math/s_ccos.c: Rely entire on ccosh.
48156         * math/s_ccosf.c: Rely entire on ccoshf.
48157         * math/s_ccosl.c: Rely entirely on ccoshl.
48158         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
48159         Remove tests for FE_INVALID.
48160         * math/s_ccoshf.c: Likewise.
48161         * math/s_ccoshl.c: Likewise.
48162         * math/s_csin.c: Likewise.
48163         * math/s_csinf.c: Likewise.
48164         * math/s_csinh.c Likewise.
48165         * math/s_csinhf.c: Likewise.
48166         * math/s_csinhl.c: Likewise.
48167         * math/s_csinl.c: Likewise.
48168         * math/s_ctan.c: Likewise.
48169         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
48170         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
48171         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
48173 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
48175         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
48176         compilation problems.
48178         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
48179         __builtin_expect.
48181 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
48183         * sysdeps/i386/configure.in: Test for -mfma4 option.
48184         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
48185         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
48186         COMMON_CPUID_INDEX_80000001.
48187         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
48188         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
48189         use it if FMA3 is not supported.
48190         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
48192         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
48193         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48195 2011-10-20  Andreas Schwab  <schwab@redhat.com>
48197         [BZ #12892]
48198         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
48199         it would create a cycle with a link time dependency.
48201 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
48203         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
48204         instruction.
48205         * string/Makefile (strop-tests): Add rawmemchr.
48206         * string/test-rawmemchr.c: New file.
48208         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
48209         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
48210         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
48211         when compiling str{,n}casecmp and when AVX is available.  Hook up
48212         new optimized code in initializers.
48214 2011-10-19  Andreas Schwab  <schwab@redhat.com>
48216         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
48217         __feraiseexcept instead of feraiseexcept.
48219 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
48221         * math/math_private.h: Define defaults for libc_fetestexcept and
48222         libc_feupdateenv.
48223         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
48224         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
48225         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48226         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48227         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48228         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48229         libc_fetestexcept and libc_feupdateenv.
48231         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
48232         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
48233         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
48234         * sysdeps/x86_64/fpu/math_private.h: Define special version of
48235         libc_feholdexcept_setround.
48237         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
48238         Add s_nearbyint-c and s_nearbyintf-c.
48239         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
48240         nearbyintf inlines.
48241         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
48242         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
48243         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
48244         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
48246         * math/math_private.h: Define defaults for libc_fegetround,
48247         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
48248         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
48249         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
48250         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
48251         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
48252         standard functions.
48253         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48254         Remove comments and hacks for old compiler versions.
48255         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48256         libc_fegetround, libc_fesetround, libc_feholdexcept, and
48257         libc_feholdexceptl.
48259 2011-10-18  Andreas Schwab  <schwab@redhat.com>
48261         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
48262         (__feraiseexcept_renamed): Add __NTH.
48263         (feraiseexcept): Add __NTH.  Rename local variables to fix
48264         namespace violations.
48266 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
48268         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
48270         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
48272         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
48273         recently added interfaces.
48274         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
48276         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
48277         about macro parameter expansion.
48279         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
48280         __NO_MATH_INLINES is defined.  Cleanups.
48282         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
48283         and __floorf is target has SSE4.1.
48284         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
48285         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
48286         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
48287         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
48289         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
48290         name.
48291         (floorf): Likewise.
48293         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
48295 2011-10-17  Andreas Schwab  <schwab@redhat.com>
48297         * misc/sys/cdefs.h: Fix last change.
48299         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
48300         database lookup.
48302 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
48304         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
48306         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
48307         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48308         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48309         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48310         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48311         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48312         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48313         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48314         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
48315         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
48316         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
48317         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
48318         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
48319         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
48320         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
48321         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
48322         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
48323         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
48324         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
48325         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
48326         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
48327         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
48329         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
48330         ceil, ceilf, floor, floorf.
48332         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
48333         Perform IRELATIVE relocations last.
48335         * elf/do-rel.h: Add another parameter nrelative, replacing the
48336         local variable with the same name.  Change name of the function
48337         to end in Rel or Rela (uppercase).
48338         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
48339         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
48340         elf_dynamic_do_##reloc function.
48342 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48344         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
48345         is sufficient, at least on modern CPUs.
48347         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
48349         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
48350         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
48352         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
48353         __expl_finite.
48354         * math/bits/math-finite.h: Add entries for exp.
48355         * math/e_expl.c: Add __*_finite alias.
48356         * sysdeps/i386/fpu/e_exp.S: Likewise.
48357         * sysdeps/i386/fpu/e_expf.S: Likewise.
48358         * sysdeps/i386/fpu/e_expl.c: Likewise.
48359         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48360         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48361         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
48362         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
48363         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
48364         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
48365         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
48367         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
48368         is sufficient, at least on modern CPUs.
48370         * ctype/ctype-info.c (__ctype_init): Define.
48371         * include/ctype.h (__ctype_init): Declare.
48372         (__ctype_b_loc): The variable is always initialized.
48373         (__ctype_toupper_loc): Likewise.
48374         (__ctype_tolower_loc): Likewise.
48375         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
48376         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
48378 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
48380         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
48382         * configure.in: Also look in $cxxmachine/include for C++ system
48383         headers.
48385 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48387         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
48388         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
48389         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
48390         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
48391         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
48392         (USE_AS_WMEMCMP): New macro.
48393         Fixing indents.
48394         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
48395         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
48396         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
48397         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
48398         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48399         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
48400         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
48401         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
48402         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
48403         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
48404         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
48405         (USE_AS_WMEMCMP): New macro.
48406         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
48407         * sysdeps/string/test-memcmp.c: Update.
48408         Fix simple_wmemcmp.
48409         Add new tests.
48410         * wcsmbs/wmemcmp.c: Update.
48411         (WMEMCMP): New macro.
48412         Fix overflow bug.
48414 2011-10-12  Andreas Jaeger  <aj@suse.de>
48416         [BZ #13268]
48417         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
48419 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48421         * libio/iofwide.c (do_length): Avoid warning.
48423         * ctype/ctype.h (__isctype_f): Add missing __THROW.
48425 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
48427         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
48429         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
48430         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
48431         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
48432         * sysdeps/i386/i686/fpu/e_log.S: New file.
48433         * sysdeps/i386/i686/fpu/e_logf.S: New file.
48434         * sysdeps/i386/i686/fpu/e_logl.S: New file.
48436         * ctype/ctype.h: Add support for inlined isXXX functions when
48437         compiling C++ code.
48439 2011-10-14  Andreas Schwab  <schwab@redhat.com>
48441         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48443         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
48445 2011-10-13  Roland McGrath  <roland@hack.frob.com>
48447         [BZ #13291]
48448         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
48450 2011-10-13  Andreas Schwab  <schwab@redhat.com>
48452         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
48453         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
48454         feraiseexcept.
48456         * sysdeps/x86_64/memrchr.S: Check for zero size.
48458         * string/stratcliff.c: Add memrchr tests.
48460 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48462         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48463         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
48464         rawmemchr-sse2 rawmemchr-sse2-bsf.
48465         * sysdeps/i386/i686/multiarch/memchr.S: New file.
48466         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
48467         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
48468         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
48469         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
48470         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
48471         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
48472         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
48473         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
48474         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
48475         * string/memrchr.c (MEMRCHR): New macro.
48477 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
48479         Add integration with gcc's -ffinite-math-only and optimize wrapper
48480         functions in libm.
48481         * Versions.def: Define GLIBC_2.15 version for libm.
48482         * math/Makefile (headers): Add bits/math-finite.h.
48483         * math/bits/math-finite.h: New file.
48484         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
48485         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
48486         * math/e_acoshl.c: Add __*_finite alias.
48487         * math/e_acosl.c: Likewise.
48488         * math/e_asinl.c: Likewise.
48489         * math/e_atan2l.c: Likewise.
48490         * math/e_atanhl.c: Likewise.
48491         * math/e_coshl.c: Likewise.
48492         * math/e_exp10.c: Likewise.
48493         * math/e_exp10f.c: Likewise.
48494         * math/e_exp10l.c: Likewise.
48495         * math/e_exp2l.c: Likewise.
48496         * math/e_fmodl.c: Likewise.
48497         * math/e_gammal_r.c: Likewise.
48498         * math/e_hypotl.c: Likewise.
48499         * math/e_j0l.c: Likewise.
48500         * math/e_j1l.c: Likewise.
48501         * math/e_jnl.c: Likewise.
48502         * math/e_lgammal_r.c: Likewise.
48503         * math/e_log10l.c: Likewise.
48504         * math/e_log2l.c: Likewise.
48505         * math/e_logl.c: Likewise.
48506         * math/e_powl.c: Likewise.
48507         * math/e_sinhl.c: Likewise.
48508         * math/e_sqrtl.c: Likewise.
48509         * math/e_scalb.c: Completely rewritten and optimized.
48510         * math/e_scalbf.c: Likewise.
48511         * math/e_scalbl.c: Likewise.
48512         * math/w_acos.c: Likewise.
48513         * math/w_acosf.c: Likewise.
48514         * math/w_acosl.c: Likewise.
48515         * math/w_acosh.c: Likewise.
48516         * math/w_acoshf.c: Likewise.
48517         * math/w_acoshl.c: Likewise.
48518         * math/w_asin.c: Likewise.
48519         * math/w_asinf.c: Likewise.
48520         * math/w_asinl.c: Likewise.
48521         * math/w_atan2.c: Likewise.
48522         * math/w_atan2f.c: Likewise.
48523         * math/w_atan2l.c: Likewise.
48524         * math/w_atanh.c: Likewise.
48525         * math/w_atanhf.c: Likewise.
48526         * math/w_atanhl.c: Likewise.
48527         * math/w_exp10.c: Likewise.
48528         * math/w_exp10f.c: Likewise.
48529         * math/w_exp10l.c: Likewise.
48530         * math/w_fmod.c: Likewise.
48531         * math/w_fmodf.c: Likewise.
48532         * math/w_fmodl.c: Likewise.
48533         * math/w_j0.c: Likewise.
48534         * math/w_j0f.c: Likewise.
48535         * math/w_j0l.c: Likewise.
48536         * math/w_j1.c: Likewise.
48537         * math/w_j1f.c: Likewise.
48538         * math/w_j1l.c: Likewise.
48539         * math/w_jn.c: Likewise.
48540         * math/w_jnf.c: Likewise.
48541         * math/w_log.c: Likewise.
48542         * math/w_logf.c: Likewise.
48543         * math/w_logl.c: Likewise.
48544         * math/w_log10.c: Likewise.
48545         * math/w_log10f.c: Likewise.
48546         * math/w_log10l.c: Likewise.
48547         * math/w_log2.c: Likewise.
48548         * math/w_log2f.c: Likewise.
48549         * math/w_log2l.c: Likewise.
48550         * math/w_pow.c: Likewise.
48551         * math/w_powf.c: Likewise.
48552         * math/w_powl.c: Likewise.
48553         * math/w_remainder.c: Likewise.
48554         * math/w_remainderf.c: Likewise.
48555         * math/w_remainderl.c: Likewise.
48556         * math/w_scalb.c: Likewise.
48557         * math/w_scalbf.c: Likewise.
48558         * math/w_scalbl.c: Likewise.
48559         * math/w_sqrt.c: Likewise.
48560         * math/w_sqrtf.c: Likewise.
48561         * math/w_sqrtl.c: Likewise.
48562         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
48563         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
48564         used.
48565         * math/math_private.h: Declare __kernel_standard_f.
48566         * math/w_cosh.c: Remove cruft and optimize a bit.
48567         * math/w_coshf.c: Likewise.
48568         * math/w_coshl.c: Likewise.
48569         * math/w_exp2.c: Likewise.
48570         * math/w_exp2f.c: Likewise.
48571         * math/w_exp2l.c: Likewise.
48572         * math/w_hypot.c: Likewise.
48573         * math/w_hypotf.c: Likewise.
48574         * math/w_hypotl.c: Likewise.
48575         * math/w_lgamma.c: Likewise.
48576         * math/w_lgamma_r.c: Likewise.
48577         * math/w_lgammaf.c: Likewise.
48578         * math/w_lgammaf_r.c: Likewise.
48579         * math/w_lgammal.c: Likewise.
48580         * math/w_lgammal_r.c: Likewise.
48581         * math/w_sinh.c: Likewise.
48582         * math/w_sinhf.c: Likewise.
48583         * math/w_sinhl.c: Likewise.
48584         * math/w_tgamma.c: Likewise.
48585         * math/w_tgammaf.c: Likewise.
48586         * math/w_tgammal.c: Likewise.
48587         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48588         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48589         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
48590         Minor optimizations.  Pretty printing.  Remove cruft.
48591         * sysdeps/i386/fpu/e_acosf.S: Likewise.
48592         * sysdeps/i386/fpu/e_acosh.S: Likewise.
48593         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
48594         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
48595         * sysdeps/i386/fpu/e_acosl.c: Likewise.
48596         * sysdeps/i386/fpu/e_asin.S: Likewise.
48597         * sysdeps/i386/fpu/e_asinf.S: Likewise.
48598         * sysdeps/i386/fpu/e_atan2.S: Likewise.
48599         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
48600         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
48601         * sysdeps/i386/fpu/e_atanh.S: Likewise.
48602         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
48603         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
48604         * sysdeps/i386/fpu/e_exp10.S: Likewise.
48605         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
48606         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
48607         * sysdeps/i386/fpu/e_exp2.S: Likewise.
48608         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
48609         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
48610         * sysdeps/i386/fpu/e_fmod.S: Likewise.
48611         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
48612         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
48613         * sysdeps/i386/fpu/e_hypot.S: Likewise.
48614         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
48615         * sysdeps/i386/fpu/e_log.S: Likewise.
48616         * sysdeps/i386/fpu/e_log10.S: Likewise.
48617         * sysdeps/i386/fpu/e_log10f.S: Likewise.
48618         * sysdeps/i386/fpu/e_log10l.S: Likewise.
48619         * sysdeps/i386/fpu/e_log2.S: Likewise.
48620         * sysdeps/i386/fpu/e_log2f.S: Likewise.
48621         * sysdeps/i386/fpu/e_log2l.S: Likewise.
48622         * sysdeps/i386/fpu/e_logf.S: Likewise.
48623         * sysdeps/i386/fpu/e_logl.S: Likewise.
48624         * sysdeps/i386/fpu/e_pow.S: Likewise.
48625         * sysdeps/i386/fpu/e_powf.S: Likewise.
48626         * sysdeps/i386/fpu/e_powl.S: Likewise.
48627         * sysdeps/i386/fpu/e_remainder.S: Likewise.
48628         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
48629         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
48630         * sysdeps/i386/fpu/e_scalb.S: Likewise.
48631         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
48632         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
48633         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
48634         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
48635         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
48636         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
48637         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48638         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48639         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
48640         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48641         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
48642         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
48643         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
48644         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48645         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
48646         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
48647         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
48648         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48649         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
48650         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
48651         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48652         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
48653         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
48654         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48655         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48656         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
48657         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
48658         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48659         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48660         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
48661         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
48662         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48663         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
48664         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
48665         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
48666         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48667         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
48668         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
48669         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
48670         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
48671         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
48672         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
48673         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
48674         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
48675         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
48676         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
48677         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
48678         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
48679         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
48680         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48681         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
48682         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
48683         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
48684         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
48685         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
48686         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
48687         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
48688         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
48689         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
48690         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
48691         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
48692         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
48693         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
48694         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
48695         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
48696         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
48697         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
48698         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48699         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48700         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
48701         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
48702         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
48703         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
48704         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
48705         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
48706         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
48707         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
48708         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
48709         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
48710         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
48711         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48712         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
48713         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
48714         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
48715         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
48716         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48717         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
48718         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
48719         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
48720         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48721         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
48722         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
48723         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
48724         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
48725         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
48726         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48727         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
48728         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
48729         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
48730         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48731         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48732         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48733         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
48734         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
48735         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
48736         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
48737         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
48738         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
48739         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
48740         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
48741         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
48742         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
48743         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
48744         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
48745         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
48746         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
48747         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
48748         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
48749         (__isnanf): Likewise.
48750         (__isinf_ns): Likewise.
48751         (__isinf_nsf): Likewise.
48752         (__finite): Likewise.
48753         (__finitef): Likewise.
48754         (__ieee754_sqrt): Define as macro.
48755         (__ieee754_sqrtf): Define as macro.
48756         (__ieee754_sqrtl): Define as macro.
48757         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
48758         inlined copy.
48759         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
48760         __FINITE_MATH_ONLY__ consistent.
48761         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
48763 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
48765         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
48766         of rawmemchr.
48768         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
48770 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
48772         * po/ja.po: Update from translation team.
48774 2011-10-08  Roland McGrath  <roland@hack.frob.com>
48776         * locale/programs/locarchive.c (prepare_address_space): New function.
48777         (create_archive, enlarge_archive, open_archive): Use it.
48779         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
48780         inside [SHARED], where it is used.
48782         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
48784         * nss/getent.c (netgroup_keys): Remove unused variable.
48785         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
48787 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
48789         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
48790         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
48791         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
48792         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
48793         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
48794         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
48795         * math/Makefile (libm-calls): Add s_isinf_ns.
48796         * math/divtc3.c: Use __isinf_nsl instead of isinf.
48797         * math/multc3.c: Likewise.
48798         * math/s_casin.c: Likewise.
48799         * math/s_casinf.c: Likewise.
48800         * math/s_casinl.c: Likewise.
48801         * math/s_ccos.c: Likewise.
48802         * math/s_ccosf.c: Likewise.
48803         * math/s_ccosl.c: Likewise.
48804         * math/s_ctan.c: Likewise.
48805         * math/s_ctanf.c: Likewise.
48806         * math/s_ctanh.c: Likewise.
48807         * math/s_ctanhf.c: Likewise.
48808         * math/s_ctanhl.c: Likewise.
48809         * math/s_ctanl.c: Likewise.
48810         * math/w_fmod.c: Likewise.
48811         * math/w_fmodf.c: Likewise.
48812         * math/w_fmodl.c: Likewise.
48813         * math/w_remainder.c: Likewise.
48814         * math/w_remainderf.c: Likewise.
48815         * math/w_remainderl.c: Likewise.
48816         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
48817         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
48818         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
48819         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
48820         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
48821         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
48822         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
48823         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
48825         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
48826         of the number.
48827         * stdio-common/printf_fphex.c: Likewise.
48828         * stdio-common/printf_size.c: Likewise.
48830         * math/e_exp10.c: Include math_private.h using <...> not "...".
48831         * math/e_exp10f.c: Likewise.
48832         * math/e_exp10l.c: Likewise.
48833         * math/e_exp2l.c: Likewise.
48834         * math/e_j0l.c: Likewise.
48835         * math/e_j1l.c: Likewise.
48836         * math/e_jnl.c: Likewise.
48837         * math/e_lgammal_r.c: Likewise.
48838         * math/e_rem_pio2l.c: Likewise.
48839         * math/e_scalb.c: Likewise.
48840         * math/e_scalbf.c: Likewise.
48841         * math/e_scalbl.c: Likewise.
48842         * math/k_cosl.c: Likewise.
48843         * math/k_sinl.c: Likewise.
48844         * math/k_tanl.c: Likewise.
48845         * math/s_cacoshf.c: Likewise.
48846         * math/s_catan.c: Likewise.
48847         * math/s_catanf.c: Likewise.
48848         * math/s_catanh.c: Likewise.
48849         * math/s_catanhf.c: Likewise.
48850         * math/s_catanhl.c: Likewise.
48851         * math/s_catanl.c: Likewise.
48852         * math/s_ccosh.c: Likewise.
48853         * math/s_ccoshf.c: Likewise.
48854         * math/s_ccoshl.c: Likewise.
48855         * math/s_cexp.c: Likewise.
48856         * math/s_cexpf.c: Likewise.
48857         * math/s_cexpl.c: Likewise.
48858         * math/s_clog.c: Likewise.
48859         * math/s_clog10.c: Likewise.
48860         * math/s_clog10f.c: Likewise.
48861         * math/s_clog10l.c: Likewise.
48862         * math/s_clogf.c: Likewise.
48863         * math/s_clogl.c: Likewise.
48864         * math/s_csin.c: Likewise.
48865         * math/s_csinf.c: Likewise.
48866         * math/s_csinh.c: Likewise.
48867         * math/s_csinhf.c: Likewise.
48868         * math/s_csinhl.c: Likewise.
48869         * math/s_csinl.c: Likewise.
48870         * math/s_csqrt.c: Likewise.
48871         * math/s_csqrtf.c: Likewise.
48872         * math/s_csqrtl.c: Likewise.
48873         * math/s_ctan.c: Likewise.
48874         * math/s_ctanf.c: Likewise.
48875         * math/s_ctanh.c: Likewise.
48876         * math/s_ctanhf.c: Likewise.
48877         * math/s_ctanhl.c: Likewise.
48878         * math/s_ctanl.c: Likewise.
48879         * math/s_ldexp.c: Likewise.
48880         * math/s_ldexpf.c: Likewise.
48881         * math/s_ldexpl.c: Likewise.
48882         * math/s_significand.c: Likewise.
48883         * math/s_significandf.c: Likewise.
48884         * math/s_significandl.c: Likewise.
48885         * math/w_acos.c: Likewise.
48886         * math/w_acosf.c: Likewise.
48887         * math/w_acosh.c: Likewise.
48888         * math/w_acoshf.c: Likewise.
48889         * math/w_acoshl.c: Likewise.
48890         * math/w_acosl.c: Likewise.
48891         * math/w_asin.c: Likewise.
48892         * math/w_asinf.c: Likewise.
48893         * math/w_asinl.c: Likewise.
48894         * math/w_atan2.c: Likewise.
48895         * math/w_atan2f.c: Likewise.
48896         * math/w_atan2l.c: Likewise.
48897         * math/w_atanh.c: Likewise.
48898         * math/w_atanhf.c: Likewise.
48899         * math/w_atanhl.c: Likewise.
48900         * math/w_cosh.c: Likewise.
48901         * math/w_coshf.c: Likewise.
48902         * math/w_coshl.c: Likewise.
48903         * math/w_dremf.c: Likewise.
48904         * math/w_exp10.c: Likewise.
48905         * math/w_exp10f.c: Likewise.
48906         * math/w_exp10l.c: Likewise.
48907         * math/w_exp2.c: Likewise.
48908         * math/w_exp2f.c: Likewise.
48909         * math/w_fmod.c: Likewise.
48910         * math/w_fmodf.c: Likewise.
48911         * math/w_fmodl.c: Likewise.
48912         * math/w_hypot.c: Likewise.
48913         * math/w_hypotf.c: Likewise.
48914         * math/w_hypotl.c: Likewise.
48915         * math/w_j0.c: Likewise.
48916         * math/w_j0f.c: Likewise.
48917         * math/w_j0l.c: Likewise.
48918         * math/w_j1.c: Likewise.
48919         * math/w_j1f.c: Likewise.
48920         * math/w_j1l.c: Likewise.
48921         * math/w_jn.c: Likewise.
48922         * math/w_jnf.c: Likewise.
48923         * math/w_jnl.c: Likewise.
48924         * math/w_lgamma.c: Likewise.
48925         * math/w_lgamma_r.c: Likewise.
48926         * math/w_lgammaf.c: Likewise.
48927         * math/w_lgammaf_r.c: Likewise.
48928         * math/w_lgammal.c: Likewise.
48929         * math/w_lgammal_r.c: Likewise.
48930         * math/w_log.c: Likewise.
48931         * math/w_log10.c: Likewise.
48932         * math/w_log10f.c: Likewise.
48933         * math/w_log10l.c: Likewise.
48934         * math/w_log2.c: Likewise.
48935         * math/w_log2f.c: Likewise.
48936         * math/w_log2l.c: Likewise.
48937         * math/w_logf.c: Likewise.
48938         * math/w_logl.c: Likewise.
48939         * math/w_pow.c: Likewise.
48940         * math/w_powf.c: Likewise.
48941         * math/w_powl.c: Likewise.
48942         * math/w_remainder.c: Likewise.
48943         * math/w_remainderf.c: Likewise.
48944         * math/w_remainderl.c: Likewise.
48945         * math/w_scalb.c: Likewise.
48946         * math/w_scalbf.c: Likewise.
48947         * math/w_scalbl.c: Likewise.
48948         * math/w_sinh.c: Likewise.
48949         * math/w_sinhf.c: Likewise.
48950         * math/w_sinhl.c: Likewise.
48951         * math/w_sqrt.c: Likewise.
48952         * math/w_sqrtf.c: Likewise.
48953         * math/w_sqrtl.c: Likewise.
48954         * math/w_tgamma.c: Likewise.
48955         * math/w_tgammaf.c: Likewise.
48956         * math/w_tgammal.c: Likewise.
48958         * po/ja.po: Update from translation team.
48960 2011-09-29  Andreas Jaeger  <aj@suse.de>
48962         [BZ #13179]
48963         * sunrpc/netname.c (netname2host): Fix logic.
48965         [BZ #6779]
48966         [BZ #6783]
48967         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
48968         correctly.
48969         * math/w_remainder.c (__remainder): Likewise.
48970         * math/w_remainderf.c (__remainderf): Likewise.
48971         * math/libm-test.inc (remainder_test): Add test cases.
48973 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48975         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
48976         sdiv_qrnnd.
48978 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
48980         * string/test-memcmp.c: Avoid unncessary #defines.
48981         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48983 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48985         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
48986         Use new sse2 version for core i3 - i7 as it's faster
48987         than sse42 version.
48988         (bit_Prefer_PMINUB_for_stringop): New.
48989         * sysdeps/x86_64/rawmemchr.S: Update.
48990         Replace with faster SSE2 version.
48991         * sysdeps/x86_64/memrchr.S: New file.
48992         * sysdeps/x86_64/memchr.S: Update.
48993         Replace with faster SSE2 version.
48995 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
48997         * elf/dl-load.c (lose): Add cast to avoid warning.
48999 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
49001         * po/ca.po: Update from translation team.
49003         * inet/getnetgrent_r.c: Hook up nscd.
49004         * nscd/Makefile (routines): Add nscd_netgroup.
49005         (nscd-modules): Add netgroupcache.
49006         (CFLAGS-netgroupcache.c): Define.
49007         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
49008         (cache_search): Add const to second parameter.
49009         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
49010         INNETGR.
49011         (dbs): Add netgrdb entry.
49012         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
49013         (verify_persistent_db): Handle netgrdb.
49014         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
49015         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
49016         GETFDNETGR.
49017         (netgroup_response_header): Define.
49018         (innetgroup_response_header): Define.
49019         (datahead): Add netgroup_response_header and innetgroup_response_header
49020         elements.
49021         * nscd/nscd.conf: Add entries for netgroup cache.
49022         * nscd/nscd.h (dbtype): Add netgrdb.
49023         (_PATH_NSCD_NETGROUP_DB): Define.
49024         (netgroup_iov_disabled): Declare.
49025         (xmalloc, xcalloc, xrealloc): Move declarations here.
49026         (cache_search): Adjust prototype.
49027         Add netgroup-related prototypes.
49028         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
49029         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
49030         (__nscd_innetgr): Declare.
49031         * nscd/selinux.c (perms): Use access_vector_t as element type and
49032         add netgroup-related initializers.
49033         * nscd/netgroupcache.c: New file.
49034         * nscd/nscd_netgroup.c: New file.
49035         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
49036         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
49037         For four parameters use innetgr.
49038         * nss/nss_files/files-init.c: Add definition and callback for netgr.
49039         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
49040         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
49041         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
49043         * nscd/connections.c (register_traced_file): Don't register file
49044         for disabled databases.
49046 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
49048         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
49050         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
49051         from tree and freeing node.
49053 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
49055         * nss/nsswitch.c (__nss_database_lookup): Handle
49056         nss_parse_service_list out of memory case.
49058 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
49060         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
49061         out of memory case.
49063 2011-10-04  Andreas Schwab  <schwab@redhat.com>
49065         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
49066         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
49067         pass it down.
49068         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
49069         elf_machine_rela, elf_machine_lazy_rel.
49070         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
49071         (ELF_DYNAMIC_DO_REL): Likewise.
49072         (ELF_DYNAMIC_DO_RELA): Likewise.
49073         (ELF_DYNAMIC_RELOCATE): Likewise.
49074         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
49075         to ELF_DYNAMIC_DO_REL.
49076         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
49077         (dl_main): In trace mode always set __RTLD_NOIFUNC.
49078         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
49079         elf_machine_rela.
49080         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
49081         skip_ifunc, don't call ifunc function if non-zero.
49082         (elf_machine_rela): Likewise.
49083         (elf_machine_lazy_rel): Likewise.
49084         (elf_machine_lazy_rela): Likewise.
49085         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
49086         (elf_machine_lazy_rel): Likewise.
49087         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
49088         Likewise.
49089         (elf_machine_lazy_rel): Likewise.
49090         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49091         Likewise.
49092         (elf_machine_lazy_rel): Likewise.
49093         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
49094         (elf_machine_lazy_rel): Likewise.
49095         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
49096         (elf_machine_lazy_rel): Likewise.
49097         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
49098         (elf_machine_lazy_rel): Likewise.
49099         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
49100         (elf_machine_lazy_rel): Likewise.
49101         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
49102         (elf_machine_lazy_rel): Likewise.
49103         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
49104         (elf_machine_lazy_rel): Likewise.
49106 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
49108         * nss/nss_files/files-init.c (_nss_files_init): Use static
49109         initialization for all the *_traced_file variables.
49111 2011-09-28  Andreas Schwab  <schwab@redhat.com>
49113         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49115 2011-09-27  Roland McGrath  <roland@hack.frob.com>
49117         [BZ #13226]
49118         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
49120 2011-09-27  Andreas Schwab  <schwab@redhat.com>
49122         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
49123         Reread the line before reparsing it.
49125 2011-09-26  Andreas Schwab  <schwab@redhat.com>
49127         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
49129 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
49130             Maxim Kuvyrkov  <maxim@codesourcery.com>
49131             Joseph Myers  <joseph@codesourcery.com>
49133         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
49134         if needed for __stack_chk_guard.
49136 2011-09-19  Roland McGrath  <roland@hack.frob.com>
49138         * sysdeps/posix/spawni.c (script_execute): Always define it.
49139         It will be optimized away if unused.
49140         (maybe_script_execute): New function.
49141         (__spawni): Call it.
49143         * Makerules: Don't include tls.make.
49144         (config-tls): Always set to thread.
49145         * tls.make.c: File removed.
49147 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
49149         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
49150         * config.make.in (CPPFLAGS-config): New substituted variable.
49152 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49154         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
49156         [BZ #13192]
49157         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
49158         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
49160 2011-09-15  Roland McGrath  <roland@hack.frob.com>
49162         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
49163         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
49164         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49165         (CALL_FAIL): Likewise.
49166         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
49167         (CALL_FAIL): Macro removed.
49168         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
49170 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49172         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
49173         for __FINITE_MATH_ONLY__ == 1.
49175 2011-09-15  Andreas Schwab  <schwab@redhat.com>
49177         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
49178         __ieee754_sqrt instead of sqrt.
49179         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
49180         __ieee754_sqrtf instead of sqrtf.
49181         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
49182         __floorf instead of floorf.
49183         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
49184         __floorf, __truncf instead of floorf, truncf.
49186 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
49188         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
49190         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
49191         __extern_always_inline.
49192         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
49193         32-bit.
49195 2011-09-14  Andreas Schwab  <schwab@redhat.com>
49197         * elf/rtld.c (dl_main): Also relocate in dependency order when
49198         doing symbol dependency testing.
49200 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
49202         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49203         Always define `refsym'.
49205 2011-09-13  Andreas Schwab  <schwab@redhat.com>
49207         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
49208         (__FD_ELT): Renamed from __FDELT.
49209         * misc/bits/select2.h (__FD_ELT): Likewise.
49210         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
49211         __FD_MASK instead of __FDELT, __FDMASK.
49212         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49213         Likewise.
49214         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49215         Likewise.
49217         * elf/Makefile (gen-ldd): Fix pattern.
49219         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
49220         (init_tls): Likewise.
49222 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
49224         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
49226 2011-09-12  Andreas Schwab  <schwab@redhat.com>
49228         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
49229         `struct cmsghdr *' instead of `void *'.
49230         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
49231         Likewise.
49233 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
49235         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
49236         if non-absolute.
49237         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
49238         ldd_rewrite_script.
49240 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
49242         * configure.in: Remove --with-tls option.
49243         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
49244         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
49245         out in case it is missing.
49246         * sysdeps/ia64/elf/configure.in: Likewise.
49247         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
49248         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
49249         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
49250         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
49251         * sysdeps/sh/elf/configure.in: Likewise.
49252         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
49253         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49254         * sysdeps/x86_64/elf/configure.in: Likewise.
49255         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
49256         * sysdeps/mach/hurd/tls.h: Likewise.
49258         [BZ #13067]
49259         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
49261         [BZ #13090]
49262         * configure.in: Fix use of AC_INIT.
49264         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
49266 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
49268         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
49269         __set_errno.
49270         * malloc/hooks.c: Likewise.
49272         [BZ #11929]
49273         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
49274         variables statically.
49275         (narenas): Initialize.
49276         (list_lock): Initialize.
49277         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
49278         initializtion of main_arena and list_lock.  Small cleanups.
49279         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
49280         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
49281         Add initializers to main_arena and mp_.
49282         (malloc_state): Remove pagesize member.  Change all users to use
49283         GLRO(dl_pagesize).
49285         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
49286         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
49287         is always initialized.
49289         * malloc/malloc.c: Removed unused configurations and dead code.
49290         * malloc/arena.c: Likewise.
49291         * malloc/hooks.c: Likewise.
49292         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
49294         * include/tls.h: Removed.  USE___THREAD must always be defined.
49295         * bits/libc-tsd.h: Don't handle !USE___THREAD.
49296         * elf/dl-libc.c: Likewise.
49297         * elf/dl-tsd.c: Likewise.
49298         * include/errno.h: Likewise.
49299         * include/netdb.h: Likewise.
49300         * include/resolv.h: Likewise.
49301         * inet/herrno-loc.c: Likewise.
49302         * inet/herrno.c: Likewise.
49303         * malloc/arena.c: Likewise.
49304         * malloc/hooks.c: Likewise.
49305         * malloc/malloc.c: Likewise.
49306         * resolv/res-state.c: Likewise.
49307         * resolv/res_libc.c: Likewise.
49308         * sysdeps/i386/dl-machine.h: Likewise.
49309         * sysdeps/ia64/dl-machine.h: Likewise.
49310         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
49311         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
49312         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
49313         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
49314         * sysdeps/sh/dl-machine.h: Likewise.
49315         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49316         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49317         * sysdeps/unix/i386/sysdep.S: Likewise.
49318         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
49319         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
49320         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
49321         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
49322         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
49323         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
49324         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
49325         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49326         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49327         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
49328         * sysdeps/unix/x86_64/sysdep.S: Likewise.
49329         * sysdeps/x86_64/dl-machine.h: Likewise.
49330         * tls.make.c: Likewise.
49332         * configure.in: Remove --with-__thread option.  Make tests for
49333         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
49334         tls_model attribute fail if no support is available.  Remove
49335         USE_IN_LIBIO.
49336         * Makeconfig: Adjust for dropped configure option.  All features are
49337         now mandatory.
49338         * Makerules: Likewise.
49339         * Versions.def: Likewise.
49340         * argp/argp-fmtstream.c: Likewise.
49341         * argp/argp-fmtstream.h: Likewise.
49342         * argp/argp-help.c: Likewise.
49343         * assert/assert.c: Likewise.
49344         * config.h.in: Likewise.
49345         * config.make.in: Likewise.
49346         * configure: Likewise.
49347         * configure.in: Likewise.
49348         * csu/Versions: Likewise.
49349         * csu/init.c: Likewise.
49350         * elf/tst-audit2.c: Likewise.
49351         * elf/tst-tls10.c: Likewise.
49352         * elf/tst-tls10.h: Likewise.
49353         * elf/tst-tls11.c: Likewise.
49354         * elf/tst-tls12.c: Likewise.
49355         * elf/tst-tls14.c: Likewise.
49356         * elf/tst-tlsmod11.c: Likewise.
49357         * elf/tst-tlsmod12.c: Likewise.
49358         * elf/tst-tlsmod13.c: Likewise.
49359         * elf/tst-tlsmod13a.c: Likewise.
49360         * elf/tst-tlsmod14a.c: Likewise.
49361         * elf/tst-tlsmod15b.c: Likewise.
49362         * elf/tst-tlsmod16a.c: Likewise.
49363         * elf/tst-tlsmod16b.c: Likewise.
49364         * elf/tst-tlsmod7.c: Likewise.
49365         * elf/tst-tlsmod8.c: Likewise.
49366         * elf/tst-tlsmod9.c: Likewise.
49367         * gmon/gmon.c: Likewise.
49368         * grp/fgetgrent_r.c: Likewise.
49369         * grp/putgrent.c: Likewise.
49370         * hurd/fopenport.c: Likewise.
49371         * include/libc-symbols.h: Likewise.
49372         * include/tls.h: Likewise.
49373         * intl/gettextP.h: Likewise.
49374         * intl/loadinfo.h: Likewise.
49375         * locale/global-locale.c: Likewise.
49376         * locale/localeinfo.h: Likewise.
49377         * mach/devstream.c: Likewise.
49378         * malloc/arena.c: Likewise.
49379         * malloc/set-freeres.c: Likewise.
49380         * misc/err.c: Likewise.
49381         * misc/getttyent.c: Likewise.
49382         * misc/mntent_r.c: Likewise.
49383         * posix/getopt.c: Likewise.
49384         * posix/wordexp.c: Likewise.
49385         * pwd/fgetpwent_r.c: Likewise.
49386         * resolv/Versions: Likewise.
49387         * resolv/res_hconf.c: Likewise.
49388         * shadow/fgetspent_r.c: Likewise.
49389         * shadow/putspent.c: Likewise.
49390         * stdio-common/printf_fphex.c: Likewise.
49391         * stdio-common/tmpfile.c: Likewise.
49392         * stdlib/abort.c: Likewise.
49393         * stdlib/fmtmsg.c: Likewise.
49394         * sunrpc/auth_unix.c: Likewise.
49395         * sunrpc/clnt_perr.c: Likewise.
49396         * sunrpc/clnt_tcp.c: Likewise.
49397         * sunrpc/clnt_udp.c: Likewise.
49398         * sunrpc/clnt_unix.c: Likewise.
49399         * sunrpc/openchild.c: Likewise.
49400         * sunrpc/svc_simple.c: Likewise.
49401         * sunrpc/svc_tcp.c: Likewise.
49402         * sunrpc/svc_udp.c: Likewise.
49403         * sunrpc/svc_unix.c: Likewise.
49404         * sunrpc/xdr.c: Likewise.
49405         * sunrpc/xdr_array.c: Likewise.
49406         * sunrpc/xdr_rec.c: Likewise.
49407         * sunrpc/xdr_ref.c: Likewise.
49408         * sunrpc/xdr_stdio.c: Likewise.
49410 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49412         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49414 2011-07-03  Andreas Jaeger  <aj@suse.de>
49416         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
49417         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
49418         regenerate with gen-libm-tests.pl.
49420 2010-05-12  Petr Baudis  <pasky@suse.cz>
49422         [BZ #11589]
49423         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
49424         around j0() zero points by switching to j1().
49425         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49426         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49427         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49428         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49430 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49432         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
49433         instead of 0.
49434         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
49435         instead of 0.
49436         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49437         Patch in part by Pavel Roskin <proski@gnu.org>.
49439         [BZ #13138]
49440         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
49441         realloc.
49442         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
49443         Free memory block if necessary.
49445         [BZ #12847]
49446         * libio/genops.c (INTDEF): For string streams the _lock pointer can
49447         be NULL.  Don't lock in this case.
49449 2011-09-09  Roland McGrath  <roland@hack.frob.com>
49451         * elf/elf.h (ELFOSABI_GNU): New macro.
49452         (ELFOSABI_LINUX): Define to that.
49454 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
49456         * string/strncat.c (strncat): Undef the symbol in case it has been
49457         defined in bits/string.h.
49459 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49461         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
49463         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
49464         link map.
49466 2011-08-17  Andreas Jaeger  <aj@suse.de>
49468         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
49470 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
49471             Ian Lance Taylor  <iant@google.com>
49473         * math/libm-test.inc (lround_test): New testcase.
49474         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
49476 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
49478         * Makefile: Remove support for automatic cvs check-ins.
49479         * Makerules: Likewise.
49480         * config.make.in: Likewise.
49481         * configure.in: Likewise.
49482         * intl/Makefile: Likewise.
49483         * locale/Makefile: Likewise.
49484         * po/Makefile: Likewise.
49485         * posix/Makefile: Likewise.
49486         * sysdeps/gnu/Makefile: Likewise.
49487         * sysdeps/mach/hurd/Makefile: Likewise.
49488         * sysdeps/sparc/sparc32/Makefile: Likewise.
49490         [BZ #13118]
49491         * posix/Makefile (bug-regex32-ENV): Define.
49492         Patch by John Stanley <jpsinthemix@verizon.net>.
49494         * misc/Makefile (headers): Add bits/select2.h.
49495         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
49496         * misc/bits/select2.h: New file.
49497         * include/bits/select2.h: New file.
49498         * debug/Makefile (routines): Add fdelt_chk.
49499         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
49500         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
49501         FD_ISSET.
49502         * debug/fdelt_chk.c: New file.
49504         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
49505         * wcsmbs/test-wmemcmp.c: Likewise.
49506         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
49507         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
49509 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49511         * string/Makefile (strop-tests): Add memcmp.
49512         * string/test-wmemcmp.c: New file.
49513         * string/test-memcmp.c: Add wmemcmp support.
49515 2011-09-08  Roland McGrath  <roland@hack.frob.com>
49517         [BZ #13153]
49518         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
49519         2011-07-19 change.
49521         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
49522         garbage value in a __mach_port_mod_refs call in the cases of the
49523         task-self and thread-self ports.
49525 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49527         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
49529 2011-09-08  Andreas Schwab  <schwab@redhat.com>
49531         * elf/dl-load.c (lose): Check for non-null L.
49533 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
49535         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
49537         * elf/dl-libc.c (dlerror_run): Pass back error code from
49538         dl_catch_error.
49540         [BZ #13123]
49541         * elf/dl-load.c (lose): Free l_origin if it is valid.
49543         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
49544         names.
49545         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
49546         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
49547         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
49548         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
49549         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
49550         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
49552 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49554         * sysdeps/powerpc/fpu/e_hypot.c: New file.
49555         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
49556         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
49557         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
49558         * sysdeps/powerpc/fpu/k_cosf.c: New file.
49559         * sysdeps/powerpc/fpu/k_sinf.c: New file.
49560         * sysdeps/powerpc/fpu/s_cosf.c: New file.
49561         * sysdeps/powerpc/fpu/s_sinf.c: New file.
49562         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
49563         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
49565 2011-08-15  Alan Modra  <amodra@gmail.com>
49567         [BZ #13092]
49568         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
49569         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
49570         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
49571         ppc_mcount to static-only-routines.
49572         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
49573         __mcount_internal.
49574         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
49575         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
49577 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
49579         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
49580         for finite and infinity parameters.
49582 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
49584         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
49585         and add nop instructions for throughput optimization.
49586         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
49588 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
49590         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
49591         aligned copy for power7 with vector-scalar instructions.
49592         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
49594 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
49596         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
49597         AVX check.
49599 2011-09-07  Andreas Schwab  <schwab@redhat.com>
49601         [BZ #13144]
49602         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
49603         last change.
49605 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
49607         * sysdeps/unix/sysv/linux/x86_64/init-first.c
49608         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
49609         syscall wrapper around clock_gettime in __vdso_clock_gettime.
49610         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
49611         clock_gettime.
49613 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
49615         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
49616         Forgot to demangle the pointer.
49618         * sysdeps/i386/sysdep.h: Define atom_text_section.
49619         * sysdeps/x86_64/sysdep.h: Likewise.
49620         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
49621         section with atom_text_section.
49622         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
49623         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
49624         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
49625         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
49626         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
49628         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
49629         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
49630         already be defined.  Change to take two parameters and don't assign
49631         result to variable.  Adjust all users.
49632         Define INTERNAL_GETTIME if not already defined.
49633         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
49634         call.
49635         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
49636         HAVE_CLOCK_GETTIME_VSYSCALL.
49637         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
49639         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
49640         gettimeofday vsyscall, just use time.
49642 2011-09-06  Andreas Schwab  <schwab@redhat.com>
49644         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
49645         <errno.h>.
49647 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
49649         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
49650         syscall on x86-64.
49651         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
49652         syscall.
49653         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
49654         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
49655         syscall if possible.
49657 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
49659         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
49660         e_ident.  Don't pass to find_mapsXX.
49661         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
49663 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
49665         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49666         strchr-sse2-no-bsf strrchr-sse2-no-bsf
49667         * sysdeps/x86_64/multiarch/strchr.S: Update.
49668         Check bit_slow_BSF bit.
49669         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
49670         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
49671         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
49673 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
49675         [BZ #13134]
49676         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
49677         before glibc 2.15.
49678         (tryshell): Define.
49679         (__spawni): Change last parameter to be flag.  Test
49680         SPAWN_XFLAGS_USE_PATH flag to use path or not.
49681         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
49682         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
49683         * posix/spawni.c: Likewise.
49684         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
49685         * posix/spawnp.c: Likewise.  Change normal version to use
49686         SPAWN_XFLAGS_USE_PATH.
49687         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
49688         SPAWN_XFLAGS_TRY_SHELL.
49690         [BZ #13150]
49691         * posix/glob.h: Remove gcc 1.x support.
49693         [BZ #13068]
49694         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
49696 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
49698         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49699         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
49700         strrchr-sse2-bsf
49701         * sysdeps/i386/i686/multiarch/strchr.S: New file.
49702         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
49703         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
49704         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
49705         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
49706         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
49708 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49710         * sysdeps/x86_64/wcscmp.S: New file.
49712         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
49713         wcscmp-c wcscmp-sse2
49714         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
49715         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
49716         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
49717         * wcsmbs/wcscmp.c: Allow renaming.
49719 2011-09-05  David S. Miller  <davem@davemloft.net>
49721         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
49722         stack slot, rather than the struct return pointer slot.
49723         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
49724         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
49725         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
49726         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
49728 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
49730         * po/ja.po: Update from translation team.
49732         [BZ #13144]
49733         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
49734         kernel in 64-bit binaries.
49736 2011-09-01  David S. Miller  <davem@davemloft.net>
49738         * elf/elf.h (HWCAP_SPARC_*): Move to..
49739         * sysdeps/sparc/sysdep.h: this new file and add new values.
49740         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
49741         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
49742         _DL_HWCAP_COUNT to 24.
49743         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
49744         entries.
49745         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
49746         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
49747         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
49748         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
49749         instead of magic constants.
49750         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
49752 2011-08-31  David S. Miller  <davem@davemloft.net>
49754         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
49755         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
49756         Reimplement to do errno handling inline.
49757         (SYSCALL_ERROR_HANDLER): New macro.
49758         (__SYSCALL_STRING): Do not do errno handling in asm.
49759         (__CLONE_SYSCALL_STRING): Delete.
49760         (__INTERNAL_SYSCALL_STRING): Delete.
49761         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
49762         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
49763         (PSEUDO): Reimplement to do errno handling inline.
49764         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
49765         (SYSCALL_ERROR_HANDLER): New macro.
49766         (__SYSCALL_STRING): Do not do errno handling in asm.
49767         (__CLONE_SYSCALL_STRING): Delete.
49768         (__INTERNAL_SYSCALL_STRING): Delete.
49769         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
49770         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
49771         i386.
49772         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
49773         (inline_syscall*): Add 'err' argument.
49774         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
49775         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
49776         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
49777         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
49779         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
49780         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
49782 2011-08-30  Andreas Schwab  <schwab@redhat.com>
49784         * elf/rtld.c (dl_main): Relocate objects in dependency order.
49786 2011-08-29  Jiri Olsa <jolsa@redhat.com>
49788         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
49789         directive.
49791 2011-08-24  David S. Miller  <davem@davemloft.net>
49793         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
49795 2011-08-24  Andreas Schwab  <schwab@redhat.com>
49797         * elf/Makefile: Add rules to build and run unload8 test.
49798         * elf/unload8.c: New file.
49799         * elf/unload8mod1.c: New file.
49800         * elf/unload8mod1x.c: New file.
49801         * elf/unload8mod2.c: New file.
49802         * elf/unload8mod3.c: New file.
49804         * elf/dl-close.c (_dl_close_worker): Reset private search list if
49805         it wasn't used.
49807 2011-08-23  David S. Miller  <davem@davemloft.net>
49809         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
49810         subtract stack bias.
49811         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
49812         %sp not %fp in calculations.
49813         (_JMPBUF_UNWINDS_ADJ): Likewise.
49815         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
49816         (aio_suspend): Call it to force an exception region around the
49817         AIO_MISC_WAIT() invocation.
49819 2011-08-23  Andreas Schwab  <schwab@redhat.com>
49821         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
49822         backslash.
49824 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
49826         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
49827         protection macro.
49828         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
49829         and <dl-machine.h>.
49830         (Elf64_FuncDesc): Remove.
49832 2011-08-22  David S. Miller  <davem@davemloft.net>
49834         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
49835         sigaltstack check, add missing cfi directives.
49836         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
49837         missing cfi directives, and sigaltstack handling.
49839 2011-08-16  Andreas Schwab  <schwab@redhat.com>
49841         [BZ #11724]
49842         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
49843         object is seen twice.
49844         * elf/dl-fini.c (_dl_sort_fini): Likewise.
49846         * elf/Makefile (distribute): Add tst-initorder2.c.
49847         (tests): Add tst-initorder2.
49848         (modules-names): Add tst-initorder2a tst-initorder2b
49849         tst-initorder2c tst-initorder2d.  Add rules to build them.
49850         ($(objpfx)tst-initorder2.out): New rule.
49851         * elf/tst-initorder2.c: New file.
49852         * elf/tst-initorder2.exp: New file.
49854 2011-08-22  Andreas Schwab  <schwab@redhat.com>
49856         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
49858         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
49859         dependencies back to end of function.
49861         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
49862         $(elfobjdir)/ld.so.
49864 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
49866         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
49867         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
49868         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
49869         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
49870         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
49871         of __vdso_gettimeofday.
49872         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
49873         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
49874         attribute_hidden.
49875         (_libc_vdso_platform_setup): Remove initialization of
49876         __vdso_gettimeofday and __vdso_time.
49878 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
49880         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
49881         and fgetc_unlocked.
49882         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
49883         getc_unlocked.
49885         * elf/dl-open.c (add_to_global): Report additions to the global scope
49886         for LD_DEBUG=scopes.
49887         (dl_open_worker): Also print scope of newly loaded dependencies.
49888         (_dl_show_scope): Indicate if there is no scope.
49890         [BZ #13114]
49891         * stdio-common/Makefile (tests): Add bug24.
49892         * stdio-common/bug24.c: New file.
49894 2011-08-19  Andreas Jaeger  <aj@suse.de>
49896         [BZ #13114]
49897         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
49898         non-existant file when using close-on-exec mode.
49900 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
49902         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
49903         the very first instruction.
49905         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
49906         the CFI state in the end.
49907         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
49908         inclusion of dl-trampoline.h.
49909         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
49911 2011-08-19  Andreas Schwab  <schwab@redhat.com>
49913         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
49914         expectations for long double.
49916         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
49917         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
49919 2011-08-14  David S. Miller  <davem@davemloft.net>
49921         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
49922         artificual limit depends upon the system page size.
49924 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
49926         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
49927         * resolv/Makefile: Define CFLAGS-libresolv.
49929 2011-08-17  Andreas Schwab  <schwab@redhat.com>
49931         * nss/makedb.c (compute_tables): Make variables used in nested
49932         function static.
49934 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
49936         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
49937         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
49938         if buffer was too small.
49940         * elf/pldd.c (main): Attach to all threads in the process.
49941         Rewrite /proc handling to use *at functions.
49943 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
49945         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
49946         specifies first scope to show.
49947         (dl_open_worker): Update callers.  Move printing scope of new
49948         object to before the relocation.
49949         * elf/rtld.c (dl_main): Update _dl_show_scope call.
49950         * sysdeps/generic/ldsodefs.h: Update declaration.
49952         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
49953         string for the scope number.
49955 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
49957         * nscd/servicescache.c (cache_addserv): Make sure written is always
49958         initialized.
49960 2011-08-14  Roland McGrath  <roland@hack.frob.com>
49962         * sysdeps/i386/i486/bits/atomic.h
49963         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
49964         statement expression, so as to suppress "set but not used" warning.
49965         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
49967         * string/strncat.c (STRNCAT): Use prototype definition.
49969         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
49970         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
49971         -Iprograms here.
49972         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
49973         (localedef-modules): Add localedef.
49974         (locale-modules): Add locale.
49976         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
49977         * elf/rtld.c (dl_main): Invert order of assignment in last change,
49978         to avoid a warning.
49980 2011-08-14  David S. Miller  <davem@davemloft.net>
49982         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
49983         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
49985 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
49987         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
49988         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
49989         * elf/rtld.c (dl_main): Set l_name of vDSO.
49990         Call _dl_show_scope when DL_DEBUG_SCOPES.
49991         (process_dl_debug): Recognize scopes flag and also set it for all.
49992         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
49993         Declare _dl_show_scope.
49995         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
49996         (do_dlopen): Pass caller_dlopen to dl_open.
49997         (__libc_dlopen_mode): Initialize caller_dlopen.
49999         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
50000         of libc.  Make tolower call locale-independent.  Optimize a bit by
50001         using isdigit instead of isalnum.
50002         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
50004 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
50006         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
50007         was a dependency or dynamically loaded.
50009 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
50011         * intl/l10nflist.c: Allow architecture-specific pop function.
50012         * sysdeps/x86_64/l10nflist.c: New file.
50014         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
50015         classification.
50017 2011-08-10  Andreas Schwab  <schwab@redhat.com>
50019         * include/dirent.h: Add libc_hidden_proto for scandirat and
50020         scandirat64.  Don't declare __scandirat64.
50021         * dirent/scandirat.c: Add libc_hidden_def.
50022         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
50023         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
50025 2011-08-10  David S. Miller  <davem@davemloft.net>
50027         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
50028         enum.
50029         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50030         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50031         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50033 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
50035         * Versions.def [libc]: Add GLIBC_2.15.
50036         * dirent/Makefile (routines): Add scandirat and scandirat64.
50037         * dirent/Versions [libc]: Export scandirat and scandirat64 for
50038         GLIBC_2.15.
50039         * dirent/dirent.h: Declare scandirat and scandirat64.
50040         * dirent/scandirat.c: New file.
50041         * dirent/scandirat64.c: New file.
50042         * sysdeps/wordsize-64/scandirat.c: New file.
50043         * sysdeps/wordsize-64/scandirat64.c: New file.
50044         * dirent/opendir.c: Define opendirat.
50045         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
50046         using scandirat.
50047         * dirent/scandir64.c: Adjust for scandir.c change.
50048         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
50049         __scandirat64, and __scandir_cancel_handler.
50050         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
50051         additional parameter and use openat instead of open (outside of ld.so).
50052         Add new __opendir as wrapper around __opendirat.
50053         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
50054         here without requiring old scandirat implementation.
50056 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
50058         * dirent/scandir.c (cancel_handler): Renamed to
50059         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
50060         defined.  Adjust users.
50061         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
50062         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
50064 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
50066         * string/test-string.h (IMPL): Use __STRING to expand name and then
50067         stringify it.
50069         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
50070         of cleanups.
50072 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50074         * string/Makefile: Update.
50075         (strop-tests): Append strncat.
50076         * string/test-wcscmp.c: New file.
50077         New comprehensive test for wcscmp.
50078         * string/test-strcmp.c: Update.
50079         (WIDE): New define.
50081 2011-07-22  Andreas Schwab  <schwab@redhat.com>
50083         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
50084         line.
50086 2011-07-26  Andreas Schwab  <schwab@redhat.com>
50088         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
50089         encoding to ACE if AI_IDN.
50091 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
50093         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
50094         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
50096 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50098         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
50099         Fix overflow bug in strncat.
50100         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
50102         * string/test-strncat.c: Update.
50103         Add new tests for checking overflow bugs.
50105 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50107         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50108         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
50109         * sysdeps/i386/i686/multiarch/strcat.S: New file.
50110         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
50111         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
50112         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
50113         * sysdeps/i386/i686/multiarch/strncat.S: New file.
50114         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
50115         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
50117         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
50118         (USE_AS_STRCAT): Define.
50119         Add strcat and strncat support.
50120         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
50122 2011-07-25  Andreas Schwab  <schwab@redhat.com>
50124         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
50125         __n bigger than INT_MAX+1.
50126         (__strncmp_g): Likewise.
50128 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
50130         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
50131         * libio/stido.h: Likewise.
50133         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
50134         (AF_NFC): Define.
50135         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
50136         (AF_NFC): Define.
50138         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50139         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50140         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50141         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50142         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50144         [BZ #13021]
50145         * scripts/test-installation.pl: Don't expect libnss_test1 to be
50146         installed.
50148         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
50149         typo.
50150         (_dl_x86_64_save_sse): Likewise.
50152 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
50154         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
50155         OSXSAVE.
50156         (_dl_x86_64_save_sse): Likewise.
50158         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
50160         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
50162 2011-07-21  Andreas Schwab  <schwab@redhat.com>
50164         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
50165         change.
50166         (_dl_x86_64_save_sse): Use correct AVX check.
50168 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50170         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
50171         bug in strncpy/strncat.
50172         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
50174 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
50176         * string/tester.c (test_strcat): Add tests for different alignments
50177         of source and destination.
50178         (test_strncat): Likewise.
50180 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50182         [BZ #12852]
50183         * posix/glob.c (glob): Check passed in values before using them in
50184         expressions to avoid some overflows.
50185         (glob_in_dir): Likewise.
50187         [BZ #13007]
50188         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
50189         check for AVX enablement so that we don't crash with old kernels and
50190         new hardware.
50191         * elf/tst-audit4.c: Add same checks here.
50192         * elf/tst-audit6.c: Likewise.
50194         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
50196 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
50198         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
50200 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50202         * po/cs.po: Update from translation team.
50203         * po/bg.po: Likewise.
50205 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
50207         * misc/sys/cdefs.h: Add support for const attribute.
50208         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
50209         to gnu_dev_{major,minor,makedev} functions.
50211 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
50213         * intl/dcigettext.c (get_output_charset): Add missing bracket.
50215 2011-07-20  Andreas Schwab  <schwab@redhat.com>
50217         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
50218         strlen results.
50220 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50222         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
50223         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
50224         register in order to avoid conflicts with the soft frame pointer
50225         being held in r11 when necessary.
50226         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
50227         (INTERNAL_VSYSCALL_NCS): Likewise.
50229 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
50231         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
50232         * elf/dl-fini.c (_dl_fini): Adjust caller.
50233         * elf/dl-close.c (_dl_close_worker): Likewise.
50234         * sysdeps/generic/ldsodefs.h: Adjust declaration.
50236 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50238         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
50239         "aux_cache->nlibs < 0".
50241         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
50242         in the reload-count case.
50244 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50246         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50247         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
50248         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
50249         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
50250         * sysdeps/x86_64/multiarch/strcat.S: New file.
50251         * sysdeps/x86_64/multiarch/strncat.S: New file.
50252         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
50253         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
50254         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
50255         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
50256         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
50257         (USE_AS_STRCAT): Define.
50258         Add strcat and strncat support.
50259         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50260         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
50261         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
50262         * string/strncat.c: Update.
50263         (USE_AS_STRNCAT): Define.
50264         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50265         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
50266         and i7.
50267         * sysdeps/x86_64/multiarch/init-arch.h
50268         (bit_Prefer_PMINUB_for_stringop): New.
50269         (index_Prefer_PMINUB_for_stringop): Likewise.
50270         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
50271         bit_Prefer_PMINUB_for_stringop.
50273 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50275         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
50276         buffer64.
50277         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
50278         of casting of buffer.
50279         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
50280         buffer32 and buffer64.
50281         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
50282         writes instead of casting of buffer.
50283         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
50284         buffer32.
50285         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
50286         casting of buffer.
50288 2011-07-19  Andreas Schwab  <schwab@redhat.com>
50290         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
50292 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50294         * nscd/nscd.c (termination_handler): Don't do anything for a database
50295         if it has not yet been initialized.
50297 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50299         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50301 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50303         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50305 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50307         * po/nl.po: Update from translation team.
50308         * po/sv.po: Likewise.
50310 2011-07-16  Roland McGrath  <roland@hack.frob.com>
50312         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
50313         now disallowed by GCC.
50315         * configure.in (use-default-link): Default to yes if a test -shared
50316         link meets our qualifications.
50317         * configure: Regenerated.
50319         * config.make.in (output-format): New variable.
50320         * configure.in: Check for ld --print-output-format support.
50321         * configure: Regenerated.
50322         * Makerules ($(common-objpfx)format.lds)
50323         [$(output-format) != unknown]: Just use $(output-format),
50324         instead of the linker-script munging.
50326 2011-07-14  Roland McGrath  <roland@hack.frob.com>
50328         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
50329         of $(common-objpfx)shlib.lds.
50330         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
50332         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
50333         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
50335         * configure.in (-z relro check): Adjust test code to add a large
50336         writable data section after it.
50337         * configure: Regenerated.
50339 2011-07-11  Roland McGrath  <roland@hack.frob.com>
50341         * configure.in (-z relro check): Fix test code to make the variable
50342         truly const.
50343         * configure: Regenerated.
50345 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
50347         * nscd/nscd.h (struct traced_file): Define.
50348         (struct database_dyn): Remove inotify_descr, reset_res, and filename
50349         elements.  Add traced_files.
50350         (inotify_fd): Declare.
50351         (register_traced_file): Declare.
50352         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
50353         (inotify_fd): Export.
50354         (resolv_conf_descr): Remove.
50355         (nscd_init): Move inotify descriptor creation to main.
50356         Don't register files for notification here.
50357         (register_traced_file): New function.
50358         (invalidate_cache): Don't use reset_res to determine whether to call
50359         res_init, go through the list of registered files.
50360         (main_loop_poll): The inotify descriptors are now stored in the
50361         structures for the traced files.
50362         (main_loop_epoll): Likewise
50363         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
50364         to __nss_disable_nscd.
50365         * nscd/cache.c (prune_cache): There is no single inotify descriptor
50366         for a database anymore.  Check the records for all the registered
50367         files instead.
50368         * nss/Makefile (libnss_files-routines): Add files-init.
50369         (libnss_db-routines): Add db-init.
50370         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
50371         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
50372         * nss/nss_db/db-init.c: New file.
50373         * nss/nss_files/files-init.c: New file.
50374         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
50375         __nss_lookup_function.
50376         (__nss_lookup_function): Call nss_load_library.
50377         (nss_load_all_libraries): New function.
50378         (__nss_disable_nscd): Take parameter with callback function for files
50379         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
50380         used for the cached services.
50381         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
50382         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
50383         options for features to all the files in nscd.
50385         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
50387 2011-07-10  Roland McGrath  <roland@hack.frob.com>
50389         * csu/elf-init.c (__libc_csu_init): Comment typo.
50391 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
50393         * po/pl.po: Update from translation team.
50394         * po/ja.po: Likewise.
50395         * po/ru.po: Likewise.
50396         * po/ko.po: Likewise.
50397         * po/fr.po: Likewise.
50399 2011-07-09  Roland McGrath  <roland@hack.frob.com>
50401         * configure.in (.ctors/.dtors header and trailer check):
50402         Use an empirical test on a built program.
50403         * configure: Regenerated.
50405         * configure.in (-z relro check): Use an empirical test on a built DSO.
50406         Detect, but do not require, on ia64.
50407         * configure: Regenerated.
50409         * configure.in (READELF): Find it with AC_CHECK_TOOL.
50410         Update tests that use readelf to use $READELF instead.
50411         * configure: Regenerated.
50413 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
50415         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
50416         if the result is not used.
50418 2011-07-05  Andreas Jaeger  <aj@suse.de>
50420         [BZ#9696]
50421         * stdlib/tst-strtod.c: Add testcase.
50423 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
50425         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
50426         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
50427         The latter has a higher limit.  Take additional parameter to pass to
50428         the new function.
50429         (__pathconf): Pass file to __statfs_link_max.
50430         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
50431         __statfs_link_max.
50432         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
50433         __statfs_link_max.
50435         [BZ #12868]
50436         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
50437         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50438         Handle Lustre.
50439         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
50440         (__statfs_filesize_max): Likewise.
50441         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
50443 2011-07-05  Andreas Jaeger  <aj@suse.de>
50445         * resolv/res_comp.c (dn_skipname): Remove unused variable.
50447 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
50449         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
50450         `status' variable.
50451         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
50452         Likewise.
50454 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
50456         * Makefile (strop-tests): Add strncat.
50457         * string/test-strncat.c: New file.
50459 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
50461         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
50463 2011-06-21  Andreas Jaeger  <aj@suse.de>
50465         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
50466         Copy rule from iconvdata/Makefile.
50468 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
50470         [BZ #12922]
50471         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
50472         but no long options are defined, just return 'W'.
50474 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
50476         [BZ #9696]
50477         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
50479 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
50481         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
50482         netgroups to read.
50483         (innetgr): Likewise.
50485 2011-07-05  Roland McGrath  <roland@hack.frob.com>
50487         * config.make.in (install_root): Default to $(DESTDIR).
50489 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
50491         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
50493 2011-07-02  Roland McGrath  <roland@hack.frob.com>
50495         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
50497         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
50498         containing directory rather than embedding absolute directory names.
50500         * scripts/check-local-headers.sh: Rewritten using awk.
50501         Match by word, not by line.  Print error messages for matches.
50502         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
50504         * Makerules [shlib-lds-flags empty]:
50505         ($(common-objpfx)libc_pic.opts): New target.
50506         ($(common-objpfx)libc_pic.os.clean): New target.
50507         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
50509         * config.make.in (OBJCOPY): New variable.
50510         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
50511         * configure: Regenerated.
50513         * config.make.in (use-default-link): New variable.
50514         * configure.in (use_default_link): Grok --with-default-link to set it.
50515         * configure: Regenerated.
50516         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
50517         (shlib-lds, shlib-lds-flags): Define to empty.
50519         * Makerules (shlib-lds): New variable.
50520         (shlib-lds-flags): New variable.
50521         (build-shlib, build-moduile, build-module-asneeded): Use it.
50522         ($(common-objpfx)libc.so): Use $(shlib-lds).
50523         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
50524         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
50526         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
50527         DT_FLAGS/DT_FLAGS_1 with zero flags.
50529         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
50530         linker script munging.
50532 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
50534         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
50535         as 128-bit value.
50536         * crypt/sha512.c (sha512_process_block): Perform total addition using
50537         128-bit if possible.
50538         (__sha512_finish_ctx): Likewise.
50539         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
50540         as 64-bit value.
50541         * crypt/sha256.c (SWAP64): Define.
50542         (sha256_process_block): Perform total addition using 64-bit if
50543         possible.
50544         (__sha256_finish_ctx): Likewise.
50546 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
50548         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
50549         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50550         * nscd/hstcache.c (cache_addhst): Likewise.
50551         * nscd/grpcache.c (cache_addgr): Likewise.
50552         * nscd/aicache.c (addhstaiX): Likewise
50553         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
50555 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
50557         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
50558         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50559         * nscd/hstcache.c (cache_addhst): Likewise.
50560         * nscd/grpcache.c (cache_addgr): Likewise.
50561         * nscd/aicache.c (addhstaiX): Likewise
50563 2011-07-01  Andreas Schwab  <schwab@redhat.com>
50565         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
50566         domain only when needed.
50568 2011-06-30  Andreas Schwab  <schwab@redhat.com>
50570         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
50571         is always restored.
50573 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
50575         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
50576         are re-adding the entry.
50577         * nscd/servicescache.c (cache_addserv): Likewise.
50579 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
50581         * sysdeps/generic/dl-irel.h: fix protection against multiple
50582         inclusions.
50583         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
50585 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
50587         [BZ #12935]
50588         * malloc/memusage.sh: Fix quoting in message.
50589         * debug/xtrace.sh: Likewise.
50591         * configure.in: Remove support for --experimental-malloc option, make
50592         it the default.
50593         * config.make.in: Likewise.
50594         * malloc/Makefile: Likewise.
50596 2011-06-27  Andreas Schwab  <schwab@redhat.com>
50598         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
50599         two-byte characters.
50601 2011-06-27  Roland McGrath  <roland@hack.frob.com>
50603         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
50604         AC_CACHE_CHECK invocation.
50605         * configure: Regenerated.
50607         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
50609 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
50611         [BZ #12350]
50612         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
50613         bit from old_res_options.
50615         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
50617         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
50618         value type for setfct.
50620 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
50622         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
50623         __gettimeofday instead of gettimeofday.
50625 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
50627         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
50629 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
50631         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
50633         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
50634         info.
50636 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
50638         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50639         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
50640         strcpy-sse2-unaligned strncpy-sse2-unaligned
50641         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
50642         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
50643         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
50644         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
50645         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
50646         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
50647         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
50648         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
50649         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
50650         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
50651         (STRCPY): Support SSE2 and SSSE3 versions.
50653 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
50655         [BZ #12874]
50656         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
50657         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
50658         kernels which artificially limit size of requests.
50660 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
50662         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50663         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
50664         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
50665         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
50666         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
50667         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
50668         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
50669         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
50670         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
50671         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
50672         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
50673         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
50674         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
50675         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
50676         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
50677         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50678         Enable unaligned load optimization for Intel Core i3, i5 and i7
50679         processors.
50680         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
50681         Define.
50682         (index_Fast_Unaligned_Load): Define.
50683         (HAS_FAST_UNALIGNED_LOAD): Define.
50685 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
50687         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
50689 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
50691         [BZ #12907]
50692         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
50693         until it is clear that the information is realy needed.
50694         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
50696 2011-06-22  Andreas Schwab  <schwab@redhat.com>
50698         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
50700 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
50702         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
50703         /sys/devices/system/cpu/online if it is usable.
50705         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
50706         reading the information from the /proc filesystem to once a second.
50708 2011-06-21  Andreas Jaeger  <aj@suse.de>
50710         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
50711         NULL after inclusion of kernel headers.
50713 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
50715         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
50716         calls to internal_setent.
50718         [BZ #12885]
50719         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
50720         addresses using gethostbyname4_r ignore IPv4 addresses.
50722         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
50723         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
50725         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
50727 2011-06-20  David S. Miller  <davem@davemloft.net>
50729         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
50730         inclusions.
50731         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
50733         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
50734         (elf_irel): Use it.
50735         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
50736         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
50737         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
50738         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
50739         * sysdeps/x86_64/dl-irel.h: Likewise.
50741         * elf/dl-runtime.c: Use elf_ifunc_invoke.
50742         * elf/dl-sym.c: Likewise.
50744 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
50746         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
50747         need to dereference resplen2.
50749 2011-06-14  Andreas Schwab  <schwab@redhat.com>
50751         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
50753 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
50755         * Makeconfig: Define vardbdir and inst_vardbdir.
50756         * nss/Makefile: Add rules to install db-Makefile.
50758         * nss/nss_db/db-XXX.c: Cleanup.
50760         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
50761         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
50762         GLIBC_PRIVATE.
50763         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
50764         * nss/makedb.c: Implement -g option to specify that value strings
50765         are generated and should not be added to table iterated over for
50766         get*ent calls.
50767         * nss/nss_db/db-initgroups.c: New file.
50769         * nss/getent.c: Add support for initgroups lookups through getgrouplist
50770         interface.
50772         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
50773         (internal_getgrouplist): Adjust to name change.
50774         Update use_initgroups_entry if this is not the first call.
50775         * nss/databases.def: Add initgroups entry.
50777         * nss/makedb.c (compute_tables): Check result of multiple hash table
50778         sizes to minimize maximum chain length.
50780 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
50782         * Versions.def: Add entry for libnss_db.
50783         * shlib-versions: Likewise.
50784         * nss/Makefile: Add rules to build libnss_db.
50785         * nss/Versions: Add libnss_db information.  Organize libnss_files
50786         entries better.
50787         * nss/db-Makefile: Add gshadow support.  Change rules for the new
50788         makedb progra.  Some minor improvements to generate smaller files.
50789         * nss/nss_db/nss_db.h: Move NSS database header data structures to
50790         here from...
50791         * nss/makedb.c: ...here.
50792         Improve database format to be smaller and require less memory at
50793         runtime.
50794         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
50795         db anymore.
50796         * nss/nss_db/db-netgrp.c: Likewise.
50797         * nss/nss_db/db-open.c: Likewise.
50798         * nss/nss_files/flies-XXX.x: Adjust comments.
50799         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
50800         * nss/nss_files/files-grp.c: Likewise.
50801         * nss/nss_files/files-hosts.c: Likewise.
50802         * nss/nss_files/files-network.c: Likewise.
50803         * nss/nss_files/files-proto.c: Likewise.
50804         * nss/nss_files/files-pwd.c: Likewise.
50805         * nss/nss_files/files-rpc.c: Likewise.
50806         * nss/nss_files/files-service.c: Likewise.
50807         * nss/nss_files/files-sgrp.c: Likewise.
50808         * nss/nss_files/files-spwd.c: Likewise.
50809         * nss/nss_db/db-alias.c: Removed.
50810         * nss/nss_db/dummy-db.h: Removed.
50812 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
50814         * nss/makedb.c: Rewritten to not use database library.
50815         * nss/Makefile: Update to build new makedb program.
50817 2011-06-14  Andreas Jaeger  <aj@suse.de>
50819         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
50820         memset declaration.
50822 2011-06-10  Andreas Schwab  <schwab@redhat.com>
50824         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
50825         tmpbuf.
50827 2011-06-10  Roland McGrath  <roland@hack.frob.com>
50829         * Makerules (shlib.lds): Fail if the linker script comes out empty.
50830         * elf/Makefile ($(objpfx)ld.so): Likewise.
50832         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
50833         Don't list ld.so twice in dependencies.
50835         * posix/bug-regex31.c: Include <stdlib.h>.
50837         * nscd/hstcache.c (cache_addhst): Remove unused variable.
50839         * nis/nss_compat/compat-spwd.c
50840         (getspent_next_nss_netgr): Remove unused variable.
50841         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
50843         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
50844         nonmembers" output to use the right array.
50846         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
50848         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
50850         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
50851         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
50852         * catgets/gencat.c (read_input_file): Likewise.
50853         * locale/programs/locarchive.c (enlarge_archive): Likewise.
50855         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
50856         variable definition inside #if's controlling its use.
50858         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
50860         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
50862         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
50864         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
50865         unreachable code.
50867         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
50869         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
50870         * configure: Regenerated.
50872         * Makerules: Revert last change.
50873         * elf/Makefile: Likewise.
50875 2011-06-09  Roland McGrath  <roland@hack.frob.com>
50877         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
50878         * elf/Makefile ($(objpfx)librtld.os): Likewise.
50879         (reloc-link): Likewise.
50881 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
50883         * elf/Makefile: Add rules to build pldd.
50884         * elf/pldd.c: New file.
50885         * elf/pldd-xx.c: New file.
50887 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
50889         * version.h: Update for 2.15 development version.
50891 2011-06-07  David S. Miller  <davem@davemloft.net>
50893         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
50894         ifuncs.
50895         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
50896         elf_machine_lazy_rel): Likewise.
50897         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
50898         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
50899         elf_machine_lazy_rel): Likewise.
50900         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
50901         dl_hwcap via passed in argument.
50902         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
50903         Likewise.
50905 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50907         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
50909 2011-06-06  Roland McGrath  <roland@hack.frob.com>
50911         [BZ #12849]
50912         * manual/fdl-1.1.texi: New file, verbatim from:
50913         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
50914         * manual/lgpl-2.1.texi: New file, verbatim from:
50915         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
50916         * manual/Makefile (licenses): New variable, list those new file names.
50917         (texis): Use it.
50918         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
50920         * manual/fdl.texi: File removed.
50921         * manual/lesser.texi: File removed.
50922         * manual/libc.texinfo (Copying, Documentation License):
50923         Use new @include file names, put @appendix directive before @include.
50925 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
50927         [BZ #12841]
50928         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
50929         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
50930         (mq_open): Add __NTH.
50932 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
50934         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50935         Assume Intel Core i3/i5/i7 processor if AVX is available.
50937 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
50939         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
50940         typo.
50942 2011-05-31  Andreas Schwab  <schwab@redhat.com>
50944         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
50945         memory.  Use alloca_account.  Fix memory leak when retrying.
50947 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
50949         * version.h (RELEASE): Bump for 2.14 release.
50950         * include/features.h (__GLIBC_MINOR__): Bump to 14.
50952         * config.make.in (RANLIB): Remove entry.
50954 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
50956         * po/Makefile (po-sed-cmd): Add ksh to extensions.
50957         (libc.pot): Work around missing support for .ksh extension in xgettext.
50959         [BZ #12684]
50960         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
50961         if both request failed.
50962         (send_dg): In case of server errors clear resplen or *resplen2.
50964         [BZ #12454]
50965         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
50966         when there are multiple maps.
50967         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
50968         (_dl_fini): Remove test here.
50970         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
50972 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
50974         [BZ #12350]
50975         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
50976         bit from old_res_options.
50977         (gaih_inet): Likewise.
50979         [BZ #11099]
50980         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
50981         as signed.
50983         * resolv/res_init.c (res_setoptions): Make the code more compact.
50985         [BZ #11558]
50986         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
50987         set RES_USEVC.
50989         [BZ #11634]
50990         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
50992         * malloc/malloc.h: Mark malloc hook variables as deprecated.
50994         [BZ #11781]
50995         * malloc/malloc.h: Declare malloc hook variables as volatile.
50997         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
50998         in last patch.
51000         [BZ #11799]
51001         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
51002         raise in the comment.
51003         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
51004         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
51005         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
51007 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
51009         [BZ #12811]
51010         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
51011         grow the buffers more if it already has to be sufficient.
51012         (build_wcs_upper_buffer): Likewise.
51013         * posix/regexec.c (check_matching): Likewise.
51014         (clean_state_log_if_needed): Likewise.
51015         (extend_buffers): Don't enlarge buffers beyond size of the input
51016         buffer.
51017         Patches mostly by Emil Wojak <emil@wojak.eu>.
51018         * posix/bug-regex32.c: New file.
51019         * posix/Makefile (tests): Add bug-regex32.
51021         * locale/findlocale.c (_nl_find_locale): Return right away if
51022         _nl_explode_name failed.
51023         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
51025         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
51027         * debug/xtrace.sh: Unify messages.
51028         * malloc/memusage.sh: Likewise.
51030         [BZ #12813]
51031         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
51032         time symbol from vDSO.  Substitute with vsyscall if not available.
51033         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
51034         __vdso_time.
51036         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
51037         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
51038         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
51039         Add sendmmsg and internal_sendmmsg.
51040         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
51041         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
51042         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
51044         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
51045         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
51046         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
51048 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
51050         [BZ #12813]
51051         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
51052         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
51053         available.
51054         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
51055         __vdso_getcpu.
51057         [BZ #12814]
51058         * iconvdata/Makefile (tests): Add bug-iconv9.
51059         * iconvdata/bug-iconv9.c: New file.
51061 2011-05-27  Andreas Schwab  <schwab@redhat.com>
51063         [BZ #12814]
51064         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
51066 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
51068         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51069         (struct user_regs_struct): Change intcs field back to cs.
51071 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
51073         * po/ja.po: Update from translation team.
51075 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
51077         [BZ #12795]
51078         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
51079         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
51081 2011-05-20  Andreas Schwab  <schwab@redhat.com>
51083         * stdlib/longlong.h: Update from GCC.
51085 2011-05-23  Andreas Schwab  <schwab@redhat.com>
51087         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
51088         parameter name.
51089         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
51090         Add parameter name.
51091         (__sysconf): Pass it down.
51093 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
51095         [BZ #12671]
51096         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
51097         some situations.
51098         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
51099         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
51100         add in in __libc_use_alloca calls.  Adjust callers.
51101         (glob): Use malloc in some situations.
51103         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
51104         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
51105         pltexit.
51107 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
51109         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
51110         and CLOCK_BOOTTIME_ALARM.
51112         [BZ #12782]
51113         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
51114         is returned.
51116         * string/_strerror.c (__strerror_r): Print negative errors as signed
51117         numbers.
51119         [BZ #12777]
51120         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
51121         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
51122         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
51124         * configure.in: Fix typo in redirection and correct removal of test
51125         files in two cases.
51127         [BZ #12788]
51128         * locale/setlocale.c (new_composite_name): Fix test to check for
51129         identical name of all categories.
51131         [BZ #12792]
51132         * libio/filedoalloc.c (local_isatty): New function.
51133         (_IO_file_doallocate): Use local_isatty.
51134         * stdio-common/perror.c (perror): In case a new stream is used
51135         forward the stream error.
51136         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
51137         error flag.
51139 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
51141         [BZ #11869]
51142         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
51143         alloca.
51144         * include/alloca.h (extend_alloca_account): Define.
51146         [BZ #11857]
51147         * posix/regex.h: Fix comments with documentation of user-accessible
51148         fields after compilation and describe correct free'ing of pattern
51149         after re_compile_pattern.
51150         Patch by Reuben Thomas <rrt@sc3d.org>.
51152 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
51154         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
51155         and -mno-altivec to prevent the compiler from using Altivec and/or
51156         VSX instructions when the corresponding registers are not available.
51158 2011-05-19  Andreas Schwab  <schwab@redhat.com>
51160         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
51162 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
51164         * libio/freopen.c (freopen): Use __dup2, not dup2.
51165         * libio/freopen64.c (freopen64): Likewise.
51167 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
51169         [BZ #12775]
51170         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
51171         * math/Makefile (tests): Add test-powl.
51172         (CFLAGS-test-powl.c): Define.
51173         * math/test-powl.c: New file.
51175 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
51177         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
51179 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
51181         [BZ #11837]
51182         * iconvdata/gb18030.c: Update to GB18020-2005.
51184 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
51186         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
51187         RE_SYNTAX_POSIX_AWK): Update to match recent development.
51188         Patch by Aharon Robbins <arnold@skeeve.com>.
51190         [BZ #11892]
51191         * stdlib/putenv.c (putenv): Don't always create copy of the variable
51192         on the stack.
51194         [BZ #11895]
51195         * misc/pselect.c (__pselect): Handle timeout value errors hidden
51196         through underflows.
51198         [BZ #12766]
51199         * misc/error.c (error_at_line): Ensure file_name and old_file_name
51200         point to strings before performing equality test for error_one_per_line
51201         mode.
51203         [BZ #11697]
51204         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
51206         [BZ #11820]
51207         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51208         (struct user_fpregs_struct): Avoid __uint*_t types.
51210         [BZ #6420]
51211         * malloc/mtrace.c (tr_where): Add additional parameter to point to
51212         symbol info.  Use it instead of calling _dl_addr locally.
51213         (lock_and_info): New function.
51214         (tr_freehook): Call lock_and_info and pass symbol info as additional
51215         parameter to tr_where.
51216         (tr_mallochook): Likewise.
51217         (tr_reallochook): Likewise.
51218         (tr_memalignhook): Likewise.
51220         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
51221         used and couldn't be at all thread-safe.
51223 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
51225         * libio/freopen.c (freopen): Don't close old file descriptor
51226         before the new one is opened.  Instead dup the new file descriptor
51227         to the old one after the new stream is created.
51228         * libio/freopen64.c (freopen64): Likewise.
51229         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
51230         * libio/fileops.c (_IO_new_file_close_it): Handle new
51231         _IO_FLAGS2_NOCLOSE flag.
51232         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
51233         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
51234         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
51235         _IO_FLAGS2_NOCLOSE flag.
51236         * include/unistd.h: Add hidden_proto for dup3.
51237         Define __have_dup3.
51238         * io/dup3.c: Define hidden symbol.
51239         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
51241         [BZ #7101]
51242         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
51243         when an incomplete long option is used.
51244         * posix/tst-getopt_long1.c: New file.
51245         * posix/Makefile (tests): Add tst-getopt_long1.
51247         [BZ #10138]
51248         * scripts/config.guess: Update from autoconf-2.68.
51249         * scripts/config.sub: Likewise.
51251         [BZ #10157]
51252         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
51253         tests into ...
51254         (has_cpuclock): ...this.  New function.
51255         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
51256         macro here based on has_cpuclock code.
51258         [BZ #10149]
51259         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51260         First byte (not low byte) is now always NUL.
51261         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
51263         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51264         Use non-cancelable interfaces.
51266         [BZ #9809]
51267         * locale/iso-639.def: Add entry for Sorani.
51269         [BZ #11901]
51270         * include/stdlib.h: Move include protection to the right place.
51271         Define abort_msg_s.  Declare __abort_msg with it.
51272         * stdlib/abort.c (__abort_msg): Adjust type.
51273         * assert/assert.c (__assert_fail_base): New function.  Majority
51274         of code from __assert_fail.  Allocate memory for __abort_msg with
51275         mmap.
51276         (__assert_fail): Now call __assert_fail_base.
51277         * assert/assert-perr.c: Remove bulk of implementation.  Use
51278         __assert_fail_base.
51279         * include/assert.hL Declare __assert_fail_base.
51280         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
51281         mmap.
51282         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
51284 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
51286         [BZ #11952]
51287         [BZ #12453]
51288         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
51289         until all modules are registered in the DTV.
51290         * elf/Makefile: Add rules to build and run tst-tls19.
51291         * elf/tst-tls19.c: New file.
51292         * elf/tst-tls19mod1.c: New file.
51293         * elf/tst-tls19mod2.c: New file.
51294         * elf/tst-tls19mod3.c: New file.
51295         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
51297         [BZ #12083]
51298         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
51299         correctly.
51301         [BZ #12601]
51302         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
51303         two-byte sequence errors.
51304         * iconvdata/Makefile (tests): Add bug-iconv8.
51305         * iconvdata/bug-iconv8.c: New file.
51307         [BZ #12626]
51308         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
51309         buf2 definition.
51311         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
51313         [BZ #12432]
51314         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
51315         (dummy_getcfa): New function.
51316         (init): Get _Unwind_GetCFA address, use dummy if not found.
51317         (backtrace_helper): In recursion check, also check whether CFA changes.
51318         (__backtrace): Completely initialize arg.
51320         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
51321         storing incomplete byte sequence in state object.  Avoid testing for
51322         guaranteed too small input if we know there is enough data available.
51324 2011-05-11  Andreas Schwab  <schwab@redhat.com>
51326         * Makeconfig (+link-pie): Indent.
51327         * Rules (binaries-pie): Define if $(have-fpie) and
51328         $(build-shared).
51329         (binaries-shared): Also filter out $(binaries-pie).
51330         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
51331         * nscd/Makefile (others-pie): Add nscd.
51332         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
51333         ($(objpfx)nscd): Remove command override.
51334         * login/Makefile (others-pie): Add pt_chown.
51335         ($(objpfx)pt_chown): Remove command override.
51336         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
51337         remove command overrides.
51339 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
51341         * libio/tst_putwc.c: Fix error messages.
51343         [BZ #12724]
51344         * libio/fileops.c (_IO_new_file_close_it): Always flush when
51345         currently writing and seek to current position when not.
51346         * libio/Makefile (tests): Add bug-fclose1.
51347         * libio/bug-fclose1.c: New file.
51349 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
51351         [BZ #12511]
51352         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
51353         don't set DF_1_NODELETE here.
51354         (do_lookup_x): When entering new entry test for copy relocation
51355         and if necessary set DF_1_NODELETE flag.
51356         * elf/tst-unique4.cc: New file.
51357         * elf/tst-unique4.h: New file.
51358         * elf/tst-unique4lib.cc: New file.
51359         * elf/Makefile: Add rules to build and run tst-unique4.
51360         Patch by Piotr Bury <pbury@goahead.com>.
51362 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
51364         [BZ #12052]
51365         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
51367         [BZ #12625]
51368         * misc/mntent_r.c (addmntent): Flush the stream after the output
51370         [BZ #12393]
51371         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
51372         (is_trusted_path_normalize): Skip initial colon.  Append slash
51373         to empty buffer.  Duplicate is_trusted_path code but allow
51374         constructed patch to be prefix.
51375         (is_dst): Allow $ORIGIN followed by /.
51376         (_dl_dst_substitute): Correct clearing of check_for_trusted.
51377         Correct testing of result of is_trusted_path_normalize
51378         (decompose_rpath): Fix warning.
51380 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
51382         [BZ #11257]
51383         * grp/initgroups.c (internal_getgrouplist): When we found the service
51384         list through the initgroups entry in nsswitch.conf do not always
51385         continue on a successful lookup.  Don't always use the
51386         __nss_group_database value if it is set.
51387         * nss/nsswitch.conf (initgroups): Change action for successful db
51388         lookup to continue for compatibility.
51390 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
51392         [BZ #11532]
51393         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
51394         and CP774 modules.
51395         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
51396         and CP774 modules.
51397         * iconvdata/tst-tables.sh: Likewise.
51398         * iconvdata/cp770.c: New file.
51399         * iconvdata/cp771.c: New file.
51400         * iconvdata/cp772.c: New file.
51401         * iconvdata/cp773.c: New file.
51402         * iconvdata/cp774.c: New file.
51403         * iconvdata/testdata/CP770: New file.
51404         * iconvdata/testdata/CP770..UTF8: New file.
51405         * iconvdata/testdata/CP771: New file.
51406         * iconvdata/testdata/CP771..UTF8: New file.
51407         * iconvdata/testdata/CP772: New file.
51408         * iconvdata/testdata/CP772..UTF8: New file.
51409         * iconvdata/testdata/CP773: New file.
51410         * iconvdata/testdata/CP773..UTF8: New file.
51411         * iconvdata/testdata/CP774: New file.
51412         * iconvdata/testdata/CP774..UTF8: New file.
51414         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
51415         END CHARMAP line.
51416         * iconvdata/gen-8bit-gap.sh: Likewise.
51417         * iconvdata/gen-8bit.sh: Likewise.
51419         * locale/iso-639.def: Add ary entry.
51421         [BZ #11258]
51422         * locale/C-translit.h.in: Add U20A1 transliteration.
51424         [BZ #12178]
51425         * locale/iso-639.def: Add wae entry.
51426         Patch by Kevin Bortis <bortis@translate-wae.ch>.
51428         [BZ #12545]
51429         * locale/programs/localedef.c (construct_output_path): Use ssize_t
51430         for n.
51432         [BZ #12711]
51433         * locale/C-translit.h.in: Add entry for U20B9.
51434         Patch by pravin.d.s@gmail.com.
51436 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
51438         [BZ #12713]
51439         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
51440         ENAMETOOLONG use generic getcwd.
51441         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
51442         in rtld.  Use *stat64.
51443         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
51444         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
51445         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
51446         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
51447         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
51448         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
51449         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
51450         __fstatat64 macros.
51451         * include/dirent.h: Add libc_hidden_proto for rewinddir.
51452         * dirent/rewinddir.c: Add libc_hidden_def.
51453         * sysdeps/mach/hurd/rewinddir.c: Likewise.
51454         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
51456         * include/dirent.h (__alloc_dir): Add flags parameter.
51457         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
51458         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
51459         __alloc_dir.
51460         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
51461         from fdopendir if O_CLOEXEC is already set.
51463 2011-03-15  Alan Modra  <amodra@gmail.com>
51465         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
51466         l_tls_firstbyte_offset non-zero.  Save padding offset in
51467         l_tls_firstbyte_offset for later use.
51468         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
51469         freeing static tls block.
51471 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
51473         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
51474         where #ifdef was intended.  The intent is to prevent ARG_MAX from
51475         being defined by the kernel headers.
51477 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
51479         [BZ #12734]
51480         * resolv/resolv.h: Define RES_NOTLDQUERY.
51481         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
51482         no-tld-query and set RES_NOTLDQUERY.
51483         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
51484         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
51485         modern BIND to search name as TLD unless forbidden.
51487 2011-05-07  Petr Baudis  <pasky@suse.cz>
51488             Ulrich Drepper  <drepper@gmail.com>
51490         [BZ #12393]
51491         * elf/dl-load.c (fillin_rpath): Move trusted path check...
51492         (is_trusted_path): ...to here.
51493         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
51494         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
51495         using is_trusted_path_normalize() in setuid scripts.
51497 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
51499         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
51500         __BEGIN/__END_DECLS.
51502 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
51504         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
51505         NSS_STATUS_NOTFOUND if no record was found.
51507 2011-05-05  Andreas Schwab  <schwab@redhat.com>
51509         * sunrpc/Makefile (headers): Add rpc/netdb.h.
51510         (headers-not-in-tirpc): Remove rpc/netdb.h
51511         * resolv/netdb.h: Revert last change.
51513 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
51515         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
51516         circular dependency between libgcc.a and libc.a.
51518 2011-05-05  Andreas Schwab  <schwab@redhat.com>
51520         * resolv/netdb.h: Don't include <rpc/netdb.h>.
51521         * nis/Makefile: Don't install rpcsvc/*.
51522         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
51523         instead of <rpc/types.h>.
51524         (MAXHOSTNAMELEN): Define.
51526 2011-05-03  Andreas Schwab  <schwab@redhat.com>
51528         * elf/ldconfig.c (add_dir): Don't crash on empty path.
51530 2011-04-28  Maciej Babinski  <mbabinski@google.com>
51532         [BZ #12714]
51533         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
51534         gethostbyname4_r when IPv6 results are possible.
51536 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
51538         [BZ #12723]
51539         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
51540         _PC_PIPE_BUF handling.
51542 2011-04-30  Bruno Haible  <bruno@clisp.org>
51544         [BZ #12717]
51545         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
51546         * resolv/netdb.h (getnameinfo): Change type of flags parameter
51547         to 'int'.
51548         * inet/getnameinfo.c (getnameinfo): Likewise.
51550 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
51552         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
51553         to groups setting in database lookup.
51554         * nss/nsswitch.conf: Add initgroups entry.
51556 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
51558         [BZ #12685]
51559         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
51560         mode string.
51561         Patch by Eric Blake <eblake@redhat.com>.
51563 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
51565         * sunrpc/Makefile (need-export-routines): Add svc_run.
51566         (routines): Remove svc_run.
51567         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
51568         * sunrpc/clnt_perr.c (clnt_perrno): Export.
51569         * sunrpc/svc_run.c (svc_run): Likewise.
51570         * sunrpc/svc_udp.c (svcudp_create): Likewise.
51572 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
51574         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
51575         problem in reallocation in last patch.
51577 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
51579         * sunrpc/Makefile: Move inclusion of Rules.
51581 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
51583         * nss/nss_files/files-initgroups.c: New file.
51584         * nss/Makefile (libnss_files-routines): Add files-initgroups.
51585         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
51586         _nss_files_initgroups_dyn.
51588 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
51590         * elf/elf.h (R_ARM_IRELATIVE): Define.
51592 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
51594         * po/ru.po: Update from translation team.
51596 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
51598         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
51599         dependencies.
51601 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
51603         [BZ #12653]
51604         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
51605         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
51606         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
51607         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
51608         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
51610 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
51612         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
51613         differing bytes.
51614         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
51615         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
51616         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
51618 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
51620         [BZ #12420]
51621         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
51622         storing it.
51623         * stdlib/bug-getcontext.c: New file.
51624         * stdlib/Makefile: Add rules to build and run bug-getcontext.
51626 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51628         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
51629         instructions into .machine "z9-109".
51630         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
51631         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
51633 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51635         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
51636         between environment variables and auxiliary vector.
51638 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
51640         * Makefile: Add rules to build linkobj/libc.so.
51641         * include/libc-symbols.h: Define libc_hidden_nolink.
51642         * include/rpc/auth.h: Mark functions which are to be hidden.
51643         * include/rpc/auth_des.h: Likewise.
51644         * include/rpc/auth_unix.h: Likewise.
51645         * include/rpc/clnt.h: Likewise.
51646         * include/rpc/des_crypt.h: Likewise.
51647         * include/rpc/key_prot.h: Likewise.
51648         * include/rpc/pmap_clnt.h: Likewise.
51649         * include/rpc/pmap_prot.h: Likewise.
51650         * include/rpc/pmap_rmt.h: Likewise.
51651         * include/rpc/rpc_msg.h: Likewise.
51652         * include/rpc/svc.h: Likewise.
51653         * include/rpc/svc_auth.h: Likewise.
51654         * include/rpc/xdr.h: Likewise.
51655         * nis/Makefile: Link all DSOs against linkobj/libc.so.
51656         * nss/Makefile: Likewise.
51657         * sunrpc/Makefile: Don't install headers.  Build library with normal
51658         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
51659         * sunrpc/auth_des.c: Hide exported symbols by default, export some
51660         for the compat linking library.  Remove use of INTDEF/INTUSE.
51661         * sunrpc/auth_none.c: Likewise.
51662         * sunrpc/auth_unix.c: Likewise.
51663         * sunrpc/authdes_prot.c: Likewise.
51664         * sunrpc/authuxprot.c: Likewise.
51665         * sunrpc/clnt_gen.c: Likewise.
51666         * sunrpc/clnt_perr.c: Likewise.
51667         * sunrpc/clnt_raw.c: Likewise.
51668         * sunrpc/clnt_simp.c: Likewise.
51669         * sunrpc/clnt_tcp.c: Likewise.
51670         * sunrpc/clnt_udp.c: Likewise.
51671         * sunrpc/clnt_unix.c: Likewise.
51672         * sunrpc/des_crypt.c: Likewise.
51673         * sunrpc/des_soft.c: Likewise.
51674         * sunrpc/get_myaddr.c: Likewise.
51675         * sunrpc/key_call.c: Likewise.
51676         * sunrpc/key_prot.c: Likewise.
51677         * sunrpc/netname.c: Likewise.
51678         * sunrpc/pm_getmaps.c: Likewise.
51679         * sunrpc/pm_getport.c: Likewise.
51680         * sunrpc/pmap_clnt.c: Likewise.
51681         * sunrpc/pmap_prot.c: Likewise.
51682         * sunrpc/pmap_prot2.c: Likewise.
51683         * sunrpc/pmap_rmt.c: Likewise.
51684         * sunrpc/publickey.c: Likewise.
51685         * sunrpc/rpc_cmsg.c: Likewise.
51686         * sunrpc/rpc_common.c: Likewise.
51687         * sunrpc/rpc_dtable.c: Likewise.
51688         * sunrpc/rpc_prot.c: Likewise.
51689         * sunrpc/rpc_thread.c: Likewise.
51690         * sunrpc/rtime.c: Likewise.
51691         * sunrpc/svc.c: Likewise.
51692         * sunrpc/svc_auth.c: Likewise.
51693         * sunrpc/svc_authux.c: Likewise.
51694         * sunrpc/svc_raw.c: Likewise.
51695         * sunrpc/svc_run.c: Likewise.
51696         * sunrpc/svc_simple.c: Likewise.
51697         * sunrpc/svc_tcp.c: Likewise.
51698         * sunrpc/svc_udp.c: Likewise.
51699         * sunrpc/svc_unix.c: Likewise.
51700         * sunrpc/svcauth_des.c: Likewise.
51701         * sunrpc/xcrypt.c: Likewise.
51702         * sunrpc/xdr.c: Likewise.
51703         * sunrpc/xdr_array.c: Likewise.
51704         * sunrpc/xdr_float.c: Likewise.
51705         * sunrpc/xdr_intXX_t.c: Likewise.
51706         * sunrpc/xdr_mem.c: Likewise.
51707         * sunrpc/xdr_rec.c: Likewise.
51708         * sunrpc/xdr_ref.c: Likewise.
51709         * sunrpc/xdr_sizeof.c: Likewise.
51710         * sunrpc/xdr_stdio.c: Likewise.
51712 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
51714         [BZ #12650]
51715         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
51716         * sysdeps/ia64/dl-tls.h: Likewise.
51717         * sysdeps/powerpc/dl-tls.h: Likewise.
51718         * sysdeps/s390/dl-tls.h: Likewise.
51719         * sysdeps/sh/dl-tls.h: Likewise.
51720         * sysdeps/sparc/dl-tls.h: Likewise.
51721         * sysdeps/x86_64/dl-tls.h: Likewise.
51722         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
51724 2011-03-14  Andreas Schwab  <schwab@redhat.com>
51726         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
51727         rpath element also skip the following colon.
51728         (expand_dynamic_string_token): Add is_path parameter and pass
51729         down to DL_DST_REQUIRED and _dl_dst_substitute.
51730         (decompose_rpath): Call expand_dynamic_string_token with
51731         non-zero is_path.  Ignore empty rpaths.
51732         (_dl_map_object_from_fd): Call expand_dynamic_string_token
51733         with zero is_path.
51735 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
51737         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
51738         Make cancelable.
51740 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
51742         [BZ #12655]
51743         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
51744         Patch by Filipe David Manana <fdmanana@apache.org>.
51746 2011-04-07  Andreas Schwab  <schwab@redhat.com>
51748         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
51749         Maintain aligned stack.
51750         (CHECK_RSP): Remove unused macro.
51752 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
51754         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
51755         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
51757 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
51759         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
51761         * include/features.h: Mention __USE_XOPEN2K8 in comment.
51763 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
51765         [BZ #12518]
51766         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
51767         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
51768         * sysdeps/x86_64/memmove.c: New file.
51769         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
51770         (memcpy): Renamed to ...
51771         (__new_memcpy): This.
51772         (memcpy): Provide GLIBC_2_14 memcpy.
51773         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
51774         (memcpy): Provide GLIBC_2_2_5 memcpy.
51776 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
51778         [BZ #12631]
51779         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
51781 2011-03-30  Andreas Schwab  <schwab@redhat.com>
51783         * misc/syncfs.c: New file.
51784         * misc/Makefile (routines): Add syncfs.
51785         * posix/unistd.h: Declare syncfs.
51786         * sysdeps/unix/syscalls.list: Add syncfs.
51788 2011-04-01  Andreas Schwab  <schwab@redhat.com>
51790         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
51791         open_by_handle_at.
51792         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
51793         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
51794         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51795         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51796         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51797         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
51798         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51800 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
51802         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
51803         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
51804         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
51805         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51806         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51807         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51808         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51810         * io/Makefile: Compile fallocate.c, fallocate64.c, and
51811         sync_file_range.c with -fexceptions.
51812         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
51813         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
51814         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
51815         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
51816         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
51817         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
51818         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
51819         sync_file_range as cancellation point
51820         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
51821         now a wrapper around __call_sync_file_range with cancellation handling.
51822         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
51823         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
51824         function name to __call_sync_file_range.
51825         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
51826         Add call_sync_file_range.
51828 2011-04-01  Andreas Schwab  <schwab@redhat.com>
51830         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
51831         bits/timex.h.
51833 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
51835         * iconv/iconv.h: Fix typo in comment.
51836         * io/fcntl.h: Likewise.
51837         * libio/stdio.h: Likewise.
51838         * posix/spawn.h: Likewise.
51839         * posix/unistd.h: Likewise.
51840         * stdlib/stdlib.h: Likewise.
51841         * time/time.h: Likewise.
51842         * wcsmbs/wchar.h: Likewise.
51844         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
51845         open_by_handle): Add.
51846         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
51847         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
51848         Augment a few comments.
51849         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
51850         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51851         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51852         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51853         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51854         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
51855         open_by_handle.
51857         * io/fcntl.h (AT_EMPTY_PATH): Define.
51859 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
51861         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
51862         * sysdeps/unix/sysv/linux/bits/time.h: New file.
51863         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
51864         to...
51865         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
51866         * Versions.def: Add GLIBC_2.14.
51867         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
51868         Export.
51870 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
51872         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
51873         round counter.
51874         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
51876 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
51878         [BZ #12597]
51879         * string/test-strncmp.c (do_page_test): New function.
51880         (check2): Likewise.
51881         (test_main): Call check2.
51882         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
51884 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
51886         [BZ #12587]
51887         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
51888         Handle cache information in CPU leaf 4.
51889         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
51891 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
51893         [BZ #12583]
51894         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
51895         character representation.
51896         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
51898 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
51900         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
51901         END(__isnan) to END(__isnanf) to match function entry point/label
51902         EALIGN(__isnanf,...).
51904 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
51906         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
51908 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
51910         [BZ #12510]
51911         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
51912         copy from the symbol referenced in the relocation to initialize the
51913         used variable.
51914         Patch by Piotr Bury <pbury@goahead.com>.
51915         * elf/Makefile: Add rules to build and tst-unique3.
51916         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
51917         * elf/tst-unique3.cc: New file.
51918         * elf/tst-unique3.h: New file.
51919         * elf/tst-unique3lib.cc: New file.
51920         * elf/tst-unique3lib2.cc: New file.
51922         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
51924 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
51926         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
51927         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
51928         to _start.
51930 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
51932         * elf/dl-load.c (_dl_map_object): If we are looking for the first
51933         to-be-loaded object along a path to loader is ld.so.
51935 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
51936             Ulrich Drepper  <drepper@gmail.com>
51938         * sysdeps/x86_64/memset.S: After aligning destination, code
51939         branches to different locations depending on the value of
51940         misalignment, when multiarch is enabled. Fix this.
51942 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
51944         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
51945         Set _x86_64_preferred_memory_instruction for AMD processsors.
51946         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51947         Set bit_Prefer_SSE_for_memop for AMD processors.
51949 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
51951         * libio/fmemopen.c (fmemopen): Optimize a bit.
51953 2011-03-03  Andreas Schwab  <schwab@redhat.com>
51955         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
51957 2011-03-03  Roland McGrath  <roland@redhat.com>
51959         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
51961 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
51963         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
51964         __bzero_ultra1 instead of __memset_ultra1.
51966 2011-02-23  Andreas Schwab  <schwab@redhat.com>
51967             Ulrich Drepper  <drepper@gmail.com>
51969         [BZ #12509]
51970         * include/link.h (struct link_map): Add l_orig_initfini.
51971         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
51972         returning unsuccessfully.
51973         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
51974         close of a file loaded at startup, restore the original l_initfini
51975         list.
51976         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
51977         list, store the pointer.
51978         * elf/Makefile ($(objpfx)noload-mem): New rule.
51979         (noload-ENV): Define.
51980         (tests): Add $(objpfx)noload-mem.
51981         * elf/noload.c: Include <memcheck.h>.
51982         (main): Call mtrace.  Close all opened handles.
51984 2011-02-17  Andreas Schwab  <schwab@redhat.com>
51986         [BZ #12454]
51987         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
51988         dependencies are missing.
51990 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51992         Fix __if_freereq crash: Unlike the generic version which uses free,
51993         Hurd needs munmap.
51994         * sysdeps/mach/hurd/ifreq.h: New file.
51996 2011-01-27  Petr Baudis  <pasky@suse.cz>
51997             Ulrich Drepper  <drepper@gmail.com>
51999         [BZ 12445]#
52000         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
52001         to extend_alloca().
52002         * stdio-common/bug23.c: New file.
52003         * stdio-common/Makefile (tests): Add bug23.
52005 2010-09-28  Andreas Schwab  <schwab@redhat.com>
52006             Ulrich Drepper  <drepper@gmail.com>
52008         [BZ #12489]
52009         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
52010         before performing relro protection.  At old place add assertion
52011         to make sure nothing changed.
52013 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
52014             Glauber de Oliveira Costa  <glommer@gmail.com>
52016         * elf/elf.h: Add new ARM TLS relocs.
52018 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
52020         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
52021         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
52022         cast from r3.
52023         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
52024         'tests' variable.
52025         * sysdeps/wordsize-64/tst-writev.c: New file.
52027 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
52029         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
52030         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
52031         insns in _dl_start to prevent a TOC reference before relocs are
52032         resolved.
52034 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
52036         [BZ #12469]
52037         * Makeconfig: Remove RANLIB definition.
52038         * Makerules: Don't use RANLIB.
52039         * aclocal.m4: Remove ranlib test.
52040         * configure.in: No need to check for ranlib.
52041         * elf/rtld-Rules: Don't use RANLIB.
52043 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52045         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
52046         protection macro.
52047         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
52048         inclusion protection macro.
52050         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
52051         SIGRTMIN and SIGRTMAX and print information in that case only when
52052         SIGRTMIN is defined.
52054 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
52056         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
52057         arginfo fn returning -1.
52059         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
52060         and thousands string is zero terminated.
52062 2011-02-03  Andreas Schwab  <schwab@redhat.com>
52064         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
52065         sysdeps/unix/sysv/linux/bits/socket.h.
52067 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52069         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
52070         (__CPU_COUNT): Remove old macros.
52071         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
52072         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
52073         (__CPU_ALLOC, __CPU_FREE): Add macros.
52074         (__sched_cpualloc, __sched_cpufree): Add declarations.
52076 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
52078         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
52079         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
52080         * nscd/aicache.c (addhstaiX): Return timeout of added value.
52081         (readdhstai): Return value of addhstaiX call.
52082         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
52083         (addgrbyX): Return value returned by cache_addgr.
52084         (readdgrbyname): Return value returned by addgrbyX.
52085         (readdgrbygid): Likewise.
52086         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
52087         (addpwbyX): Return value returned by cache_addpw.
52088         (readdpwbyname): Return value returned by addhstbyX.
52089         (readdpwbyuid): Likewise.
52090         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
52091         (addservbyX): Return value returned by cache_addserv.
52092         (readdservbyname): Return value returned by addservbyX:
52093         (readdservbyport): Likewise.
52094         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
52095         (addhstbyX): Return value returned by cache_addhst.
52096         (readdhstbyname): Return value returned by addhstbyX.
52097         (readdhstbyaddr): Likewise.
52098         (readdhstbynamev6): Likewise.
52099         (readdhstbyaddrv6): Likewise.
52100         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
52101         (readdinitgroups): Return value returned by addinitgroupsX.
52102         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
52103         (prune_cache): Keep track of timeout value of re-added entries.
52104         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
52105         * nscd/nscd.h: Adjust prototypes of readd* functions.
52107 2011-02-04  Roland McGrath  <roland@redhat.com>
52109         * nis/nis_server.c (nis_servstate): Use the right name for 0.
52110         (nis_stats): Likewise.
52111         * nis/nis_modify.c (nis_modify): Likewise.
52112         * nis/nis_remove.c (nis_remove): Likewise.
52113         * nis/nis_add.c (nis_add): Likewise.
52115         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
52117         * posix/fnmatch_loop.c: Add some consts.
52119         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
52121 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
52123         [BZ #12460]
52124         * config.make.in (config-cflags-novzeroupper): Define.
52125         * configure.in: Substitute libc_cv_cc_novzeroupper.
52126         * elf/Makefile (AVX-CFLAGS): Define.
52127         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
52128         (CFLAGS-tst-auditmod4a.c): Likewise.
52129         (CFLAGS-tst-auditmod4b.c): Likewise.
52130         (CFLAGS-tst-auditmod6b.c): Likewise.
52131         (CFLAGS-tst-auditmod6c.c): Likewise.
52132         (CFLAGS-tst-auditmod7b.c): Likewise.
52133         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
52135 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
52137         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52138         function to the callback.
52139         Patch partly by Jiri Olsa <jolsa@redhat.com>.
52141 2011-02-02  Andreas Schwab  <schwab@redhat.com>
52143         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
52144         of errno.
52146 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
52148         [BZ #11724]
52149         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
52150         of constructors.
52151         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
52152         of destructors.
52153         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
52155         [BZ #11724]
52156         * elf/Makefile: Add rules to build and run new test.
52157         * elf/tst-initorder.c: New file.
52158         * elf/tst-initorder.exp: New file.
52159         * elf/tst-initordera1.c: New file.
52160         * elf/tst-initordera2.c: New file.
52161         * elf/tst-initordera3.c: New file.
52162         * elf/tst-initordera4.c: New file.
52163         * elf/tst-initorderb1.c: New file.
52164         * elf/tst-initorderb2.c: New file.
52165         * elf/tst-order-a1.c: New file.
52166         * elf/tst-order-a2.c: New file.
52167         * elf/tst-order-a3.c: New file.
52168         * elf/tst-order-a4.c: New file.
52169         * elf/tst-order-b1.c: New file.
52170         * elf/tst-order-b2.c: New file.
52171         * elf/tst-order-main.c: New file.
52172         New test case by George Gensure <werkt0@gmail.com>.
52174 2010-10-01  Andreas Schwab  <schwab@redhat.com>
52176         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52177         decoding ACE if AI_CANONIDN.
52179 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
52181         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
52183 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
52185         * version.h (RELEASE): Bump for 2.13 release.
52186         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
52188         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
52190         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
52191         MADV_NOHUGEPAGE.
52192         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
52193         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
52194         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
52195         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
52196         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
52197         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52199         * posix/getconf.c: Update copyright year.
52200         * catgets/gencat.c: Likewise.
52201         * csu/version.c: Likewise.
52202         * debug/catchsegv.sh: Likewise.
52203         * debug/xtrace.sh: Likewise.
52204         * elf/ldconfig.c: Likewise.
52205         * elf/ldd.bash.in: Likewise.
52206         * elf/sprof.c (print_version): Likewise.
52207         * iconv/iconv_prog.c: Likewise.
52208         * iconv/iconvconfig.c: Likewise.
52209         * locale/programs/locale.c: Likewise.
52210         * locale/programs/localedef.c: Likewise.
52211         * malloc/memusage.sh: Likewise.
52212         * malloc/mtrace.pl: Likewise.
52213         * nscd/nscd.c (print_version): Likewise.
52214         * nss/getent.c: Likewise.
52216         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
52217         PF_CAIF, and PF_ALG.
52218         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52220 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
52222         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
52223         (modules-names): Use them.
52224         (ifunc-test-modules, ifunc-pie-tests): Define.
52225         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
52226         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
52227         (test-extras): Likewise.
52228         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
52229         $(compile-command.c).
52230         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
52231         (all-built-dso): Define.
52232         (check-textrel.out, check-execstack.out): Depend on it.
52234         * configure.in: Don't override --enable-multi-arch.
52236 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
52238         [BZ #6812]
52239         * nscd/hstcache.c (tryagain): Define.
52240         (cache_addhst): Return tryagain not notfound for temporary errors.
52241         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
52242         failed.
52244 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
52246         [BZ #10563]
52247         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
52248         to make the syscall.
52249         * sysdeps/unix/sysv/linux/setgroups.c: New file.
52251         [BZ #12378]
52252         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
52253         and fall back to matching as normal character if the string ends before
52254         the matching ']' is found.  This is what POSIX requires.
52255         * posix/testfnm.c: Adjust test result.
52256         * posix/globtest.sh: Adjust test result.  Add new test.
52257         * posix/tst-fnmatch.input: Likewise.
52258         * posix/tst-fnmatch2.c: Add new test.
52260 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
52262         * elf/Makefile (check-execstack): Revert last change.  Depend on
52263         check-execstack.h.
52264         (check-execstack.h): New target.
52265         (generated): Add check-execstack.h.
52266         * elf/check-execstack.c: Include "check-execstack.h".
52267         (main): Revert last change.
52268         (handle_file): Return zero if GNU_STACK is absent and
52269         DEFAULT_STACK_PERMS doesn't include PF_X.
52271 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
52273         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
52274         in child fails because the descriptor is already closed.
52275         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
52276         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
52277         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
52279         [BZ #12397]
52280         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
52281         syscall.
52283         [BZ #10484]
52284         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
52285         temporary buffer used to handle multi lookups locally.
52286         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
52288 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52290         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
52291         loader is ld.so.
52293 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
52295         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
52296         alignment for SSE2.
52298 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52300         [BZ #12394]
52301         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
52302         characters.  When rounding increased number of integer digits recompute
52303         number of groups.
52304         * stdio-common/tst-grouping.c: New file.
52305         * stdio-common/Makefile: Add rules to build and run tst-grouping.
52307 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
52309         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
52310         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
52312         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
52313         void.
52314         * bits/select.h: Likewise.
52316 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
52318         * po/ja.po: Update from translation team.
52320 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
52322         [BZ #11155]
52323         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
52324         implementation just like for lxstat, fxstatat, et al.
52326 2010-12-27  Jim Meyering  <meyering@redhat.com>
52328         [BZ #12348]
52329         * posix/regexec.c (build_trtable): Return failure indication upon
52330         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
52332 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
52334         [BZ #12201]
52335         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
52336         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
52337         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
52338         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
52340         [BZ #12207]
52341         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
52343         [BZ #12204]
52344         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
52345         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
52347 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
52349         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
52350         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
52351         script has SORT_BY_INIT_PRIORITY.
52352         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
52353         NO_CTORS_DTORS_SECTIONS is defined.
52354         * elf/soinit.c: Likewise.
52355         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
52356         NO_CTORS_DTORS_SECTIONS is defined.
52357         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
52358         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
52359         * sysdeps/sh/init-first.c: Likewise.
52360         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
52362 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
52364         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
52365         always use the slow path.
52367 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
52369         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
52370         similar rule which adds the sysdep directories to the header search in
52371         order to pick up the correct platform stackinfo.h.
52372         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
52373         perform test if it is, otherwise return successfully without testing.
52374         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
52375         DEFAULT_STACK_PERMS define in stackinfo.h.
52376         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
52377         defined in stackinfo.h.
52378         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
52379         DEFAULT_STACK_PERMS defined in stackinfo.h.
52380         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
52381         * sysdeps/ia64/stackinfo.h: Likewise.
52382         * sysdeps/s390/stackinfo.h: Likewise.
52383         * sysdeps/sh/stackinfo.h: Likewise.
52384         * sysdeps/sparc/stackinfo.h: Likewise.
52385         * sysdeps/x86_64/stackinfo.h: Likewise.
52386         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
52387         PF_X for powerpc64.  Retain PF_X for powerpc32.
52389 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
52391         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
52392         accurately.
52393         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
52394         GETDENTS_64BIT_ALIGNED.
52396 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
52398         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
52400 2010-12-10  Andreas Schwab  <schwab@redhat.com>
52402         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
52403         _GNU_SOURCE.
52405         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
52406         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
52407         Remove __restrict.
52408         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
52409         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
52411 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
52413         [BZ #11655]
52414         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
52415         are initialized.
52417 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
52419         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
52421 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
52423         * po/it.po: Update from translation team.
52425 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
52427         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
52428         unused codes.
52430 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
52432         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
52434 2010-11-24  Andreas Schwab  <schwab@redhat.com>
52436         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
52437         specially.
52438         (gaih_getanswer_slice): Likewise.
52440 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
52442         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
52444 2010-05-31  Petr Baudis  <pasky@suse.cz>
52446         [BZ #11149]
52447         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
52448         silently even in the chroot mode.
52450 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
52452         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
52453         last patch a bit.  Pretty printing
52455 2010-05-31  Petr Baudis <pasky@suse.cz>
52457         [BZ #10085]
52458         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
52459         initialization of skip_initgroups_dyn.
52461 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
52463         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
52464         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52466 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
52468         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
52470 2010-11-11  Andreas Schwab  <schwab@redhat.com>
52472         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
52473         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
52474         (tst-fnmatch-ENV): Set MALLOC_TRACE.
52475         ($(objpfx)tst-fnmatch-mem): New rule.
52476         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
52477         * posix/tst-fnmatch.c (main): Call mtrace.
52479 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
52481         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52482         Support Intel processor model 6 and model 0x2c.
52484 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
52486         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
52487           signed comparison.
52489 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
52491         [BZ #12205]
52492         * string/test-strncasecmp.c (check_result): New function.
52493         (do_one_test): Use it.
52494         (check1): New function.
52495         (test_main): Use it.
52496         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
52497         Support strcasecmp and strncasecmp.
52499 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
52501         [BZ #12194]
52502         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
52503         * sysdeps/x86_64/bits/byteswap.h: Likewise.
52505 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
52507         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
52508         IFUNC support.
52509         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52510         memset-x86-64.
52511         * sysdeps/x86_64/multiarch/bzero.S: New file.
52512         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
52513         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
52514         * sysdeps/x86_64/multiarch/memset.S: New file.
52515         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
52516         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52517         Set bit_Prefer_SSE_for_memop for Intel processors.
52518         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
52519         Define.
52520         (index_Prefer_SSE_for_memop): Define.
52521         (HAS_PREFER_SSE_FOR_MEMOP): Define.
52523 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
52525         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
52526         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
52528 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
52530         [BZ #12191]
52531         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
52532         (__x86_64_raw_data_cache_size_half): Likewise.
52533         (__x86_64_raw_shared_cache_size): Likewise.
52534         (__x86_64_raw_shared_cache_size_half): Likewise.
52536         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
52537         (__x86_64_raw_data_cache_size_half): Likewise.
52538         (__x86_64_raw_shared_cache_size): Likewise.
52539         (__x86_64_raw_shared_cache_size_half): Likewise.
52540         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
52541         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
52542         and __x86_64_raw_shared_cache_size_half.  Round
52543         __x86_64_data_cache_size_half, __x86_64_data_cache_size
52544         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
52545         to multiple of 256 bytes.
52547 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
52549         [BZ #12167]
52550         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
52551         of inacessible symlinks.  Verify result of symlink before returning it.
52552         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
52553         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
52555 2010-10-28  Erich Ritz  <erichritz@gmail.com>
52557         * math/math.h (isinf): Fix typo in comment.
52559 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
52561         * po/da.po: Update from translation team.
52563 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
52565         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
52566         is added to the list.
52568 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52569             Ulrich Drepper  <drepper@gmail.com>
52571         * elf/dl-object.c (_dl_new_object): Don't append the new object to
52572         the global list here.  Move code to...
52573         (_dl_add_to_namespace_list): ...here.  New function.
52574         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
52575         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
52576         * elf/dl-load.c (lose): Don't remove the element from the list.
52577         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
52578         (_dl_map_object): Likewise.
52580 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
52582         [BZ #12159]
52583         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
52584         into all bytes of SSE register.
52585         Patch by Richard Li <richardpku@gmail.com>.
52587 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
52589         [BZ #12140]
52590         * malloc/malloc.c (_int_free): Fill correct number of bytes when
52591         perturbing.
52593 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
52595         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
52596         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
52597         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
52598         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
52599         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
52600         submachine.
52601         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
52603 2010-10-22  Andreas Schwab  <schwab@redhat.com>
52605         * include/dlfcn.h (__RTLD_SECURE): Define.
52606         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
52607         mode & __RTLD_SECURE instead.
52608         (open_path): Rename preloaded parameter to secure.
52609         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
52610         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
52611         * elf/dl-deps.c (openaux): Likewise.
52612         * elf/rtld.c (struct map_args): Remove is_preloaded.
52613         (map_doit): Don't use it.
52614         (dl_main): Likewise.
52615         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
52616         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
52618 2010-09-09  Andreas Schwab  <schwab@redhat.com>
52620         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
52621         (sysd-rules-targets): Remove duplicates.
52622         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
52623         rtld-%.$o dependency.
52625 2010-10-18  Andreas Schwab  <schwab@redhat.com>
52627         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
52628         _dl_map_object do it.
52630 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
52632         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
52633         fast fma builtins, define the macros in the C99 standard.
52634         (FP_FAST_FMAF): Likewise.
52635         (FP_FAST_FMAL): Likewise.
52636         * sysdeps/x86_64/bits/mathdef.h: Likewise.
52638         * bits/mathdef.h: Update copyright year.
52639         * sysdeps/powerpc/bits/mathdef.h: Likewise.
52641 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
52643         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
52644         builtins, define the macros in the C99 standard.
52645         (FP_FAST_FMAF): Likewise.
52646         (FP_FAST_FMAL): Likewise.
52647         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
52648         multiply/add.
52649         (FP_FAST_FMAF): Likewise.
52651 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
52653         [BZ #3268]
52654         * math/libm-test.inc (fma_test): Some new testcases.
52655         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
52656         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
52657         y and infinite z.  Do multiplication by C already in long double.
52658         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
52659         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
52660         y and infinite z.  Do bitwise or of inexact bit into u.d.
52661         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
52662         * sysdeps/i386/fpu/s_fmaf.S: Removed.
52663         * sysdeps/i386/fpu/s_fma.S: Removed.
52664         * sysdeps/i386/fpu/s_fmal.S: Removed.
52666 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
52668         [BZ #3268]
52669         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
52670         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
52671         computation is not scheduled after fetestexcept.  Fix value
52672         of minimum denormal long double.
52674 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
52676         [BZ #3268]
52677         * math/libm-test.inc (fma_test): Add some more tests.
52678         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
52679         correctly.
52681 2010-10-15  Andreas Schwab  <schwab@redhat.com>
52683         * scripts/data/localplt-s390-linux-gnu.data: New file.
52684         * scripts/data/localplt-s390x-linux-gnu.data: New file.
52686 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
52688         [BZ #3268]
52689         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
52690         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
52691         instead of dbl-64.
52692         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
52693         inlines.
52694         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
52695         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
52696         if one of x and y is very large and the other is subnormal.
52697         * sysdeps/s390/fpu/s_fmaf.c: New file.
52698         * sysdeps/s390/fpu/s_fma.c: New file.
52699         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
52700         * sysdeps/powerpc/fpu/s_fma.S: New file.
52701         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
52702         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
52703         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
52705 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
52707         [BZ #3268]
52708         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
52709         fma tests.
52710         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
52711         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
52712         * sysdeps/i386/i686/multiarch/s_fma.c: Include
52713         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
52714         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
52715         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
52716         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
52718 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
52720         [BZ #12078]
52721         * posix/regcomp.c (parse_branch): One more memory leak plugged.
52722         * posix/bug-regex31.input: Add test case.
52724 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
52726         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
52727         * posix/bug-regex31.input: New file.
52729         [BZ #12078]
52730         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
52731         (parse_sub_exp): Fix last change, use postorder.
52733         * posix/bug-regex31.c: New file.
52734         * posix/Makefile: Add rules to build and run bug-regex31.
52736         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
52738         [BZ #12078]
52739         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
52741         [BZ #12108]
52742         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
52743         to have entries in sys_siglist.
52745         [BZ #12093]
52746         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
52747         be NULL.
52749 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
52751         [BZ #3268]
52752         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
52753         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
52754         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
52755         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
52756         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
52757         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
52758         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
52759         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
52760         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
52761         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
52762         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
52763         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
52764         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
52765         * math/ftestexcept.c (fetestexcept): Likewise.
52766         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
52767         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
52768         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
52769         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
52770         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
52771         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
52772         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
52774 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
52776         [BZ #12107]
52777         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
52778         newline.
52780 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
52782         * string/bug-strstr1.c: New file.
52783         * string/Makefile: Add rules to build and run bug-strstr1.
52785 2010-10-05  Eric Blake  <eblake@redhat.com>
52787         [BZ #12092]
52788         * string/str-two-way.h (two_way_long_needle): Always clear memory
52789         when skipping input due to the shift table.
52791 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
52793         [BZ #12005]
52794         * malloc/mcheck.c: Handle large requests.
52796         [BZ #12077]
52797         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
52798         for strncmp and strncasecmp.
52799         * string/stratcliff.c: Add tests for strcmp and strncmp.
52800         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
52802 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
52804         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
52805         __set_fpscr.
52807 2010-09-30  Andreas Jaeger  <aj@suse.de>
52809         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
52810         (CGROUP_SUPER_MAGIC): Define.
52811         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
52812         Handle btrfs and cgroup file systems.
52813         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
52814         Likewise.
52816 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
52818         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
52819         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
52821 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52823         [BZ #12067]
52824         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
52825         trying to locate the ELF header.
52827 2010-09-27  Andreas Schwab  <schwab@redhat.com>
52829         [BZ #11611]
52830         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
52831         Mask out sign-bit copies when constructing f_fsid.
52833 2010-09-24  Petr Baudis <pasky@suse.cz>
52835         * debug/stack_chk_fail_local.c: Add missing licence exception.
52836         * debug/warning-nop.c: Likewise.
52838 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
52840         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
52841         implementing getdents64 using getdents syscall, set d_type if
52842         __ASSUME_GETDENTS32_D_TYPE.
52844 2010-09-16  Andreas Schwab  <schwab@redhat.com>
52846         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
52847         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
52849 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
52851         [BZ #12037]
52852         * posix/unistd.h: Undo change of feature selection for ftruncate from
52853         2010-01-11.
52855 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
52857         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
52858         detection.
52860 2010-09-20  Andreas Schwab  <schwab@redhat.com>
52862         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
52863         fanotify_mark.
52864         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
52866 2010-09-14  Andreas Schwab  <schwab@redhat.com>
52868         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
52869         variables after CHECK_SP call.
52870         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
52872 2010-09-13  Andreas Schwab  <schwab@redhat.com>
52873             Ulrich Drepper  <drepper@redhat.com>
52875         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
52876         re-relocationg ld.so.
52877         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
52878         _dl_init_paths call.
52879         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
52880         here anymore.
52882 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
52884         * resolv/res_init.c (__res_vinit): Count the default server we added.
52886 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
52887             Ulrich Drepper  <drepper@redhat.com>
52889         [BZ #11968]
52890         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
52891         (____longjmp_chk): Use %ebx for saving value across system call.
52892         Add unwind info.
52894 2010-09-06  Andreas Schwab  <schwab@redhat.com>
52896         * manual/Makefile: Don't mix pattern rules with normal rules.
52898 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
52900         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
52901         operation.
52902         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
52903         * libio/iofopncook.c (_IO_cookie_init): Likewise.
52904         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
52905         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
52906         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
52907         Likewise.
52909 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
52911         [BZ #11979]
52912         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
52913         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
52915 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
52917         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
52918         * sysdeps/x86_64/addmul_1.S: Likewise.
52919         * sysdeps/x86_64/lshift.S: Likewise.
52920         * sysdeps/x86_64/mul_1.S: Likewise.
52921         * sysdeps/x86_64/rshift.S: Likewise.
52922         * sysdeps/x86_64/sub_n.S: Likewise.
52923         * sysdeps/x86_64/submul_1.S: Likewise.
52925 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52927         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
52928         Define __sched_param instead of SCHED_* and sched_param when
52929         <bits/sched.h> is included with __need_schedparam defined.
52930         * bits/sched.h [__need_schedparam]
52931         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
52932         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
52933         (__defined_schedparam): Define to 1.
52934         (__sched_param): New structure, identical to sched_param.
52935         (__need_schedparam): Undefine.
52937 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
52939         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
52940         (epoll_create1): Declare.
52942         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
52944 2010-08-31  Andreas Schwab  <schwab@redhat.com>
52946         [BZ #7066]
52947         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
52948         shifting retval into place.
52950 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
52952         * nis/rpcsvc/nis.h: Update copyright notice.
52953         * nis/rpcsvc/nis.x: Likewise.
52954         * nis/rpcsvc/nis_callback.h: Likewise.
52955         * nis/rpcsvc/nis_callback.x: Likewise.
52956         * nis/rpcsvc/nis_object.x: Likewise.
52957         * nis/rpcsvc/nis_tags.h: Likewise.
52958         * nis/rpcsvc/yp.h: Likewise.
52959         * nis/rpcsvc/yp.x: Likewise.
52960         * nis/rpcsvc/ypupd.h: Likewise.
52961         * nis/yp_xdr.c: Likewise.
52962         * nis/ypupdate_xdr.c: Likewise.
52964         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
52965         mainly the body of pmap_getport.  Add parameters to specify timeouts.
52966         (pmap_getport): Use __libc_rpc_getport.
52967         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
52968         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
52969         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
52971 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
52973         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
52974         fanotify_mark.
52976 2010-08-27  Roland McGrath  <roland@redhat.com>
52978         * sysdeps/i386/i686/multiarch/Makefile
52979         (CFLAGS-varshift.c): New variable.
52981 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
52983         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
52984         * sysdeps/i386/i686/multiarch/varshift.c: New file.
52986         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
52988         * sysdeps/x86_64/strlen.S: Minimal code improvement.
52990 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
52992         * sysdeps/x86_64/strlen.S: Unroll the loop.
52993         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52994         strlen-sse2 strlen-sse2-bsf.
52995         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
52996         __strlen_no_bsf if bit_Slow_BSF is set.
52997         (__strlen_sse42): Removed.
52998         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
52999         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
53001 2010-08-25  Roland McGrath  <roland@redhat.com>
53003         * sysdeps/x86_64/multiarch/varshift.S: File removed.
53004         * sysdeps/x86_64/multiarch/varshift.c: New file.
53005         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
53006         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
53007         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
53008         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
53010 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
53012         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53013         strlen-sse2 strlen-sse2-bsf.
53014         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
53015         __strlen_sse2_bsf if bit_Slow_BSF is unset.
53016         (__strlen_sse2): Removed.
53017         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
53018         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
53019         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
53020         bit_Slow_BSF for Atom.
53021         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
53022         (index_Slow_BSF): Define.
53023         (HAS_SLOW_BSF): Define.
53025 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
53027         [BZ #10851]
53028         * resolv/res_init.c (__res_vinit): When no server address at all
53029         is given default to loopback.
53031 2010-08-24  Roland McGrath  <roland@redhat.com>
53033         * configure.in: Remove config-name.h generation.
53034         * configure: Regenerated.
53035         * config-name.in: File removed.
53036         * scripts/config-uname.sh: New file.
53037         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
53038         ($(objdir)config-name.h): New target.
53040         * sunrpc/rpc_parse.h: Avoid nested comment.
53042 2010-08-24  Richard Henderson  <rth@redhat.com>
53043             Ulrich Drepper  <drepper@redhat.com>
53044             H.J. Lu  <hongjiu.lu@intel.com>
53046         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
53047         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
53048         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
53049         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
53050         _mm_alignr_epi8 with _mm_loadu_si128.
53051         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
53052         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
53053         (__m128i_shift_right): Removed.
53054         * sysdeps/i386/i686/multiarch/varshift.h: New file.
53055         * sysdeps/i386/i686/multiarch/varshift.S: New file.
53056         * sysdeps/x86_64/multiarch/varshift.h: New file.
53057         * sysdeps/x86_64/multiarch/varshift.S: New file.
53059 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
53061         * configure.in: Move assembler checks to before sysdep dir checking.
53063 2010-08-20  Petr Baudis  <pasky@suse.cz>
53065         * LICENSES: Sync the sunrpc license.
53067 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
53069         * sunrpc/auth_des.c: Update copyright notice once again.
53070         * sunrpc/auth_none.c: Likewise.
53071         * sunrpc/auth_unix.c: Likewise.
53072         * sunrpc/authdes_prot.c: Likewise.
53073         * sunrpc/authuxprot.c: Likewise.
53074         * sunrpc/bindrsvprt.c: Likewise.
53075         * sunrpc/clnt_gen.c: Likewise.
53076         * sunrpc/clnt_perr.c: Likewise.
53077         * sunrpc/clnt_raw.c: Likewise.
53078         * sunrpc/clnt_simp.c: Likewise.
53079         * sunrpc/clnt_tcp.c: Likewise.
53080         * sunrpc/clnt_udp.c: Likewise.
53081         * sunrpc/clnt_unix.c: Likewise.
53082         * sunrpc/des_crypt.c: Likewise.
53083         * sunrpc/des_soft.c: Likewise.
53084         * sunrpc/get_myaddr.c: Likewise.
53085         * sunrpc/getrpcport.c: Likewise.
53086         * sunrpc/key_call.c: Likewise.
53087         * sunrpc/key_prot.c: Likewise.
53088         * sunrpc/openchild.c: Likewise.
53089         * sunrpc/pm_getmaps.c: Likewise.
53090         * sunrpc/pm_getport.c: Likewise.
53091         * sunrpc/pmap_clnt.c: Likewise.
53092         * sunrpc/pmap_prot.c: Likewise.
53093         * sunrpc/pmap_prot2.c: Likewise.
53094         * sunrpc/pmap_rmt.c: Likewise.
53095         * sunrpc/rpc/auth.h: Likewise.
53096         * sunrpc/rpc/auth_unix.h: Likewise.
53097         * sunrpc/rpc/clnt.h: Likewise.
53098         * sunrpc/rpc/des_crypt.h: Likewise.
53099         * sunrpc/rpc/key_prot.h: Likewise.
53100         * sunrpc/rpc/netdb.h: Likewise.
53101         * sunrpc/rpc/pmap_clnt.h: Likewise.
53102         * sunrpc/rpc/pmap_prot.h: Likewise.
53103         * sunrpc/rpc/pmap_rmt.h: Likewise.
53104         * sunrpc/rpc/rpc.h: Likewise.
53105         * sunrpc/rpc/rpc_des.h: Likewise.
53106         * sunrpc/rpc/rpc_msg.h: Likewise.
53107         * sunrpc/rpc/svc.h: Likewise.
53108         * sunrpc/rpc/svc_auth.h: Likewise.
53109         * sunrpc/rpc/types.h: Likewise.
53110         * sunrpc/rpc/xdr.h: Likewise.
53111         * sunrpc/rpc_clntout.c: Likewise.
53112         * sunrpc/rpc_cmsg.c: Likewise.
53113         * sunrpc/rpc_common.c: Likewise.
53114         * sunrpc/rpc_cout.c: Likewise.
53115         * sunrpc/rpc_dtable.c: Likewise.
53116         * sunrpc/rpc_hout.c: Likewise.
53117         * sunrpc/rpc_main.c: Likewise.
53118         * sunrpc/rpc_parse.c: Likewise.
53119         * sunrpc/rpc_parse.h: Likewise.
53120         * sunrpc/rpc_prot.c: Likewise.
53121         * sunrpc/rpc_sample.c: Likewise.
53122         * sunrpc/rpc_scan.c: Likewise.
53123         * sunrpc/rpc_scan.h: Likewise.
53124         * sunrpc/rpc_svcout.c: Likewise.
53125         * sunrpc/rpc_tblout.c: Likewise.
53126         * sunrpc/rpc_util.c: Likewise.
53127         * sunrpc/rpc_util.h: Likewise.
53128         * sunrpc/rpcinfo.c: Likewise.
53129         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
53130         * sunrpc/rpcsvc/key_prot.x: Likewise.
53131         * sunrpc/rpcsvc/klm_prot.x: Likewise.
53132         * sunrpc/rpcsvc/mount.x: Likewise.
53133         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
53134         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
53135         * sunrpc/rpcsvc/rex.x: Likewise.
53136         * sunrpc/rpcsvc/rstat.x: Likewise.
53137         * sunrpc/rpcsvc/rusers.x: Likewise.
53138         * sunrpc/rpcsvc/sm_inter.x: Likewise.
53139         * sunrpc/rpcsvc/spray.x: Likewise.
53140         * sunrpc/rpcsvc/yppasswd.x: Likewise.
53141         * sunrpc/rtime.c: Likewise.
53142         * sunrpc/svc.c: Likewise.
53143         * sunrpc/svc_auth.c: Likewise.
53144         * sunrpc/svc_authux.c: Likewise.
53145         * sunrpc/svc_raw.c: Likewise.
53146         * sunrpc/svc_run.c: Likewise.
53147         * sunrpc/svc_simple.c: Likewise.
53148         * sunrpc/svc_tcp.c: Likewise.
53149         * sunrpc/svc_udp.c: Likewise.
53150         * sunrpc/svc_unix.c: Likewise.
53151         * sunrpc/svcauth_des.c: Likewise.
53152         * sunrpc/xcrypt.c: Likewise.
53153         * sunrpc/xdr.c: Likewise.
53154         * sunrpc/xdr_array.c: Likewise.
53155         * sunrpc/xdr_float.c: Likewise.
53156         * sunrpc/xdr_mem.c: Likewise.
53157         * sunrpc/xdr_rec.c: Likewise.
53158         * sunrpc/xdr_ref.c: Likewise.
53159         * sunrpc/xdr_sizeof.c: Likewise.
53160         * sunrpc/xdr_stdio.c: Likewise.
53162         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
53163         handling.
53165 2010-08-19  Andreas Schwab  <schwab@redhat.com>
53167         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
53169 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
53171         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
53172         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
53173         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
53174         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
53175         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
53176         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
53177         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
53178         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
53179         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
53180         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
53181         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
53182         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
53183         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
53184         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
53186 2010-07-26  Anton Blanchard  <anton@samba.org>
53188         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
53189         * malloc/arena.c (heap_trim): Likewise.
53191 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
53193         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
53194         here.  Not...
53195         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
53196         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
53198 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
53200         * sysdeps/i386/elf/Makefile: New file.
53202 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53204         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
53205         from fanotify_init.
53206         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
53207         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53209 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
53211         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
53212         of strncasecmp_l.
53213         * sysdeps/multiarch/strcmp.S: Likewise.
53215 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
53217         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53218         strncase_l-nonascii.
53219         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53220         Add strncase_l-ssse3.
53221         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
53222         * sysdeps/x86_64/strcmp.S: Likewise.
53223         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
53224         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
53225         * sysdeps/x86_64/strncase.S: New file.
53226         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
53227         * sysdeps/x86_64/strncase_l.S: New file.
53228         * string/Makefile (strop-tests): Add strncasecmp.
53229         * string/test-strncasecmp.c: New file.
53231         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
53232         warning.
53234         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
53235         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
53237 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53239         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
53241 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
53243         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
53244         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
53245         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
53247 2010-05-01  Alan Modra  <amodra@gmail.com>
53249         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
53250         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
53251         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
53252         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
53253         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
53254         tidying.  Don't tail-call __sigjmp_save for static lib.
53255         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
53256         save location.
53257         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
53258         (CALL_MCOUNT): Add eh info, and nop after bl.
53259         (TAIL_CALL_SYSCALL_ERROR): New macro.
53260         (PSEUDO_RET): Use it.
53261         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
53262         Correct save location of integer regs and cr.
53263         (_dl_profile_resolve): Correct cr save location.  Delete nops
53264         after bl when SHARED.  Reduce cfi size a little by better
53265         placement of cfi directives.
53266         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
53267         make a stack frame.  Instead use parm save area as a temp.
53268         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
53269         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
53270         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
53271         Don't make a stack frame for parent, use parm save area.
53272         Increase child stack frame to 112 bytes.  Don't save unused reg,
53273         and adjust reg usage.  Set up cfi on error recovery and
53274         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
53275         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
53276         (__makecontext): Add dummy nop after jump to exit.
53277         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
53278         Use correct parm save area and cr save, reduce stack frame.
53279         Correct cfi for possible PSEUDO_RET frame setup.
53280         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
53281         Branch to local label emitted by PSEUDO_RET rather than
53282         __syscall_error.
53284 2010-08-12  Andreas Schwab  <schwab@redhat.com>
53286         [BZ #11904]
53287         * locale/programs/locale.c (print_assignment): New function.
53288         (show_locale_vars): Use it.
53290 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
53292         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
53293         field.
53294         (struct statfs64): Likewise.
53295         (_STATFS_F_FLAGS): Define.
53296         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
53297         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53298         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
53299         (ST_VALID): Define locally.
53300         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
53301         __statvfs_getflags, use the provided value.
53302         * sysdeps/unix/sysv/linux/kernel-features.h: Define
53303         __ASSUME_STATFS_F_FLAGS.
53305         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
53307         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
53308         Add sys/fanotify.h.
53309         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
53310         fanotify_mask for GLIBC_2.13.
53311         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
53312         fanotify_init and fanotify_mark.
53313         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53314         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
53316         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
53317         Add prlimit.
53318         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
53319         prlimit64 for GLIBC_2.13.
53320         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
53321         prlimit64.
53322         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
53323         syscall.
53324         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
53325         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53326         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
53327         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
53328         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
53329         add prlimit alias.
53330         * sysdeps/unix/sysv/linux/prlimit.c: New file.
53332         [BZ #11903]
53333         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
53334         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
53336         * nss/Makefile: Add rules to build and run tst-nss-test1.
53337         * shlib-versions: Add entry for libnss_test1.
53338         * nss/nss_test1.c: New file.
53339         * nss/tst-nss-test1.c: New file.
53341         * nss/nsswitch.c (__nss_database_custom): Define new variable.
53342         (__nss_configure_lookup): Set appropriate entry in
53343         __nss_configure_lookup to true.
53344         * nss/nsswitch.h: Define enum with indeces of databases in
53345         databases and __nss_database_custom arrays.  Declare
53346         __nss_database_custom.
53347         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
53348         to avoid using nscd when custom rules are installed.
53349         * nss/getXXbyYY_r.c: Likewise.
53350         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
53352         * nss/nss_files/files-parse.c: Whitespace fixes.
53354 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
53356         [BZ #11883]
53357         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
53358         * posix/fnmatch_loop.c: Likewise.
53360 2010-07-17  Andi Kleen  <ak@linux.intel.com>
53362         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
53363         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
53364         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
53365         * Versions.def [GLIBC_2.13]: Add.
53367 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
53369         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53370         Also fail if tpwd after pwuid call is NULL.
53372 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53374         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
53375         when converting to ms.
53377 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53379         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
53380         EOPNOTSUPP errors with ENOTTY.
53381         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
53382         EOPNOTSUPP errors with ENOTTY.
53384 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
53386         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53387         Add strcasecmp_l-ssse3.
53388         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
53389         strcasecmp.
53390         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
53391         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
53392         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
53394 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
53396         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
53398         * string/Makefile (strop-tests): Add strcasecmp.
53399         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53400         strcasecmp_l-nonascii.
53401         (gen-as-const-headers): Add locale-defines.sym.
53402         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
53403         * sysdeps/x86_64/strcasecmp.S: New file.
53404         * sysdeps/x86_64/strcasecmp_l.S: New file.
53405         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
53406         * sysdeps/x86_64/locale-defines.sym: New file.
53407         * string/test-strcasecmp.c: New file.
53409         * string/test-strcasestr.c: Test both ends of the range of characters.
53410         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
53412 2010-07-29  Roland McGrath  <roland@redhat.com>
53414         [BZ #11856]
53415         * manual/locale.texi (Yes-or-No Questions): Fix example code.
53417 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
53419         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
53420         for ld.so.
53422 2010-07-27  Andreas Schwab  <schwab@redhat.com>
53424         * manual/memory.texi (Malloc Tunable Parameters): Document
53425         M_PERTURB.
53427 2010-07-26  Roland McGrath  <roland@redhat.com>
53429         [BZ #11840]
53430         * configure.in (-fgnu89-inline check): Set and substitute
53431         gnu89_inline, not libc_cv_gnu89_inline.
53432         * configure: Regenerated.
53433         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
53435 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
53437         * string/test-strnlen.c: New file.
53438         * string/Makefile (strop-tests): Add strnlen.
53439         * string/tester.c (test_strnlen): Add a few more test cases.
53440         * string/tst-strlen.c: Better error reporting.
53442         * sysdeps/x86_64/strnlen.S: New file.
53444 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
53446         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
53447         lower-latency instructions.
53449 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
53451         * string/test-strcasestr.c: New file.
53452         * string/test-strstr.c: New file.
53453         * string/Makefile (strop-tests): Add strstr and strcasestr.
53454         * string/str-two-way.h: Don't undefine MAX.
53455         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
53457 2010-07-21  Andreas Schwab  <schwab@redhat.com>
53459         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53460         strcasestr-nonascii.
53461         (CFLAGS-strcasestr-nonascii.c): Define.
53462         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
53463         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
53464         Remove unused attribute.
53466 2010-07-20  Roland McGrath  <roland@redhat.com>
53468         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
53469         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
53470         ld.so.cache was broken.  With it, there is no way to disable dsocaps
53471         like LD_HWCAP_MASK can disable hwcaps.
53473 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
53475         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
53477 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
53479         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
53480         call in strcasestr.
53481         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
53482         __strcasestr_sse42_nonascii.
53483         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
53484         strcasestr-nonascii.c.
53485         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
53487 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
53489         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
53490         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
53491         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
53492         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
53494 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
53496         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
53497         fcntl.
53499 2010-07-06  Andreas Schwab  <schwab@redhat.com>
53501         [BZ #11577]
53502         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
53503         dl_signal_cerror.
53505 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
53507         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
53508         _PC_PIPE_BUF using F_GETPIPE_SZ.
53510 2010-07-05  Roland McGrath  <roland@redhat.com>
53512         * manual/arith.texi (Rounding Functions): Fix rint description
53513         implicit in round description.
53515 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
53517         * elf/Makefile: Fix linking for a few tests to make recent linker
53518         happy.
53520 2010-06-30  Andreas Schwab  <schwab@redhat.com>
53522         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
53523         $(common-objpfx)libc_nonshared.a.
53525 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
53527         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
53528         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
53529         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
53530         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
53531         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
53532         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
53533         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
53534         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
53535         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
53536         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
53537         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
53538         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
53539         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
53540         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
53541         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
53542         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
53543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
53544         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
53545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
53546         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
53547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
53548         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
53549         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
53550         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
53551         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
53552         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
53553         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
53554         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
53555         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
53556         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
53557         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
53558         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
53559         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
53560         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
53561         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
53562         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
53563         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
53564         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
53565         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
53566         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
53567         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
53568         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
53569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
53570         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
53571         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
53572         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
53573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
53574         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
53576 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
53578         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
53579         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
53580         * string/memmove.c (memmove): Renamed to ...
53581         (MEMMOVE): ...this.  Default to memmove.
53582         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
53583         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
53584         (END_CHK): Define.
53585         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53586         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
53587         mempcpy-ssse3-back memmove-ssse3-back.
53588         * sysdeps/x86_64/multiarch/bcopy.S: New file .
53589         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
53590         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
53591         * sysdeps/x86_64/multiarch/memcpy.S: New file.
53592         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
53593         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
53594         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
53595         * sysdeps/x86_64/multiarch/memmove.c: New file.
53596         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
53597         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
53598         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
53599         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
53600         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
53601         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
53602         Define.
53603         (index_Fast_Copy_Backward): Define.
53604         (HAS_ARCH_FEATURE): Define.
53605         (HAS_FAST_REP_STRING): Define.
53606         (HAS_FAST_COPY_BACKWARD): Define.
53608 2010-06-21  Andreas Schwab  <schwab@redhat.com>
53610         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53611         Restore proper fallback handling.
53613 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
53615         [BZ #11701]
53616         * posix/group_member.c (__group_member): Correct checking loop.
53618         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
53619         OOM in getpwuid_r correctly.  Return error number when the caller
53620         should return, otherwise -1.
53621         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
53622         call returning > 0 value.
53623         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
53625 2010-06-07  Andreas Schwab  <schwab@redhat.com>
53627         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
53628         libc_nonshared.a from targets in modules-names.
53630 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
53632         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
53633         requires it.
53635 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
53637         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
53638         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
53639         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
53640         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
53642 2010-06-02  Andreas Schwab  <schwab@redhat.com>
53644         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
53646 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
53648         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
53649         and F_GETPIPE_SZ.
53650         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
53651         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
53652         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
53653         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
53654         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
53655         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
53657 2010-06-14  Roland McGrath  <roland@redhat.com>
53659         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
53661 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
53663         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
53664         __REDIRECT followed by __THROW.
53665         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
53666         * posix/getopt.h (getopt): Likewise.
53668 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
53670         * hurd/lookup-at.c (__file_name_lookup_at): Accept
53671         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
53672         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
53673         in AT_FLAGS.
53674         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
53675         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
53677 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
53679         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
53681 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
53683         [BZ #11640]
53684         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53685         Properly check family and model.
53687 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
53689         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
53691 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
53693         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
53695 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
53697         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
53698         symbol reference.
53700 2010-05-19  Andreas Schwab  <schwab@redhat.com>
53702         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
53703         symbol reference.
53705 2010-05-21  Andreas Schwab  <schwab@redhat.com>
53707         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
53708         and internal_recvmmsg.
53709         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
53710         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
53711         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
53712         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
53714         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
53715         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
53716         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
53718 2010-05-20  Andreas Schwab  <schwab@redhat.com>
53720         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
53722 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
53724         POWER7 optimizations.
53725         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
53726         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
53728 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
53730         * version.h: Update for 2.13 development version.
53732 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
53734         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
53735         exceptions.  Return 0.
53737 2010-05-07  Roland McGrath  <roland@redhat.com>
53739         * elf/ldconfig.c (main): Add a const.
53741 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
53743         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
53744         (args_options): Add no-idn option.
53745         (ahosts_keys_int): Add idn_flags to ai_flags.
53746         (parse_option): Handle 'i' option to clear idn_flags.
53748         * malloc/malloc.c (_int_free): Possible race in the most recently
53749         added check.  Only act on the data if no current modification
53750         happened.
53752 See ChangeLog.17 for earlier changes.