ftell: seek to end only when there are unflushed bytes (BZ #17647)
[glibc.git] / ChangeLog
blob83048e1c342929042cc8fba65fb659cd8928dc4d
1 2914-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
3         [BZ #17647]
4         * libio/fileops.c (do_ftell): Seek only when there are
5         unflushed writes.
6         * libio/wfileops.c (do_ftell_wide): Likewise.
7         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
8         test case.
9         (do_one_test): Call it.
11 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
13         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
14         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
15         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
16         Remove variable.
17         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
18         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
19         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
21 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
23         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
24         Remove variable.
25         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
27         [BZ #17668]
28         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
29         as weak alias of __getifaddrs.  Use libc_hidden_weak.
30         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
31         __freeifaddrs.  Use libc_hidden_weak.
32         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
33         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
34         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
35         __freeifaddrs.  Use libc_hidden_weak.
36         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
37         __getifaddrs and define as weak alias of __getifaddrs.  Use
38         libc_hidden_weak.
39         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
40         __freeifaddrs.  Use libc_hidden_weak.
41         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
42         Remove variable.
43         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
44         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
46 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
48         [BZ #17601]
49         * sysdeps/mips/start.S (__start): Use indirect jump to call
50         __libc_start_main.
52 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
54         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
56         * nptl/tst-mutex1.c: Include <stdbool.h>.
57         [!ATTR] (ATTR_NULL): New macro.
58         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
59         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
60         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
62         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
63         to char *.
65         [BZ #17665]
66         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
67         Change conditional to [__USE_MISC].
69         [BZ #17664]
70         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
71         fgets_unlocked.
72         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
73         __fgets_unlocked.
74         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
75         fgets_unlocked.
76         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
77         Remove variable.
78         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
79         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
80         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
81         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
82         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
83         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
84         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
85         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
86         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
88         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
90 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
92         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
93         Remove strpbrk objects.
94         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
95         (__libc_ifunc_impl_list): Remove strpbrk implementation.
96         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
97         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
98         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
99         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
101         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
102         Remove strcspn objects.
103         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
104         (__libc_ifunc_impl_list): Remove strcspn implementation.
105         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
106         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
107         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
108         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
110         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
111         Remove strspn objetcs.
112         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
113         (__libc_ifunc_impl_list): Remove strspn implementation.
114         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
115         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
116         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
117         * sysdeps/powerpc/powerpc64/strspn.S: New file.
119 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
121         [BZ #17581]
122         * malloc/hooks.c
123         (mem2mem_check): Add a terminator to the chain of checking blocks.
124         (malloc_check_get_size): Use it here.
125         (mem2chunk_check): Ditto.
127 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
129         * sysdeps/powerpc/powerpc64/strtok.S: New file.
130         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
132 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
134         * bits/ioctl-types.h: Indent preprocessor directives correctly.
136         * nptl/nptl-init.c: Include libc-internal.h.
137         (__pthread_initialize_minimal_internal): Use ROUND_UP.
139         * elf/ldconfig.c (search_dir): Expand comment.
141 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
143         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
144         variable.
145         (linknamespace-symlist-stdlibs-tests): Likewise.
146         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
147         instead of $(objpfx)symlist-stdlibs.
148         (linknamespace-libs-isoc): New variable.
149         (linknamespace-libs): Use $(linknamespace-libs-isoc).
150         (linknamespace-libs-ISO): New variable.
151         (linknamespace-libs-ISO99): Likewise.
152         (linknamespace-libs-ISO11): Likewise.
153         (linknamespace-libs-XPG3): Likewise.
154         (linknamespace-libs-XPG4): Likewise.
155         (linknamespace-libs-POSIX): Likewise.
156         (linknamespace-libs-UNIX98): Likewise.
157         (linknamespace-libs-XOPEN2K): Likewise.
158         (linknamespace-libs-POSIX2008): Likewise.
159         (linknamespace-libs-XOPEN2K8): Likewise.
160         ($(objpfx)symlist-stdlibs): Replace by
161         $(linknamespace-symlist-stdlibs-tests).  Use
162         $(linknamespace-libs-$*) as set of libraries.
163         ($(linknamespace-header-tests)): Update dependencies.  Use
164         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
165         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
166         * conform/linknamespace.pl: Remove comment about considering
167         definitions of symbols from irrelevant libraries.
169 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
171         [BZ #13862]
172         * elf/dl-tls.c: Include <atomic.h>.
173         (oom): Remove #ifdef SHARED/#endif.
174         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
175         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
176         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
177         big enough.
178         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
179         * nptl/Makefile (tests): Add tst-stack4.
180         (modules-names): Add tst-stack4mod.
181         ($(objpfx)tst-stack4): New.
182         (tst-stack4mod.sos): Likewise.
183         ($(objpfx)tst-stack4.out): Likewise.
184         ($(tst-stack4mod.sos)): Likewise.
185         (clean): Likewise.
186         * nptl/tst-stack4.c: New file.
187         * nptl/tst-stack4mod.c: Likewise.
189 2014-11-27  J. Brown  <jb999@gmx.de>
191         * sysdeps/x86/bits/string.h: Add recent CPUs.
193 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
195         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
196         sigblock.
198         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
199         feof.
201         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
202         variable.
204 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
206         * nscd/connections.c: Include libc-internal.h because of macro
207         usage ignore_value.
209 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
211         * string/bits/string3.h (__warn_memset_zero_len): Don't
212         declare for gcc newer than 5.0.
213         (memset): Don't test for zero-length __LEN for gcc newer than
214         5.0.
216 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
218         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
219         size_t for %zu format.
221         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
222         difference, not %ju.
224 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
226         * include/libc-internal.h (ignore_value): New macro.
227         * nscd/connections.c (restart): Wrap calls to setuid and setgid
228         with ignore_value.
230         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
231         definition.
233         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
234         pthread_cleanup_push to void *.
236         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
237         Undefine.
239         [BZ #16619]
240         [BZ #16740]
241         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
242         instead of 1L << 52.
244         * libio/bug-rewind.c (do_test): Check fwscanf return values.
245         * libio/bug-rewind2.c (do_test): Likewise.
247         * debug/test-stpcpy_chk-ifunc.c: Remove file.
248         * debug/test-strcpy_chk-ifunc.c: Likewise.
249         * wcsmbs/test-wcschr-ifunc.c: Likewise.
250         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
251         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
252         * wcsmbs/test-wcslen-ifunc.c: Likewise.
253         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
254         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
255         * Rules [$(multi-arch) = no] (tests): Do not filter out
256         $(tests-ifunc).
257         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
258         * debug/Makefile (tests-ifunc): Remove variable.
259         (tests): Do not add $(tests-ifunc).
260         * wcsmbs/Makefile (tests-ifunc): Remove variable.
261         (tests): Do not add $(tests-ifunc).
262         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
263         [TEST_IFUNC]: Remove conditionals.
264         * string/test-string.h (TEST_IFUNC): Remove macro.
265         [TEST_IFUNC]: Remove conditionals.
267         * string/test-strchr.c [!WIDE] (L): New macro.
268         [WIDE] (L): Likewise.
269         (check1): Use CHAR instead of char.  Use L on string and character
270         constants.
272 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
274         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
275         tests.
276         * sysdeps/powerpc/bits/atomic.h
277         (__arch_atomic_exchange_and_add_32_acq): Add definition.
278         (__arch_atomic_exchange_and_add_32_rel): Likewise.
279         (atomic_exchange_and_add_acq): Likewise.
280         (atomic_exchange_and_add_rel): Likewise.
281         * sysdeps/powerpc/powerpc32/bits/atomic.h
282         (__arch_atomic_exchange_and_add_64_acq): Add definition.
283         (__arch_atomic_exchange_and_add_64_rel): Likewise.
284         * sysdeps/powerpc/powerpc64/bits/atomic.h
285         (__arch_atomic_exchange_and_add_64_acq): Add definition.
286         (__arch_atomic_exchange_and_add_64_rel): Likewise.
288 2014-11-26  Torvald Riegel  <triegel@redhat.com>
290         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
291         Change synchronization of __sched_fifo_min_prio and
292         __sched_fifo_max_prio.
293         * nptl/pthread_mutexattr_getprioceiling.c
294         (pthread_mutexattr_getprioceiling): Likewise.
295         * nptl/pthread_mutexattr_setprioceiling.c
296         (pthread_mutexattr_setprioceiling): Likewise.
297         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
298         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
299         Likewise.
301 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
303         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
304         void.
306 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
308         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
309         third argument const.
311 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
313         fnmatch: work around GCC compiler warning bug with uninit var
314         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
315         This works around a bug with x86-64 GCC 4.9.2 and earlier
316         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
317         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
318         used uninitialized in this function [-Wmaybe-uninitialized]".
320 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
322         * posix/bug-regex31.c (main): Return RES not 0.
324 2014-11-25  Anton Blanchard <anton@samba.org>
326         * sysdeps/powerpc/bits/atomic.h
327         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
329 2014-11-24  Sterling Augustine  <saugustine@google.com>
331         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
333 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
335         [BZ #17608]
336         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
338 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
340         [BZ #17633]
341         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
342         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
343         variable.
344         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
345         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
347 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
349         * string/strncpy.c (strncpy): Improve performance by using memset.
351 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
353         * string/strcpy.c (strcpy):
354         Improve performance by using strlen and memcpy.
356 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
358         * string/strcoll_l.c (get_next_seq): __always_inline.
359         * string/strcoll_l.c (do_compare): __always_inline.
361 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
363         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
364         defined.
365         * include/mqueue.h: Likewise.
366         * include/stdlib.h: Likewise.
368         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
369         (get_null_defines): Adjust.
370         * sunrpc/Makefile: Adjust comment.
371         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
372         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
373         (CFLAGS-interp.c): Likewise.
374         (CFLAGS-ldconfig.c): Likewise.
375         (CPPFLAGS-.os): Likewise.
376         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
377         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
378         * extra-modules.mk (extra-modules.mk): Likewise.
379         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
380         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
381         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
382         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
383         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
384         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
385         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
386         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
387         * iconvdata/Makefile (CPPFLAGS): Likewise.
388         (cpp-srcs-left): Add libof for all iconvdata routines.
389         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
390         * include/assert.h: Likewise.
391         * include/ctype.h: Likewise.
392         * include/errno.h: Likewise.
393         * include/libc-symbols.h: Likewise.
394         * include/math.h: Likewise.
395         * include/netdb.h: Likewise.
396         * include/resolv.h: Likewise.
397         * include/stdio.h: Likewise.
398         * include/stdlib.h: Likewise.
399         * include/string.h: Likewise.
400         * include/sys/stat.h: Likewise.
401         * include/wctype.h: Likewise.
402         * intl/l10nflist.c: Likewise.
403         * libidn/idn-stub.c: Likewise.
404         * libio/libioP.h: Likewise.
405         * nptl/libc_multiple_threads.c: Likewise.
406         * nptl/pthreadP.h: Likewise.
407         * posix/regex_internal.h: Likewise.
408         * resolv/res_hconf.c: Likewise.
409         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
410         * sysdeps/arm/memmove.S: Likewise.
411         * sysdeps/arm/sysdep.h: Likewise.
412         * sysdeps/generic/_itoa.h: Likewise.
413         * sysdeps/generic/symbol-hacks.h: Likewise.
414         * sysdeps/gnu/errlist.awk: Likewise.
415         * sysdeps/gnu/errlist.c: Likewise.
416         * sysdeps/i386/i586/memcpy.S: Likewise.
417         * sysdeps/i386/i586/memset.S: Likewise.
418         * sysdeps/i386/i686/memcpy.S: Likewise.
419         * sysdeps/i386/i686/memmove.S: Likewise.
420         * sysdeps/i386/i686/mempcpy.S: Likewise.
421         * sysdeps/i386/i686/memset.S: Likewise.
422         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
423         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
424         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
425         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
426         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
427         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
428         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
429         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
430         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
431         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
432         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
433         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
434         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
435         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
436         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
437         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
438         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
439         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
440         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
441         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
442         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
443         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
444         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
445         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
446         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
447         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
448         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
449         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
450         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
451         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
452         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
453         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
454         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
455         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
456         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
457         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
458         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
459         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
460         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
461         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
462         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
463         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
464         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
465         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
466         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
467         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
468         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
469         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
470         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
471         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
472         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
473         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
474         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
475         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
476         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
477         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
478         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
479         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
480         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
481         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
482         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
483         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
484         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
485         * sysdeps/nptl/bits/libc-lock.h: Likewise.
486         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
487         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
488         * sysdeps/posix/closedir.c: Likewise.
489         * sysdeps/posix/opendir.c: Likewise.
490         * sysdeps/posix/readdir.c: Likewise.
491         * sysdeps/posix/rewinddir.c: Likewise.
492         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
493         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
494         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
495         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
496         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
497         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
498         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
499         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
500         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
501         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
502         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
503         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
504         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
505         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
506         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
507         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
508         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
509         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
510         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
511         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
512         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
513         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
514         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
515         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
516         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
517         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
518         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
519         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
520         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
521         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
522         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
523         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
524         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
525         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
526         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
527         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
528         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
529         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
530         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
531         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
532         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
533         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
534         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
535         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
536         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
537         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
538         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
539         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
540         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
541         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
542         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
543         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
544         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
545         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
546         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
547         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
548         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
549         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
550         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
551         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
552         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
553         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
554         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
555         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
556         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
557         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
558         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
559         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
560         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
561         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
562         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
563         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
564         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
565         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
566         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
567         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
568         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
569         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
570         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
571         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
572         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
573         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
574         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
575         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
576         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
577         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
578         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
579         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
580         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
581         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
582         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
583         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
584         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
585         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
586         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
587         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
588         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
589         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
590         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
591         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
592         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
593         * sysdeps/unix/alpha/sysdep.S: Likewise.
594         * sysdeps/unix/alpha/sysdep.h: Likewise.
595         * sysdeps/unix/make-syscalls.sh: Likewise.
596         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
597         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
598         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
599         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
600         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
601         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
602         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
603         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
604         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
605         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
606         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
607         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
608         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
609         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
610         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
611         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
612         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
613         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
614         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
615         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
616         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
617         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
618         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
619         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
620         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
621         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
622         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
623         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
624         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
625         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
626         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
627         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
628         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
629         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
630         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
631         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
632         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
633         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
634         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
635         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
636         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
637         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
638         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
639         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
640         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
641         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
642         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
643         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
644         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
645         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
646         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
647         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
648         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
649         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
650         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
651         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
652         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
653         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
654         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
655         * sysdeps/x86_64/memcpy.S: Likewise.
656         * sysdeps/x86_64/memmove.c: Likewise.
657         * sysdeps/x86_64/memset.S: Likewise.
658         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
659         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
660         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
661         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
662         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
663         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
664         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
665         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
666         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
667         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
668         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
669         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
670         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
671         * sysdeps/x86_64/multiarch/memset.S: Likewise.
672         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
673         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
674         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
675         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
676         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
677         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
678         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
679         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
680         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
681         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
682         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
683         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
684         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
685         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
686         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
687         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
688         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
689         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
690         * sysdeps/x86_64/strcmp.S: Likewise.
692         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
694         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
695         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
696         * elf/rtld-Rules: Likewise.
697         * elf/setup-vdso.h: Likewise.
698         * include/assert.h: Likewise.
699         * include/bits/stdlib-float.h: Likewise.
700         * include/errno.h: Likewise.
701         * include/sys/stat.h: Likewise.
702         * include/unistd.h: Likewise.
703         * sysdeps/aarch64/setjmp.S: Likewise.
704         * sysdeps/alpha/setjmp.S: Likewise.
705         * sysdeps/arm/__longjmp.S: Likewise.
706         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
707         * sysdeps/arm/setjmp.S: Likewise.
708         * sysdeps/arm/sysdep.h: Likewise.
709         * sysdeps/generic/_itoa.h: Likewise.
710         * sysdeps/generic/dl-sysdep.h: Likewise.
711         * sysdeps/generic/ldsodefs.h: Likewise.
712         * sysdeps/i386/dl-tls.h: Likewise.
713         * sysdeps/i386/setjmp.S: Likewise.
714         * sysdeps/m68k/setjmp.c: Likewise.
715         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
716         * sysdeps/mach/hurd/opendir.c: Likewise.
717         * sysdeps/posix/getcwd.c: Likewise.
718         * sysdeps/posix/opendir.c: Likewise.
719         * sysdeps/posix/profil.c: Likewise.
720         * sysdeps/powerpc/dl-procinfo.h: Likewise.
721         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
722         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
723         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
724         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
725         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
726         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
727         * sysdeps/s390/dl-tls.h: Likewise.
728         * sysdeps/s390/s390-32/setjmp.S: Likewise.
729         * sysdeps/s390/s390-64/setjmp.S: Likewise.
730         * sysdeps/sh/sh3/setjmp.S: Likewise.
731         * sysdeps/sh/sh4/setjmp.S: Likewise.
732         * sysdeps/unix/alpha/sysdep.h: Likewise.
733         * sysdeps/unix/arm/sysdep.S: Likewise.
734         * sysdeps/unix/i386/sysdep.S: Likewise.
735         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
736         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
737         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
738         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
739         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
740         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
741         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
742         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
743         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
744         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
745         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
746         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
747         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
748         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
749         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
750         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
751         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
752         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
753         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
754         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
755         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
756         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
757         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
758         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
759         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
760         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
761         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
762         * sysdeps/unix/x86_64/sysdep.S: Likewise.
763         * sysdeps/x86_64/setjmp.S: Likewise.
765         * include/math.h: Use IS_IN instead of IS_IN_libm.
766         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
767         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
768         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
769         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
770         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
771         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
772         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
773         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
774         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
775         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
776         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
777         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
778         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
779         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
780         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
781         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
782         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
783         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
784         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
785         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
786         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
787         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
788         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
789         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
790         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
791         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
792         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
793         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
794         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
795         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
796         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
797         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
798         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
799         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
800         Likewise.
801         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
802         Likewise.
803         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
804         Likewise.
805         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
806         Likewise.
807         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
808         Likewise.
809         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
810         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
811         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
812         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
813         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
814         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
815         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
816         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
817         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
818         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
819         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
820         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
821         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
822         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
823         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
824         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
825         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
826         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
827         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
828         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
829         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
830         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
831         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
832         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
833         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
834         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
835         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
837         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
838         * nptl/pthreadP.h: Likewise.
839         * nptl_db/structs.def: Likewise.
840         * sysdeps/arm/sysdep.h: Likewise.
841         * sysdeps/nptl/bits/libc-lock.h: Likewise.
842         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
843         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
844         * sysdeps/unix/alpha/sysdep.h: Likewise.
845         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
846         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
847         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
848         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
849         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
850         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
851         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
852         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
853         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
854         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
855         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
856         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
857         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
858         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
859         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
860         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
861         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
862         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
863         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
864         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
865         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
866         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
867         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
868         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
869         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
870         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
872         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
873         * nptl/pthreadP.h: Likewise.
874         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
875         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
876         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
877         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
878         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
879         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
880         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
881         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
882         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
883         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
884         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
885         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
886         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
887         Likewise.
888         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
889         Likewise.
890         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
891         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
892         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
893         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
894         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
895         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
896         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
897         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
899         * dlfcn/dladdr.c: Use IS_IN.
900         * dlfcn/dladdr1.c: Likewise.
901         * dlfcn/dlclose.c: Likewise.
902         * dlfcn/dlerror.c: Likewise.
903         * dlfcn/dlinfo.c: Likewise.
904         * dlfcn/dlmopen.c: Likewise.
905         * dlfcn/dlopen.c: Likewise.
906         * dlfcn/dlsym.c: Likewise.
907         * dlfcn/dlvsym.c: Likewise.
909         * include/ifaddrs.h: Use IS_IN.
910         * inet/check_pf.c: Likewise.
911         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
912         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
914         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
915         IS_IN_ldconfig.
916         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
917         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
919         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
920         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
921         IS_IN (libc).
923         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
925         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
926         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
927         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
928         * include/libc-symbols.h (IS_IN_LIB): New macro.
929         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
930         * include/netdb.h: Likewise.
931         * include/stap-probe.h: Remove all uses of IN_LIB.
933         * Makeconfig (module-cppflags-real): Define MODULE_NAME
934         instead of IN_MODULE.
935         * include/libc-symbols.h (IN_MODULE): Define using
936         MODULE_NAME.
937         (PASTE_NAME, PASTE_NAME1): New macros.
938         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
939         of IN_LIB.
940         (STAP_PROBE_ASM): Likewise.
942 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
944         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
945         __mach_init in dlopened libc.
947 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
949         * sysdeps/arm/preconfigure.ac: Delete EABI check.
950         * sysdeps/arm/preconfigure: Regenerate.
952 2014-11-21  Roland McGrath  <roland@hack.frob.com>
954         * nptl/pthread_create.c (__pthread_create_2_1): Set
955         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
956         when copying values from IATTR into PD.
958 2014-11-21  Will Newton  <will.newton@linaro.org>
959             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
961         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
962         Refactor inline-asm.  Also add comment.
964         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
965         ElfW macro instead of hardcoded Elf64 types.
966         (la_aarch64_gnu_pltenter): Likewise.
967         * sysdeps/aarch64/dl-machine.h
968         (elf_machine_runtime_setup): Use ElfW(Addr).
970         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
971         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
972         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
973         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
974         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
975         (R_AARCH64_TLS_DTPMOD64): Rename to ..
976         (R_AARCH64_TLS_DTPMOD): This.
977         (R_AARCH64_TLS_DTPREL64): Rename to ...
978         (R_AARCH64_TLS_DTPREL): This.
979         (R_AARCH64_TLS_TPREL64): Rename to ...
980         (R_AARCH64_TLS_TPREL): This.
981         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
982         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
983         R_AARCH64_TLS_TPREL64.
984         (elf_machine_rela): Likewise.
986 2014-11-21  Torvald Riegel  <triegel@redhat.com>
988         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
989         by setting it to 0.  64b atomics are not supported currently.
991 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
993         [BZ #16469]
994         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
995         search domain names.
997 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
999         [BZ #16469]
1000         * NEWS: Update.
1001         * resolv/res_query.c (__libc_res_nquerydomain): Retain
1002         trailing dot.
1003         * posix/tst-getaddrinfo5.c: New.
1004         * posix/Makefile (tests): Add it.
1006 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1008         [BZ #14498]
1009         * NEWS: Fixed.
1010         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
1011         after parsing line but before break_if_match.
1012         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
1013         if there is a protocol mismatch.
1015 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
1017         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
1018         because the potential race is on the user-supplied stream.
1020 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1022         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
1023         string literal if not passed a buffer.
1024         * manual/job.texi (ctermid): Update reasoning, note deviation
1025         from posix, suggest mtasurace when not passed a buffer, for
1026         future non-preliminary safety notes.
1028 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1030         * manual/users.texi (cuserid): Fix MT-Safety note for the case
1031         of not passing it a buffer.
1032         Reported by Peng Haitao.
1034 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
1036         * manual/Makefile ($(objpfx)stamp-summary): Require
1037         check-safety.sh to pass.
1038         * manual/check-safety.sh: Wish for verification that every
1039         @deftypefn and @deftypefun is followed by a @safety remark.
1041 2014-11-20  Roland McGrath  <roland@hack.frob.com>
1043         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
1045         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
1046         PTHREAD_CANCEL_ASYNCHRONOUS.
1047         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
1048         send SIGCANCEL.
1050         * nptl/default-sched.h: New file.
1051         * sysdeps/unix/sysv/linux/default-sched.h: New file.
1052         * nptl/pthread_create.c: Include it.
1053         (__pthread_create_2_1): Use collect_default_sched instead of making
1054         Linux syscalls here directly.
1056 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1058         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
1059         __pthread_once): Use C11 atomics.
1061 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1063         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
1065 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1067         * include/atomic.h (__atomic_link_error, __atomic_check_size,
1068         atomic_thread_fence_acquire, atomic_thread_fence_release,
1069         atomic_thread_fence_seq_cst, atomic_load_relaxed,
1070         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
1071         atomic_compare_exchange_weak_relaxed,
1072         atomic_compare_exchange_weak_acquire,
1073         atomic_compare_exchange_weak_release,
1074         atomic_exchange_acquire, atomic_exchange_release,
1075         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
1076         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
1077         atomic_fetch_and_acquire,
1078         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
1080 2014-11-20  Torvald Riegel  <triegel@redhat.com>
1082         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
1083         USE_ATOMIC_COMPILER_BUILTINS): Define.
1084         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
1085         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1086         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
1087         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1088         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
1089         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1090         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
1091         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1092         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
1093         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1094         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
1095         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1096         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
1097         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1098         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
1099         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1100         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1101         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1102         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1103         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1104         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
1105         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1106         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
1107         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1108         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
1109         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1110         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
1111         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1112         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
1113         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1114         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
1115         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1116         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
1117         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1118         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
1119         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1120         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
1121         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1122         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
1123         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
1125 2014-11-19  Roland McGrath  <roland@hack.frob.com>
1127         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
1128         the sched_priority value here.  It was already checked when the user
1129         called pthread_attr_setschedparam.
1131         * nptl/tst-bad-schedattr.c: New file.
1132         * nptl/Makefile (tests): Add it.
1134 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
1135             Florian Weimer  <fweimer@redhat.com>
1136             Joseph Myers  <joseph@codesourcery.com>
1137             Adam Conrad  <adconrad@0c3.net>
1138             Andreas Schwab  <schwab@suse.de>
1139             Brooks  <bmoses@google.com>
1141         [BZ #17625]
1142         * wordexp-test.c (__dso_handle): Add prototype.
1143         (__register_atfork): Likewise.
1144         (__app_register_atfork): New function.
1145         (registered_forks): New global.
1146         (register_fork): New function.
1147         (test_case): Add 3 new tests for WRDE_CMDSUB.
1148         (main): Call __app_register_atfork.
1149         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
1150         fork count is non-zero fail the test.
1151         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
1152         is set.
1153         (parse_dollars): Remove check for WRDE_NOCMD.
1154         (parse_dquote): Likewise.
1156 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
1158         * Makeconfig (built-modules): List non-library modules to be
1159         built.
1160         (module-cppflags): Include libc-modules.h for
1161         everything except shlib-versions.v.i.
1162         (CPPFLAGS): Use it.
1163         (before-compile): Add libc-modules.h.
1164         ($(common-objpfx)libc-modules.h,
1165         $(common-objpfx)libc-modules.stmp): New targets.
1166         (common-generated): Add libc-modules.h and libc-modules.stmp.
1167         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
1168         * include/libc-symbols.h: Don't include libc-modules.h.
1169         * include/libc-modules.h: Remove file.
1170         * scripts/gen-libc-modules.awk: New script to generate
1171         libc-modules.h.
1172         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
1173         Depend on libc-modules.stmp.
1175         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
1177         * Makeconfig (in-module): Get value of libof set for the
1178         translation unit.
1179         (CPPFLAGS): Use $(in-module).
1180         * Makerules: Don't suffix routine names for nonlib.
1181         * include/libc-modules.h: New file.
1182         * include/libc-symbols.h: Include libc-modules.h
1183         (IS_IN): New macro to replace IS_IN_* macros.
1184         * elf/Makefile: Set libof-* for each routine.
1185         * elf/rtld-Rules: Likewise.
1186         * extra-modules.mk: Likewise.
1187         * iconv/Makefile: Likewise.
1188         * iconvdata/Makefile: Likewise.
1189         * locale/Makefile: Likewise.
1190         * malloc/Makefile: Likewise.
1191         * nss/Makefile: Likewise.
1192         * sysdeps/gnu/Makefile: Likewise.
1193         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
1194         * sysdeps/unix/sysv/linux/Makefile: Likewise.
1195         * sysdeps/s390/s390-64/Makefile: Likewise.
1196         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
1197         CPPFLAGS for nscd instead of nonlib.
1199 2014-11-18  Roland McGrath  <roland@hack.frob.com>
1201         * nptl/createthread.c: New file.
1203         * nptl/createthread.c: Moved ...
1204         * sysdeps/unix/sysv/linux/createthread.c: ... here.
1206         * nptl/createthread.c: Add proper top-line comment.
1207         (do_clone): Folded into ...
1208         (create_thread): ... here.  Take new arguments STOPPED_START and
1209         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
1210         increment __nptl_threads, do event-reporting logic, do
1211         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
1212         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
1213         resource cleanup if sched_setaffinity or sched_setscheduler fails,
1214         just send SIGCANCEL.
1215         * nptl/pthread_create.c: Forward-declare create_thread before
1216         including createthread.c.
1217         (start_thread): Use new macro START_THREAD_DEFN to replace defining
1218         declaration, and new macro START_THREAD_SELF to replace argument.
1219         Remove return statement.
1220         (report_thread_creation): New function.
1221         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
1222         synchronization logic, and __nptl_nthreads increment here, around
1223         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
1224         PD->parent_cancelhandling here, before create_thread.  When
1225         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
1226         __deallocate_stack, and ENOMEM translation here.
1228 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
1230         [BZ #17616]
1231         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
1232         (mptwo): Rename to __mptwo.
1233         (__inv): Use __mptwo instead of mptwo.
1234         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
1235         (mptwo): Rename to __mptwo.
1236         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
1237         of mpone and __mptwo instead of mptwo.
1238         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
1239         instead of mpone.
1240         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
1241         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
1242         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
1243         of mpone and __mptwo instead of mptwo.
1244         (__mpranred): Use __mpone instead of mpone.
1245         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
1246         variable.
1247         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1248         (test-xfail-ISO99/math.h/linknamespace): Likewise.
1249         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1250         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1251         (test-xfail-ISO11/math.h/linknamespace): Likewise.
1252         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1253         (test-xfail-XPG3/math.h/linknamespace): Likewise.
1254         (test-xfail-XPG4/math.h/linknamespace): Likewise.
1255         (test-xfail-POSIX/math.h/linknamespace): Likewise.
1256         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1257         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1258         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1259         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1260         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1261         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1262         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1263         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1264         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1265         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1267 2014-11-18  Tom de Vries  <tom@codesoucery.com>
1269         * manual/signal.texi (Primitives Interrupted by Signals): In section,
1270         replace BSD Handler xref with BSD Signal Handling.
1272 2014-11-17  Richard Henderson  <rth@redhat.com>
1274         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
1275         (_FP_PACK_RAW_2): Remove.
1276         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
1277         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
1278         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
1279         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
1280         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
1281         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
1282         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
1283         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
1284         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
1285         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
1286         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
1287         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
1288         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
1289         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
1290         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
1291         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
1293 2014-11-14  Roland McGrath  <roland@hack.frob.com>
1295         * signal/signal.h [__USE_MISC]
1296         (struct sigvec): Remove type.
1297         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
1298         (sigvec): Remove declaration.
1299         * sysdeps/posix/sigvec.c: Moved ...
1300         * signal/sigvec.c: ... here, replacing old file.
1301         (struct sigvec): New type, copied from old signal.h definition.
1302         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
1303         (__sigvec): Convert definition to prototype.
1304         (sigvec): Replace weak_alias with compat_symbol.
1305         * signal/Versions (libc: GLIBC_2.21): New version set.
1306         * include/signal.h: Remove __sigvec declaration.
1307         * sysdeps/unix/bsd/sigvec.c: Remove file.
1308         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
1309         * manual/signal.texi (BSD Handler): Remove subsection.
1310         Move siginterrupt up to ...
1311         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
1312         (Blocking in BSD): Fold subsection into its parent.
1313         * NEWS: Mention sigvec removal.
1315 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
1317         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
1318         (DLA_FMS): Make definition conditional only on [__FMA4__].
1319         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
1320         definition.
1322         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
1323         Make definition conditional only on [PROF].
1324         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
1325         definition.
1326         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
1327         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
1329         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
1330         !__GNUC__].
1331         * include/signal.h (__sigpause): Move declaration above call to
1332         libc_hidden_proto.
1333         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
1334         variable.
1335         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
1336         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
1338 2014-11-14  David S. Miller  <davem@davemloft.net>
1340         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
1341         Define before including <string/memcpy.c> and <string/mempcpy.c>.
1343 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
1345         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
1346         * configure: Regenerated.
1347         * manual/install.texi (Tools for Compilation): Document a
1348         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
1349         compiler verified to work.
1350         * INSTALL: Regenerated.
1352         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
1353         redeclare with asm name.
1354         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
1355         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
1356         including <string.h>.
1357         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1358         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
1359         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1360         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
1361         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1362         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
1363         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
1365 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
1367         * stdlib/strtol.c (__strtol): Use prototype definition.
1369         [BZ #17594]
1370         * stdlib/strtol.c (SYM__): New macro.
1371         (SYM__1): Likewise.
1372         (__strtol): Likewise.
1373         (strtol): Rename to __strtol and define as weak alias of
1374         __strtol.  Use libc_hidden_weak.
1376 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1378         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
1379         Use numbered labels in inline assembly.
1381 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1383         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
1384         Add setjmp LIBC_PROBE.
1385         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
1386         Likewise.
1387         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
1388         Add longjmp, longjmp_target LIBC_PROBE.
1389         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
1390         Likewise.
1392 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1394         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
1395         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
1396         to get rid of unused variable warning.
1398 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
1400         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
1401         Check for unwind_backtrace ==  NULL only in SHARED case.
1402         (__backchain_backtrace): Compile only in SHARED case.
1403         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
1404         Likewise.
1405         (__backchain_backtrace): Declare as static.
1407 2014-11-12  Roland McGrath  <roland@hack.frob.com>
1409         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
1410         (__libc_multiple_threads_ptr): Variable moved ...
1411         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
1413 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
1415         * conform/GlibcConform.pm: New file.
1416         * conform/conformtest.pl: Use GlibcConform module.
1417         * conform/linknamespace.pl: New file.
1418         * conform/list-header-symbols.pl: Likewise.
1419         * conform/Makefile (linknamespace-symlists-base): New variable.
1420         (linknamespace-symlists-tests): Likewise.
1421         (linknamespace-header-base): Likewise.
1422         (linknamespace-header-tests): Likewise.
1423         (tests-special): Add new tests.
1424         ($(linknamespace-symlists-tests)): New rule.
1425         (linknamespace-libs): New variable.
1426         ($(objpfx)symlist-stdlibs): New rule.
1427         ($(linknamespace-header-tests)): Likewise.
1428         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
1429         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
1430         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
1431         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
1432         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
1433         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
1434         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
1435         (test-xfail-ISO/math.h/linknamespace): Likewise.
1436         (test-xfail-ISO/signal.h/linknamespace): Likewise.
1437         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
1438         (test-xfail-ISO/time.h/linknamespace): Likewise.
1439         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
1440         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
1441         (test-xfail-ISO99/math.h/linknamespace): Likewise.
1442         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
1443         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
1444         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
1445         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
1446         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
1447         (test-xfail-ISO11/math.h/linknamespace): Likewise.
1448         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
1449         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
1450         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
1451         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
1452         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
1453         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
1454         (test-xfail-XPG3/math.h/linknamespace): Likewise.
1455         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
1456         (test-xfail-XPG3/search.h/linknamespace): Likewise.
1457         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
1458         (test-xfail-XPG3/time.h/linknamespace): Likewise.
1459         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
1460         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
1461         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
1462         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
1463         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
1464         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
1465         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
1466         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
1467         (test-xfail-XPG4/math.h/linknamespace): Likewise.
1468         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
1469         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
1470         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
1471         (test-xfail-XPG4/search.h/linknamespace): Likewise.
1472         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
1473         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
1474         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
1475         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
1476         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
1477         (test-xfail-XPG4/time.h/linknamespace): Likewise.
1478         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
1479         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
1480         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
1481         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
1482         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
1483         (test-xfail-POSIX/math.h/linknamespace): Likewise.
1484         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
1485         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
1486         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
1487         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
1488         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
1489         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
1490         (test-xfail-POSIX/time.h/linknamespace): Likewise.
1491         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
1492         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
1493         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
1494         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
1495         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
1496         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
1497         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
1498         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
1499         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
1500         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
1501         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
1502         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
1503         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
1504         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
1505         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
1506         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
1507         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
1508         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
1509         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
1510         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
1511         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
1512         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
1513         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
1514         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
1515         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
1516         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
1517         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
1518         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
1519         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
1520         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
1521         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
1522         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
1523         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
1524         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
1525         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
1526         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
1527         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
1528         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
1529         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
1530         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
1531         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
1532         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
1533         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
1534         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
1535         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
1536         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
1537         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
1538         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
1539         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
1540         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
1541         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
1542         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
1543         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
1544         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
1545         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
1546         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
1547         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
1548         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
1549         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
1550         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
1551         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
1552         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
1553         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
1554         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
1555         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
1556         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
1557         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
1558         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
1559         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
1560         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
1561         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
1562         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
1563         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
1564         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
1565         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
1566         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
1567         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
1568         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
1569         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
1570         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
1571         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
1572         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
1573         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
1574         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
1575         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
1576         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
1577         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
1578         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
1579         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
1580         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
1581         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
1582         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
1583         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
1584         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
1585         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
1586         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
1587         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
1588         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
1590         [BZ #17589]
1591         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
1592         of fgets_unlocked.
1594         [BZ #17585]
1595         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
1596         (memmem): Rename to __memmem and define as weak alias of
1597         __memmem.  Use libc_hidden_weak.
1598         (__memmem): Use libc_hidden_def.
1599         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
1600         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
1601         memmem.
1603         [BZ #17582]
1604         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
1605         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
1606         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
1607         and define as weak alias of __fgets_unlocked.  Use
1608         libc_hidden_weak.
1609         (__fgets_unlocked): Use libc_hidden_def.
1610         * include/stdio.h (__fgets_unlocked): Declare.  Use
1611         libc_hidden_proto.
1612         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
1613         __fgets_unlocked instead of fgets_unlocked.
1614         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
1615         (GET_NPROCS_CONF_PARSER): Likewise.
1616         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
1617         (GET_NPROCS_CONF_PARSER): Likewise.
1619         [BZ #17574]
1620         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
1621         weak alias of __wmemset.  Use libc_hidden_weak.
1622         (__wmemset): Use libc_hidden_def.
1623         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
1624         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
1625         of wmemset.
1627         [BZ #17573]
1628         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
1629         with asm name __mempcpy.
1630         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
1632         [BZ #17572]
1633         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
1634         and define as weak alias of __rawmemchr.
1635         (__rawmemchr): Do not define as strong alias of rawmemchr.
1637         [BZ #17571]
1638         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
1639         alias of __qsort_r.
1640         (qsort): Call __qsort_r instead of qsort_r.
1641         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
1642         (__qsort_r): Declare.  Call libc_hidden_proto.
1643         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
1644         instead of qsort_r.
1645         * nscd/gai.c (__qsort_r): Define to qsort_r.
1646         * posix/tst-rfc3484.c (__qsort_r): Likewise.
1647         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
1648         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
1650         [BZ #17570]
1651         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
1652         define as weak alias of __malloc_info.
1654         [BZ #17584]
1655         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
1656         as weak alias of __rewinddir.  Don't use libc_hidden_def.
1657         (__rewinddir): Use libc_hidden_def.
1658         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
1659         as weak alias of __rewinddir.  Don't use libc_hidden_def.
1660         (__rewinddir): Use libc_hidden_def.
1661         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
1662         weak alias of __rewinddir.  Don't use libc_hidden_def.
1663         (__rewinddir): Use libc_hidden_def.
1664         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
1665         (__rewinddir): Use libc_hidden_proto.
1666         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
1667         rewinddir.
1668         (__getcwd): Use __rewinddir instead of rewinddir.
1670         [BZ #17583]
1671         * libio/fileno.c (fileno): Rename to __fileno and define as weak
1672         alias of __fileno.  Use libc_hidden_weak.
1673         (__fileno): Use libc_hidden_def.
1674         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
1675         * libio/ftello.c (ftello): Rename to __ftello and define as weak
1676         alias of __ftello.
1677         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
1678         __ftello.
1679         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
1680         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
1681         libc_hidden_def.
1682         (fread_unlocked): Don't use libc_hidden_ver.
1683         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
1684         and define as weak alias of __fread_unlocked.  Don't use
1685         libc_hidden_def.
1686         (__fread_unlocked): Use libc_hidden_def.
1687         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
1688         (ftello): Don't use libc_hidden_proto.
1689         (__ftello): Declare.  Use libc_hidden_proto.
1690         (fread_unlocked): Don't use libc_hidden_proto.
1691         (__fread_unlocked): Declare.  Use libc_hidden_proto.
1692         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
1693         and __ftello instead of fileno, fread_unlocked and ftello.
1695 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
1697         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
1698         GOT12.
1699         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
1700         Likewise.
1701         (_dl_start_user): Likewise.
1702         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
1704 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
1705             Siddhesh Poyarekar  <siddhesh@redhat.com>
1707         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
1708         Move argv and envp down instead of moving argc up.
1709         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
1711 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
1713         [BZ #17506]
1714         * test-skeleton.c (main): Return successful if one of
1715         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
1716         * string/tst-strcoll-overflow.c: Define expected status.
1718 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
1720         [BZ #17475]
1721         * locale/iso-639.def: Define Bhili and Tulu language codes.
1723 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
1725         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
1727 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
1729         [BZ #17555]
1730         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
1732 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
1734         * configure.ac: Updated check of minimal required version to
1735         2.22.
1736         * manual/install.texi (Tools for Compilation): Updated version
1737         number.
1738         * configure: Regenerated.
1739         * INSTALL: Likewise.
1741 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
1743         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
1744         __tls_get_addr.
1746 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
1748         * include/sys/wait.h (__libc_waitpid): Remove declaration.
1749         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
1750         (__waitpid): Don't define as alias.  Use libc_hidden_def not
1751         libc_hidden_weak.
1752         (waitpid): Define as alias of __waitpid.
1753         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
1754         __waitpid.
1755         (__waitpid): Don't define as alias.  Use libc_hidden_def not
1756         libc_hidden_weak.
1757         (waitpid): Define as alias of __waitpid.
1758         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
1759         __libc_waitpid alias.
1760         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
1761         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
1762         Likewise.
1763         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
1764         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
1765         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
1766         alias.
1767         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
1768         __waitpid.
1769         (__waitpid): Don't define as alias.  Use libc_hidden_def not
1770         libc_hidden_weak.
1771         (waitpid): Define as alias of __waitpid.
1773 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
1775         * manual/llio.texi: Add comment that write safety has been
1776         fixed in Linux.
1778         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
1779         (localplt-build-dso): Add elf/ld.so.
1780         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
1781         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
1782         and free for ld.so.
1783         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
1784         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
1785         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
1786         Likewise.
1787         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
1788         Likewise.
1789         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
1790         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
1791         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
1792         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
1793         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
1794         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
1795         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
1796         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
1797         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
1798         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
1799         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
1801 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
1803         [BZ #14132]
1804         * include/libc-symbols.h (INTUSE): Remove macro.
1805         (INTDEF): Likewise.
1806         (INTVARDEF): Likewise.
1807         (_INTVARDEF): Likewise.
1808         (INTDEF2): Likewise.
1809         (INTVARDEF2): Likewise.
1810         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
1811         rtld_hidden_def instead of INTVARDEF.
1812         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
1813         (_dl_starting_up_internal): Remove declaration.
1814         (_dl_starting_up): Use rtld_hidden_proto.
1815         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
1816         declaration.
1817         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
1818         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
1819         _dl_starting_up.
1820         * elf/dl-writev.h (_dl_writev): Likewise.
1821         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
1822         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
1823         _dl_starting_up_internal.
1825 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1827         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
1828         test-skeleton.c.
1830 2014-11-05  Will Newton  <will.newton@linaro.org>
1832         * benchtests/Makefile: (bench-malloc): Add malloc thread
1833         scalability benchmark.
1834         * benchtests/bench-malloc-threads.c: New file.
1836 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
1838         * sysdeps/aarch64/strchrnul.S: New file.
1840 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1842         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
1843         definition.
1844         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
1845         Likwise.
1846         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
1847         Likewise.
1848         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
1849         Likewise.
1850         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
1851         Likewise.
1852         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
1853         Likewise.
1855 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
1857         * catgets/test-gencat.c: Use test-skeleton.c.
1858         * catgets/tst-catgets.c: Likewise.
1859         * csu/tst-empty.c: Likewise.
1860         * elf/tst-audit2.c: Likewise.
1861         * elf/tst-global1.c: Likewise.
1862         * elf/tst-pathopt.c: Likewise.
1863         * elf/tst-piemod1.c: Likewise.
1864         * elf/tst-tls10.c: Likewise.
1865         * elf/tst-tls11.c: Likewise.
1866         * elf/tst-tls12.c: Likewise.
1867         * gnulib/tst-gcc.c: Likewise.
1868         * iconvdata/tst-e2big.c: Likewise.
1869         * iconvdata/tst-loading.c: Likewise.
1870         * iconv/tst-iconv1.c: Likewise.
1871         * iconv/tst-iconv2.c: Likewise.
1872         * inet/test-inet6_opt.c: Likewise.
1873         * inet/tst-gethnm.c: Likewise.
1874         * inet/tst-network.c: Likewise.
1875         * inet/tst-ntoa.c: Likewise.
1876         * intl/tst-codeset.c: Likewise.
1877         * intl/tst-gettext2.c: Likewise.
1878         * intl/tst-gettext3.c: Likewise.
1879         * intl/tst-ngettext.c: Likewise.
1880         * intl/tst-translit.c: Likewise.
1881         * io/test-stat.c: Likewise.
1882         * libio/test-fmemopen.c: Likewise.
1883         * libio/tst-freopen.c: Likewise.
1884         * libio/tst-sscanf.c: Likewise.
1885         * libio/tst-ungetwc1.c: Likewise.
1886         * libio/tst-ungetwc2.c: Likewise.
1887         * libio/tst-widetext.c: Likewise.
1888         * localedata/tst-ctype.c: Likewise.
1889         * localedata/tst-digits.c: Likewise.
1890         * localedata/tst-leaks.c: Likewise.
1891         * localedata/tst-mbswcs1.c: Likewise.
1892         * localedata/tst-mbswcs2.c: Likewise.
1893         * localedata/tst-mbswcs3.c: Likewise.
1894         * localedata/tst-mbswcs4.c: Likewise.
1895         * localedata/tst-mbswcs5.c: Likewise.
1896         * localedata/tst-setlocale.c: Likewise.
1897         * localedata/tst-trans.c: Likewise.
1898         * localedata/tst-wctype.c: Likewise.
1899         * localedata/tst-xlocale1.c: Likewise.
1900         * login/tst-grantpt.c: Likewise.
1901         * malloc/tst-calloc.c: Likewise.
1902         * malloc/tst-malloc.c: Likewise.
1903         * malloc/tst-mallocstate.c: Likewise.
1904         * malloc/tst-mcheck.c: Likewise.
1905         * malloc/tst-mtrace.c: Likewise.
1906         * malloc/tst-obstack.c: Likewise.
1907         * math/atest-exp2.c: Likewise.
1908         * math/atest-exp.c: Likewise.
1909         * math/atest-sincos.c: Likewise.
1910         * math/test-matherr.c: Likewise.
1911         * math/test-misc.c: Likewise.
1912         * math/test-powl.c: Likewise.
1913         * math/tst-definitions.c: Likewise.
1914         * misc/tst-dirname.c: Likewise.
1915         * misc/tst-efgcvt.c: Likewise.
1916         * misc/tst-fdset.c: Likewise.
1917         * misc/tst-hsearch.c: Likewise.
1918         * misc/tst-mntent2.c: Likewise.
1919         * nptl/tst-sem7.c: Likewise.
1920         * nptl/tst-sem8.c: Likewise.
1921         * nptl/tst-sem9.c: Likewise.
1922         * nss/test-netdb.c: Likewise.
1923         * posix/tst-fnmatch.c: Likewise.
1924         * posix/tst-getlogin.c: Likewise.
1925         * posix/tst-gnuglob.c: Likewise.
1926         * posix/tst-mmap.c: Likewise.
1927         * pwd/tst-getpw.c: Likewise.
1928         * resolv/tst-inet_ntop.c: Likewise.
1929         * rt/tst-timer.c: Likewise.
1930         * stdio-common/test-fseek.c: Likewise.
1931         * stdio-common/test-popen.c: Likewise.
1932         * stdio-common/test-vfprintf.c: Likewise.
1933         * stdio-common/tst-cookie.c: Likewise.
1934         * stdio-common/tst-fileno.c: Likewise.
1935         * stdio-common/tst-gets.c: Likewise.
1936         * stdio-common/tst-obprintf.c: Likewise.
1937         * stdio-common/tst-perror.c: Likewise.
1938         * stdio-common/tst-sprintf2.c: Likewise.
1939         * stdio-common/tst-sprintf3.c: Likewise.
1940         * stdio-common/tst-sprintf.c: Likewise.
1941         * stdio-common/tst-swprintf.c: Likewise.
1942         * stdio-common/tst-tmpnam.c: Likewise.
1943         * stdio-common/tst-unbputc.c: Likewise.
1944         * stdio-common/tst-wc-printf.c: Likewise.
1945         * stdlib/tst-environ.c: Likewise.
1946         * stdlib/tst-fmtmsg.c: Likewise.
1947         * stdlib/tst-limits.c: Likewise.
1948         * stdlib/tst-rand48-2.c: Likewise.
1949         * stdlib/tst-rand48.c: Likewise.
1950         * stdlib/tst-random2.c: Likewise.
1951         * stdlib/tst-random.c: Likewise.
1952         * stdlib/tst-strtol.c: Likewise.
1953         * stdlib/tst-strtoll.c: Likewise.
1954         * stdlib/tst-tls-atexit.c: Likewise.
1955         * stdlib/tst-xpg-basename.c: Likewise.
1956         * string/test-ffs.c: Likewise.
1957         * string/tst-bswap.c: Likewise.
1958         * string/tst-inlcall.c: Likewise.
1959         * string/tst-strtok.c: Likewise.
1960         * string/tst-strxfrm.c: Likewise.
1961         * sysdeps/x86_64/tst-audit10.c: Likewise.
1962         * sysdeps/x86_64/tst-audit3.c: Likewise.
1963         * sysdeps/x86_64/tst-audit4.c: Likewise.
1964         * sysdeps/x86_64/tst-audit5.c: Likewise.
1965         * time/tst-ftime_l.c: Likewise.
1966         * time/tst-getdate.c: Likewise.
1967         * time/tst-mktime3.c: Likewise.
1968         * time/tst-mktime.c: Likewise.
1969         * time/tst-posixtz.c: Likewise.
1970         * time/tst-strptime2.c: Likewise.
1971         * time/tst-strptime3.c: Likewise.
1972         * wcsmbs/tst-btowc.c: Likewise.
1973         * wcsmbs/tst-mbrtowc.c: Likewise.
1974         * wcsmbs/tst-mbsrtowcs.c: Likewise.
1975         * wcsmbs/tst-wchar-h.c: Likewise.
1976         * wcsmbs/tst-wcpncpy.c: Likewise.
1977         * wcsmbs/tst-wcrtomb.c: Likewise.
1978         * wcsmbs/tst-wcsnlen.c: Likewise.
1979         * wcsmbs/tst-wcstof.c: Likewise.
1981 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
1983         [BZ #14132]
1984         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
1985         INTDEF.
1986         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
1987         declaration.
1988         (_dl_mcount): Use rtld_hidden_proto.
1989         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
1990         _dl_mcount.
1991         * elf/rtld.c (_rtld_global_ro): Likewise.
1993         [BZ #14132]
1994         * elf/dl-init.c (_dl_init): Don't use INTDEF.
1995         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
1996         of _dl_init_internal.
1997         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
1998         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
1999         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
2000         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
2001         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
2002         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
2003         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
2004         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
2005         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
2006         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
2007         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
2008         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
2009         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
2010         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
2011         * sysdeps/tile/dl-start.S (_start): Likewise.
2012         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
2013         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
2015         [BZ #14132]
2016         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
2017         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
2018         (rtld_progname): Make macro definition unconditional.
2019         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
2020         INTDEF.
2021         (dlmopen_doit): Do not use INTUSE with _dl_argv.
2022         (dl_main): Likewise.
2023         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
2024         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
2025         instead of _dl_argv_internal.
2026         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
2027         __GI__dl_argv instead of INTUSE(_dl_argv).
2028         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
2029         __GI__dl_argv instead of _dl_argv_internal.
2031         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
2032         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
2033         macro.
2034         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
2035         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
2036         New macro.
2037         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
2038         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
2039         macro.
2040         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
2041         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
2043 2014-11-04  Andreas Schwab  <schwab@suse.de>
2045         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
2047 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2049         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
2050         mtvsrd instruction in binary form.
2052 2014-11-03  Andreas Schwab  <schwab@suse.de>
2054         [BZ #17522]
2055         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
2056         for less than MB_LEN_MAX use a local buffer of that size.
2057         * libio/tst-fputws.c: New file.
2058         * libio/Makefile (tests): Add tst-fputws.
2060 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
2062         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
2063         the size of the fpu_fr.fpu_dregs[] array.
2065 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
2067         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
2068         (__nanosleep): Do not define as alias.
2069         (nanosleep): Define as alias of __nanosleep.
2070         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
2071         __libc_nanosleep name.
2073 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2075         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
2076         install.texi in comment.
2078 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2080         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
2081         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
2082         ... add here and use lwsync or sync ...
2083         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
2084         ... and add here using lwsync.
2086 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
2088         * elf/dl-machine-reject-phdr.h: New file.
2089         * elf/dl-load.c: #include that.
2090         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
2091         if that returned true.
2093 2014-10-31  Roland McGrath  <roland@hack.frob.com>
2095         [BZ #17496]
2096         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
2097         gen-as-const-headers chunk.  Add a big scare comment after the last
2098         safe place to touch before-compile.
2100 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
2102         * manual/install.texi (Tools for Compilation): Update autoconf
2103         version requirements.
2104         * INSTALL: Regenerated.
2106         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
2107         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
2108         (__libc_pselect): Likewise.
2110         [BZ #14138]
2111         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
2112         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
2113         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
2114         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
2116 2014-10-31  Torvald Riegel  <triegel@redhat.com>
2118         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
2119         correct barrier instruction.
2120         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
2121         Likewise.
2122         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
2123         Likewise.
2125 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2127         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
2128         after defining inlines.  Instead, just use parens to defeat macro
2129         expansion of __isctype in its declaration.
2131 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2133         * include/sys/uio.h (__libc_readv): Remove declaration.
2134         (__libc_writev): Likewise.
2135         * misc/readv.c (__libc_readv): Rename to __readv.
2136         (__readv): Do not define as alias.
2137         (readv): Define as alias of __readv.
2138         * misc/writev.c (__libc_writev): Rename to __writev.
2139         (__writev): Do not define as alias.
2140         (writev): Define as alias of __writev.
2141         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
2142         (__readv): Do not define as alias.
2143         (readv): Define unconditionally as alias of __readv.
2144         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
2145         (__writev): Do not define as alias.
2146         (writev): Define unconditionally as alias of __writev.
2147         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
2148         name.
2149         (writev): Do not define __libc_writev name.
2151 2014-10-30  Roland McGrath  <roland@hack.frob.com>
2153         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
2154         (convert_charseq): New function, broken out of ...
2155         (use_from_charmap): ... here.  Call it.
2156         (use_to_charmap): Use convert_charseq and free instead of duplicating
2157         its code with a variable-length stack struct.
2159 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
2161         * include/fcntl.h (__libc_creat): Remove declaration.
2162         * io/creat.c (__libc_creat): Rename to creat.
2163         (creat): Do not define as alias.
2164         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
2165         of creat instead of __libc_creat.
2166         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
2167         to creat.
2168         (creat): Do not define as alias.
2169         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
2170         __libc_creat.
2171         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
2172         __libc_creat name.
2173         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
2174         Likewise.
2176 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
2178         * manual/llio.texi: Add comments discussing why write() may be
2179         considered MT-unsafe on Linux.
2181 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
2183         * dl-load.c (local_strdup): Remove.
2184         (expand_dynamic_string_token): Use __strdup.
2185         (decompose_rpath): Likewise.
2186         (_dl_map_object): Likewise.
2188 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
2190         [BZ #14132]
2191         * sysdeps/generic/unwind-dw2-fde.c
2192         (__register_frame_info_bases_internal): Do not declare.
2193         (__register_frame_info_table_bases_internal): Likewise.
2194         (__deregister_frame_info_bases_internal): Likewise.
2195         (__register_frame_info_bases): Declare and use hidden_proto before
2196         definition.  Use hidden_def instead of INTDEF.
2197         (__register_frame_info_table_bases): Likewise.
2198         (__deregister_frame_info_bases): Likewise.
2199         (__register_frame_info): Do not use INTUSE.
2200         (__register_frame): Likewise.
2201         (__register_frame_info_table): Likewise.
2202         (__register_frame_table): Likewise.
2203         (__deregister_frame_info): Likewise.
2204         (__deregister_frame): Likewise.
2206 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
2208         * sysdeps/unix/sysv/linux/arm/kernel-features.h
2209         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
2210         not undefine.
2211         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
2212         Likewise.
2213         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
2214         Likewise.
2216 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
2218         [BZ #14138]
2219         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
2220         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
2221         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
2222         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
2223         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
2224         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
2225         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
2226         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
2227         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
2228         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
2229         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
2230         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
2231         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
2232         syscall.
2233         (setfsuid): Likewise.
2234         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
2235         (setfsuid): Likewise.
2236         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
2237         (setfsuid): Likewise.
2238         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
2239         Likewise.
2240         (setfsuid): Likewise.
2241         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
2242         (setfsuid): Likewise.
2243         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
2244         Likewise.
2245         (setfsuid): Likewise.
2247 2014-10-27  Andreas Schwab  <schwab@suse.de>
2249         [BZ #17501]
2250         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
2251         check for Slow_SSE4_2 feature bit.
2252         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
2253         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
2254         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
2255         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
2257 2014-10-24  Roland McGrath  <roland@hack.frob.com>
2259         * configure.ac: Validate compiler version with a empirical test of
2260         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
2261         $CC -v output.
2262         * configure: Regenerated.
2264         * inet/htons.c (htons): Prototypify.
2265         * inet/htonl.c (htonl): Likewise.
2267 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2269         * string/strncat.c (strncat): Improve performance by using strlen.
2271 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2273         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
2275 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2277         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
2278         Call libc_fetestexcept_aarch64.
2280 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2282         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
2283         Call libc_feholdexcept_aarch64.
2285 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2287         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
2288         Call get_rounding_mode.
2290 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2292         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
2293         Simplify logic.
2295 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
2297         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
2298         Simplify logic.
2300 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
2302         [BZ #14138]
2303         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
2304         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
2305         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
2306         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
2307         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
2308         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
2309         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
2310         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
2311         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
2312         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
2313         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
2314         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
2315         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
2316         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
2317         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
2318         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
2319         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
2320         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
2321         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
2322         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
2323         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
2324         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
2325         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
2326         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
2327         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
2328         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
2329         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
2330         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
2331         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
2332         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
2333         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
2334         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
2335         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
2336         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
2337         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
2338         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
2339         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
2340         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
2341         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
2342         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
2343         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
2344         syscall.
2345         (geteuid): Likewise.
2346         (getgid): Likewise.
2347         (getuid): Likewise.
2348         (getresgid): Likewise.
2349         (getresuid): Likewise.
2350         (getgroups): Likewise.
2351         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
2352         (geteuid): Likewise.
2353         (getgid): Likewise.
2354         (getuid): Likewise.
2355         (getresgid): Likewise.
2356         (getresuid): Likewise.
2357         (getgroups): Likewise.
2358         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
2359         (geteuid): Likewise.
2360         (getgid): Likewise.
2361         (getuid): Likewise.
2362         (getresgid): Likewise.
2363         (getresuid): Likewise.
2364         (getgroups): Likewise.
2365         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
2366         Likewise.
2367         (geteuid): Likewise.
2368         (getgid): Likewise.
2369         (getuid): Likewise.
2370         (getresgid): Likewise.
2371         (getresuid): Likewise.
2372         (getgroups): Likewise.
2373         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
2374         (geteuid): Likewise.
2375         (getgid): Likewise.
2376         (getuid): Likewise.
2377         (getresgid): Likewise.
2378         (getresuid): Likewise.
2379         (getgroups): Likewise.
2380         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
2381         Likewise.
2382         (geteuid): Likewise.
2383         (getgid): Likewise.
2384         (getuid): Likewise.
2385         (getgroups): Likewise.
2387         [BZ #14138]
2388         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
2389         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
2390         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
2391         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
2392         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
2393         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
2394         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
2395         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
2396         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
2397         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
2398         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
2399         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
2400         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
2401         __chown.
2402         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
2403         (lchown): Likewise.
2404         (fchown): Likewise.
2405         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
2406         Likewise.
2407         (lchown): Likewise.
2408         (fchown): Likewise.
2409         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
2410         (lchown): Likewise.
2411         (fchown): Likewise.
2412         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
2413         Likewise.
2414         (lchown): Likewise.
2415         (fchown): Likewise.
2417 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2419         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
2420         Simplify logic.
2422 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2424         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
2425         Cleanup logic.
2427 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2429         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
2430         Remove unused include.
2432 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
2434         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
2435         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
2436         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
2437         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
2439 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
2440             Helge Deller <deller@gmx.de>
2442         [BZ #17508]
2443         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
2444         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
2445         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
2447 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
2449         [BZ #14132]
2450         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
2451         Remove macro definition.
2452         (__ashrdi3_v_glibc20): Likewise.
2453         (__lshrdi3_v_glibc20): Likewise.
2454         (__cmpdi2_v_glibc20): Likewise.
2455         (__ucmpdi2_v_glibc20): Likewise.
2456         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
2457         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
2458         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
2459         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
2460         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
2461         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
2463 2014-10-22  Roland McGrath  <roland@hack.frob.com>
2465         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
2466         old GNU extension [0] syntax.
2467         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
2468         alloca rather than an array member with variable length.
2469         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
2470         * nscd/nscd.c (invalidate_db): New function, broken out of ...
2471         (parse_opt): ... here.  Likewise use alloca there.
2472         Validate the -i argument before checking for rootness.
2473         (send_shutdown): New function, broken out of ...
2474         (parse_opt): ... here.
2476 2014-10-22  Roland McGrath  <roland@hack.frob.com>
2478         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
2479         macro to get at the _rt_local_ro field.
2480         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
2481         ([PIC] case) or _dl_hwcap ([!PIC] case).
2482         * sysdeps/arm/setjmp.S: Likewise.
2484         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
2485         * sysdeps/arm/configure.ac: New check to define it.
2486         * sysdeps/arm/configure: Regenerated.
2487         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
2488         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
2489         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
2490         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
2491         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
2492         Use move/movt pair instead of a load.
2493         (LDST_GLOBAL): Macro removed.
2494         (LDR_GLOBAL): New macro replaces it.
2495         (LDR_HIDDEN): New macro.
2496         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
2497         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
2499         * setjmp/tst-setjmp-static.c: New file.
2500         * setjmp/Makefile (tests): Add it.
2501         (tests-static): New variable.
2503 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
2505         [BZ #17485]
2506         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
2508 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
2510         [BZ #14132]
2511         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
2513 2014-10-21  Roland McGrath  <roland@hack.frob.com>
2515         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
2517 2014-10-20  Roland McGrath  <roland@hack.frob.com>
2519         * io/fts.c (dirent_not_directory): New function.
2520         (fts_build): Call it.
2522 2014-10-20  Roland McGrath  <roland@hack.frob.com>
2524         * nptl/version.c (__nptl_main): Use normal __write rather than
2525         INTERNAL_SYSCALL.
2526         (banner): Update copyright years.
2528         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
2529         gettimeofday.
2530         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
2531         * nptl/pthread_cond_timedwait.c: Likewise.
2532         * nptl/pthread_mutex_timedlock.c: Likewise.
2533         * nptl/sem_timedwait.c: Likewise.
2535         * sysdeps/nptl/bits/libc-lock.h
2536         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
2537         (__libc_lock_init_recursive): Return void, not 0.
2538         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
2539         (__libc_rwlock_init): Likewise.
2540         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
2542 2014-10-20  Torvald Riegel  <triegel@redhat.com>
2544         [BZ #15215]
2545         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
2546         (__pthread_once_slow): ... here.
2547         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
2548         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
2550 2014-10-20  Torvald Riegel  <triegel@redhat.com>
2552         [BZ #15215]
2553         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
2554         __PTHREAD_ONCE_FORK_GEN_INCR): New.
2555         * sysdeps/nptl/fork.c (__libc_fork): Use them.
2556         * nptl/pthread_once.c (__pthread_once): Likewise.
2557         Update comments.
2559 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
2561         [BZ #14138]
2562         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
2563         name.
2564         (writev): Use __libc_writev as strong name.
2565         * sysdeps/unix/sysv/linux/readv.c: Remove file.
2566         * sysdeps/unix/sysv/linux/writev.c: Likewise.
2568 2014-10-17  Roland McGrath  <roland@hack.frob.com>
2570         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
2572         * sysdeps/i386/nptl/tls.h
2573         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
2574         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
2575         New macros.
2576         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
2577         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
2578         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
2579         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
2580         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
2581         Call CHECK_THREAD_SYSINFO instead of doing an assert.
2583         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
2584         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
2585         on [__NR_futex].
2586         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
2587         broken out of ...
2588         (__pthread_mutex_init): ... here.  Call it.
2589         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
2590         Conditionalize PI cases on [__NR_futex].
2591         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
2592         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
2593         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
2595         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
2596         conditional on [SIGSETXID].
2597         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
2598         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
2599         is defined.  Likewise for SIGSETXID.
2600         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
2601         Conditionalize definitions on [SIGSETXID].
2602         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
2603         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
2604         unblocking on [SIGCANCEL].
2606         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
2607         [__NR_set_robust_list].
2609 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
2611         * string/strcoll_l.c (get_next_seq): Fix up formatting.
2612         (do_compare): Likewise.
2614 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
2616         [BZ #15884]
2617         * string/strcoll_l.c: Don't include stdio.h.
2618         (coll_seq): Remove members idxarr and rulearr.
2619         (get_next_seq_cached): Remove function.
2620         (get_next_seq): Likewise.
2621         (get_next_seq_nocache): Rename to get_next_seq.
2622         (do_compare): Remove function.
2623         (do_compare_nocache): Rename to do_compare.
2624         (STRCOLL): Remove weight and rules cache.
2626 2014-10-16  Roland McGrath  <roland@hack.frob.com>
2628         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
2629         * sysdeps/arm/sfp-machine.h: ... to here.
2630         * sysdeps/arm/Implies: Remove arm/soft-fp.
2632 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
2634         * conform/data/sys/utsname.h-data (*_t): Allow.
2635         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
2636         [POSIX] (WEXITED): Do not expect constant.
2637         [POSIX] (WSTOPPED): Likewise.
2638         [POSIX] (WNOHANG): Likewise.
2639         [POSIX] (WNOWAIT): Likewise.
2640         [POSIX] (siginfo_t): Do not expect type or elements.
2641         [POSIX] (pid_t): Do not expect type.
2642         [POSIX] (signal.h): Do not allow header.
2643         [POSIX] (sys/resource.h): Likewise.
2644         [POSIX] (si_*): Do not allow pattern.
2645         [POSIX] (W*): Likewise.
2646         [POSIX] (P_*): Likewise.
2647         [POSIX] (BUS_*): Likewise.
2648         [POSIX] (CLD_*): Likewise.
2649         [POSIX] (FPE_*): Likewise.
2650         [POSIX] (ILL_*): Likewise.
2651         [POSIX] (POLL_*): Likewise.
2652         [POSIX] (SEGV_*): Likewise.
2653         [POSIX] (SI_*): Likewise.
2654         [POSIX] (TRAP_*): Likewise.
2655         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
2656         variable.
2658 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
2660         [BZ #12926]
2661         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
2662         infinite loop when __recvmsg returns 0.
2664 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
2666         * CANCEL-FCT-WAIVE: Remove file.
2667         * CANCEL-FILE-WAIVE: Likewise.
2669         [BZ #14132]
2670         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
2671         instead of INTVARDEF.
2672         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
2673         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
2674         rtld_hidden_data_def instead of INTVARDEF.
2675         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
2676         * elf/dl-deps.c (expand_dst): Likewise.
2677         * elf/dl-load.c (_dl_dst_count): Likewise.
2678         (_dl_dst_substitute): Likewise.
2679         (decompose_rpath): Likewise.
2680         (_dl_init_paths): Likewise.
2681         (open_path): Likewise.
2682         (_dl_map_object): Likewise.
2683         * elf/rtld.c (dl_main): Likewise.
2684         (process_dl_audit): Likewise.
2685         (process_envvars): Likewise.
2686         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
2687         Remove declaration.
2688         (__libc_enable_secure): Use rtld_hidden_proto.
2690 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
2692         * elf/dl-load.c
2693         (add_path): New function broken out of _dl_rtld_di_serinfo.
2694         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
2696 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
2698         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
2699         parentheses around macro arguments.
2700         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
2701         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
2702         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
2703         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
2704         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
2705         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
2706         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
2707         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
2708         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
2709         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
2710         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
2711         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
2712         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
2713         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
2714         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
2715         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
2716         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
2717         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
2718         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
2719         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
2720         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
2721         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
2722         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
2723         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
2724         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
2725         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
2726         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
2727         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
2728         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
2729         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
2730         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
2731         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
2732         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
2733         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
2734         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
2735         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
2736         Likewise.
2737         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
2738         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
2739         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
2740         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
2741         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
2742         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
2743         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
2744         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
2745         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
2746         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
2747         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
2748         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
2749         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
2750         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
2751         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
2752         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
2753         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
2754         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
2755         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
2756         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
2757         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
2758         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
2759         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
2760         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
2761         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
2762         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
2763         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
2764         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
2765         (_FP_FRAC_SRS_1): Likewise.
2766         (_FP_FRAC_CLZ_1): Likewise.
2767         (_FP_MUL_MEAT_1_imm): Likewise.
2768         (_FP_MUL_MEAT_1_wide): Likewise.
2769         (_FP_MUL_MEAT_1_hard): Likewise.
2770         (_FP_SQRT_MEAT_1): Likewise.
2771         (_FP_FRAC_ASSEMBLE_1): Likewise.
2772         (_FP_FRAC_DISASSEMBLE_1): Likewise.
2773         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
2774         (__FP_CLZ_2): Likewise.
2775         (_FP_MUL_MEAT_2_wide): Likewise.
2776         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
2777         (_FP_MUL_MEAT_2_gmp): Likewise.
2778         (_FP_MUL_MEAT_2_120_240_double): Likewise.
2779         (_FP_SQRT_MEAT_2): Likewise.
2780         (_FP_FRAC_ASSEMBLE_2): Likewise.
2781         (_FP_FRAC_DISASSEMBLE_2): Likewise.
2782         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
2783         (_FP_FRAC_CLZ_4): Likewise.
2784         (_FP_MUL_MEAT_4_wide): Likewise.
2785         (_FP_MUL_MEAT_4_gmp): Likewise.
2786         (_FP_SQRT_MEAT_4): Likewise.
2787         (_FP_FRAC_ASSEMBLE_4): Likewise.
2788         (_FP_FRAC_DISASSEMBLE_4): Likewise.
2789         * soft-fp/op-common.h (_FP_CMP): Likewise.
2790         (_FP_CMP_EQ): Likewise.
2791         (_FP_CMP_UNORD): Likewise.
2792         (_FP_TO_INT): Likewise.
2793         (_FP_FROM_INT): Likewise.
2794         [!__FP_CLZ] (__FP_CLZ): Likewise.
2795         (_FP_DIV_HELP_imm): Likewise.
2796         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
2797         Likewise.
2798         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
2799         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
2800         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
2801         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
2802         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
2803         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
2804         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
2805         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
2806         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
2807         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
2808         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
2809         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
2810         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
2811         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
2812         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
2813         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
2814         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
2815         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
2816         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
2817         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
2818         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
2819         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
2820         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
2821         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
2822         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
2823         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
2824         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
2825         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
2826         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
2827         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
2828         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
2829         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
2830         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
2831         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
2832         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
2833         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
2834         (FP_UNPACK_RAW_SP): Likewise.
2835         (FP_PACK_RAW_S): Likewise.
2836         (FP_PACK_RAW_SP): Likewise.
2837         (FP_UNPACK_S): Likewise.
2838         (FP_UNPACK_SP): Likewise.
2839         (FP_UNPACK_SEMIRAW_S): Likewise.
2840         (FP_UNPACK_SEMIRAW_SP): Likewise.
2841         (FP_PACK_S): Likewise.
2842         (FP_PACK_SP): Likewise.
2843         (FP_PACK_SEMIRAW_S): Likewise.
2844         (FP_PACK_SEMIRAW_SP): Likewise.
2845         (_FP_SQRT_MEAT_S): Likewise.
2846         (FP_CMP_S): Likewise.
2847         (FP_CMP_EQ_S): Likewise.
2848         (FP_CMP_UNORD_S): Likewise.
2849         (FP_TO_INT_S): Likewise.
2850         (FP_FROM_INT_S): Likewise.
2852         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
2854         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
2855         (FP_EX_INVALID_IMZ): Likewise.
2856         (FP_EX_INVALID_IMZ_FMA): Likewise.
2857         (FP_EX_INVALID_ISI): Likewise.
2858         (FP_EX_INVALID_ZDZ): Likewise.
2859         (FP_EX_INVALID_IDI): Likewise.
2860         (FP_EX_INVALID_SQRT): Likewise.
2861         (FP_EX_INVALID_CVI): Likewise.
2862         (FP_EX_INVALID_VC): Likewise.
2863         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
2864         "invalid" exceptions.
2865         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
2866         (_FP_ADD_INTERNAL): Likewise.
2867         (_FP_MUL): Likewise.
2868         (_FP_FMA): Likewise.
2869         (_FP_DIV): Likewise.
2870         (_FP_CMP_CHECK_NAN): Likewise.
2871         (_FP_SQRT): Likewise.
2872         (_FP_TO_INT): Likewise.
2873         (FP_EXTEND): Likewise.
2875 2014-10-09  Allan McRae  <allan@archlinux.org>
2877         * po/fr.po: Update French translation from translation project.
2879 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
2881         [BZ #14132]
2882         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
2883         of INTDEF.
2884         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
2885         (__cxa_atexit): Use libc_hidden_proto.
2886         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
2888         [BZ #14132]
2889         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
2890         declaration.
2891         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
2892         [!_ISOMAC] (__iswspace_l_internal): Likewise.
2893         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
2894         [!_ISOMAC] (__iswctype_internal): Likewise.
2895         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
2896         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
2897         alias.
2898         (fcntl): Remove __fcntl_internal alias.
2899         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
2900         __connect_internal alias.
2901         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
2902         Likewise.
2904         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
2905         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
2906         FP_DENORM_ZERO.
2907         (_FP_CHECK_FLUSH_ZERO): New macro.
2908         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
2909         (_FP_CMP): Likewise.
2910         (_FP_CMP_EQ): Likewise.
2911         (_FP_TO_INT): Do not set inexact for subnormal arguments if
2912         FP_DENORM_ZERO.
2913         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
2914         (FP_TRUNC): Likewise.
2916         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
2917         treated as invalid conversion, not as normal exponent.
2919         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
2920         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
2921         (_FP_CMP_EQ): Likewise.
2922         (_FP_CMP_UNORD): Likewise.
2923         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
2924         (FP_CMP_EQ_D): Likewise.
2925         (FP_CMP_UNORD_D): Likewise.
2926         * soft-fp/extended.h (FP_CMP_E): Likewise.
2927         (FP_CMP_EQ_E): Likewise.
2928         (FP_CMP_UNORD_E): Likewise.
2929         * soft-fp/quad.h (FP_CMP_Q): Likewise.
2930         (FP_CMP_EQ_Q): Likewise.
2931         (FP_CMP_UNORD_Q): Likewise.
2932         * soft-fp/single.h (FP_CMP_S): Likewise.
2933         (FP_CMP_EQ_S): Likewise.
2934         (FP_CMP_UNORD_S): Likewise.
2935         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
2936         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
2937         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
2938         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
2939         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
2940         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
2941         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
2942         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
2943         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
2944         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
2945         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
2946         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
2947         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
2948         to FP_CMP_Q.
2949         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
2950         FP_CMP_Q.
2951         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
2952         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
2953         FP_CMP_EQ_Q.
2954         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
2955         FP_CMP_Q.
2956         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
2957         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
2958         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
2959         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
2960         FP_CMP_EQ_Q.
2961         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
2962         FP_CMP_Q.
2963         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
2964         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
2965         FP_CMP_EQ_Q.
2966         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
2967         FP_CMP_Q.
2968         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
2969         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
2970         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
2971         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
2972         FP_CMP_EQ_Q.
2974         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
2975         a subnormal result, set the underflow exception if trapping on
2976         underflow is enabled.
2977         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
2978         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
2979         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
2980         redefine to 0.
2981         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
2982         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
2983         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
2984         * soft-fp/extendxftf2.c (__extendxftf2): Use
2985         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
2987         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
2988         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
2989         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
2990         FP_HANDLE_EXCEPTIONS.
2991         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
2992         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
2993         FP_HANDLE_EXCEPTIONS.
2994         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
2995         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
2996         FP_HANDLE_EXCEPTIONS.
2997         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
2998         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
2999         FP_HANDLE_EXCEPTIONS.
3001 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
3003         [BZ #14132]
3004         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
3005         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
3006         use INTUSE.
3007         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
3008         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
3009         Remove alias.
3010         (__adjtimex): Define using libc_hidden_ver.
3011         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
3012         Remove declaration.
3013         (ntp_gettime): Call __adjtimex directly.
3014         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
3015         Remove declaration.
3016         (ntp_gettimex): Call __adjtimex directly.
3017         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
3018         __adjtimex_internal alias.
3020 2014-10-08  Roland McGrath  <roland@hack.frob.com>
3022         [BZ #17460]
3023         * nscd/nscd.c (more_help): Rewrite list of tables collection
3024         using xstrdup and asprintf.
3026         * nscd/nscd_conf.c: Remove local xstrdup declaration.
3028 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3029             Roland McGrath  <roland@hack.frob.com>
3031         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
3032         (do_lookup_unique): ... local function 'enter' here; update callers.
3034 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
3036         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
3037         compat_symbol calls on [SHARED].
3038         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
3039         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
3040         Remove.
3041         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3042         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
3043         (oldsetrlimit): Remove.
3044         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3045         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3046         (lchown): New syscall entry.
3047         (oldsetrlimit): Remove.
3048         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3049         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
3050         (oldsetrlimit): Remove.
3051         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
3053         [BZ #14138]
3054         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
3055         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
3056         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
3057         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
3058         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
3059         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
3060         (fchown): Likewise.
3061         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
3062         (fchown): Likewise.
3063         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
3064         Likewise.
3066 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3068         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
3069         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
3070         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
3071         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
3072         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
3073         Likewise.
3074         (__old_sem_post): Likewise.
3076 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
3078         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
3079         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
3080         HAVE_CLOCK_GETTIME_VSYSCALL macros.
3081         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
3082         Use INLINE_VSYSCALL macro.
3083         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
3084         __vdso_clock_gettime.
3085         * sysdeps/unix/sysv/linux/tile/init-first.c
3086         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
3087         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
3088         __vdso_clock_gettime.
3090         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
3091         to set up frame more cleanly.
3093         * sysdeps/tile/memcmp.c: New file.
3095         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
3097         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
3098         * sysdeps/tile/tilegx/strcasestr.c: New file.
3099         * sysdeps/tile/tilegx/strnlen.c: New file.
3100         * sysdeps/tile/tilegx/strstr.c: New file.
3102         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
3104 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
3106         * nptl/tst-setuid3.c: Write errors to stdout.
3108 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3110         * elf/dl-deps.c
3111         (preload): New functions broken out of _dl_map_object_deps.
3112         (_dl_map_object_deps):  Remove a nested function. Update call sites.
3114 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
3116         [BZ #14138]
3117         * sysdeps/unix/sysv/linux/execve.c: Remove file.
3118         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
3120 2014-10-01  Steve Ellcey  <sellcey@mips.com>
3122         * sysdeps/mips/strcmp.S: New.
3124 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
3126         [BZ #14138]
3127         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
3128         (linkat): Likewise.
3129         (mkdirat): Likewise.
3130         (readlinkat): Likewise.
3131         (renameat): Likewise.
3132         (symlinkat): Likewise.
3133         (unlinkat): Likewise.
3134         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
3135         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
3136         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
3137         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
3138         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
3139         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
3140         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
3142 2014-09-30  Will Newton  <will.newton@linaro.org>
3144         * math/math.h: Define long double math functions if
3145         _LIBC_TEST is defined.
3146         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
3148         * localedata/Makefile: Move assignment to tests-special
3149         into an ifdef testing run-built-tests.
3150         * timezone/Makefile: Likewise.
3152 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
3154         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
3155         with $(BASH) not $(SHELL).
3157 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
3158             Matthew LeGendre  <legendre1@llnl.gov>
3160         [BZ #17411]
3161         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
3162         l_reloc_result.
3164 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3166         * stdio-common/printf_fp.c
3167         (hack_digit): New function, broken out of ...
3168         (__printf_fp): ... local function here.  Update call sites.
3169         hack_digit now takes an additional parameter that is a pointer
3170         to a struct of the referenced locals.  Those locals moved inside
3171         the struct and references updated.
3173 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
3175         * aclocal.m4: Require autoconf 2.69.
3176         * configure: Regenerated.
3177         * sysdeps/aarch64/configure: Likewise.
3178         * sysdeps/alpha/configure: Likewise.
3179         * sysdeps/arm/armv7/configure: Likewise.
3180         * sysdeps/arm/configure: Likewise.
3181         * sysdeps/ia64/configure: Likewise.
3182         * sysdeps/mach/configure: Likewise.
3183         * sysdeps/mips/configure: Likewise.
3184         * sysdeps/s390/configure: Likewise.
3185         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
3186         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
3188         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
3189         file.
3190         * sysdeps/ia64/configure.ac: Likewise.
3192 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
3194         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
3195         specify symbol version for ld.so.  Do not include entry for
3196         libpthread.
3197         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3198         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3199         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3201         [BZ #14171]
3202         * Makeconfig [$(build-shared) = yes]
3203         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
3204         makefiles.
3205         [$(build-shared) = yes && $(soversions.mk-done) = t]
3206         ($(common-objpfx)gnu/lib-names.h): Remove rule.
3207         [$(build-shared) = yes && $(soversions.mk-done) = t]
3208         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
3209         to Makerules.
3210         [$(build-shared) = yes && $(soversions.mk-done) = t]
3211         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
3212         here.
3213         [$(build-shared) = yes && $(soversions.mk-done) = t]
3214         (common-generated): Don't append gnu/lib-names.h and
3215         gnu/lib-names.stmp here.
3216         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
3217         (lib-names-h-abi): New variable.
3218         [$(build-shared) = yes && $(soversions.mk-done) = t]
3219         (lib-names-stmp-abi): Likewise.
3220         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3221         abi-variants] (before-compile): Append
3222         $(common-objpfx)$(lib-names-h-abi).
3223         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3224         abi-variants] (common-generated): Append gnu/lib-names.h.
3225         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3226         abi-variants] (install-others-nosubdir): Depend on
3227         $(inst_includedir)/$(lib-names-h-abi).
3228         [$(build-shared) = yes && $(soversions.mk-done) = t &&
3229         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
3230         [$(build-shared) = yes && $(soversions.mk-done) = t]
3231         ($(common-objpfx)$(lib-names-h-abi)): New rule.
3232         [$(build-shared) = yes && $(soversions.mk-done) = t]
3233         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
3234         [$(build-shared) = yes && $(soversions.mk-done) = t]
3235         (common-generated): Append $(lib-names-h-abi) and
3236         $(lib-names-stmp-abi).
3237         * scripts/lib-names.awk: Do not handle multi being set.
3238         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
3239         Remove variable.
3240         (abi-lp64_be-ld-soname): Likewise.
3241         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
3242         Likewise.
3243         (abi-hard-ld-soname): Likewise.
3244         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
3245         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
3246         Remove variable.
3247         (abi-o32_hard-ld-soname): Likewise.
3248         (abi-o32_soft_2008-ld-soname): Likewise.
3249         (abi-o32_hard_2008-ld-soname): Likewise.
3250         (abi-n32_soft-ld-soname): Likewise.
3251         (abi-n32_hard-ld-soname): Likewise.
3252         (abi-n32_soft_2008-ld-soname): Likewise.
3253         (abi-n32_hard_2008-ld-soname): Likewise.
3254         (abi-n64_soft-ld-soname): Likewise.
3255         (abi-n64_hard-ld-soname): Likewise.
3256         (abi-n64_soft_2008-ld-soname): Likewise.
3257         (abi-n64_hard_2008-ld-soname): Likewise.
3258         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
3259         Likewise.
3260         (abi-64-v2-ld-soname): Likewise.
3261         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
3262         ld.so entries.
3263         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
3264         variable.
3265         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
3266         entry.
3267         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
3268         variable.
3269         (abi-64-ld-soname): Likewise.
3270         (abi-x32-ld-soname): Likewise.
3271         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
3272         entry.
3273         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3275 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
3277         [BZ #14138]
3278         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
3279         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
3280         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
3281         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
3282         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
3283         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
3284         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
3285         syscall entry for GLIBC_2.2 symbol version.
3286         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
3287         Likewise.
3288         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
3289         (setrlimit): Likewise.
3290         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
3291         Likewise.
3293 2014-09-23  Will Newton  <will.newton@linaro.org>
3295         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
3296         _LINUX_ARM_SYSDEP_H include guard too.
3297         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
3298         define.
3300 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
3302         * sysdeps/unix/sysv/linux/eventfd.c:
3303         Make first argument unsigned.
3304         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
3305         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
3307 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
3309         * socket/recvmmsg.c (recvmmsg): Drop const argument.
3310         * socket/sys/socket.h: Likewise
3311         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
3313 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
3315         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
3317 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
3319         * time/tst-ftime.c: New test.
3320         * time/Makefile (tests): Add tst-ftime.
3322 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
3324         * soft-fp/extended.h: Fix comment formatting.
3325         * soft-fp/op-1.h: Likewise.
3326         * soft-fp/op-2.h: Likewise.
3327         * soft-fp/op-4.h: Likewise.
3328         * soft-fp/op-8.h: Likewise.
3329         * soft-fp/op-common.h: Likewise.
3330         * soft-fp/soft-fp.h: Likewise.
3332         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
3334 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
3336         [BZ #6652]
3337         * Makeconfig (soversions-default-setname): Remove variable.
3338         ($(common-objpfx)soversions.i): Don't pass default_setname to
3339         soversions.awk.
3340         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
3341         oldest_abi to abi-versions.awk.
3342         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
3343         * config.make.in (oldest-abi): Remove variable.
3344         * configure.ac (--enable-oldest-abi): Remove configure option.
3345         * configure: Regenerated.
3346         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
3347         text.
3348         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
3349         * scripts/soversions.awk: Do not handle default_setname variable.
3350         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
3351         variable.
3352         * sysdeps/mach/hurd/configure: Regenerated.
3353         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
3354         variable.
3355         * sysdeps/unix/sysv/linux/configure: Regenerated.
3357 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3359         * elf/Makefile (CFLAGS-interp.c): Remove.
3360         ($(elf-objpfx)runtime-linker.h): Generate header with linker
3361         path string.
3362         * elf/interp.c: Include generated runtime-linker.h
3364         * Makerules (lib%.so): Don't include $(+interp) in
3365         prerequisites.
3366         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
3367         * dlfcn/eval.c: Remove file.
3369         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
3370         macros.
3372         [BZ #17266]
3373         * misc/sys/cdefs.h: Define __extern_always_inline for clang
3374         4.2 and newer.
3376         [BZ #17370]
3377         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
3379 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
3380             Jakub Jelinek  <jakub@redhat.com>
3382         [BZ #17266]
3383         * libio/stdio.h: Check definition of __fortify_function
3384         instead of __extern_always_inline to include bits/stdio2.h.
3385         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
3386         check if __extern_always_inline is defined.
3387         [__USE_MISC || __USE_XOPEN]: Likewise.
3388         [__USE_ISOC99] Likewise.
3389         * misc/sys/cdefs.h (__fortify_function): Define only if
3390         __extern_always_inline is defined.
3391         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
3392         __extern_always_inline and __extern_inline only for g++-4.3
3393         and newer or a compatible gcc.
3395 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
3397         [BZ #17371]
3398         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
3399         last change to handle zero prefix length.
3401 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
3403         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
3404         _SC_REGEX_VERSION.
3406         * posix/getconf.c (vars): Add _POSIX_IPV6 and
3407         _POSIX_RAW_SOCKETS.
3409 2014-09-13  Allan McRae  <allan@archlinux.org>
3411         * po/ru.po: Update Russian translation from translation project.
3413 2014-09-12  Roland McGrath  <roland@hack.frob.com>
3415         * locale/programs/locale.c (show_locale_vars): Inline local function
3416         into its sole call site.  Clean up some style nits.
3417         (print_item): New function, broken out of ...
3418         (show_info): ... local function here.  Clean up style nits.
3420         * locale/programs/ld-ctype.c (set_one_default): New function, broken
3421         out of ...
3422         (set_class_defaults): ... local function set_default here.
3423         Define set_default as a macro locally to pass constant parameters.
3424         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
3425         rather than a shared local.
3427         * stdlib/rpmatch.c (try): New function, broken out of ...
3428         (rpmatch): ... local function here.  Also, prototypify definition.
3430 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
3432         * scripts/soversions.awk: Do not handle configuration names.
3433         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
3434         vendor and os variables to soversions.awk.
3435         * configure.ac: Do not modify gnu-* host_os.
3436         * configure: Regenerated
3437         * shlib-versions: Remove first column with configuration names.
3438         * nptl/shlib-versions: Likewise.
3439         * nptl_db/shlib-versions: Likewise.
3440         * sysdeps/hppa/shlib-versions: Likewise.
3441         * sysdeps/m68k/shlib-versions: Likewise.
3442         * sysdeps/mach/hurd/shlib-versions: Likewise.
3443         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
3444         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
3445         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
3446         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
3447         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
3448         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
3449         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
3450         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
3451         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
3452         Likewise.
3453         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3454         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
3455         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
3456         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
3457         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
3458         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
3459         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
3460         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
3462         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
3463         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
3464         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
3465         Regenerated.
3466         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
3467         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
3468         Condition symbol version definitions on [HAVE_ELFV2_ABI].
3470         * shlib-versions: Remove OS-specific entries.  Moved to files in
3471         sysdeps.
3472         * sysdeps/mach/hurd/shlib-versions: New file.
3473         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
3475         * nptl/shlib-versions: Remove architecture-specific entries.
3476         Moved to files in sysdeps.
3477         * shlib-versions: Likewise.
3478         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
3479         file.
3480         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
3481         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
3482         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
3483         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
3485         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
3486         (UDP_NO_CHECK6_RX): Likewise.
3488 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
3490         * sysdeps/posix/sysconf.c (__sysconf): Spell
3491         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
3493 2014-08-12  Florian Weimer  <fweimer@redhat.com>
3495         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
3496         loading.
3497         * iconv/Versions (__gconv_transliterate): Export for use from
3498         gconv modules.
3499         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
3500         (struct __gconv_trans_data, __gconv_trans_fct,
3501         __gconv_trans_context_fct, __gconv_trans_query_fct,
3502         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
3503         definitions.
3504         (struct __gconv_step_data): Remove __trans member.
3505         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
3506         longer hidden.  Remove unused trans_data argument.
3507         * iconv/gconv_int.h (struct trans_struct): Remove definition.
3508         (__gconv_translit_find): Remove declaration.
3509         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
3510         prototype.
3511         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
3512         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
3513         trans_data argument.  Add hidden definition.
3514         (__gconv_translit_find): Remove.
3515         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
3516         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
3517         * iconv/skeleton.c: Remove transliteration initialization.
3518         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
3519         __gconv_step_data initialization.
3520         * libio/iofwide.c (__libio_translit_): Remove.
3521         (_IO_fwide): Adjust struct __gconv_step_data initialization.
3522         * wcsmbs/btowc.c (__btowc): Likewise.
3523         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
3524         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
3525         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
3526         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
3527         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
3528         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
3529         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
3530         * wcsmbs/wctob.c (wctob): Likewise.
3532 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
3534         [BZ #16194]
3535         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
3536         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
3537         register usage.
3538         * sysdeps/x86/Makefile: Adjust.
3540 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
3541             Roland McGrath  <roland@hack.frob.com>
3543         * locale/weight.h: Add include guard.
3544         (findidx): Make static rather than auto; take new parameters
3545         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
3546         * locale/weightwc.h: Likewise.
3547         * posix/fnmatch_loop.c
3548         (FCT): Change type of EXTRA from int32_t to wint_t.
3549         Don't include either header inside the function.
3550         Call FINDIDX rather than findidx, and pass new arguments.
3551         #undef FINDIDX at the end of the file.
3552         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
3553         FINDIDX before including fnmatch_loop.c for the non-wide version.
3554         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
3555         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
3556         for the wide version.
3557         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
3558         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
3559         Pass new arguments to findidx.
3560         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
3561         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
3562         Don't #include it inside the function.  Pass new arguments to findidx.
3563         * posix/regex_internal.h
3564         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
3565         (re_string_elem_size_at): Don't #include it inside the function.
3566         Pass new arguments to findidx.
3567         * string/strcoll_l.c: #include WEIGHT_H at top level.
3568         (get_next_seq): Don't #include it inside the function.
3569         Pass new arguments to findidx.
3570         (get_next_seq_nocache): Likewise.
3571         * string/strxfrm_l.c: #include WEIGHT_H at top level.
3572         (STRXFRM): Don't #include it inside the function.
3573         Pass new arguments to findidx.
3575 2014-09-11  Florian Weimer  <fweimer@redhat.com>
3577         [BZ #17344]
3578         * malloc/malloc.c (unlink): Turn asserts into a call to
3579         malloc_printerr.
3581 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
3583         [BZ #17370]
3584         * libio/wfileops (do_ftell_wide): Free OUT.
3586 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
3588         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
3590 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
3592         [BZ #17363]
3593         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
3594         group if the current group is empty.
3596 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3598         * benchtests/bench-memset.c (test_main): Add more test from size
3599         from 32 to 512 bytes.
3600         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3601         Add POWER8 memset object.
3602         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
3603         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
3604         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
3605         implementation.
3606         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
3607         Likewise.
3608         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
3609         multiarch POWER8 memset optimization.
3610         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
3611         POWER8 memset optimization.
3613         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
3614         Remove bzero multiarch objects.
3615         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
3616         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
3617         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
3618         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
3619         Remove define.
3620         [__bzero]: Redefine to specific name.
3621         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
3622         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
3623         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
3624         define.
3625         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
3626         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
3628 2014-09-10  Florian Weimer  <fweimer@redhat.com>
3630         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
3631         warnings into errors.
3633         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
3634         __cxa_thread_atexit_impl prototype.
3636 2014-09-09  Steve Ellcey  <sellcey@mips.com>
3638         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
3639         Fix capitalization of error message.
3641 2014-09-09  Steve Ellcey  <sellcey@mips.com>
3643         * sysdeps/mips/preconfigure: Modify ABI tests.
3645 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
3647         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
3649 2014-09-07  Roland McGrath  <roland@hack.frob.com>
3650             Carlos O'Donell  <carlos@systemhalted.org>
3652         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
3653         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
3654         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
3655         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
3656         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
3657         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
3658         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
3659         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
3660         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
3661         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
3662         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
3663         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
3664         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
3665         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
3666         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
3667         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
3668         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
3669         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
3670         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
3671         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
3672         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
3673         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
3674         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
3675         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
3676         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
3677         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
3678         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
3679         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
3680         Deconditionalize the code that was previously under [RESET_PID].
3681         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
3682         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
3683         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
3684         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
3685         include sysdep.h.
3687 2014-09-08  Allan McRae  <allan@archlinux.org>
3689         * version.h (RELEASE): Set to "development".
3690         (VERSION): Set to "2.20.90"
3692 2014-09-07  Allan McRae  <allan@archlinux.org
3694         * version.h (RELEASE): Set to "stable".
3695         (VERSION): Set to "2.20"
3696         * include/features.h (__GLIBC_MINOR__): Set to 20.
3698         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
3699         Liebler.
3701         * po/ko.po: Update Korean translation from translation project.
3703 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
3705         [BZ #17354]
3706         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
3707         macro for handling signed relocations.
3709 2014-09-03  Florian Weimer  <fweimer@redhat.com>
3711         [BZ #17325]
3712         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
3713         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
3714         assert.
3715         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
3716         * iconvdata/ibm935.c (BODY): Likewise.
3717         * iconvdata/ibm937.c (BODY): Likewise.
3718         * iconvdata/ibm939.c (BODY): Likewise.
3719         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
3720         assert.
3721         * iconvdata/Makefile (iconv-test.out): Pass module list to test
3722         script.
3723         * iconvdata/run-iconv-test.sh: New test loop for checking for
3724         decoder crashers.
3726 2014-09-02  Khem Raj  <raj.khem@gmail.com>
3728         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
3729         libm_hidden_ver.
3731 2014-09-01  Allan McRae  <allan@archlinux.org>
3733         * po/eo.po: Update Esperanto translation from translation project.
3735         * po/ca.po: Update Catalan translation from translation project.
3737 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3739         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
3740         __proc_dostop call.
3742 2014-08-27  Mark Wielaard  <mjw@redhat.com>
3744         [BZ #17319]
3745         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
3746         to call set_thread_area instead of hand written asm.
3747         (__NR_set_thread_area): Removed define.
3748         (TLS_FLAG_WRITABLE): Likewise.
3749         (__ASSUME_SET_THREAD_AREA): Remove check.
3750         (TLS_EBX_ARG): Remove define.
3751         (TLS_LOAD_EBX): Likewise.
3753 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
3755         Simplify atomicity of socket creation in bind.
3757         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
3758         looking up the name after linking the file.
3760 2014-08-27  Allan McRae  <allan@archlinux.org>
3762         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
3764 2014-08-26  Florian Weimer  <fweimer@redhat.com>
3766         [BZ #17187]
3767         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
3768         trans_compare, open_translit, __gconv_translit_find):
3769         Remove module loading code.
3771 2014-08-26  Allan McRae  <allan@archlinux.org>
3773         * po/vi.po: Update Vietnamese translation from translation project.
3775         * po/uk.po: Update Ukrainian translation from translation project.
3777         * po/fr.po: Update French translation from translation project.
3779         * po/ru.po: Update Russian translation from translation project.
3781         * po/pl.po: Update Polish translation from translation project.
3783         * po/cs.po: Update Czech translation from translation project.
3785         * po/de.po: Update German translation from translation project.
3787         * po/bg.po: Update Bulgarian translation from translation project.
3789         * po/sv.po: Update Sweedish translation from translation project.
3791         * po/nl.po: Update Dutch translation from translation project.
3793         * po/es.po: Update Spanish translation from translation project.
3795 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
3797         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
3799         * catgets/Makefile (CPPFLAGS-gencat): Remove.
3800         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
3801         (CPPFLAGS-iconvconfig): Likewise.
3802         * timezone/Makefile (CPPFLAGS-zic): Likewise.
3804         * include/libc-symbols.h: Remove unnecessary check for
3805         NOT_IN_libc.
3806         * nptl/pthreadP.h: Likewise.
3807         * sysdeps/aarch64/setjmp.S: Likewise.
3808         * sysdeps/alpha/setjmp.S: Likewise.
3809         * sysdeps/arm/sysdep.h: Likewise.
3810         * sysdeps/i386/setjmp.S: Likewise.
3811         * sysdeps/m68k/setjmp.c: Likewise.
3812         * sysdeps/posix/getcwd.c: Likewise.
3813         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
3814         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
3815         * sysdeps/s390/s390-32/setjmp.S: Likewise.
3816         * sysdeps/s390/s390-64/setjmp.S: Likewise.
3817         * sysdeps/sh/sh3/setjmp.S: Likewise.
3818         * sysdeps/sh/sh4/setjmp.S: Likewise.
3819         * sysdeps/unix/alpha/sysdep.h: Likewise.
3820         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
3821         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3822         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
3823         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
3824         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
3825         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
3826         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
3827         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
3828         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
3829         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
3830         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
3831         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
3832         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3833         * sysdeps/x86_64/setjmp.S: Likewise.
3835 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
3837         [BZ #17263]
3838         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
3839         <stdint.h>.
3840         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
3841         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
3843 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
3845         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
3847         [BZ #17262]
3848         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
3849         and __x86_64__ when disabling x87 inline functions.
3851 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
3853         [BZ #17259]
3854         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
3855         asm statement with __cpuid_count.
3857 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
3859         * configure.ac: Change __ehdr_start code to dereference the struct.
3860         Run readelf on the output to look for relocations.
3861         * configure: Regenerated.
3863 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
3865         [BZ #17261]
3866         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
3867         value to 0.
3868         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
3870 2014-08-12  Roland McGrath  <roland@hack.frob.com>
3872         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
3874 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
3876         [BZ #16892]
3877         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
3878         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
3880 2014-08-12  Sean Anderson  <seanga2@gmail.com>
3882         * malloc/malloc.c: Fix typo in comment.
3884 2014-08-09  Allan McRae  <allan@archlinux.org>
3886         * Regenerate libc.po.
3888 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
3890         * intl/tst-gettext2.sh: Check every lang file for creation.
3892 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
3894         * sysdeps/aarch64/fpu/math_private.h
3895         (libc_feholdsetround_noex_aarch64_ctx): New function.
3897 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
3899         * sysdeps/arm/armv6/strcpy.S (strcpy):
3900         Fix performance issue in misaligned cases.
3902 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3904         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
3905         Move definition from termios.h.
3906         (struct termio): Likewise.
3907         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
3908         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
3909         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
3910         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
3911         Likewise.
3912         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
3913         Move definition to ioctl-types.h
3914         (struct termio): Likewise.
3915         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
3916         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
3917         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
3918         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
3919         Likewise.
3921 2014-08-05  Richard Henderson  <rth@redhat.com>
3923         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
3924         exceptions.
3925         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
3926         Add fraiseexcpt.
3927         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
3928         Use __feraiseexcept.
3929         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
3930         Protect libm symbols with IS_IN_libm.
3932         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
3934 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
3936         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
3938 2014-08-04  Will Newton  <will.newton@linaro.org>
3940         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
3941         file.
3943 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
3945         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
3946         variants for each function.
3948 2014-08-04  Roland McGrath  <roland@hack.frob.com>
3950         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
3951         appended ...
3952         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
3953         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
3954         appended ...
3955         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
3956         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
3957         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
3958         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
3959         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
3960         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
3961         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
3962         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
3963         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
3964         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
3965         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
3966         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
3967         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
3968         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
3969         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
3970         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
3971         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
3972         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
3973         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
3974         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
3975         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
3976         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
3977         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
3978         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
3979         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
3980         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
3981         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
3982         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
3983         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
3984         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
3985         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
3986         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
3987         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
3988         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
3989         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
3990         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
3991         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
3992         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
3993         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
3994         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
3995         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
3996         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
3997         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
3998         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
3999         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
4000         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
4001         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
4002         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
4003         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
4004         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
4005         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
4006         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
4007         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
4008         Update #include.
4009         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
4010         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
4012 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4014         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
4015         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
4016         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
4017         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
4018         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
4019         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
4021 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4023         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
4024         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
4025         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4026         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
4028 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4030         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
4031         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
4032         (__libc_vfork): Define function under this name.
4033         (__vfork): Define as an alias.
4034         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
4035         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
4037 2014-08-04  Roland McGrath  <roland@hack.frob.com>
4039         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
4040         that was previously under [RESET_PID].
4041         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
4043 2014-08-04  Andreas Schwab  <schwab@suse.de>
4045         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
4047 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
4049         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
4050         (main): Likewise.
4052 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4054         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
4056 2014-08-01  Richard Henderon  <rth@redhat.com>
4058         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
4059         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
4060         typo in exact zero test.
4061         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
4062         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
4063         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
4065 2014-08-01  Roland McGrath  <roland@hack.frob.com>
4067         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
4068         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
4069         * sysdeps/arm/sysdep.h: ... here.
4070         [!__ASSEMBLER__]: Include <stdint.h>.
4072 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
4074         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
4075         (HAVE_WCTYPE_H): Likewise.
4076         (HAVE_ISWCTYPE): Likewise.
4077         (ENABLE_NLS): Likewise.
4078         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
4079         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
4081         * posix/regex_internal.c: Check if DEBUG is defined and is
4082         set.
4084         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
4085         (HAVE_MBSRTOWCS): Likewise.
4086         * posix/fnmatch.c: Include string.h unconditionally.
4088 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
4090         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
4091         reversal.
4093 2014-07-31  Roland McGrath  <roland@hack.frob.com>
4095         * sysdeps/generic/safe-fatal.h: New file.
4096         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
4097         * nptl/forward.c: Include it.
4098         (__pthread_unwind): Use __safe_fatal as default action, rather
4099         than a bogus use of INTERNAL_SYSCALL that could never work.
4101         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
4102         * configure.ac (libc_cv_builtin_trap): New test.
4103         * configure: Regenerated.
4104         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
4105         (ABORT_INSTRUCTION): Define using __builtin_trap.
4107         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
4108         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
4109         * sysdeps/nptl/nptl-signals.h: New file.
4110         * nptl/pthreadP.h: Include <nptl-signals.h>.
4112 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4114         * sysdeps/s390/s390-64/utf16-utf32-z9.c
4115         (ONE_DIRECTION): Define.
4116         * sysdeps/s390/s390-64/utf8-utf16-z9.c
4117         (ONE_DIRECTION): Define.
4118         * sysdeps/s390/s390-64/utf8-utf32-z9.c
4119         (ONE_DIRECTION): Define.
4121 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
4123         * sysdeps/s390/Makefile: Delete file.
4124         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
4125         * sysdeps/s390/__longjmp.c: Delete file.
4126         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
4127         Remove fields __flags and __reserved.
4128         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
4129         and add versioning.
4130         * sysdeps/s390/rtld-__longjmp.c: Delete file.
4131         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
4132         * sysdeps/s390/rtld-setjmp.S: Likewise.
4133         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
4134         * sysdeps/s390/s390-32/__longjmp.c: ... here.
4135         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
4136         * sysdeps/s390/s390-32/setjmp.S: ... here.
4137         Add versioning.
4138         (__sigsetjmp): Remove setting __flags field.
4139         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
4140         * sysdeps/s390/s390-64/__longjmp.c: ... here.
4141         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
4142         * sysdeps/s390/s390-64/setjmp.S: ... here.
4143         Add versioning.
4144         (__sigsetjmp): Remove setting __flags field.
4145         * sysdeps/s390/setjmp.S: Delete file.
4146         * sysdeps/s390/sigjmp.c: Likewise.
4147         * sysdeps/s390/v1-longjmp.c: Likewise.
4148         * sysdeps/s390/v1-setjmp.h: Likewise.
4149         * sysdeps/s390/v1-sigjmp.c: Likewise.
4150         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
4151         Remove v1-longjmp_chk.
4152         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
4153         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
4154         Include debug/longjmp_chk.c and add versioning.
4155         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
4156         Include nptl/pt-longjmp.c and add versioning.
4157         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
4158         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
4159         Include __longjmp.c.
4160         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
4161         Move to ...
4162         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
4163         (__getcontext): Remove setting __flags field.
4164         Add versioning.
4165         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
4166         Don't restore upper high grps.
4167         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
4168         Likewise.
4169         (__swapcontext): Remove setting uc_flags field.
4170         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
4171         Delete file.
4172         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
4173         Include __longjmp.c.
4174         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
4175         Move to ...
4176         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
4177         (__getcontext): Remove setting __flags field.
4178         Add versioning.
4179         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
4180         (__swapcontext): Remove setting uc_flags field.
4181         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
4182         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
4183         Remove fields uc_high_gprs and __reserved.
4184         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
4185         New file with reverted content.
4186         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
4187         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
4188         Regenerated.
4189         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
4190         Regenerated.
4192 2014-07-31  Andreas Schwab  <schwab@suse.de>
4194         * config.h.in (HAVE_IFUNC): Define to 0.
4195         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
4196         definedness.
4198 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
4200         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4201         memmove-avx-unaligned, memcpy-avx-unaligned and
4202         mempcpy-avx-unaligned.
4203         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4204         Add tests for AVX memcpy functions.
4205         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
4206         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
4207         memcpy_chk.
4208         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
4209         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
4210         memmove_chk.
4211         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
4212         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
4213         mempcpy_chk.
4214         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
4215         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
4216         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
4218 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4220         [BZ #17213]
4221         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
4222         powerpc64le.
4224 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
4226         [BZ #16839]
4227         * manual/llio.texi: Add section about open file description locks.
4228         * manual/examples/ofdlocks.c: Example of open file description
4229         lock usage.
4230         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
4231         F_OFD_SETLK, and F_OFD_SETLKW.
4233 2014-07-23  Allan McRae  <allan@archlinux.org>
4235         * po/es.po: Update Spanish translation from translation project.
4237 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
4239         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
4241 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
4243         [BZ #17078]
4244         * sysdeps/arm/dl-machine.h (elf_machine_rela)
4245         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
4246         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
4248 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
4250         [BZ #17088]
4251         * math/fesetenv.c (__fesetenv)
4252         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
4253         * math/feupdateenv.c (__feupdateenv)
4254         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
4256         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
4257         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
4258         (__ASSUME_SOCKETCALL): Do not define.
4260         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
4261         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
4262         (__ASSUME_SOCKETCALL): Do not define.
4263         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
4264         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4265         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4266         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
4267         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4268         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
4269         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4270         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4272         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
4273         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
4274         (__ASSUME_SOCKETCALL): Do not define.
4275         (__ASSUME_IPC64): Define unconditionally.
4276         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4277         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4278         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
4279         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4280         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
4281         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4282         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
4283         Likewise.
4285         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
4286         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
4287         (__ASSUME_SOCKETCALL): Do not define.
4288         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
4289         (__ASSUME_FUTEX_LOCK_PI): Likewise.
4290         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4291         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
4292         (__ASSUME_REQUEUE_PI): Define unconditionally.
4293         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
4294         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
4295         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4296         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
4297         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4298         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4300         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
4301         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
4302         (__ASSUME_SOCKETCALL): Do not define.
4303         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
4304         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4305         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4306         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
4307         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4308         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
4310         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
4311         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
4312         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
4313         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
4314         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
4315         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
4316         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
4317         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
4318         (__ASSUME_GETCPU_SYSCALL): Likewise.
4320         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
4321         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
4322         cases for individual architectures.
4323         * sysdeps/gnu/configure: Regenerated.
4324         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
4325         LIBC_SLIBDIR_RTLDDIR.
4326         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
4327         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
4328         LIBC_SLIBDIR_RTLDDIR.
4329         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
4330         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
4331         LIBC_SLIBDIR_RTLDDIR.
4332         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
4333         Regenerated.
4334         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
4335         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
4336         file.
4337         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
4338         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
4339         file.
4340         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
4341         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
4342         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
4343         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
4345         * sysdeps/aarch64/shlib-versions: Move to ...
4346         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
4347         * sysdeps/alpha/shlib-versions: Move to ...
4348         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
4349         * sysdeps/arm/shlib-versions: Move to ...
4350         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
4351         * sysdeps/hppa/shlib-versions: Move all contents except for
4352         libgcc_s entry to ...
4353         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
4354         entry from ...
4355         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
4356         * sysdeps/ia64/shlib-versions: Move to ...
4357         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
4358         entry from ...
4359         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
4360         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
4361         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
4362         * sysdeps/microblaze/shlib-versions: Move to ...
4363         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
4364         * sysdeps/mips/shlib-versions: Move to ...
4365         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
4366         entry from ...
4367         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
4368         * sysdeps/tile/shlib-versions: Move to ...
4369         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
4370         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
4371         from ...
4372         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
4373         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
4374         entry from ...
4375         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
4377 2014-07-17  Will Newton  <will.newton@linaro.org>
4379         * sysdeps/arm/bits/atomic.h
4380         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
4381         (__arch_compare_and_exchange_bool_16_int): Likewise.
4382         (__arch_compare_and_exchange_bool_64_int): Likewise.
4384         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
4385         into an #else block.
4387 2014-07-16  Roland McGrath  <roland@hack.frob.com>
4389         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
4390         just Linux configurations.  Test empirically that the compiler sets
4391         __ARM_EABI__, rather than using the tuple to decide.
4392         * sysdeps/arm/preconfigure: Regenerated.
4393         * sysdeps/unix/sysv/linux/arm/configure: File removed.
4394         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
4395         contents appended ...
4396         * sysdeps/arm/configure.ac: ... here.
4397         * sysdeps/arm/configure: Regenerated.
4399 2014-07-15  Roland McGrath  <roland@hack.frob.com>
4401         * nptl/pthread_kill.c: New file.
4402         * nptl/pthread_sigmask.c: New file.
4403         * nptl/pthread_sigqueue.c: New file.
4405         * sysdeps/nptl/lowlevellock.h: New file.
4406         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
4407         * sysdeps/nptl/lowlevellock-futex.h: New file.
4409         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
4410         Remove dead declarations.
4412 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
4414         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
4415         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
4416         config-cflags-avx2.
4417         * sysdeps/x86_64/configure.ac: Likewise.
4418         * sysdeps/i386/configure: Regenerated.
4419         * sysdeps/x86_64/configure: Likewise.
4420         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
4421         memset-avx2 only if config-cflags-avx2 is yes.
4422         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
4423         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
4424         defined.
4425         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
4426         only if HAVE_AVX2_SUPPORT is defined.
4427         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
4429 2014-07-14  Alan Modra  <amodra@gmail.com>
4431         [BZ #17153]
4432         * elf/elf.h (DT_PPC64_NUM): Correct value.
4433         * NEWS: Add to fixed bug list.
4435 2014-07-13  Jim Meyering  <meyering@fb.com>
4437         [BZ 17150]
4438         regex: don't deref NULL upon heap allocation failure
4439         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
4440         failure in one more place.
4441         To trigger the segfault, configure grep -with-included-regex,
4442         build it, and run these commands:
4443         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
4445 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
4447         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
4449 2014-07-11  Richard Henderson  <rth@redhat.com>
4451         * sysdeps/aarch64/libm-test-ulps: Update.
4453 2014-07-10  Florian Weimer  <fweimer@redhat.com>
4455         [BZ #17135]
4456         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
4457         * nptl/allocatestack.c (__nptl_setxid_error): New function.
4458         (__nptl_setxid): Initialize error member.  Call
4459         __nptl_setxid_error.
4460         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
4461         * nptl/descr.h (struct xid_command): Add error member.
4462         * nptl/tst-setuid3.c: New file.
4463         * nptl/Makefile (tests): Add it.
4465 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4467         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
4468         New define.
4469         (__lll_trylock): Use __lll_base_trylock.
4470         (__lll_cond_trylock): Likewise.
4472 2014-07-10  Roland McGrath  <roland@hack.frob.com>
4474         * nptl/pthread_create.c (start_thread): Use atomic_or and
4475         lll_futex_wake directly rather than lll_robust_dead.
4476         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
4477         (lll_robust_dead): Macro removed.
4478         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
4479         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
4480         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
4481         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4482         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4483         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
4484         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
4485         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4486         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
4487         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4488         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4489         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4490         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4491         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4492         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4494         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
4495         Use atomic_compare_and_exchange_val_acq directly rather than
4496         lll_robust_trylock.
4497         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
4498         (__lll_robust_trylock, lll_robust_trylock): Removed.
4499         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
4500         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
4501         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
4502         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
4503         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
4504         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
4505         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
4506         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
4507         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
4508         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
4509         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4510         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
4511         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
4512         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
4514 2014-07-02  Florian Weimer  <fweimer@redhat.com>
4516         * manual/locale.texi (Locale Names): New section documenting
4517         locale name syntax.  Adjust menu and node chaining accordingly.
4518         (Choosing Locale): Reference Locale Names, Locale Categories.
4519         Mention setting LC_ALL=C.  Reflect that name syntax is now
4520         documented.
4521         (Locale Categories): New section title.  Reference Locale Names.
4522         LC_ALL is an environment variable, but not a category.
4523         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
4524         description, now in Locale Name.  Reference that section.  Locale
4525         name syntax is now documented.
4527 2014-07-02  Florian Weimer  <fweimer@redhat.com>
4529         [BZ #17137]
4530         * locale/findlocale.c (name_present, valid_locale_name): New
4531         functions.
4532         (_nl_find_locale): Use the loc_name variable to store name
4533         candidates.  Call name_present and valid_locale_name to check and
4534         validate locale names.  Return an error if the locale is invalid.
4536 2014-07-02  Florian Weimer  <fweimer@redhat.com>
4538         * locale/setlocale.c (setlocale): Use strdup for allocating
4539         composite name copy.
4541 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
4543         Sync up with gnulib.
4544         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
4545         [!_LIBC && ENABLE_NLS]: Include gettext.h.
4546         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
4547         and _GL_ARG_NONNULL.
4548         [USE_UNLOCKED_IO]: Include unlocked-io.h.
4549         [!_LIBC]: Include code for Windows and Cygwin.
4550         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
4551         Include prototype for int strerror_r.
4552         [!_LIBC] (is_open): New function.
4553         (flush_stdout): New function.
4554         (print_errno_message): Use it.
4555         (error): Likewise.
4556         (error_at_line): Likewise.
4557         (error_tail) Add function attribute macros.  Use
4558         __builtin_expect.
4560         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
4562         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
4564         * io/ftw.c: Include sys/param.h unconditionally.
4566         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
4568         [BZ #17125]
4569         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
4570         libc_freeres_ptr.
4571         (freecache): New function to free CACHE on exit.
4573         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
4574         initialization.
4576 2014-07-09  David S. Miller  <davem@davemloft.net>
4578         * sysdeps/sparc/fpu/libm-test-ulps: Update.
4580         * sysdeps/sparc/nptl/internaltypes.h: Delete.
4581         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
4582         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
4583         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
4584         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
4585         * sysdeps/sparc/nptl/sem_init.c: Likewise.
4586         * sysdeps/sparc/nptl/sem_post.c: Likewise.
4587         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
4588         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
4589         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
4590         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
4591         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
4592         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
4594 2014-07-09  Andreas Schwab  <schwab@suse.de>
4596         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
4597         output.
4598         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
4599         (do_test): Likewise.
4601         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
4603 2014-07-09  Will Newton  <will.newton@linaro.org>
4605         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
4606         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
4607         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
4608         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
4609         * sysdeps/hppa/start.S (_start): Likewise.
4611 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
4613         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
4615         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
4616         defined.
4618 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
4620         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
4621         after checking that it is non-NULL.
4623         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
4625 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4627         * sysdeps/powerpc/memmove.c: Remove file.
4628         * sysdeps/powerpc/powerpc32/power4/memcopy.h
4629         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
4630         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
4631         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
4632         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
4633         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
4634         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
4635         string memmove instead of removed powerpc one.
4637         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
4638         [weak_alias]: Fix compiler warning due trailing data.
4639         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
4640         [weak_alias]: Likewise.
4641         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
4642         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
4644         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
4645         (__libc_ifunc_impl_list): Add memmove functions.
4647 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
4649         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
4650         Remove code.
4651         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
4652         Likewise
4653         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
4654         Likewise
4655         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
4656         Likewise
4657         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
4658         Likewise
4659         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
4660         Likewise
4661         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
4662         Likewise
4663         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
4664         Likewise
4665         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
4666         Likewise
4667         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
4668         Likewise
4669         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
4670         Likewise
4671         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
4672         Likewise
4673         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
4674         Likewise
4675         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
4676         Likewise
4677         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
4678         Likewise
4679         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
4680         Likewise
4681         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
4682         Likewise
4684 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4686         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
4687         to avoid alignment traps in non-cacheable memory.
4688         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
4690         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
4691         multiarch objects.
4692         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
4693         file: multiarch power7 memmove.
4694         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
4695         multiarch default memmove.
4696         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
4697         multiarch memove for powerpc32/power4.
4699         * string/bcopy.c: Use full path to include memmove.c.
4700         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
4701         multiarch objects.
4702         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
4703         bcopy for powerpc64.
4704         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
4705         bcopy for powerpc64.
4706         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
4707         and memmove implementations.
4708         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
4709         optimized multiarch memmove for POWER7/powerpc64.
4710         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
4711         default multiarch memmove for powerpc64.
4712         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
4713         multiarch for powerpc64.
4714         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
4715         for POWER7/powerpc64.
4716         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
4717         memmove for POWER7/powerpc64.
4719         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
4720         glibc default one.
4722         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
4723         __ELF_NATIVE_CLASS equal to 64.
4725 2014-07-07  Roland McGrath  <roland@hack.frob.com>
4727         * sysdeps/nptl/lowlevellock.h: File removed.
4729         * NEWS: NPTL is no longer an add-on!
4730         * nptl/internaltypes.h: Moved ...
4731         * sysdeps/nptl/internaltypes.h: ... here.
4732         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
4733         * sysdeps/nptl/fork.c: Likewise.
4734         * sysdeps/nptl/gai_misc.h: Likewise.
4735         * sysdeps/nptl/librt-cancellation.c: Likewise.
4736         * sysdeps/nptl/jmp-unwind.c: Likewise.
4737         * sysdeps/nptl/setxid.h: Likewise.
4738         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
4739         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
4740         * sysdeps/unix/sysv/linux/arm/Implies: New file.
4741         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
4742         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
4743         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
4744         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
4745         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
4746         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
4747         * sysdeps/unix/sysv/linux/mips/Implies: New file.
4748         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
4749         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
4750         * sysdeps/unix/sysv/linux/sh/Implies: New file.
4751         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
4752         * sysdeps/unix/sysv/linux/tile/Implies: New file.
4753         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
4754         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
4755         * nptl/Makeconfig: Moved ...
4756         * sysdeps/nptl/Makeconfig: ... here.
4757         * nptl/configure: File removed.
4758         * nptl/ANNOUNCE: File removed.
4759         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
4760         * sysdeps/unix/sysv/linux/configure: Regenerated.
4762         * nptl/Makefile (routines): Add libc_pthread_init,
4763         libc_multiple_threads, register-atfork and unregister-atfork.
4764         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
4765         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
4766         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
4767         pthread-pi-defines.sym, structsem.sym.
4768         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
4769         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
4770         [$(subdir) = nptl] (tests): Add tst-setgetname.
4771         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
4772         * sysdeps/unix/sysv/linux/sigaction.c: Just include
4773         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
4774         [!LIBC_SIGACTION]: Remove aliases.
4775         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
4776         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
4777         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
4778         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
4779         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
4780         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
4781         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
4782         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
4783         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
4784         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
4785         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
4786         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
4787         __libc_allocate_rtsig_private.
4788         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
4789         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
4790         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
4791         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
4792         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
4793         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
4794         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
4795         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
4796         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
4797         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
4798         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
4799         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
4800         * nptl/internaltypes.h: ... here.
4801         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
4802         * sysdeps/nptl/jmp-unwind.c: ... here.
4803         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
4804         * nptl/libc-lowlevellock.c: ... here.
4805         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
4806         * nptl/libc_multiple_threads.c: ... here.
4807         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
4808         * nptl/libc_pthread_init.c: ... here.
4809         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
4810         * nptl/lowlevelbarrier.sym: ... here.
4811         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
4812         * nptl/lowlevelcond.sym: ... here.
4813         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
4814         * nptl/lowlevellock.c: ... here.
4815         * nptl/lowlevellock.h: Moved ...
4816         * sysdeps/nptl/lowlevellock.h: ... here.
4817         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
4818         * nptl/lowlevelrobustlock.c: ... here.
4819         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
4820         * nptl/lowlevelrobustlock.sym: ... here.
4821         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
4822         * nptl/lowlevelrwlock.sym: ... here.
4823         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
4824         * nptl/pt-fork.c: ... here.
4825         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
4826         * nptl/pthread-pi-defines.sym: ... here.
4827         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
4828         * nptl/pthread_attr_getaffinity.c: ... here.
4829         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
4830         * nptl/pthread_attr_setaffinity.c: ... here.
4831         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
4832         * nptl/pthread_mutex_cond_lock.c: ... here.
4833         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
4834         Update #include.
4835         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
4836         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
4837         * nptl/pthread_once.c: ... here, replacing old file.
4838         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
4839         * nptl/pthread_yield.c: ... here.
4840         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
4841         * nptl/register-atfork.c: ... here.
4842         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
4843         * nptl/sem_post.c: ... here.
4844         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
4845         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
4846         * nptl/sem_timedwait.c: ... here.
4847         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
4848         * nptl/sem_trywait.c: ... here.
4849         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
4850         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
4851         * nptl/sem_wait.c: ... here.
4852         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
4853         * nptl/structsem.sym: ... here.
4854         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
4855         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
4856         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
4857         * nptl/unregister-atfork.c: ... here.
4858         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
4859         * nptl/unwindbuf.sym: ... here.
4860         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
4861         * sysdeps/nptl/fork.c: ... here.
4862         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
4863         * sysdeps/nptl/fork.h: ... here.
4864         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
4865         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
4866         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
4867         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
4868         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
4869         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
4870         * sysdeps/unix/sysv/linux/getpid.c: ... here.
4871         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
4872         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
4873         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
4874         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
4875         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
4876         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
4877         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
4878         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
4879         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
4880         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
4881         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
4882         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
4883         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
4884         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
4885         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
4886         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
4887         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
4888         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
4889         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
4890         * sysdeps/unix/sysv/linux/raise.c: ... here.
4891         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
4892         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
4893         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
4894         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
4895         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
4896         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
4897         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
4898         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
4899         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
4900         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
4901         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
4902         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
4903         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
4904         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
4905         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
4907 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
4909         * sysdeps/generic/memcopy.h: Add comment for
4910         MEMCPY_OK_FOR_FWD_MEMMOVE.
4912 2014-07-04  Will Newton  <will.newton@linaro.org>
4914         * string/memchr.c: Merge from gnulib.
4915         [_LIBC]: Remove conditionals.
4916         (__ptr_t): Remove define.
4917         (LONG_MAX_32_BITS): Likewise.
4918         (LONG_MAX): Likewise.
4919         (MEMCHR): Use ANSI prototype and optimize algorithm.
4921         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
4923 2014-07-03  Roland McGrath  <roland@hack.frob.com>
4925         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
4926         (lll_futex_timed_wait_bitset): Fix syscall argument count.
4928         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
4929         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
4930         in a bare environment with no <stdlib.h> installed.
4931         * sysdeps/nptl/configure: Regenerated.
4933         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
4935         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
4936         AC_EGREP_CPP for kernel header checks, so they only succeed if
4937         including <linux/version.h> actually works right.
4938         * sysdeps/unix/sysv/linux/configure: Regenerated.
4940         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
4941         value so it's not diagnosed as unused.
4943         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
4944         thing) with "ifeq ($(subdir),rt)".
4946 2014-07-03  Richard Henderson  <rth@redhat.com>
4948         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
4949         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
4950         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
4952         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
4953         (math_force_eval): New.
4955         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
4956         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
4958         * sysdeps/alpha/fpu/s_round.c: Remove file.
4959         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
4961         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
4962         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
4963         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
4964         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
4965         (_dl_start, print_statistics): Likewise.
4966         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
4967         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
4969         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
4970         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
4971         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
4972         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
4973         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
4974         (HP_SMALL_TIMING_AVAIL): Define.
4975         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
4976         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
4977         (HP_SMALL_TIMING_AVAIL): Define.
4978         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
4979         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
4981         * sysdeps/aarch64/hp-timing.h: New file.
4983         * sysdeps/generic/hp-timing.h: Remove dead comment.
4984         * sysdeps/generic/hp-timing-common.h: New file.
4985         * sysdeps/alpha/hp-timing.h: Include it.
4986         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
4987         * sysdeps/i386/i686/hp-timing.h: Likewise.
4988         * sysdeps/ia64/hp-timing.h: Likewise.
4989         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
4990         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
4991         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
4992         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
4993         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
4994         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
4995         (hp_timing_t): New.
4997         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
4998         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
4999         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
5000         * elf/rtld.c (_dl_start_final): Likewise.
5001         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
5002         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5003         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5004         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5005         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5006         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5007         (HP_TIMING_DIFF_INIT): Remove.
5008         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5009         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
5010         (HP_TIMING_DIFF_INIT): Remove.
5011         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
5012         * sysdeps/i386/i686/hp-timing.c: Remove file.
5013         * sysdeps/x86_64/hp-timing.c: Remove file.
5014         * sysdeps/ia64/hp-timing.c: Remove file.
5015         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
5016         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
5017         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
5018         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
5020         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
5021         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
5022         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
5023         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5024         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
5025         (HP_TIMING_ACCUM): Remove.
5026         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5027         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
5028         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
5030         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
5031         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
5032         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
5033         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
5034         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
5035         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5036         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
5037         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
5039         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
5041 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
5043         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
5045 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5047         Sync up with gettext.
5048         * intl/loadmsgcat.c: Define O_BINARY if not defined.
5049         [_MSC_VER]: Include malloc.h
5050         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
5051         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
5052         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
5053         TEMP_FAILURE_RETRY.  Cast return of alloca.
5054         [!_LIBC] Call gl_rwlock_init.
5055         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
5057 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5059         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
5060         before checking its value.
5062 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5064         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
5066         * debug/memcpy_chk.c: Don't include pagecopy.h.
5067         * debug/mempcpy_chk.c: Likewise.
5068         * string/memcpy.c: Likewise.
5069         * string/memmove.c: Likewise.
5070         * sysdeps/powerpc/memmove.c: Likewise.
5071         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
5072         definition of PAGE_COPY_FWD_MAYBE here...
5073         * sysdeps/generic/pagecopy.h: ... from here.
5074         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
5076 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
5077             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5079         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
5080         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
5081         optimizations.
5082         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
5083         (__libc_ifunc_impl_list): Likewise.
5084         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
5085         multiarch strcat for PPC64.
5086         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
5087         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
5089 2014-07-02  Roland McGrath  <roland@hack.frob.com>
5091         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
5093 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5095         * intl/loadmsgcat.c: Remove declaration of
5096         get_sysdep_segment_value.
5097         (get_sysdep_segment_value): Use ISO C style.
5098         (_nl_load_domain): Use ISO C style.  Get rid of redundant
5099         semicolon.  Fix typo and formatting in comment.
5100         (_nl_unload_domain): Use ISO C style.
5102         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
5104 2014-07-02  Will Newton  <will.newton@linaro.org>
5106         * malloc/obstack.c: Merge from gnulib master.
5107         [HAVE_CONFIG_H]: Remove conditional code.
5108         [!_LIBC]: Include config.h.
5109         [!ELIDE_CODE]: Don't include inttypes.h, include
5110         stdint.h unconditionally.
5111         (print_and_abort): Mark as _Noreturn.
5112         (_obstack_allocated_p): Mark as __attribute_pure__.
5113         (obstack_free): Rename to __obstack_free.
5114         [!__attribute__]: Remove conditional code.
5115         * malloc/obstack.h: Merge from gnulib master.
5116         [__cplusplus]: Move conditional down.
5117         [!__attribute_pure__]: Define __attribute_pure__ here
5118         if it is not already defined.
5119         (_obstack_memory_used): Mark as __attribute_pure__.
5120         [!__obstack_free]: Define as obstack_free.
5121         [__GNUC__]: Remove check for ancient NeXT gcc.
5123 2014-07-02  Will Newton  <will.newton@linaro.org>
5124             Paul Eggert  <eggert@cs.ucla.edu>
5126         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
5128 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
5130         * resolv/gethnamaddr.c: Add comment warning that the file is
5131         not maintained.
5133 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
5135         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
5136         entries.
5138         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
5139         entry for aio_cancel and aio_cancel64.
5140         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
5141         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
5142         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
5143         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
5144         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
5145         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
5146         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
5147         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
5148         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
5149         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
5150         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
5151         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
5152         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
5154 2014-07-01  Roland McGrath  <roland@hack.frob.com>
5156         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
5157         * nptl/pthread_mutex_lock.c: Likewise.
5158         * nptl/pthread_mutex_timedlock.c: Likewise.
5159         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
5161 2014-07-01  Richard henderson  <rth@redhat.com>
5163         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
5164         (__isnan, __isnanl): Remove.
5165         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
5167         * sysdeps/alpha/fpu/libm-test-ulps: Update.
5169 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
5171         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
5173 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5175         * resolv/nss_dns/dns-host.c (getanswer_r)
5176         [MULTI_PTRS_ARE_ALIASES]: Remove code.
5178 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
5180         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5181         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
5182         undefine.
5183         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
5184         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
5186 2014-07-01  Roland McGrath <roland@hack.frob.com>
5188         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
5189         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
5191         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
5192         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
5194         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
5195         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
5196         ... here.
5197         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
5198         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
5200         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
5201         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
5202         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
5203         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
5205         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
5206         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
5207         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
5208         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
5209         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
5210         Moved ...
5211         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
5212         ... here.
5213         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
5214         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
5215         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
5216         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
5217         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
5218         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
5219         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
5220         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
5221         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
5222         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
5223         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
5224         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
5225         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
5226         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
5227         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
5228         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
5229         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
5230         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
5231         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
5232         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
5233         ... here.
5234         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
5235         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
5236         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
5237         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
5238         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
5239         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
5240         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
5241         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
5243 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
5245         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
5246         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
5247         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
5248         Add sysdep.
5250 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5252         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
5254 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5256         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
5257         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
5259         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
5261         * sysdeps/arm/libm-test-ulps: Regenerated.
5263 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5264             Roland McGrath <roland@hack.frob.com>
5266         * test-skeleton.c (signal_handler): Kill the whole process group
5267         before killing the child individually.
5268         (main): Report any failure on `setpgid'.
5270 2014-06-30  Roland McGrath  <roland@hack.frob.com>
5272         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
5273         from _TLS_H to _ARM_NPTL_TLS_H.
5274         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
5275         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
5277 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
5279         [BZ #16539]
5280         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
5281         (__expm1l): Return argument unchanged when small but not
5282         subnormal.
5284         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
5285         include macro name.
5286         (_FP_UNPACK_RAW_1_P): Likewise.
5287         (_FP_PACK_RAW_1): Likewise.
5288         (_FP_PACK_RAW_1_P): Likewise.
5289         (_FP_MUL_MEAT_1_wide): Likewise.
5290         (_FP_MUL_MEAT_DW_1_hard): Likewise.
5291         (_FP_MUL_MEAT_1_hard): Likewise.
5292         (_FP_DIV_MEAT_1_imm): Likewise.
5293         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
5294         (_FP_DIV_MEAT_1_udiv): Likewise.
5295         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
5296         (_FP_UNPACK_RAW_2): Likewise.
5297         (_FP_UNPACK_RAW_2_P): Likewise.
5298         (_FP_PACK_RAW_2): Likewise.
5299         (_FP_PACK_RAW_2_P): Likewise.
5300         (_FP_MUL_MEAT_DW_2_wide): Likewise.
5301         (_FP_MUL_MEAT_2_wide): Likewise.
5302         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
5303         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
5304         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
5305         (_FP_MUL_MEAT_2_gmp): Likewise.
5306         (_FP_DIV_MEAT_2_udiv): Likewise.
5307         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
5308         (_FP_FRAC_SRL_4): Likewise.
5309         (_FP_FRAC_SRST_4): Likewise.
5310         (_FP_FRAC_SRS_4): Likewise.
5311         (_FP_UNPACK_RAW_4): Likewise.
5312         (_FP_UNPACK_RAW_4_P): Likewise.
5313         (_FP_PACK_RAW_4): Likewise.
5314         (_FP_PACK_RAW_4_P): Likewise.
5315         (_FP_MUL_MEAT_DW_4_wide): Likewise.
5316         (_FP_MUL_MEAT_4_wide): Likewise.
5317         (_FP_MUL_MEAT_4_gmp): Likewise.
5318         (umul_ppppmnnn): Likewise.
5319         (_FP_DIV_MEAT_4_udiv): Likewise.
5320         (__FP_FRAC_ADD_4): Likewise.
5321         (__FP_FRAC_SUB_3): Likewise.
5322         (__FP_FRAC_SUB_4): Likewise.
5323         (__FP_FRAC_DEC_3): Likewise.
5324         (__FP_FRAC_DEC_4): Likewise.
5325         (__FP_FRAC_ADDI_4): Likewise.
5326         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
5327         (_FP_FRAC_SRL_8): Likewise.
5328         (_FP_FRAC_SRS_8): Likewise.
5330         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
5331         include macro name.
5332         (FP_UNPACK_RAW_EP): Likewise.
5333         (FP_PACK_RAW_E): Likewise.
5334         (FP_PACK_RAW_EP): Likewise.
5335         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
5336         (_FP_ISSIGNAN): Likewise.
5337         (_FP_ADD_INTERNAL): Likewise.
5338         (_FP_FMA): Likewise.
5339         (_FP_CMP): Likewise.
5340         (_FP_SQRT): Likewise.
5341         (_FP_TO_INT): Likewise.
5342         (_FP_FROM_INT): Likewise.
5343         (FP_EXTEND): Likewise.
5344         (_FP_DIV_MEAT_N_loop): Likewise.
5346 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
5348         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
5349         throughout.
5351 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
5353         [BZ #17097]
5354         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
5355         result with correct sign in case of exponents that produce
5356         overflow except for X very close to 1.
5358 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
5360         mktime: merge #if/#ifdef usage from glibc
5361         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
5362         as that works with both Glibc's and Gnulib's style.
5363         See thread starting at Siddhesh Poyarekar's bug report at:
5364         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
5366 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
5368         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
5369         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
5370         * sysdeps/tile/tilegx/memmove.c: Remove file.
5372 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
5374         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
5375         abi-name definition.
5376         * scripts/soversions.awk: Do not handle or generate ABI lines.
5377         * shlib-versions: Remove ABI entries.
5378         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
5379         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
5381 2014-06-27  Roland McGrath  <roland@hack.frob.com>
5383         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
5384         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
5385         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
5386         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
5387         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
5388         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
5389         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
5390         Moved ...
5391         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
5392         ... here.
5393         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
5394         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
5395         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
5396         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
5397         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
5398         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
5399         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
5400         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
5401         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
5402         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
5403         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
5404         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
5405         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
5406         Moved ...
5407         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
5408         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
5409         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
5410         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
5411         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
5412         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
5413         Moved ...
5414         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
5415         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
5416         Moved ...
5417         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
5418         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
5419         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
5420         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
5421         Moved ...
5422         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
5423         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
5424         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
5425         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
5426         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
5427         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
5428         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
5429         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
5430         Moved ...
5431         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
5432         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
5433         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
5434         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
5435         Moved ...
5436         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
5437         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
5438         Moved ...
5439         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
5440         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
5441         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
5442         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
5443         Moved ...
5444         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
5445         ... here.
5446         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
5447         Identical file removed.
5448         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
5449         Moved ...
5450         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
5451         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
5452         Identical file removed.
5453         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
5454         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
5455         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
5456         Moved ...
5457         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
5458         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
5459         Identical file removed.
5460         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
5461         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
5462         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
5463         Identical file removed.
5464         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
5465         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
5466         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
5467         Identical file removed.
5468         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
5469         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
5470         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
5471         Identical file removed.
5472         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
5473         Moved ...
5474         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
5475         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
5476         Identical file removed.
5477         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
5478         Moved ...
5479         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
5480         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
5481         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
5482         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
5483         Identical file removed.
5484         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
5485         Moved ...
5486         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
5487         ... here.
5488         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
5489         Identical file removed.
5490         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
5491         Moved ...
5492         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
5493         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
5494         Identical file removed.
5495         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
5496         Moved ...
5497         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
5498         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
5499         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
5500         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
5501         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
5502         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
5503         Moved ...
5504         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
5505         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
5506         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
5508         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
5509         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
5510         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
5511         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
5512         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
5514 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
5516         [BZ #17092]
5517         * nscd/nscd.c (monitor_child): Return exit status of child
5518         instead of return value from wait syscall.
5520 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
5522         * configure.ac (libc_commonpagesize): Remove variable.
5523         (libc_relro_required): Likewise.
5524         (libc_cv_z_relro): Remove configure test.
5525         * configure: Regenerated.
5526         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
5527         variable.
5528         (libc_relro_required): Likewise.
5529         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
5530         (libc_relro_required): Likewise.
5531         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
5532         (libc_relro_required): Likewise.
5533         * sysdeps/arm/preconfigure: Regenerated.
5534         * sysdeps/ia64/preconfigure: Remove file.
5535         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
5536         variable.
5537         (libc_relro_required): Likewise.
5539         [BZ #16561]
5540         [BZ #16562]
5541         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
5542         (__ieee754_yn): Set FE_TONEAREST mode internally and then
5543         recompute overflowing results in original rounding mode.
5544         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
5545         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
5546         recompute overflowing results in original rounding mode.
5547         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
5548         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5549         recompute overflowing results in original rounding mode.
5550         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
5551         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5552         recompute overflowing results in original rounding mode.
5553         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
5554         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
5555         recompute overflowing results in original rounding mode.
5556         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
5557         (libc_feholdsetround_ctx): New macro.
5558         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
5559         * sysdeps/i386/fpu/libm-test-ulps: Update.
5560         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
5562 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5564         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
5565         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
5566         corresponding .cpsetup call.
5568 2014-06-26  Roland McGrath  <roland@hack.frob.com>
5570         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
5571         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
5572         * sysdeps/arm/Makefile [$(subdir) = csu]
5573         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
5574         (static-only-routines): Add aeabi_read_tp here.
5575         (shared-only-routines): Add libc-aeabi_read_tp here.
5576         (CFLAGS-libc-start.c): Add -fexceptions here.
5577         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
5578         (sysdep_routines, static-only-routines, shared-only-routines):
5579         Don't add to these here.
5580         (CFLAGS-libc-start.c): Likewise.
5582         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
5583         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
5584         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
5585         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
5586         * sysdeps/arm/Makefile [$(subdir) = rt]
5587         (librt-sysdep_routines, librt-shared-only-routines):
5588         Append rt-aeabi_unwind_cpp_pr1 here.
5589         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
5590         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
5591         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
5592         (libpthread-sysdep_routines, libpthread-shared-only-routines):
5593         Append nptl-aeabi_unwind_cpp_pr1 here.
5594         (tests): Filter out tst-cleanupx4 here.
5595         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
5596         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
5597         Don't do those here.
5599 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5601         * scripts/list-sources.sh: Do not handle ports specially.
5603 2014-06-26  Roland McGrath  <roland@hack.frob.com>
5605         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
5606         * sysdeps/arm/feupdateenv.c: Likewise.
5608         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
5610 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5612         * manual/texinfo.tex: Update to version 2014-05-05.10 with
5613         trailing whitespace removed.
5614         * scripts/config.guess: Update to version 2014-03-23.
5615         * scripts/config.sub: Update to version 2014-05-01
5616         * scripts/install-sh: Update to version 2013-12-25.23.
5617         * scripts/move-if-change: Update from gnulib.
5619 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5621         * debug/memmove_chk.c: Remove pagecopy.h include.
5623 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
5625         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
5626         identical to gnulib mktime.
5628 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
5630         * configure.ac: Do not test for machine being rs6000.  Do not test
5631         for powerpc*-*soft.
5632         * configure: Regenerated.
5634         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
5635         test.
5636         * configure: Regenerated.
5637         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
5638         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
5639         Remove configure test.
5640         * sysdeps/arm/configure: Regenerated.
5641         * sysdeps/nptl/configure.ac: Do not check
5642         libc_cv_asm_cfi_directives.
5643         * sysdeps/nptl/configure: Regenerated.
5644         * sysdeps/x86_64/nptl/configure.ac: Remove file.
5645         * sysdeps/x86_64/nptl/configure: Remove generated file.
5646         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
5647         unconditional.
5648         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
5650 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
5652         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
5653         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
5654         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
5655         it is defined.
5657         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
5658         instead of whether it is defined.
5659         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
5660         * sysdeps/hppa/dl-machine.h: Likewise.
5661         * sysdeps/ia64/dl-machine.h: Likewise.
5662         * sysdeps/m68k/dl-machine.h: Likewise.
5663         * sysdeps/microblaze/dl-machine.h: Likewise.
5664         * sysdeps/mips/dl-machine.: Likewise.
5665         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
5666         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
5667         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
5668         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
5669         * sysdeps/sh/dl-machine.h: Likewise.
5670         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
5671         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
5672         * sysdeps/tile/dl-machine.h: Likewise.
5673         * sysdeps/x86_64/dl-machine.h: Likewise.
5675         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
5676         code.
5677         (verify_persistent_db): Likewise.
5679 2014-06-26  Roland McGrath  <roland@hack.frob.com>
5681         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
5682         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
5683         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
5684         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
5685         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
5686         Moved ...
5687         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
5688         ... here.
5689         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
5690         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
5691         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
5692         Identical file removed.
5693         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
5694         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
5695         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
5696         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
5697         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
5698         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
5699         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
5700         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
5701         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
5702         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
5703         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
5704         Moved ...
5705         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
5706         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
5707         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
5708         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
5709         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
5710         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
5711         Moved ...
5712         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
5713         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
5714         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
5715         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
5716         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
5717         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
5718         Identical file removed.
5719         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
5720         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
5721         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
5722         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
5723         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
5724         Moved ...
5725         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
5726         ... here.
5727         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
5728         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
5729         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
5730         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
5731         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
5732         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
5733         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
5734         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
5735         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
5736         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
5737         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
5738         Moved ...
5739         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
5740         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
5741         Moved ...
5742         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
5743         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
5744         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
5745         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
5746         Moved ...
5747         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
5748         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
5749         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
5751         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
5752         folded into ...
5753         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
5754         * sysdeps/unix/sysv/linux/s390/Versions
5755         (libpthread: GLIBC_2.19): New version set.
5756         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
5757         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
5758         (librt: GLIBC_2.3.3): New version set.
5759         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
5760         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
5761         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
5762         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
5763         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
5764         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
5765         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
5766         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
5767         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
5768         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
5769         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
5770         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
5771         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
5772         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
5773         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
5774         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
5775         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
5776         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
5777         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
5778         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
5779         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
5780         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
5781         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
5782         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
5783         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
5784         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
5785         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
5786         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
5787         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
5788         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
5789         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
5790         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
5791         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
5792         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
5793         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
5794         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
5795         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
5796         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
5797         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
5798         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
5799         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
5800         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
5801         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
5802         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
5803         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
5805         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
5806         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
5807         (__libc_vfork): Define the function under this name.
5808         [!NOT_IN_libc] (__vfork): Make this an alias.
5809         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
5810         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
5811         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
5812         (__libc_vfork): Define the function under this name.
5813         [!NOT_IN_libc] (__vfork): Make this an alias.
5814         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
5815         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
5816         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
5817         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
5818         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
5819         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5821         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
5822         code that was previously under [RESET_PID].
5823         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
5824         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
5825         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
5827         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
5828         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
5829         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
5830         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
5831         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
5832         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
5833         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
5834         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
5835         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
5836         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
5837         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
5838         Moved ...
5839         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
5840         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
5841         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
5842         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
5843         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
5844         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
5845         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
5846         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
5847         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
5848         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
5849         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
5850         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
5851         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
5852         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
5853         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
5854         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
5855         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
5856         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
5857         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
5858         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
5859         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
5860         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
5861         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
5862         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
5863         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
5864         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
5865         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
5866         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
5867         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
5869 2014-06-25  Roland McGrath  <roland@hack.frob.com>
5871         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
5872         that was previously under [RESET_PID].
5873         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
5875 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
5877         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
5878         not undefine and redefine.
5879         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
5880         [O_CLOEXEC]: Make code unconditional.
5881         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
5882         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
5883         <kernel-features.h>.
5884         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
5885         conditional variable definition.
5886         (shm_open) [O_CLOEXEC]: Make code unconditional.
5887         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
5888         code.
5890         * configure.ac (USE_REGPARMS): Don't define here.
5891         * configure: Regenerated.
5892         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
5893         * sysdeps/i386/configure: Regenerated.
5895         * nptl/createthread.c: Don't include kernel-features.h.
5896         * nptl/pthread_cancel.c: Likewise.
5897         * nptl/pthread_condattr_setclock.c: Likewise.
5898         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
5899         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
5900         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
5901         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
5902         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
5903         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
5904         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
5905         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
5906         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
5907         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
5908         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
5909         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
5910         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
5911         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
5912         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
5913         * nscd/gai.c: Likewise.
5914         * nss/nss_db/db-open.c: Likewise.
5915         * sysdeps/generic/ldsodefs.h: Likewise.
5916         * sysdeps/sh/nptl/tls.h: Likewise.
5917         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
5918         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
5919         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
5920         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
5921         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
5922         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
5923         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
5924         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
5925         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
5926         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
5927         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
5928         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
5929         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
5930         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
5931         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
5932         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
5933         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
5934         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
5935         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
5936         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
5937         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
5938         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
5939         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
5940         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
5941         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
5942         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
5943         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
5944         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
5945         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
5946         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
5947         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
5948         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
5949         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
5950         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
5951         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
5952         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
5953         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
5954         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
5955         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
5956         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
5957         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
5958         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
5959         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
5960         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
5961         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
5962         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
5963         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
5964         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
5965         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
5966         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
5967         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
5968         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
5969         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
5970         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
5971         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
5972         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
5973         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
5974         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
5975         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
5976         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
5977         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
5978         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
5979         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
5980         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
5981         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
5982         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
5983         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
5984         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
5985         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
5986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
5987         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
5988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
5989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
5990         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
5991         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
5992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
5993         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
5994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
5995         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
5996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
5997         * sysdeps/unix/sysv/linux/pread.c: Likewise.
5998         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
5999         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
6000         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
6001         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
6002         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
6003         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
6004         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
6005         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
6006         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
6007         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
6008         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
6009         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6010         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
6011         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
6012         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
6013         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
6014         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
6015         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
6016         * sysdeps/unix/sysv/linux/system.c: Likewise.
6017         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
6018         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
6019         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
6020         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
6021         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
6022         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
6023         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
6025         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
6026         * configure: Regenerated.
6027         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
6029         * configure.ac (base_machine): Do not set specially for particular
6030         machines here.
6031         * configure: Regenerated.
6032         * sysdeps/powerpc/preconfigure: Move machine and base_machine
6033         settings from configure.ac.
6034         * sysdeps/i386/preconfigure: New file.
6035         * sysdeps/s390/preconfigure: Likewise.
6036         * sysdeps/sh/preconfigure: Likewise.
6037         * sysdeps/sparc/preconfigure: Likewise.
6039 2014-06-25  Roland McGrath  <roland@hack.frob.com>
6041         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
6042         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
6043         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
6044         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
6045         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
6046         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
6047         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
6048         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
6049         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
6050         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
6051         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
6052         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
6053         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
6054         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
6055         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
6056         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
6057         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
6058         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
6059         * sysdeps/sparc/sparc64/Makefile: ... appended here.
6061         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
6062         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
6063         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
6064         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
6065         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
6066         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
6067         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
6068         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
6069         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
6070         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
6071         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
6072         * sysdeps/sparc/sparc32/sem_post.c: ... here.
6073         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
6074         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
6075         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
6076         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
6077         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
6078         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
6079         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
6080         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
6081         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
6082         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
6083         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
6084         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
6085         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
6086         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
6087         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
6088         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
6089         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
6090         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
6091         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
6092         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
6093         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
6094         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
6095         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
6096         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
6097         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
6098         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
6100         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
6101         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
6102         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
6103         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
6104         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
6105         Moved ...
6106         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
6107         ... here.
6108         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
6109         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
6110         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
6111         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
6112         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
6113         Moved ...
6114         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
6115         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
6116         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
6117         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
6118         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
6119         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
6120         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
6121         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
6122         Moved ...
6123         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
6124         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
6125         Moved ...
6126         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
6127         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
6128         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
6129         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
6130         Moved ...
6131         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
6132         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
6133         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
6134         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
6135         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
6136         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
6137         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
6138         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
6139         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
6140         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
6141         Moved ...
6142         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
6143         ... here.
6144         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
6145         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
6146         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
6147         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
6148         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
6149         Moved ...
6150         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
6151         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
6152         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
6153         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
6154         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
6155         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
6156         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
6157         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
6158         Moved ...
6159         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
6160         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
6161         Moved ...
6162         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
6163         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
6164         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
6165         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
6166         Moved ...
6167         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
6168         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
6169         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
6170         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
6171         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
6173 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6175         * timezone/checktab.awk: Update from tzcode 2014e.
6176         * timezone/private.h: Likewise.
6177         * timezone/tzfile.h: Likewise.
6178         * timezone/zdump.c: Likewise.
6179         * timezone/zic.c: Likewise.
6181         * sysdeps/unix/sysv/linux/kernel-features.h
6182         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
6183         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
6184         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
6185         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
6186         Remove conditional code.
6188 2014-06-25  Will Newton  <will.newton@linaro.org>
6190         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
6191         (_dl_arm_cap_flags): Add HWCAP2 values.
6192         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
6193         (_DL_HWCAP_COUNT): Increase to 37.
6194         (_DL_HWCAP_LAST): New define.
6195         (_DL_HWCAP2_LAST): New define.
6196         (_dl_procinfo): Add support for printing
6197         AT_HWCAP2 entries.
6198         (_dl_string_hwcap): Use _dl_hwcap_string.
6200 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6202         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6204 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
6206         * README: Do not mention ports directory.
6208         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
6209         Remove macro.
6210         * sysdeps/unix/sysv/linux/futimes.c: Do not include
6211         <kernel-features.h>.
6212         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
6213         conditional variable definition.
6214         (__futimes): Update comment.
6215         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
6216         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
6218         [BZ #16560]
6219         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
6220         arguments close to 0.
6221         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
6222         Likewise.
6223         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
6224         Likewise.
6225         * math/auto-libm-test-in: Add more tests of exp10.
6226         * math/auto-libm-test-out: Regenerated.
6227         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
6229         * sysdeps/unix/sysv/linux/kernel-features.h
6230         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
6231         * sysdeps/unix/sysv/linux/readv.c: Do not include
6232         <kernel-features.h>.
6233         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6234         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6235         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6236         unconditional.
6237         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6238         conditional code.
6239         * sysdeps/unix/sysv/linux/writev.c: Do not include
6240         <kernel-features.h>.
6241         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
6242         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
6243         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
6244         unconditional.
6245         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
6246         conditional code.
6248 2014-06-25  Will Newton  <will.newton@linaro.org>
6250         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
6251         comment changes throughout the file.  Remove checks
6252         for HAVE_*_H definitions that are not required.
6253         (__gen_tempname): Call abort if an unknown kind value is
6254         passed.
6256 2014-06-25  Andreas Schwab  <schwab@suse.de>
6258         [BZ #17086]
6259         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
6260         scalbln, scalblnf, scalblnl in libc.
6262 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
6264         [BZ #17086]
6265         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
6266         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
6267         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
6269 2014-06-24  Roland McGrath  <roland@hack.frob.com>
6271         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
6272         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
6273         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
6274         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
6275         Update #include.
6276         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
6277         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
6278         Update #include.
6279         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
6280         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
6281         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
6282         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
6283         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
6284         * sysdeps/x86/bits/pthreadtypes.h: ... here.
6285         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
6286         * sysdeps/x86/bits/semaphore.h: ... here.
6287         * sysdeps/x86/nptl/elide.h: Moved ...
6288         * sysdeps/x86/elide.h: ... here.
6289         * sysdeps/x86_64/nptl/Implies: File removed.
6290         * sysdeps/i386/nptl/Implies: File removed.
6292 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
6294         [BZ #16539]
6295         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
6296         return the argument for normal arguments with exponent below -64.
6297         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
6298         Likewise.
6299         * math/auto-libm-test-in: Add another test of expm1.
6300         * math/auto-libm-test-out: Regenerated.
6302         [BZ #16287]
6303         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
6304         calling __erfcl for arguments at least 16.
6305         * math/auto-libm-test-in: Add more tests of erf.
6306         * math/auto-libm-test-out: Regenerated.
6308         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
6309         individual architectures.
6310         * sysdeps/unix/sysv/linux/configure: Regenerated.
6311         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
6312         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
6313         * sysdeps/unix/sysv/linux/powerpc/configure.ac
6314         (ldd_rewrite_script): Define variable.
6315         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
6316         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
6317         file.
6318         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
6319         generated file.
6320         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
6321         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
6322         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
6323         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
6324         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
6325         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
6326         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
6327         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
6329 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6331         [BZ #17084]
6332         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
6333         Rename member __data.d to __data.__elision_data.
6335 2014-06-24  Wilco  <wdijkstr@arm.com>
6337         * NEWS: Add 16918 to fixed bug list.
6339 2014-06-24  Wilco  <wdijkstr@arm.com>
6341         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
6343 2014-06-24  Wilco  <wdijkstr@arm.com>
6345         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
6346         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
6347         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
6348         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
6349         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
6350         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
6351         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
6352         Use _FPU_MASK_RM.
6354 2014-06-24  Wilco  <wdijkstr@arm.com>
6356         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
6358 2014-06-24  Wilco  <wdijkstr@arm.com>
6360         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
6361         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
6362         * sysdeps/arm/fesetround.c (fesetround): Remove space.
6363         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
6365 2014-06-24  Wilco  <wdijkstr@arm.com>
6367         [BZ #16918]
6368         * sysdeps/arm/feupdateenv.c (feupdateenv):
6369         Rewrite to reduce FPSCR accesses and fix return value.
6371 2014-06-24  Wilco  <wdijkstr@arm.com>
6373         * sysdeps/arm/fclrexcpt.c (feclearexcept):
6374         Optimize to avoid unnecessary FPSCR writes.
6375         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
6376         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
6377         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
6378         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
6380 2014-06-24  Wilco  <wdijkstr@arm.com>
6382         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
6383         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
6384         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
6385         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
6386         Call libc_fetestexcept_vfp.
6387         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
6388         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
6389         __SOFTFP__ ifdef so that they can be built for softfp.
6391 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
6393         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
6394         argument type signed char.
6396         * Makerules (check-abi): Dump diff of symlist if the test
6397         fails.
6399 2014-06-23  Roland McGrath  <roland@hack.frob.com>
6401         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
6402         using abort.
6404         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
6405         Remove unused variable ST.
6407 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
6409         [BZ #16354]
6410         [BZ #17061]
6411         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
6412         small arguments before calling __expm1.
6413         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
6414         small arguments before calling __expm1f.
6415         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
6416         small arguments before calling __expm1l.
6417         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
6418         Likewise.
6419         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
6420         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
6421         spurious underflow for some cosh tests.
6422         * math/auto-libm-test-out: Regenerated.
6423         * sysdeps/i386/fpu/libm-test-ulps: Update.
6425         [BZ #17050]
6426         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
6427         (__ieee754_y1): Set errno if return value overflows.
6428         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
6429         (__ieee754_y1f): Set errno if return value overflows.
6430         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
6431         (__ieee754_y1l): Set errno if return value overflows.
6432         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
6433         (__ieee754_y1l): Set errno if return value overflows.
6434         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
6435         * math/auto-libm-test-out: Regenerated.
6437         * math/gen-auto-libm-tests.c: Document use of
6438         ignore-zero-inf-sign.
6439         (input_flag_type): Add value flag_ignore_zero_inf_sign.
6440         (input_flags): Add ignore-zero-inf-sign.
6441         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
6442         * math/gen-libm-test.pl (generate_testfile): Handle
6443         ignore-zero-inf-sign.
6444         * math/auto-libm-test-in: Mark some cpow tests with
6445         ignore-zero-inf-sign and some with xfail-rounding.
6446         * math/auto-libm-test-out: Regenerated.
6447         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
6448         * sysdeps/i386/fpu/libm-test-ulps: Update.
6449         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6451         [BZ #16315]
6452         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
6453         overflowing or underflowing operations take place with sign of
6454         result.
6455         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
6456         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
6457         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
6458         (__ieee754_pow): Recompute overflowing and underflowing results in
6459         original rounding mode.
6460         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
6461         (__powl_helper): Allow negative argument X and scale negated value
6462         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
6463         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
6464         overflowing or underflowing operations take place with sign of
6465         result.
6466         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
6467         Include <math.h>.
6468         * math/auto-libm-test-in: Add more tests of pow.
6469         * math/auto-libm-test-out: Regenerated.
6470         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
6471         (pow_tonearest_test_data): Remove.
6472         (pow_test_tonearest): Likewise.
6473         (pow_towardzero_test_data): Likewise.
6474         (pow_test_towardzero): Likewise.
6475         (pow_downward_test_data): Likewise.
6476         (pow_test_downward): Likewise.
6477         (pow_upward_test_data): Likewise.
6478         (pow_test_upward): Likewise.
6479         (main): Don't call removed functions.
6480         * sysdeps/i386/fpu/libm-test-ulps: Update.
6481         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6483 2014-06-23  Roland McGrath  <roland@hack.frob.com>
6485         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
6486         Moved ...
6487         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
6488         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
6489         Moved ...
6490         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
6491         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
6492         Moved ...
6493         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
6494         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
6495         Moved ...
6496         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
6497         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
6498         File removed.
6499         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
6500         File removed.
6501         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
6502         File removed.
6503         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
6504         File removed.
6505         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
6506         File removed.
6507         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
6508         File removed.
6509         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
6510         File removed.
6511         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
6512         File removed.
6513         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
6514         File removed.
6515         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
6516         File removed.
6517         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
6518         File removed.
6519         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
6520         File removed.
6521         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
6522         Moved ...
6523         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
6524         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
6525         Moved ...
6526         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
6527         ... here.
6528         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
6529         Moved ...
6530         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
6531         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
6532         Moved ...
6533         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
6534         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
6535         Moved ...
6536         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
6537         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
6538         Moved ...
6539         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
6540         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
6541         Moved ...
6542         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
6543         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
6544         Moved ...
6545         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
6546         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
6547         Moved ...
6548         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
6549         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
6550         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
6551         ... here.
6552         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
6553         Moved ...
6554         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
6555         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
6556         Moved ...
6557         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
6558         ... here.
6559         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
6560         Moved ...
6561         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
6562         ... here.
6563         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
6564         Moved ...
6565         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
6566         ... here.
6567         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
6568         Moved ...
6569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
6570         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
6571         Moved ...
6572         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
6573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
6574         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
6575         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
6576         Moved ...
6577         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
6578         ... here.
6579         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
6580         Moved ...
6581         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
6582         ... here.
6583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
6584         Moved ...
6585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
6586         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
6587         Moved ...
6588         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
6589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
6590         Moved ...
6591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
6592         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
6593         Moved ...
6594         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
6595         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
6596         Moved ...
6597         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
6598         ... here.
6599         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
6600         Moved ...
6601         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
6602         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
6603         Moved ...
6604         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
6605         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
6606         Moved ...
6607         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
6608         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
6609         Moved ...
6610         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
6611         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
6612         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
6613         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
6614         Moved ...
6615         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
6616         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
6617         Moved ...
6618         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
6619         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
6620         Moved ...
6621         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
6622         ... here.
6623         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
6624         Moved ...
6625         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
6626         ... here.
6627         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
6628         Moved ...
6629         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
6630         ... here.
6631         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
6632         Moved ...
6633         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
6634         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
6635         Moved ...
6636         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
6637         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
6638         Moved ...
6639         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
6640         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
6641         Moved ...
6642         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
6643         ... here.
6644         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
6645         Moved ...
6646         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
6647         ... here.
6648         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
6649         Moved ...
6650         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
6651         ... here.
6652         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
6653         Moved ...
6654         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
6655         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
6656         Moved ...
6657         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
6659 2014-06-23  Will Newton  <will.newton@linaro.org>
6660             Wilco  <wdijkstr@arm.com>
6662         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
6663         implementation.  Include get-rounding-mode.h.
6664         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
6665         [!libc_feholdsetround_noex_ctx]: Define
6666         libc_feholdsetround_noex_ctx.
6667         [!libc_feholdsetround_noexf_ctx]: Define
6668         libc_feholdsetround_noexf_ctx.
6669         [!libc_feholdsetround_noexl_ctx]: Define
6670         libc_feholdsetround_noexl_ctx.
6671         (libc_feholdsetround_ctx): New function.
6672         (libc_feresetround_ctx): New function.
6673         (libc_feholdsetround_noex_ctx): New function.
6674         (libc_feresetround_noex_ctx): New function.
6676 2014-06-23  Roland McGrath  <roland@hack.frob.com>
6678         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
6679         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
6680         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
6681         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
6682         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
6683         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
6685         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
6686         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
6687         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
6688         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
6689         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
6690         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
6691         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
6692         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
6693         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
6694         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
6695         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
6696         Moved ...
6697         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
6698         ... here.
6699         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
6700         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
6701         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
6702         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
6703         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
6704         Moved ...
6705         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
6706         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
6707         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
6708         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
6709         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
6710         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
6711         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
6712         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
6713         Moved ...
6714         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
6715         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
6716         Moved ...
6717         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
6718         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
6719         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
6720         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
6721         Moved ...
6722         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
6723         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
6724         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
6725         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
6726         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
6727         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
6728         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
6729         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
6730         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
6731         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
6732         Moved ...
6733         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
6734         ... here.
6735         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
6736         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
6737         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
6738         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
6739         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
6740         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
6741         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
6742         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
6743         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
6744         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
6745         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
6746         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
6747         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
6748         Moved ...
6749         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
6750         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
6751         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
6752         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
6753         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
6754         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
6755         Moved ...
6756         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
6757         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
6758         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
6759         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
6760         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
6762         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
6763         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
6764         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
6765         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
6766         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
6767         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
6768         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
6769         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
6770         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
6771         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
6772         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
6773         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
6774         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
6775         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
6776         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
6777         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
6778         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
6779         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
6780         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
6781         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
6782         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
6783         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
6784         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
6785         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
6786         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
6787         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
6788         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
6789         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
6791 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
6793         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
6794         (FALLOC_FL_COLLAPSE_RANGE): New macro.
6795         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
6796         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
6797         (IPV6_PMTUDISC_INTERFACE): Likewise.
6798         (IPV6_PMTUDISC_OMIT): Likewise.
6800 2014-06-23  Andreas Schwab  <schwab@suse.de>
6802         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
6803         Remove unused errout label.
6805 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6807         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
6808         macro: hardware supports Vector Crypto instructions.
6810 2014-06-23  Will Newton  <will.newton@linaro.org>
6812         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
6813         rather than __builtin_expect.
6815         * elf/dl-lookup.c (undefined_msg): Remove variable.
6816         (_dl_lookup_symbol_x): Replace undefined_msg with string
6817         literal.
6819         * elf/dl-lookup.c (do_lookup_unique): New function.
6820         (do_lookup_x): Move STB_GNU_UNIQUE handling code
6821         to a separate function.
6823 2014-06-23  Andreas Schwab  <schwab@suse.de>
6825         [BZ #17079]
6826         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
6827         before reading the next line.
6829 2014-06-23  Will Newton  <will.newton@linaro.org>
6831         * test-skeleton.c (signal_handler): Use printf and %m
6832         rather than perror.  Use printf rather than fprintf to
6833         stderr.  Use puts rather than fputs to stderr.
6834         (main): Likewise.
6836 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
6838         * nscd/nscd.c (thread_info_t): Remove typedef.
6839         (thread_info): Remove variable.
6841 2014-06-21  Allan McRae  <allan@archlinux.org>
6843         * NEWS: Mention CVE-2014-4043.
6845 2014-06-20  Roland McGrath  <roland@hack.frob.com>
6847         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
6848         * nptl/smp.h: ... here.
6850         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
6852         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
6853         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
6854         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
6855         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
6857         * nptl/allocatestack.c: Include <stack-aliasing.h>.
6858         * nptl/stack-aliasing.h: New file.
6859         * sysdeps/i386/i686/stack-aliasing.h: New file.
6860         * sysdeps/i386/i686/nptl/Makefile: File removed.
6861         * sysdeps/x86_64/stack-aliasing.h: New file.
6862         * sysdeps/x86_64/nptl/Makefile
6863         (CFLAGS-pthread_create.c): Variable removed.
6865         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
6866         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
6867         old file.
6868         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
6869         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
6870         old file.
6872 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
6874         * sysdeps/unix/sysv/linux/arm/kernel-features.h
6875         (__ASSUME_SIGFRAME_V2): Remove macro.
6876         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
6877         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
6878         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
6879         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
6880         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
6881         Declare as function.  Remove conditional macro definitions.
6882         (__default_rt_sa_restorer): Likewise.
6883         (__default_sa_restorer_v1): Remove declaration.
6884         (__default_sa_restorer_v2): Likewise.
6885         (__default_rt_sa_restorer_v1): Likewise.
6886         (__default_rt_sa_restorer_v2): Likewise.
6887         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
6888         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
6889         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
6891 2014-06-20  Roland McGrath  <roland@hack.frob.com>
6893         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
6894         (libpthread-routines): Add sysdep.
6895         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
6896         * sysdeps/unix/sysv/linux/sparc/Versions
6897         (libpthread: GLIBC_2.3.3): New version set.
6898         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
6899         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
6900         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
6901         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
6902         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
6903         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
6904         Moved ...
6905         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
6906         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
6907         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
6908         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
6909         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
6910         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
6911         * sysdeps/sparc/nptl/sem_init.c: ... here.
6912         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
6913         * sysdeps/sparc/nptl/sem_post.c: ... here.
6914         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
6915         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
6916         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
6917         * sysdeps/sparc/nptl/sem_wait.c: ... here.
6918         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
6919         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
6920         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
6921         (libpthread-routines): Add cpu_relax.
6922         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
6923         File removed.
6924         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
6925         (librt: GLIBC_2.3.3): New version set.
6926         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
6927         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
6928         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
6929         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
6930         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
6931         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
6932         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
6933         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
6934         Moved ...
6935         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
6936         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
6937         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
6938         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
6939         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
6940         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
6941         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
6942         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
6943         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
6944         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
6945         Moved ...
6946         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
6947         Update #include.
6948         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
6949         Moved ...
6950         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
6951         Update #include.
6952         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
6953         Moved ...
6954         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
6955         Update #include.
6956         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
6957         Moved ...
6958         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
6959         Update #include.
6960         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
6961         Moved ...
6962         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
6963         Update #include.
6964         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
6965         Moved ...
6966         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
6967         Update #include.
6968         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
6969         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
6970         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
6971         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
6972         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
6973         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
6974         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
6975         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
6976         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
6977         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
6978         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
6979         Moved ...
6980         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
6981         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
6982         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
6983         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
6984         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
6986 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
6988         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
6989         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
6990         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
6991         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
6992         * nscd/nscd.c: Likewise.
6993         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
6994         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
6995         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
6996         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
6998         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
6999         <kernel-features.h>.
7000         (init_mq_netlink): Remove conditional have_sock_cloexec
7001         definitions.  Remove code conditional on have_sock_cloexec < 0.
7002         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
7003         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
7004         * sysdeps/unix/sysv/linux/opensock.c: Do not include
7005         <kernel-features.h>.
7006         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
7007         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
7009 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7011         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
7012         Add tests for memset_chk and memset.
7014         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
7015         with AVX2_Usable.
7017 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7019         [BZ #16046]
7020         * elf/tst-dl-iter-static.c: New file.
7021         * elf/Makefile (tests-static): Add tst-dl-iter-static.
7023         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
7024         error.
7026 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7028         * sysdeps/unix/sysv/linux/kernel-features.h
7029         (__ASSUME_F_GETOWN_EX): Remove macro.
7030         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
7031         <kernel-features.h>.
7032         (miss_F_GETOWN_EX): Remove variable or macro.
7033         (do_fcntl): Do not check miss_F_GETOWN_EX.
7034         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
7036         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
7037         Remove macro.
7038         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
7039         [!__ASSUME_AT_RANDOM]: Remove conditional code.
7040         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
7042         * sysdeps/unix/sysv/linux/kernel-features.h
7043         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
7044         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
7045         [ADJ_OFFSET_SS_READ]: Make code unconditional.
7046         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
7048 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
7050         [BZ #17075]
7051         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
7052         Fix calculation of the symbol's value.
7053         * sysdeps/arm/tst-armtlsdescloc.c: New file.
7054         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
7055         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
7056         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
7057         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
7058         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
7059         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
7060         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
7061         (modules-names): Add `tst-armtlsdescmod',
7062         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
7063         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
7064         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7065         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
7066         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
7067         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
7068         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
7069         ($(objpfx)tst-armtlsdescloc): New dependency.
7070         ($(objpfx)tst-armtlsdescextnow): Likewise.
7071         ($(objpfx)tst-armtlsdescextlazy): Likewise.
7072         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
7073         TLS scheme support.
7074         * sysdeps/arm/configure: Regenerate.
7076 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
7078         * include/fcntl.h (__atfct_seterrno): Remove prototype.
7079         (__atfct_seterrno_2): Likewise.
7080         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
7081         <kernel-features.h>.
7082         (__ASSUME_ATFCTS): Do not undefine and redefine.
7083         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
7084         (__have_atfcts): Remove conditional definition.
7085         (__fxstatat([__NR_fstatat64]: Make code unconditional.
7086         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
7087         unreachable if [__ASSUME_ATFCTS].
7088         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
7089         not undefine and redefine.
7090         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
7091         <kernel-features.h>.
7092         (faccessat) [__NR_faccessat]: Make code unconditional.
7093         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
7094         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
7095         <kernel-features.h>.
7096         (fchmodat) [__NR_fchmodat]: Make code unconditional.
7097         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7098         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
7099         <kernel-features.h>.
7100         (fchownat) [__NR_fchownat]: Make code unconditional.
7101         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
7102         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
7103         <kernel-features.h>.
7104         (futimesat) [__NR_futimesat]: Make code unconditional.
7105         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
7106         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
7107         <kernel-features.h>.
7108         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7109         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7110         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
7111         <kernel-features.h>.
7112         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
7113         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7114         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
7115         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
7116         <kernel-features.h>.
7117         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
7118         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7119         * sysdeps/unix/sysv/linux/linkat.c: Do not include
7120         <kernel-features.h>.
7121         (linkat) [__NR_linkat]: Make code unconditional.
7122         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7123         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
7124         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
7125         <kernel-features.h>.
7126         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
7127         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
7128         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
7129         <kernel-features.h>.
7130         (mkdirat) [__NR_mkdirat]: Make code unconditional.
7131         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
7132         * sysdeps/unix/sysv/linux/openat.c: Do not include
7133         <kernel-features.h>.
7134         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
7135         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
7136         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
7137         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
7138         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
7139         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
7140         <kernel-features.h>.
7141         (readlinkat) [__NR_readlinkat]: Make code unconditional.
7142         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
7143         result of INLINE_SYSCALL directly, not via int variable.
7144         * sysdeps/unix/sysv/linux/renameat.c: Do not include
7145         <kernel-features.h>.
7146         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
7147         (renameat) [__NR_renameat]: Make code unconditional.
7148         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
7149         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
7150         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
7151         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
7152         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
7153         (__ASSUME_ATFCTS): Do not undefine and redefine.
7154         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
7155         <kernel-features.h>.
7156         (symlinkat) [__NR_symlinkat]: Make code unconditional.
7157         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7158         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
7159         <kernel-features.h>.
7160         (unlinkat) [__NR_unlinkat]: Make code unconditional.
7161         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
7162         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
7163         (__ASSUME_ATFCTS): Do not undefine and redefine.
7164         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
7165         <kernel-features.h>.
7166         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
7167         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
7168         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
7169         <kernel-features.h>.
7170         (__xmknodat) [__NR_mknodat]: Make code unconditional.
7171         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
7173 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
7175         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
7177 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
7179         [BZ #17069]
7180         * posix/regcomp.c (parse_reg_exp): Deallocate partially
7181         constructed tree before returning error.
7182         * posix/bug-regexp36.c: Expand test case.
7184 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
7186         [BZ #6803]
7187         * math/libm-test.inc (scalbln_test_date):
7188         Add errno expectations.
7189         * math/w_scalblnf.c: New File.
7190         Add wrapper which checks for setting errno to ERANGE.
7191         Add weak_alias for corresponding scalbln function.
7192         * math/w_scalbln.c: Likewise.
7193         * math/w_scalblnl.c: Likewise.
7194         * math/Makefile (libm-calls): Add w_scalbln.
7195         * sysdeps/ieee754/flt-32/s_scalblnf.c:
7196         Remove weak_alias for corresponding scalbln function.
7197         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
7198         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
7199         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
7200         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
7201         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
7202         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
7203         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
7204         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
7205         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
7206         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
7207         Remove long_double_symbol for scalblnl function in libm, libc.
7208         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
7209         Add wrapper which checks for setting errno to ERANGE.
7210         Add long_double_symbol for scalblnl function in libm, libc.
7211         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
7212         Remove long_double_symbol for scalblnl in libm.
7213         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
7214         Add wrapper which checks for setting errno to ERANGE.
7215         Add long_double_symbol for scalblnl function in libm.
7216         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
7217         Do not use wrapper because of own implementation.
7219 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
7221         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
7222         3 bytes for __pad1 for x32.
7223         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
7225 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
7226             H.J. Lu  <hongjiu.lu@intel.com>
7228         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
7229         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
7230         * sysdeps/x86_64/multiarch/memset.S: Likewise.
7231         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
7232         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
7234 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
7236         [BZ #17069]
7237         * posix/regcomp.c (parse_expression): Deallocate partially
7238         constructed tree before returning error.
7239         * posix/Makefile.c (tests): Add bug-regex36.
7240         (generated): Add bug-regex36.mtrace.
7241         (tests-special): Add $(objpfx)bug-regex36-mem.out
7242         (bug-regex36-ENV): New variable.
7243         ($(objpfx)bug-regex36-mem.out): New rule.
7244         * posix/bug-regex36.c: New file.
7246 2014-06-19  Will Newton  <will.newton@linaro.org>
7248         * malloc/malloc.c (systrim): If extra is zero then return
7249         early.
7251 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
7253         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
7255 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
7257         * sysdeps/aarch64/strchr.S: New file.
7259 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7261         [BZ #17022]
7262         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
7263         from arguments -2 or below.
7264         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
7265         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
7267 2014-06-18  Andreas Schwab  <schwab@suse.de>
7269         [BZ #17062]
7270         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
7271         of a bracket expr not to run off the end of the string.
7272         * posix/Makefile (tests): Add tst-fnmatch3.
7273         * posix/tst-fnmatch3.c: New file.
7275 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
7277         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
7278         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
7279         [$(cross-compiling) = no]: Likewise.
7280         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
7281         [$(cross-compiling) = no]: Likewise.
7283 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
7285         [BZ #17031]
7286         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
7287         double, adjusted for any remainder from the high double.
7288         * math/libm-test.inc (nearbyint): Add tests.
7289         (rint): Likewise.
7291 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7293         * nptl/sysdeps/powerpc/Makefile: Moved ...
7294         * sysdeps/powerpc/nptl/Makefile: ... here.
7295         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
7296         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
7297         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
7298         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
7299         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
7300         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
7301         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
7302         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
7303         * nptl/sysdeps/powerpc/tls.h: Moved ...
7304         * sysdeps/powerpc/nptl/tls.h: ... here.
7306 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
7308         [BZ #16681]
7309         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
7310         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
7311         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
7312         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
7313         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
7314         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
7315         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
7316         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
7317         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
7319 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
7321         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
7323 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
7325         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
7326         defined operator.
7328         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
7329         $TIMEOUTFACTOR.
7331 2014-06-16  Florian Weimer  <fweimer@redhat.com>
7333         [BZ #17058]
7334         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
7335         non-executed part of the test.
7337 2014-06-16  Andreas Schwab  <schwab@suse.de>
7339         * string/bits/string2.h (strdup, strndup): Update feature guard.
7341 2014-06-14  David S. Miller  <davem@davemloft.net>
7343         * sysdeps/sparc/fpu/libm-test-ulps: Update.
7345 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
7347         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
7348         that was previously under [RESET_PID].
7349         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
7351         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
7352         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
7353         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
7354         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
7355         (__libc_vfork): New strong alias.
7356         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
7358 2014-06-14 Andi Kleen  <ak@linux.intel.com>
7360         * sysdeps/generic/elide.h: New file.
7362 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
7364         * Makefile (installed-headers): Adjust path of pthread.h header.
7366 2014-06-13  Roland McGrath  <roland@hack.frob.com>
7368         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
7369         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
7370         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
7371         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
7373         * nptl/sysdeps/s390/Makefile: Moved ...
7374         * sysdeps/s390/nptl/Makefile: ... here.
7375         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
7376         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
7377         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
7378         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
7379         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
7380         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
7381         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
7382         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
7383         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
7384         * sysdeps/s390/nptl/pthreaddef.h: ... here.
7385         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
7386         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
7387         * nptl/sysdeps/s390/tls.h: Moved ...
7388         * sysdeps/s390/nptl/tls.h: ... here.
7390         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
7391         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
7393 2014-06-13  David S. Miller  <davem@davemloft.net>
7395         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
7396         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
7397         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
7398         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
7399         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
7400         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
7401         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
7402         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
7403         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
7404         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
7405         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
7406         Remove RESET_PID cpp guards.
7407         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
7408         Remove RESET_PID cpp guards.
7409         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
7411 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
7413         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
7414         __sp to uintptr_t.
7416 2014-06-13  Andi Kleen  <ak@linux.intel.com>
7418         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
7419         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
7420         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
7421         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
7422         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
7423         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
7424         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
7425         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
7426         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
7427         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
7428         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
7429         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
7430         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
7431         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
7432         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
7433         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
7434         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
7435         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
7436         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
7437         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
7439         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
7440         (pthread_rwlock_rdlock): Add elision.
7441         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
7442         (pthread_rwlock_wrlock): Add elision.
7443         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
7444         (pthread_rwlock_trywrlock): Add elision.
7445         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
7446         (pthread_rwlock_tryrdlock): Add elision.
7447         * nptl/pthread_rwlock_unlock.c: Include elide.h.
7448         (pthread_rwlock_tryrdlock): Add elision unlock.
7449         * nptl/sysdeps/pthread/pthread.h:
7450         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
7451         (PTHREAD_RWLOCK_INITIALIZER,
7452         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
7453         Handle new elision field.
7454         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
7455         * sysdeps/arm/nptl/bits/pthreadtypes.h
7456         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7457         * sysdeps/sh/nptl/bits/pthreadtypes.h
7458         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7459         * sysdeps/tile/nptl/bits/pthreadtypes.h
7460         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7461         * sysdeps/a/nptl/bits/pthreadtypes.h
7462         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7463         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
7464         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7465         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
7466         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7467         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
7468         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7469         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
7470         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7471         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
7472         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7473         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
7474         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7475         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
7476         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7477         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
7478         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7479         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
7480         (elision_init): Set try_xbegin to zero when no RTM.
7481         * sysdeps/x86/nptl/bits/pthreadtypes.h
7482         (pthread_rwlock_t): Change __pad1 to __rwelision.
7483         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
7485 2014-06-13  Andi Kleen  <ak@linux.intel.com>
7487         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
7488         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
7489         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
7490         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
7492 2014-06-13  Meador Inge  <meadori@codesourcery.com>
7494         [BZ #16996]
7495         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
7496         that the cached result has been set before returning it.
7498 2014-06-12  Roland McGrath  <roland@hack.frob.com>
7500         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
7501         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
7502         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
7503         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
7504         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
7505         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
7507         * nptl/sysdeps/sparc/Makefile: Moved ...
7508         * sysdeps/sparc/nptl/Makefile: ... here.
7509         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
7510         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
7511         * nptl/sysdeps/sparc/tls.h: Moved ...
7512         * sysdeps/sparc/nptl/tls.h: ... here.
7513         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
7514         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
7515         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
7516         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
7517         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
7518         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
7519         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
7520         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
7521         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
7522         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
7523         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
7524         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
7525         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
7526         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
7527         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
7528         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
7529         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
7530         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
7531         Update #include.
7532         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
7533         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
7534         Update #include.
7535         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
7536         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
7537         Update #include.
7538         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
7539         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
7540         Update #include.
7542         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
7544         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
7545         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
7547         * sysdeps/pthread/posix-timer.h: Include <list.h>.
7548         (struct list_links): Type removed.
7549         (struct thread_node, struct timer_node): Replace struct list_links
7550         with struct list_head.
7551         (list_unlink_ip): Likewise.
7552         * sysdeps/pthread/timer_routines.c
7553         (timer_free_list, thread_free_list, thread_active_list): Likewise.
7554         (list_append, list_insbefore): Likewise.
7555         (list_init): Function removed.
7556         (thread_init, init_module): Use INIT_LIST_HEAD instead.
7557         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
7558         * sysdeps/pthread/Makefile: ... here, new file.
7560         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
7561         * sysdeps/nptl/Implies: ... here.
7562         * sysdeps/unix/sysv/linux/Implies: Add nptl.
7563         * nptl/sysdeps/pthread/list.h: Moved ...
7564         * include/list.h: ... here.
7565         * nptl/sysdeps/pthread/createthread.c: Moved ...
7566         * nptl/createthread.c: ... here.
7567         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
7568         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
7569         * nptl/pt-longjmp.c: ... here.
7570         * nptl/sysdeps/pthread/Makefile: Moved ...
7571         * sysdeps/nptl/Makefile: ... here.
7572         * nptl/sysdeps/pthread/Subdirs: Moved ...
7573         * sysdeps/nptl/Subdirs: ... here.
7574         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
7575         * sysdeps/nptl/aio_misc.h: ... here.
7576         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
7577         * sysdeps/nptl/bits/libc-lock.h: ... here.
7578         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
7579         * sysdeps/nptl/bits/libc-lockP.h: ... here.
7580         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
7581         * sysdeps/nptl/bits/stdio-lock.h: ... here.
7582         * nptl/sysdeps/pthread/configure: Moved ...
7583         * sysdeps/nptl/configure: ... here.
7584         * nptl/sysdeps/pthread/configure.ac: Moved ...
7585         * sysdeps/nptl/configure.ac: ... here.
7586         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
7587         * sysdeps/nptl/gai_misc.h: ... here.
7588         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
7589         * sysdeps/nptl/librt-cancellation.c: ... here.
7590         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
7591         * sysdeps/nptl/malloc-machine.h: ... here.
7592         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
7593         * sysdeps/nptl/pthread-functions.h: ... here.
7594         * nptl/sysdeps/pthread/pthread.h: Moved ...
7595         * sysdeps/nptl/pthread.h: ... here.
7596         * nptl/sysdeps/pthread/setxid.h: Moved ...
7597         * sysdeps/nptl/setxid.h: ... here.
7598         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
7599         * sysdeps/nptl/sigfillset.c: ... here.
7600         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
7601         * sysdeps/nptl/tcb-offsets.h: ... here.
7602         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
7603         * sysdeps/nptl/tst-mqueue8x.c: ... here.
7604         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
7605         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
7606         * nptl/sysdeps/pthread/allocalim.h: Moved ...
7607         * sysdeps/pthread/allocalim.h: ... here.
7608         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
7609         * sysdeps/pthread/bits/sigthread.h: ... here.
7610         * nptl/sysdeps/pthread/flockfile.c: Moved ...
7611         * sysdeps/pthread/flockfile.c: ... here.
7612         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
7613         * sysdeps/pthread/ftrylockfile.c: ... here.
7614         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
7615         * sysdeps/pthread/funlockfile.c: ... here.
7616         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
7617         * sysdeps/pthread/posix-timer.h: ... here.
7618         * nptl/sysdeps/pthread/timer_create.c: Moved ...
7619         * sysdeps/pthread/timer_create.c: ... here.
7620         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
7621         * sysdeps/pthread/timer_delete.c: ... here.
7622         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
7623         * sysdeps/pthread/timer_getoverr.c: ... here.
7624         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
7625         * sysdeps/pthread/timer_gettime.c: ... here.
7626         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
7627         * sysdeps/pthread/timer_routines.c: ... here.
7628         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
7629         * sysdeps/pthread/timer_settime.c: ... here.
7630         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
7631         * sysdeps/pthread/tst-timer.c: ... here.
7632         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
7633         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
7635         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
7636         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
7638         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
7639         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
7640         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
7641         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
7642         Update #include target.
7643         * nptl/sysdeps/i386/i686/Makefile: Moved ...
7644         * sysdeps/i386/i686/nptl/Makefile: ... here.
7645         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
7646         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
7647         Update #include target.
7648         * nptl/sysdeps/i386/i686/tls.h: Moved ...
7649         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
7650         * nptl/sysdeps/i386/Makefile: Moved ...
7651         * sysdeps/i386/nptl/Makefile: ... here.
7652         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
7653         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
7654         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
7655         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
7656         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
7657         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
7658         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
7659         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
7660         * sysdeps/i386/nptl/pthreaddef.h: ... here.
7661         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
7662         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
7663         * nptl/sysdeps/i386/tls.h: Moved ...
7664         * sysdeps/i386/nptl/tls.h: ... here.
7666         * sysdeps/sh/Makefile [$(subdir) = csu]
7667         (gen-as-const-headers): Add tcb-offsets.sym.
7668         * nptl/sysdeps/sh/Makefile: File removed.
7669         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
7670         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
7671         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
7672         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
7673         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
7674         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
7675         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
7676         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
7677         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
7678         * sysdeps/sh/nptl/pthreaddef.h: ... here.
7679         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
7680         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
7681         * nptl/sysdeps/sh/tls.h: Moved ...
7682         * sysdeps/sh/nptl/tls.h: ... here.
7683         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
7684         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
7685         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
7686         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
7687         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
7688         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
7689         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
7690         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
7691         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
7692         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
7693         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
7694         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
7695         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
7696         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
7697         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
7698         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
7699         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
7700         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
7701         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
7702         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
7703         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
7704         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
7705         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
7706         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
7707         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
7708         Moved ...
7709         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
7710         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
7711         Moved ...
7712         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
7713         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
7714         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
7715         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
7716         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
7717         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
7718         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
7719         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
7720         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
7721         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
7722         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
7723         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
7724         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
7725         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
7726         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
7727         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
7728         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
7729         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
7730         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
7732 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
7734         * posix/spawn_faction_addopen.c: Include string.h.
7736 2014-06-11  Roland McGrath  <roland@hack.frob.com>
7738         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
7739         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
7740         * nptl/sysdeps/x86_64/Makefile: Moved ...
7741         * sysdeps/x86_64/nptl/Makefile: ... here.
7742         * nptl/sysdeps/x86_64/configure: Moved ...
7743         * sysdeps/x86_64/nptl/configure: ... here.
7744         * nptl/sysdeps/x86_64/configure.ac: Moved ...
7745         * sysdeps/x86_64/nptl/configure.ac: ... here.
7746         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
7747         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
7748         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
7749         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
7750         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
7751         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
7752         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
7753         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
7754         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
7755         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
7756         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
7757         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
7758         * nptl/sysdeps/x86_64/tls.h: Moved ...
7759         * sysdeps/x86_64/nptl/tls.h: ... here.
7760         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
7761         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
7762         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
7763         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
7765         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
7767 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7769         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7771 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
7773         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
7774         type.
7775         [POSIX] (off_t): Likewise.
7776         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
7777         [POSIX] (S_ISBLK): Require macro.
7778         [POSIX] (S_ISCHR): Likewise.
7779         [POSIX] (S_ISDIR): Likewise.
7780         [POSIX] (S_ISFIFO): Likewise.
7781         [POSIX] (S_ISREG): Likewise.
7782         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
7783         optional-macro.
7784         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
7785         type.
7786         [POSIX] (time_t): Likewise.
7787         [POSIX] (timer_t): Likewise.
7789 2014-06-11  Florian Weimer  <fweimer@redhat.com>
7791         [BZ #17048]
7792         * posix/spawn_int.h (struct __spawn_action): Make the path string
7793         non-const to support deallocation.
7794         * posix/spawn_faction_addopen.c
7795         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
7796         * posix/spawn_faction_destroy.c
7797         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
7798         path in all spawn_do_open actions.
7799         * posix/tst-spawn.c (do_test): Exercise the copy operation in
7800         posix_spawn_file_actions_addopen.
7802 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
7804         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
7805         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
7806         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
7807         conditional code always true.
7808         (__libc_vfork): New alias.
7810 2014-06-11  Roland McGrath  <roland@hack.frob.com>
7812         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7813         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
7815         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
7817         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7818         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
7820         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
7821         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
7823         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
7824         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
7826 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7828         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
7829         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
7830         multiarch strcmp for PPC64.
7831         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
7832         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
7833         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
7834         multiarch optimizations.
7835         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7836         (__libc_ifunc_impl_list): Likewise.
7838 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
7840         * benchtests/scripts/validate_benchout.py: New script.
7841         * benchtests/Makefile (bench-func): Call it.
7842         * benchtests/scripts/benchout.schema.json: New file.
7844 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
7846         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
7847         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
7848         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
7849         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
7850         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
7851         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
7852         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
7853         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
7854         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
7855         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
7856         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
7857         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
7858         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
7859         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
7860         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
7861         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
7862         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
7863         Moved ...
7864         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
7865         ... here.
7866         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
7867         Moved ...
7868         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
7869         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
7870         Moved ...
7871         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
7872         ... here.
7873         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
7874         Moved ...
7875         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
7876         ... here.
7877         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
7878         Moved ...
7879         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
7880         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
7881         Moved ...
7882         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
7883         ... here.
7884         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
7885         Moved ...
7886         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
7887         ... here.
7888         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
7889         Moved ...
7890         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
7891         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
7892         Moved ...
7893         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
7894         ... here.
7895         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
7896         Moved ...
7897         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
7898         ... here.
7899         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
7900         Moved ...
7901         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
7902         ... here.
7903         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
7904         Moved ...
7905         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
7906         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
7907         Moved ...
7908         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
7909         ... here.
7910         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
7911         Moved ...
7912         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
7913         ... here.
7914         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
7915         Moved ...
7916         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
7917         ... here.
7918         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
7919         Moved ...
7920         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
7921         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
7922         Moved ...
7923         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
7924         ... here.
7925         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
7926         Moved ...
7927         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
7928         ... here.
7929         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
7930         Moved ...
7931         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
7932         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
7933         Moved ...
7934         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
7935         ... here.
7936         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
7937         Moved ...
7938         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
7939         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
7940         Moved ...
7941         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
7942         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
7943         Moved ...
7944         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
7945         ... here.
7946         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
7947         Moved ...
7948         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
7949         ... here.
7950         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
7951         Moved ...
7952         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
7953         ... here.
7954         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
7955         Moved ...
7956         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
7957         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
7958         Moved ...
7959         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
7960         ... here.
7961         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
7962         Moved ...
7963         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
7964         ... here.
7965         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
7966         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
7967         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
7968         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
7969         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
7970         Moved ...
7971         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
7972         ... here.
7973         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
7974         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
7975         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
7976         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
7977         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
7978         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
7979         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
7980         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
7981         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
7982         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
7983         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
7984         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
7985         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
7986         Moved ...
7987         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
7988         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
7989         Moved ...
7990         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
7991         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
7992         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
7993         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
7994         Moved ...
7995         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
7996         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
7997         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
7998         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
7999         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
8000         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
8001         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
8003 2014-06-10  Wilco  <wdijkstr@arm.com>
8005         * math/test-fenv-return.c: New file.
8006         * math/Makefile: Add new test test-fenv-return.
8008 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
8010         [BZ #17042]
8011         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
8012         when x - 1 is zero.
8013         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
8014         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
8015         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
8016         0.0L for an argument of 1.0L.
8017         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
8018         Likewise.
8019         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
8020         value when x - 1 is zero.
8021         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
8022         * sysdeps/i386/fpu/libm-test-ulps: Update.
8023         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8025 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
8027         [BZ #15119]
8028         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
8030 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8032         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
8033         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
8035 2014-06-09  Roland McGrath  <roland@hack.frob.com>
8037         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8038         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
8040         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8041         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
8043         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8044         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
8046         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8047         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
8049         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
8050         if not already defined.
8051         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
8052         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
8053         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
8054         (TLS_INIT_TP): Use it.
8055         (TLS_DEFINE_INIT_TP): New macro.
8056         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
8058 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
8060         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
8061         constant.
8062         [POSIX] (IXANY): Likewise.
8063         [POSIX] (OLCUC): Likewise.
8064         [POSIX || POSIX2008] (CBAUD): Do not allow.
8065         [POSIX || POSIX2008] (DEFECHO): Likewise.
8066         [POSIX || POSIX2008] (ECHOCTL): Likewise.
8067         [POSIX || POSIX2008] (ECHOKE): Likewise.
8068         [POSIX || POSIX2008] (ECHOPRT): Likewise.
8069         [POSIX || POSIX2008] (EXTA): Likewise.
8070         [POSIX || POSIX2008] (EXTB): Likewise.
8071         [POSIX || POSIX2008] (FLUSHO): Likewise.
8072         [POSIX || POSIX2008] (LOBLK): Likewise.
8073         [POSIX || POSIX2008] (PENDIN): Likewise.
8074         [POSIX || POSIX2008] (SWTCH): Likewise.
8075         [POSIX || POSIX2008] (VDISCARD): Likewise.
8076         [POSIX || POSIX2008] (VDSUSP): Likewise.
8077         [POSIX || POSIX2008] (VLNEXT): Likewise.
8078         [POSIX || POSIX2008] (VREPRINT): Likewise.
8079         [POSIX || POSIX2008] (VSTATUS): Likewise.
8080         [POSIX || POSIX2008] (VWERASE): Likewise.
8081         (B*): Change to B[0123456789]*.
8082         * conform/data/time.h-data [POSIX || UNIX98]
8083         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
8084         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
8085         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
8086         [POSIX] (tm_*): Do not allow.
8088 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
8090         * Makefile (install): Don't set LANGUAGE.
8091         * Makefile.in (install): Likewise.
8092         * assert/Makefile (test-assert-ENV): Remove variable.
8093         (test-assert-perr-ENV): Likewise.
8094         * elf/Makefile (neededtest4-ENV): Likewise.
8095         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8096         [$(cross-compiling) = no]: Don't set LANGUAGE.
8097         * io/ftwtest-sh (LANG): Remove variable.
8098         * libio/Makefile (tst-widetext-ENV): Likewise.
8099         * manual/install.texi (Running make install): Don't refer to
8100         environment settings for make install.
8101         * INSTALL: Regenerated.
8102         * nptl/tst-tls6.sh: Don't set LANG.
8103         * posix/globtest.sh (LANG): Remove variable.
8104         * string/Makefile (tester-ENV): Likewise.
8105         (inl-tester-ENV): Likewise.
8106         (noinl-tester-ENV): Likewise.
8107         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8108         [$(cross-compiling) = no]: Don't set LANGUAGE.
8109         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
8110         without explicit environment settings.
8112 2014-06-06  Roland McGrath  <roland@hack.frob.com>
8114         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
8115         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
8116         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
8117         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
8119 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
8121         * crypt/crypt-private.h [DOS]: Add some includes taken from the
8122         other files in the crypt directory.
8123         * crypt/crypt.c: Remove duplicate includes.
8124         * crypt/crypt-entry.c: Likewise.
8125         * crypt/crypt_util.c: Likewise.
8127 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
8129         * Makeconfig (run-program-env): New variable.
8130         (run-program-prefix-before-env): Likewise.
8131         (run-program-prefix-after-env): Likewise.
8132         (run-program-prefix): Define in terms of new variables.
8133         (built-program-cmd-before-env): New variable.
8134         (built-program-cmd-after-env): Likewise.
8135         (built-program-cmd): Define in terms of new variables.
8136         (test-program-prefix-before-env): New variable.
8137         (test-program-prefix-after-env): Likewise.
8138         (test-program-prefix): Define in terms of new variables.
8139         (test-program-cmd-before-env): New variable.
8140         (test-program-cmd-after-env): Likewise.
8141         (test-program-cmd): Define in terms of new variables.
8142         * Rules (make-test-out): Use $(run-program-env).
8143         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
8144         (help): Do not mention environment variables.  Mention
8145         --timeoutfactor option.
8146         (timeoutfactor): New variable.
8147         (blacklist_exports): Remove function.
8148         (exports): Remove variable.
8149         (command): Do not include ${exports}.
8150         * manual/install.texi (Configuring and compiling): Do not mention
8151         test wrappers preserving environment variables.  Mention that last
8152         assignment to a variable must take precedence.
8153         * INSTALL: Regenerated.
8154         * benchtests/Makefile (run-bench): Use $(run-program-env).
8155         * catgets/Makefile ($(objpfx)test1.cat): Use
8156         $(built-program-cmd-before-env), $(run-program-env) and
8157         $(built-program-cmd-after-env).
8158         ($(objpfx)test2.cat): Do not specify environment variables
8159         explicitly.
8160         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
8161         $(run-program-env) and $(built-program-cmd-after-env).
8162         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
8163         $(run-program-env) and $(test-program-cmd-after-env).
8164         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
8165         explicitly.
8166         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
8167         run_program_env and test_program_cmd_after_env arguments.
8168         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
8169         * elf/tst-pathopt.sh: Use run_program_env argument.
8170         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
8171         $(test-wrapper-env) and $(run-program-env).
8172         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
8173         run_program_env arguments.
8174         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
8175         * intl/Makefile ($(objpfx)tst-gettext.out): Use
8176         $(test-program-prefix-before-env), $(run-program-env) and
8177         $(test-program-prefix-after-env).
8178         ($(objpfx)tst-gettext2.out): Likewise.
8179         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
8180         run_program_env and test_program_prefix_after_env arguments.
8181         * intl/tst-gettext2.sh: Likewise.
8182         * intl/tst-gettext4.sh: Do not set environment variables
8183         explicitly.
8184         * intl/tst-gettext6.sh: Likewise.
8185         * intl/tst-translit.sh: Likewise.
8186         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
8187         $(test-program-prefix-before-env), $(run-program-env) and
8188         $(test-program-prefix-after-env).
8189         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
8190         run_program_env and test_program_prefix_after_env arguments.
8191         * math/Makefile (run-regen-ulps): Use $(run-program-env).
8192         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
8193         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
8194         explicitly with each use of ${test_wrapper_env}.
8195         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
8196         $(test-program-prefix-before-env), $(run-program-env) and
8197         $(test-program-prefix-after-env).
8198         * posix/tst-getconf.sh: Do not set environment variables
8199         explicitly.
8200         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
8201         run_program_env and test_program_prefix_after_env arguments.
8202         * stdio-common/tst-printf.sh: Do not set environment variables
8203         explicitly.
8204         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
8205         $(test-program-prefix-before-env), $(run-program-env) and
8206         $(test-program-prefix-after-env).
8207         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
8208         run_program_env and test_program_prefix_after_env arguments.
8209         Split $test calls into $test_pre and $test.
8210         * timezone/Makefile (build-testdata): Use
8211         $(built-program-cmd-before-env), $(run-program-env) and
8212         $(built-program-cmd-after-env).
8214 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8216         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
8217         strlen for non SHARED builds.
8219 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
8221         * nptl/allocatestack.c (check_list): Inlined function...
8222         (__reclaim_stacks): ... here.
8224 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8226         [BZ #15698]
8227         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
8228         memory overrun.
8230 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
8232         * Rules (make-test-out): Include
8233         LOCPATH=$(common-objpfx)localedata in default environment.
8234         * debug/Makefile (tst-chk1-ENV): Remove variable.
8235         (tst-chk2-ENV): Likewise.
8236         (tst-chk3-ENV): Likewise.
8237         (tst-chk4-ENV): Likewise.
8238         (tst-chk5-ENV): Likewise.
8239         (tst-chk6-ENV): Likewise.
8240         (tst-lfschk1-ENV): Likewise.
8241         (tst-lfschk2-ENV): Likewise.
8242         (tst-lfschk3-ENV): Likewise.
8243         (tst-lfschk4-ENV): Likewise.
8244         (tst-lfschk5-ENV): Likewise.
8245         (tst-lfschk6-ENV): Likewise.
8246         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
8247         (tst-iconv7-ENV): Likewise.
8248         * intl/Makefile (LOCPATH-ENV): Likewise.
8249         (tst-codeset-ENV): Likewise.
8250         (tst-gettext3-ENV): Likewise.
8251         (tst-gettext5-ENV): Likewise.
8252         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
8253         (tst-fopenloc-ENV): Likewise.
8254         (tst-fgetws-ENV): Remove variable.
8255         (tst-ungetwc1-ENV): Likewise.
8256         (tst-ungetwc2-ENV): Likewise.
8257         (bug-ungetwc2-ENV): Likewise.
8258         (tst-swscanf-ENV): Likewise.
8259         (bug-ftell-ENV): Likewise.
8260         (tst-fgetwc-ENV): Likewise.
8261         (tst-fseek-ENV): Likewise.
8262         (tst-ftell-partial-wide-ENV): Likewise.
8263         (tst-ftell-active-handler-ENV): Likewise.
8264         (tst-ftell-append-ENV): Likewise.
8265         * posix/Makefile (tst-fnmatch-ENV): Likewise.
8266         (tst-regexloc-ENV): Likewise.
8267         (bug-regex1-ENV): Likewise.
8268         (tst-regex-ENV): Likewise.
8269         (tst-regex2-ENV): Likewise.
8270         (bug-regex5-ENV): Likewise.
8271         (bug-regex6-ENV): Likewise.
8272         (bug-regex17-ENV): Likewise.
8273         (bug-regex18-ENV): Likewise.
8274         (bug-regex19-ENV): Likewise.
8275         (bug-regex20-ENV): Likewise.
8276         (bug-regex22-ENV): Likewise.
8277         (bug-regex23-ENV): Likewise.
8278         (bug-regex25-ENV): Likewise.
8279         (bug-regex26-ENV): Likewise.
8280         (bug-regex30-ENV): Likewise.
8281         (bug-regex32-ENV): Likewise.
8282         (bug-regex33-ENV): Likewise.
8283         (bug-regex34-ENV): Likewise.
8284         (bug-regex35-ENV): Likewise.
8285         (tst-rxspencer-ENV): Likewise.
8286         (tst-rxspencer-no-utf8-ENV): Likewise.
8287         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
8288         (tst-sscanf-ENV): Likewise.
8289         (tst-swprintf-ENV): Likewise.
8290         (tst-swscanf-ENV): Likewise.
8291         (test-vfprintf-ENV): Likewise.
8292         (scanf13-ENV): Likewise.
8293         (bug14-ENV): Likewise.
8294         (tst-grouping-ENV): Likewise.
8295         * stdlib/Makefile (tst-strtod-ENV): Likewise.
8296         (tst-strtod3-ENV): Likewise.
8297         (tst-strtod4-ENV): Likewise.
8298         (tst-strtod5-ENV): Likewise.
8299         (testmb2-ENV): Likewise./
8300         * string/Makefile (tst-strxfrm-ENV): Likewise.
8301         (tst-strxfrm2-ENV): Likewise.
8302         (bug-strcoll1-ENV): Likewise.
8303         (test-strcasecmp-ENV): Likewise.
8304         (test-strncasecmp-ENV): Likewise.
8305         * time/Makefile (tst-strptime-ENV): Likewise.
8306         (tst-ftime_l-ENV): Likewise.
8307         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
8308         (tst-mbrtowc-ENV): Likewise.
8309         (tst-wcrtomb-ENV): Likewise.
8310         (tst-mbrtowc2-ENV): Likewise.
8311         (tst-c16c32-1-ENV): Likewise.
8312         (tst-mbsnrtowcs-ENV): Likewise.
8314 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
8316         * manual/resource.texi (How to get information about the memory
8317         subsystem?): Fix typo.
8318         Reported by Peon de la Parra Ivan <peon@keba.com>
8320 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
8322         [BZ #16882]
8323         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
8324         (pthread_spin_lock): Branch out of spin loop to proper location.
8325         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
8326         (pthread_spin_lock): Likewise.
8328         * nptl/tst-spin4.c: New test.
8329         * nptl/Makefile (tests): Add tst-spin4.
8331 2014-06-03  Andreas Schwab  <schwab@suse.de>
8333         [BZ #15946]
8334         * resolv/res_send.c (send_dg): Reload file descriptor after
8335         calling reopen.
8337 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
8339         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
8341 2014-06-03  Richard Henderson  <rth@redhat.com>
8343         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
8344         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
8345         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
8346         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
8347         in the SAVE_PID block.
8348         (__libc_vfork): New alias.
8349         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
8351         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
8352         child in registers, not on the stack.  Remove RESET_PID conditionals.
8353         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
8355 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
8357         * sysdeps/aarch64/libm-test-ulps: Regenerate.
8359 2014-06-03  Wilco  <wdijkstr@arm.com>
8361         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
8362         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
8363         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
8364         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
8365         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
8366         Likewise.
8368 2014-06-03  Wilco  <wdijkstr@arm.com>
8370         * sysdeps/aarch64/fpu/math_private.h
8371         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
8372         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
8373         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
8374         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
8375         Fix declarations.
8377 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8379         * crypt/crypt-private.h: Include ufc-crypt.h.
8380         (__b64_from_24bit): Declare extern.
8381         * crypt/crypt_util.c(__b64_from_24bit): New function.
8382         (b64t): New static const variable.
8383         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
8384         (b64t): Remove variable.
8385         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
8386         * crypt/sha256-crypt.c: Include crypt-private.h.
8387         (b64t): Remove variable.
8388         (__sha256_crypt_r): Remove b64_from_24bit and replace
8389         with __b64_from_24bit.
8390         * crypt/sha512-crypt.c: Likewise.
8392 2014-06-02  Roland McGrath  <roland@hack.frob.com>
8394         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
8395         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
8396         Label the code __libc_vfork rather than __vfork.
8397         [!NOT_IN_libc] (vfork): Define as weak alias.
8398         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
8399         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
8400         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
8402 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
8404         * malloc/malloc.c (malloc_info): Fix format specifier for
8405         n_mmaps.
8407 2014-06-02  Wilco  <wdijkstr@arm.com>
8409         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
8410         FPCR write.
8412 2014-06-02  Wilco  <wdijkstr@arm.com>
8414         [BZ #17009]
8415         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
8416         Rewrite to reduce FPCR/FPSR accesses.
8418 2014-06-01  David S. Miller  <davem@davemloft.net>
8420         * sysdeps/sparc/fpu/libm-test-ulps: Update.
8422 2014-05-31  David S. Miller  <davem@davemloft.net>
8424         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
8425         to occur in round to nearest mode when |x| >= 2.0
8427 2014-05-30  Richard Henderson  <rth@twiddle.net>
8429         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
8430         (PSEUDO_RET_NOERRNO): Remove.
8431         (ret): Don't redefine.
8432         (ret_NOERRNO): Define in terms of ret.
8433         (ret_ERRVAL): Likewise.
8435         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
8436         use of PSEUDO_RET; perform the error check directly.
8438 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
8440         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
8441         with __int128_t.
8443 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
8445         * malloc/malloc (malloc_info): Fix formatting.
8447 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
8448             Roland McGrath  <roland@hack.frob.com>
8450         * malloc/malloc (malloc_info): Also print mmapped statistics.
8452 2014-05-30  Roland McGrath  <roland@hack.frob.com>
8454         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
8455         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
8457 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
8459         * malloc/malloc.c (malloc_info): Inline mi_arena.
8461 2014-05-29  Richard Henderson  <rth@twiddle.net>
8463         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
8464         Remove comma before expanding ASM_ARGS_##nr.
8465         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
8466         Make _x0 a strict output; make _x8 a strict input; adjust expansion
8467         of ASM_ARGS_##nr.
8468         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
8469         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
8470         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
8471         (ASM_ARGS_1): Add leading comma.
8473         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
8474         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
8475         to __errno_location.
8476         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
8477         Remove the expected plt for __errno_location.
8479         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8480         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
8481         call to __read_tp.
8483         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8484         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
8485         it and break it down.
8486         (DOCARGS_0, DOCARGS_1): Do nothing.
8487         (DOCARGS_2): Update to store into the new stack frame.
8488         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
8489         (UNDOCARGS_1): Update to restore from the new stack frame.
8490         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
8491         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
8493         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8494         (SINGLE_THREAD_P): New parameter for result regno.
8495         (PSEUDO): Update to match; use cbz instead of beq.
8497         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8498         Use ENTRY to define the _nocancel entry point.  Share the syscall
8499         and syscall error check paths with the cancel path.
8500         (PSEUDO_END): New.
8502         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
8503         whitespace; tabs before and after asm mnemonics.
8505 2014-05-29  Eric Wong  <normalperson@yhbt.net>
8507         [BZ #15132]
8508         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
8509         Call fstat64 or stat64 internally, depending on arguments passed.
8510         Replace stat buffer argument with file descriptor argument.
8511         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
8512         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
8513         Pass fd to __internal_statvfs instead of calling fstat64.
8514         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
8515         Pass fd to __internal_statvfs64 instead of calling fstat64.
8516         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
8517         Pass -1 to __internal_statvfs instead of calling stat64.
8518         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
8519         Pass -1 to __internal_statvfs64 instead of calling stat64.
8521 2014-05-28  Roland McGrath  <roland@hack.frob.com>
8523         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
8524         that was previously under [RESET_PID].
8525         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
8527         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
8528         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
8530 2014-05-27  Roland McGrath  <roland@hack.frob.com>
8532         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
8534         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
8535         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
8537 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
8539         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
8541 2014-05-27  Andreas Schwab  <schwab@suse.de>
8543         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
8544         TLS_INIT_TP macro.
8545         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
8546         * elf/rtld.c (init_tls, dl_main): Likewise.
8547         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
8548         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
8549         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
8550         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
8551         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
8552         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
8553         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
8554         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
8555         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
8556         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
8557         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
8558         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
8559         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
8560         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
8561         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
8562         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
8563         * sysdeps/generic/tls.h: Update description.
8565 2014-05-27  Will Newton  <will.newton@linaro.org>
8567         [BZ #16990]
8568         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
8569         and restore r2 rather than just restoring.
8571 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
8573         [BZ #16724]
8574         * libio/tst-ftell-append.c: New test case.
8575         * libio/Makefile (tests): Add test case.
8576         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
8577         append mode.
8578         * libio/wfileops.c (do_ftell_wide): Likewise.
8580 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8582         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8584         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
8585         ...
8586         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
8587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
8588         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
8589         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
8590         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
8591         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
8592         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
8593         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
8594         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
8595         Moved ...
8596         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
8597         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
8598         Moved ...
8599         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
8600         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
8601         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
8602         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
8603         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
8604         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
8605         ...
8606         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
8607         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
8608         Moved ...
8609         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
8610         here.
8611         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
8612         ...
8613         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
8614         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
8615         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
8617         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
8618         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
8619         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
8620         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
8622         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
8623         merge into ...
8624         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
8625         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
8626         ...
8627         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
8628         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
8629         ...
8630         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
8631         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
8632         Moved ...
8633         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
8634         here.
8635         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
8636         Moved ...
8637         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
8638         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
8639         Moved ...
8640         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
8642         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
8643         conditional [RESET_PID].
8644         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
8645         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
8646         removed.
8647         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
8648         removed.
8650         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
8651         <tcb-offsets.h>.
8652         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
8653         (__libc_vfork): New strong alias.
8654         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
8655         removed.
8656         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
8657         Removed.
8659         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
8660         <tcb-offsets.h>.
8661         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
8662         (__libc_vfork): New strong alias.
8663         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
8664         removed.
8665         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
8666         removed.
8668 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
8670         * malloc/malloc.c (mi_arena): New function.
8671         (malloc_info): Remove nested function mi_arena. Call non-nosted
8672         function mi_arena.
8674 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8676         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
8677         by insrwi.
8678         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
8679         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
8680         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
8681         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
8682         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
8683         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
8684         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
8686 2014-05-26  Andreas Schwab  <schwab@suse.de>
8688         [BZ #16984]
8689         * locale/programs/repertoire.c (repertoire_read): Add slash
8690         between I18NPATH element and file name.
8691         * locale/programs/locfile.c (locfile_read): Likewise.
8693 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
8695         * nptl/pthread_mutexattr_settype.c
8696         (__pthread_mutexattr_settype):
8697         Disable lock elision for PTHREAD_MUTEX_NORMAL.
8699 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
8701         * nptl/tst-mutex5 (do_test):
8702         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
8704 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8706         * benchtests/README: Document 'init' directive.
8707         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
8708         BENCH_INIT.
8709         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
8710         (parse_file): Recognize 'init' directive.
8712 2014-05-26  Kyle McMartin  <kyle@redhat.com>
8714         [BZ #16796]
8715         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
8716         alignment of struct pthread.
8718 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
8720         [BZ #16878]
8721         * nscd/netgroupcache.c (addgetnetgrentX): Look for
8722         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
8723         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
8724         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
8726 2014-05-25  Richard Henderson  <rth@twiddle.net>
8728         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8729         (SINGLE_THREAD_P_PIC): Remove.
8730         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
8731         (SINGLE_THREAD_P_PIC): Remove.
8733         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
8734         branch to syscall error ...
8735         (PSEUDO): ... here.
8736         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
8737         from __local_syscall_error to .Lsyscall_error.
8738         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
8739         (SYSCALL_ERROR): Update label name.
8741         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8742         Do not use DOARGS/UNDOARGS.
8743         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
8744         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
8745         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
8746         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
8747         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
8749         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
8750         block comment.
8752         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
8753         define if !NOT_IN_libc.
8754         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
8755         define with non-default symbol versions.
8757 2014-05-23  Richard Henderson  <rth@twiddle.net>
8759         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
8760         (vfork, __vfork): Define via compat_symbol.
8762         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
8763         [!HAVE_IFUNC] (vfork_compat): Remove.
8764         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
8766 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
8768         [BZ #16978]
8769         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
8770         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
8771         variable.
8773 2014-05-23  Richard Henderson  <rth@twiddle.net>
8775         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
8776         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
8777         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
8778         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
8780         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
8781         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
8782         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
8783         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
8784         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
8785         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
8786         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
8787         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
8788         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
8789         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
8790         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
8791         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
8792         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
8793         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
8794         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
8795         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
8796         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
8797         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
8798         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
8799         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
8800         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
8801         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
8802         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
8803         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
8804         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
8805         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
8806         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
8807         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
8808         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
8809         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
8810         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
8811         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
8812         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
8813         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
8814         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
8815         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
8816         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
8817         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
8818         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
8819         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
8820         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
8821         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
8822         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
8823         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
8824         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
8825         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
8826         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
8827         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
8828         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
8829         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
8830         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
8831         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
8832         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
8833         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
8834         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
8835         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
8837         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
8838         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
8839         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
8840         before exiting on error.
8841         (__libc_vfork): New strong alias.
8842         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
8843         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
8845         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
8846         that was previously under [RESET_PID].
8847         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
8849         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
8851 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
8853         [BZ #16977]
8854         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
8855         value when x - 1 is zero.
8856         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
8857         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
8858         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
8859         0.0L for an argument of 1.0L.
8860         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
8861         Likewise.
8862         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
8863         value when x - 1 is zero.
8864         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
8865         * sysdeps/i386/fpu/libm-test-ulps: Update.
8866         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
8868 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
8870         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
8871         alphasort and versionsort.
8873 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8875         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
8876         macro.
8877         [copysignf]: Likewise.
8879 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
8881         * crypt/md5-crypt.c: Fix formatting.
8883 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8885         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
8886         (b64_from_24bit): New function.
8888 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8890         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
8891         libc_hidden_builtin_def to ifunc.
8892         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
8893         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
8895 2014-05-21  Roland McGrath  <roland@hack.frob.com>
8897         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
8898         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
8900 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
8902         * nscd/Depend (linuxthreads): Remove.
8903         (nptl): Add.
8904         * resolv/Depend (linuxthreads): Remove.
8905         * rt/Depend (linuxthreads): Remove.
8907         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
8908         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
8909         $(common-objpfx)elf/.
8910         (link-libc-before-gnulib): Likewise.
8911         (elfobjdir): Remove variable.
8912         * Makefile (install): Use $(elf-objpfx) instead of
8913         $(common-objpfx)elf/.
8914         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
8915         $(elfobjdir)/.
8916         (link-libc-deps): Likewise.
8917         ($(common-objpfx)libc.so): Likewise.
8918         ($(common-objpfx)linkobj/libc.so): Likewise.
8919         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
8920         instead of $(common-objpfx)elf/.
8921         (symbolic-link-list): Likewise.
8922         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
8923         [$(cross-compiling) = no]: Likewise.
8924         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
8925         $(elfobjdir)/.
8926         (static-gnulib-arch): Likewise.
8927         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
8928         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
8929         $(common-objpfx)elf/.
8931 2014-05-21  Richard Henderson  <rth@redhat.com>
8933         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
8934         (SINGLE_THREAD_P): Use the correct width load.  Fold
8935         into the ldr offset.
8937         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
8938         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
8940 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
8942         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
8943         (libgcc_s_resume): Use __attribute_used__.
8944         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
8945         Likewise.
8947 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8949         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
8950         optimization when used with float constants.
8952         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
8954 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
8956         [BZ #16915]
8957         * locale/nl_langinfo_l.c: Make direct reference to every
8958         _nl_current_CATEGORY symbol.
8959         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
8960         (tests-static): Add tst-langinfo-static.
8961         (tests-special): Add tst-langinfo-static.out.
8962         ($(objpfx)tst-langinfo.out): Redirect output.
8963         ($(objpfx)tst-langinfo-static.out): New.
8964         * localedata/tst-langinfo.sh: Send output to stdout.
8965         * localedata/tst-langinfo-static.c: New file.
8967         [BZ #16965]
8968         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
8969         when the shift amount is modulo the limb size.
8971 2014-05-20  Richard Henderson  <rth@redhat.com>
8973         [BZ #16967]
8974         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
8975         Change type of sa_flags from unsigned int to int.
8977         [BZ #16966]
8978         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
8980         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
8982 2014-05-20  Will Newton  <will.newton@linaro.org>
8984         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
8985         Test the return value of the system call in the nocancel case.
8987 2014-05-20  Will Newton  <will.newton@linaro.org>
8988             Yvan Roux  <yvan.roux@linaro.org>
8990         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
8991         #include of asm/ptrace.h.
8992         (PTRACE_GET_THREAD_AREA): Remove #undef.
8993         (PTRACE_GETHBPREGS): Likewise.
8994         (PTRACE_SETHBPREGS): Likewise.
8995         (struct user_regs_struct): New structure.
8996         (struct user_fpsimd_struct): New structure.
8997         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
8998         #include of asm/ptrace.h and second #include of sys/user.h.
8999         (PTRACE_GET_THREAD_AREA): Remove #undef.
9000         (PTRACE_GETHBPREGS): Likewise.
9001         (PTRACE_SETHBPREGS): Likewise.
9002         (ELF_NGREG): Use new struct user_regs_struct.
9003         (elf_fpregset_t): Use new struct user_fpsimd_struct.
9005 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9007         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
9008         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
9010 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
9012         [BZ #16958]
9013         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
9014         membar to avoid block loads/stores to overlap previous stores.
9016 2014-05-17  Richard Henderson  <rth@redhat.com>
9018         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
9019         Create the __##syscall_name##_nocancel entry point.
9020         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
9021         Remove; let the sysdep-cancel.h code create it.
9023 2014-05-17  David S. Miller  <davem@davemloft.net>
9025         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
9026         Protect with __USE_GNU.
9027         (TIOCSET_TEMPT): Likewise.
9028         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
9029         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
9030         these are already provided in bits/ioctl-types.h
9032 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9034         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
9035         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
9037         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
9038         Use wait4 regardless of [__NR_waitpid].
9040 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
9042         PR libgcc/60166
9043         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9044         (_FP_NANSIGN_Q): Set the quiet bit.
9046 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
9048         * benchtests/Makefile
9049         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
9050         not $(common-objpfx)math/libm.so.
9051         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
9052         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
9053         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
9054         $(common-objpfx)dlfcn/libdl.so.
9055         ($(objpfx)tst-audit8): Depend on $(libm), not
9056         $(common-objpfx)math/libm.so.
9057         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
9058         not $(common-objpfx)dlfcn/libdl.so.
9059         * math/Makefile
9060         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
9061         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
9062         [$(build-shared) = yes].
9063         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
9064         $(common-objpfx)nptl/libpthread.so.
9065         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
9066         $(common-objpfx)math/libm.so$(libm.so-version) or
9067         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
9068         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
9069         $(common-objpfx)dlfcn/libdl.so.
9070         * setjmp/Makefile (link-libm): Remove variable.
9071         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
9072         * stdio-common/Makefile (link-libm): Remove variable.
9073         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
9074         * stdlib/Makefile (link-libm): Remove variable.
9075         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
9076         ($(objpfx)tst-strtod-round): Likewise.
9077         ($(objpfx)tst-tininess): Likewise.
9078         ($(objpfx)tst-strtod-underflow): Likewise.
9079         ($(objpfx)tst-strtod6): Likewise.
9080         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
9081         $(libdl), not $(common-objpfx)nptl/libpthread.so and
9082         $(common-objpfx)dlfcn/libdl.so.
9084 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9086         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
9087         BSD terminal modes definitions.
9089 2014-05-16  Roland McGrath  <roland@hack.frob.com>
9091         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
9092         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
9094         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
9095         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
9096         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
9097         Don't do #include_next.
9098         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
9099         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
9100         Don't do #include_next.
9101         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
9102         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
9103         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
9104         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
9106 2014-05-16  Allan McRae  <allan@archlinux.org>
9108         * po/sv.po: Update Swedish translation from translation project.
9110         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
9111         in sed expression.
9113 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
9115         [BZ #16917]
9116         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
9117         errno if the TIOCGPTN ioctl fails with an error different than
9118         EINVAL.
9119         * login/tst-ptsname.c: New file.
9120         * login/Makefile (tests): Add tst-ptsname.
9122         [BZ #16943]
9123         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
9124         and prlimit64.
9126 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
9128         [BZ #16849]
9129         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
9130         herrno to return EAI_AGAIN.
9132 2014-05-14  Roland McGrath  <roland@hack.frob.com>
9134         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
9135         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
9136         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
9137         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
9138         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
9139         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
9140         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
9141         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
9142         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
9143         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
9144         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
9145         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
9146         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
9147         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
9148         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
9149         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
9150         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
9151         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
9152         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
9153         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
9154         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
9155         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
9156         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
9157         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
9158         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
9159         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
9160         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
9161         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
9162         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
9163         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
9164         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
9165         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
9166         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
9167         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
9168         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
9169         Moved ...
9170         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
9171         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
9172         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
9173         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
9174         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
9175         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
9176         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
9177         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
9178         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
9179         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
9180         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
9181         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
9182         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
9183         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
9184         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
9185         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
9186         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
9187         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
9188         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
9189         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
9190         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
9191         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
9192         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
9193         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
9194         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
9195         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
9196         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
9197         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
9198         Moved ...
9199         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
9200         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
9201         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
9202         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
9203         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
9204         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
9205         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
9206         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
9207         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
9208         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
9209         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
9210         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
9211         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
9212         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
9213         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
9214         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
9215         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
9216         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
9217         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
9218         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
9219         Moved ...
9220         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
9221         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
9222         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
9224         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
9225         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
9226         (libpthread-sysdep_routines): Add elision-related stuff here instead.
9227         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
9228         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
9229         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
9230         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
9231         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
9232         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
9233         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
9234         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
9235         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
9236         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
9237         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
9238         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
9239         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
9240         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
9241         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
9242         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
9243         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
9244         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
9245         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
9246         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
9247         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
9248         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
9249         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
9250         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
9251         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
9252         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
9253         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
9254         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
9256         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
9257         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
9259         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
9260         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
9261         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
9262         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
9263         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
9264         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
9265         Moved ...
9266         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
9267         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
9268         Moved ...
9269         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
9270         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
9271         Moved ...
9272         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
9273         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
9274         Moved ...
9275         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
9276         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
9277         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
9278         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
9279         Moved ...
9280         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
9281         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
9282         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
9283         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
9284         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
9285         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
9286         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
9287         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
9288         Moved ...
9289         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
9290         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9291         Moved ...
9292         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
9293         ... here.
9294         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
9295         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
9296         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
9297         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
9298         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9299         Moved ...
9300         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
9301         ... here.
9302         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
9303         Moved ...
9304         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
9305         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
9306         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
9307         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
9308         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
9309         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
9310         Moved ...
9311         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
9312         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
9313         Moved ...
9314         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
9315         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
9316         Moved ...
9317         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
9318         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
9319         Moved ...
9320         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
9321         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
9322         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
9323         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
9324         Moved ...
9325         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
9326         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
9327         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
9328         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
9329         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
9330         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
9331         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
9332         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
9333         Moved ...
9334         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
9335         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9336         Moved ...
9337         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
9338         ... here.
9339         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
9340         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
9341         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
9342         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
9343         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9344         Moved ...
9345         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
9346         ... here.
9347         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
9348         Moved ...
9349         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
9350         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
9351         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
9352         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
9353         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
9354         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
9355         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
9356         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
9357         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
9358         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
9359         Moved ...
9360         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
9361         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
9362         Moved ...
9363         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
9364         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
9365         Moved ...
9366         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
9367         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
9368         Moved ...
9369         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
9370         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
9371         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
9372         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
9373         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
9374         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
9375         Moved ...
9376         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
9377         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
9378         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
9379         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
9380         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
9381         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
9382         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
9383         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
9384         Moved ...
9385         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
9386         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
9387         Moved ...
9388         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
9389         ... here.
9390         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
9391         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
9392         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
9393         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
9394         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
9395         Moved ...
9396         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
9397         ... here.
9398         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
9399         Moved ...
9400         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
9401         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
9402         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
9403         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
9404         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
9405         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
9406         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
9407         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
9408         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
9409         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
9410         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
9412         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
9413         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
9415         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
9416         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
9418         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
9419         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
9420         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
9421         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
9422         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
9423         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
9424         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
9425         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
9426         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
9427         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
9428         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
9429         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
9430         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
9431         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
9432         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
9433         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
9434         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
9435         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
9436         Moved ...
9437         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
9438         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
9439         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
9440         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
9441         Moved ...
9442         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
9443         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
9444         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
9445         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
9446         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
9447         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
9448         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
9449         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
9450         Moved ...
9451         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
9452         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
9453         Moved ...
9454         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
9455         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
9456         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
9457         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
9458         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
9459         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
9460         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
9461         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
9462         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
9463         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
9464         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
9465         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
9466         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
9467         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
9468         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
9469         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
9470         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
9472         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
9473         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
9474         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
9475         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
9476         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
9478         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
9479         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
9480         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
9481         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
9482         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
9483         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
9484         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
9485         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
9486         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
9487         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
9489         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
9490         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
9492         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
9493         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
9494         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
9495         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
9496         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
9497         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
9498         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
9499         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
9500         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
9501         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
9502         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
9503         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
9504         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
9505         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
9506         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
9507         Update #include.
9508         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
9509         Likewise.
9510         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
9511         Likewise.
9512         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
9513         Likewise.
9514         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
9515         Likewise.
9516         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
9517         Likewise.
9518         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
9519         Likewise.
9520         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
9521         Likewise.
9522         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
9523         Likewise.
9524         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
9525         Likewise.
9526         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
9527         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
9528         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
9529         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
9530         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
9531         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
9532         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
9533         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
9534         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
9535         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
9536         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
9537         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
9538         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
9539         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
9540         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
9542         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
9543         that was previously under [RESET_PID].
9544         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
9545         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
9546         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
9548         * sysdeps/i386/nptl/Implies: New file.
9549         * sysdeps/x86_64/nptl/Implies: New file.
9550         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
9551         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
9552         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
9553         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
9555         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
9556         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9557         (__libc_vfork): New strong alias.
9558         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
9559         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
9561         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
9562         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9563         (__libc_vfork): New strong alias.
9564         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
9565         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
9567         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
9568         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
9569         (__libc_vfork): New strong alias.
9570         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
9571         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
9572         * nptl/pt-vfork.c: New file.
9573         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
9574         (libpthread: GLIBC_2.20): New version set (empty).
9576 2014-05-14  Will Newton  <will.newton@linaro.org>
9578         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
9579         rather than #if.
9581 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
9583         [BZ #16564]
9584         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
9585         arguments with exponent 65 or above.
9586         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
9587         arguments 0x1p113L or above.
9588         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
9589         to arguments 0x1p107L or above.
9590         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
9591         positive arguments with exponent 65 or above.
9592         * math/auto-libm-test-in: Add more tests of log1p.
9593         * math/auto-libm-test-out: Regenerated.
9595         [BZ #16928]
9596         * math/s_cacos.c (__cacos): Ensure zero real part of result from
9597         non-finite arguments is +0.
9598         * math/s_cacosf.c (__cacosf): Likewise.
9599         * math/s_cacosl.c (__cacosl): Likewise.
9600         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
9601         * sysdeps/i386/fpu/libm-test-ulps: Update.
9602         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9604         [BZ #16927]
9605         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
9606         value.
9607         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
9608         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
9609         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
9610         for explicit high bit of mantissa when testing for argument equal
9611         to 1.
9612         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
9613         * sysdeps/i386/fpu/libm-test-ulps: Update.
9614         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9616         [BZ #16516]
9617         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
9618         (__erf): Scale by 16 instead of 8 in potentially underflowing
9619         case.  Ensure exception if result actually underflows.
9620         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
9621         (__erff): Scale by 16 instead of 8 in potentially underflowing
9622         case.  Ensure exception if result actually underflows.
9623         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
9624         (efx8): Remove variable.
9625         (__erfl): Scale by 16 instead of 8 in potentially underflowing
9626         case.  Ensure exception if result actually underflows.
9627         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
9628         (efx8): Remove variable.
9629         (__erfl): Scale by 16 instead of 8 in potentially underflowing
9630         case.  Ensure exception if result actually underflows.
9631         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
9632         (efx8): Remove variable.
9633         (__erfl): Scale by 16 instead of 8 in potentially underflowing
9634         case.  Ensure exception if result actually underflows.
9635         * math/auto-libm-test-in: Add more tests of erf.
9636         * math/auto-libm-test-out: Regenerated.
9638 2014-05-14  Andreas Schwab  <schwab@suse.de>
9640         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
9641         Remove code conditionalized on USE___THREAD.
9643         * config.h.in (HAVE_PT_CHOWN): Define as 0.
9644         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
9645         not definedness.
9647 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
9649         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
9650         Define unconditionally.
9651         (__ASSUME_O_CLOEXEC): Likewise.
9652         (__ASSUME_SOCK_CLOEXEC): Likewise.
9653         (__ASSUME_IN_NONBLOCK): Likewise.
9654         (__ASSUME_PIPE2): Likewise.
9655         (__ASSUME_EVENTFD2): Likewise.
9656         (__ASSUME_SIGNALFD4): Likewise.
9657         (__ASSUME_DUP3): Likewise.
9658         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9659         (__ASSUME_DUP3): Do not define.
9660         (__ASSUME_EVENTFD2): Likewise.
9661         (__ASSUME_IN_NONBLOCK): Likewise.
9662         (__ASSUME_O_CLOEXEC): Likewise.
9663         (__ASSUME_PIPE2): Likewise.
9664         (__ASSUME_SIGNALFD4): Likewise.
9665         (__ASSUME_SOCK_CLOEXEC): Likewise.
9666         (__ASSUME_UTIMES): Undefine.
9667         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9668         (__ASSUME_UTIMES): Do not define.
9669         (__ASSUME_O_CLOEXEC): Likewise.
9670         (__ASSUME_SOCK_CLOEXEC): Likewise.
9671         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
9672         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
9673         0x020621].
9674         (__ASSUME_PIPE2): Likewise.
9675         (__ASSUME_EVENTFD2): Likewise.
9676         (__ASSUME_SIGNALFD4): Likewise.
9677         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
9678         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
9679         Do not define.
9680         (__ASSUME_EVENTFD2): Likewise.
9681         (__ASSUME_SIGNALFD4): Likewise.
9682         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
9683         (__ASSUME_32BITUIDS): Likewise.
9684         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
9685         (__ASSUME_IPC64): Likewise.
9686         (__ASSUME_ST_INO_64_BIT): Likewise.
9687         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
9688         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
9689         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9690         (__ASSUME_UTIMES): Do not define.
9691         (__ASSUME_PSELECT): Likewise.
9692         (__ASSUME_PPOLL): Likewise.
9693         (__ASSUME_O_CLOEXEC): Likewise.
9694         (__ASSUME_SOCK_CLOEXEC): Likewise.
9695         (__ASSUME_IN_NONBLOCK): Likewise.
9696         (__ASSUME_PIPE2): Likewise.
9697         (__ASSUME_EVENTFD2): Likewise.
9698         (__ASSUME_SIGNALFD4): Likewise.
9699         (__ASSUME_DUP3): Likewise.
9700         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
9701         (__ASSUME_UTIMES): Likewise.
9702         (__ASSUME_O_CLOEXEC): Likewise.
9703         (__ASSUME_SOCK_CLOEXEC): Likewise.
9704         (__ASSUME_IN_NONBLOCK): Likewise.
9705         (__ASSUME_PIPE2): Likewise.
9706         (__ASSUME_EVENTFD2): Likewise.
9707         (__ASSUME_SIGNALFD4): Likewise.
9708         (__ASSUME_DUP3): Likewise.
9709         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9710         (__ASSUME_UTIMES): Likewise.
9711         (__ASSUME_O_CLOEXEC): Likewise.
9712         (__ASSUME_SOCK_CLOEXEC): Likewise.
9713         (__ASSUME_IN_NONBLOCK): Likewise.
9714         (__ASSUME_PIPE2): Likewise.
9715         (__ASSUME_EVENTFD2): Likewise.
9716         (__ASSUME_SIGNALFD4): Likewise.
9717         (__ASSUME_DUP3): Likewise.
9718         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
9719         Likewise.
9720         (__ASSUME_UTIMES): Likewise.
9721         (__ASSUME_EVENTFD2): Likewise.
9722         (__ASSUME_SIGNALFD4): Likewise.
9723         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9724         (__ASSUME_O_CLOEXEC): Likewise.
9725         (__ASSUME_SOCK_CLOEXEC): Likewise.
9726         (__ASSUME_IN_NONBLOCK): Likewise.
9727         (__ASSUME_PIPE2): Likewise.
9728         (__ASSUME_EVENTFD2): Likewise.
9729         (__ASSUME_SIGNALFD4): Likewise.
9730         (__ASSUME_DUP3): Likewise.
9731         (__ASSUME_UTIMES): Undefine.
9733         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
9734         feclearexcept.  Remove symbol versioning code.
9735         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
9736         symbol versioning code.
9737         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
9738         symbol versioning code.
9739         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
9740         feupdateenv.  Remove symbol versioning code.
9741         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
9742         fegetexceptflag.  Remove symbol versioning code.
9743         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
9744         fesetexceptflag.  Remove symbol versioning code.
9745         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
9746         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
9747         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
9748         (__posix_fadvise64_l32): Remove prototype.
9749         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
9750         code.
9752 2014-05-13  Roland McGrath  <roland@hack.frob.com>
9754         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
9755         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
9756         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
9757         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
9759 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
9761         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
9762         current working directory
9764 2014-05-13  Roland McGrath  <roland@hack.frob.com>
9766         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
9767         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
9768         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
9769         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
9770         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
9771         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
9772         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
9773         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
9774         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
9775         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
9776         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
9777         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
9778         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
9779         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
9780         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
9781         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
9782         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
9783         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
9784         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
9785         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
9786         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
9787         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
9788         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
9789         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
9790         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
9791         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
9792         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
9793         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
9794         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
9795         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
9796         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
9797         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
9798         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
9799         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
9800         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
9801         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
9802         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
9803         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
9804         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
9805         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
9806         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
9807         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
9809         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
9810         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
9812         * sysdeps/unix/sysv/linux/arm/Makefile
9813         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
9814         Add rt-aeabi_unwind_cpp_pr1.
9815         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
9816         Add nptl-aeabi_unwind_cpp_pr1.
9817         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
9818         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
9819         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
9820         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
9821         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
9822         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
9824         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
9825         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
9826         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
9827         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
9829         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
9830         Deconditionalize the code that was previously under [RESET_PID].
9831         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
9833         * sysdeps/generic/exit-thread.h: New file.
9834         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
9835         * include/unistd.h (__exit_thread): Remove declaration.
9836         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
9837         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
9838         * csu/libc-start.c: Include <exit-thread.h>.
9839         (LIBC_START_MAIN): Pass no argument to __exit_thread.
9840         * nptl/pthread_create.c: Include <exit-thread.h>.
9841         (start_thread): Call __exit_thread in place of __exit_thread_inline.
9842         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
9843         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
9844         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
9845         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
9846         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
9847         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
9848         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
9849         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
9850         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
9851         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
9852         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
9853         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
9854         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
9855         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
9856         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
9857         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
9859 2014-05-13  Andreas Schwab  <schwab@suse.de>
9861         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
9863 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
9865         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
9866         (__ASSUME_UTIMES): Do not condition on kernel version.
9867         (__ASSUME_PSELECT): Define unconditionally.
9868         (__ASSUME_PPOLL): Likewise.
9869         (__ASSUME_ATFCTS): Likewise.
9870         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
9871         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
9872         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
9873         (__ASSUME_UTIMENSAT): Define unconditionally.
9874         (__ASSUME_PRIVATE_FUTEX): Likewise.
9875         (__ASSUME_FALLOCATE): Likewise.
9876         (__ASSUME_O_CLOEXEC): Likewise.
9877         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
9878         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
9879         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
9880         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
9881         (__ASSUME_IN_NONBLOCK): Likewise.
9882         (__ASSUME_PIPE2): Likewise.
9883         (__ASSUME_EVENTFD2): Likewise.
9884         (__ASSUME_SIGNALFD4): Likewise.
9885         (__ASSUME_DUP3): Likewise.
9886         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
9887         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
9888         (__ASSUME_AT_RANDOM): Likewise.
9889         (__ASSUME_PREADV): Likewise.
9890         (__ASSUME_PWRITEV): Likewise.
9891         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
9892         (__ASSUME_F_GETOWN_EX): Define unconditionally.
9893         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
9894         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
9895         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
9896         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9897         (__ASSUME_O_CLOEXEC): Define unconditionally.
9898         (__ASSUME_PSELECT): Do not undefine conditionally.
9899         (__ASSUME_PPOLL): Likewise.
9900         (__ASSUME_ATFCTS): Likewise.
9901         (__ASSUME_SET_ROBUST_LIST): Likewise.
9902         (__ASSUME_UTIMENSAT): Likewise.
9903         (__ASSUME_FDATASYNC): Define unconditionally.
9904         * sysdeps/unix/sysv/linux/arm/kernel-features.h
9905         (__ASSUME_SIGFRAME_V2): Likewise.
9906         )__ASSUME_EVENTFD2): Likewise.
9907         (__ASSUME_SIGNALFD4): Likewise.
9908         (__ASSUME_PSELECT): Do not undefine conditionally.
9909         (__ASSUME_PPOLL): Likewise.
9910         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9911         (__ASSUME_PSELECT): Define unconditionally.
9912         (__ASSUME_PPOLL): Likewise.
9913         (__ASSUME_O_CLOEXEC): Likewise.
9914         (__ASSUME_SOCK_CLOEXEC): Likewise.
9915         (__ASSUME_IN_NONBLOCK): Likewise.
9916         (__ASSUME_PIPE2): Likewise.
9917         (__ASSUME_EVENTFD2): Likewise.
9918         (__ASSUME_SIGNALFD4): Likewise.
9919         (__ASSUME_DUP3): Likewise.
9920         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
9921         (__ASSUME_O_CLOEXEC): Likewise.
9922         (__ASSUME_SOCK_CLOEXEC): Likewise.
9923         (__ASSUME_IN_NONBLOCK): Likewise.
9924         (__ASSUME_PIPE2): Likewise.
9925         (__ASSUME_EVENTFD2): Likewise.
9926         (__ASSUME_SIGNALFD4): Likewise.
9927         (__ASSUME_DUP3): Likewise.
9928         * sysdeps/unix/sysv/linux/mips/kernel-features.h
9929         (__ASSUME_EVENTFD2): Likewise.
9930         (__ASSUME_SIGNALFD4): Likewise.
9931         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
9933 2014-05-12  Andreas Schwab  <schwab@suse.de>
9935         [BZ #16932]
9936         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
9937         (_nss_nis_gethostbyname4_r): Return error if item length is larger
9938         than maximum RPC packet size.
9939         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
9940         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
9941         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
9942         (_nss_nis_getservbyport_r): Likewise.
9944 2014-05-12  Will Newton  <will.newton@linaro.org>
9946         * malloc/Makefile (tests): Add tst-mallopt.
9947         * malloc/tst-mallopt.c: New file.
9949 2014-05-09  Roland McGrath  <roland@hack.frob.com>
9951         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
9952         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
9954 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9956         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
9957         (tst-tlsmod6.so): Likewise.
9959 2014-05-09  Roland McGrath  <roland@hack.frob.com>
9961         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
9963 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
9965         [BZ #16064]
9966         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
9967         and <dl-procinfo.h>.
9968         (__fegetenv): Save SSE state in envp->__eip if supported.
9969         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
9970         envp->__eip if supported.
9971         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
9972         and <dl-procinfo.h>.
9973         (__fesetenv): Always set __eip, __cs_selector, __opcode,
9974         __data_offset and __data_selector in environment to 0.  Set SSE
9975         state if supported.
9976         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
9977         test-fenv-sse.
9978         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
9979         -mfpmath=sse.
9980         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
9982 2014-05-09  Will Newton  <will.newton@linaro.org>
9984         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
9985         and libc_relro_required for ARM.
9986         * sysdeps/arm/preconfigure: Regenerate.
9988 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
9989             Stefan Liebler  <stli@linux.vnet.ibm.com>
9991         * config.make.in (enable-lock-elision): New Makefile variable.
9992         * configure.ac: Likewise.
9993         * configure: Regenerate.
9994         * sysdeps/s390/configure.ac:
9995         Add check for gcc transactions support.
9996         * sysdeps/s390/configure: Regenerate.
9997         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
9998         Build elision files if enabled.
9999         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
10000         Add lock elision support for s390.
10001         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
10002         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
10003         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
10004         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
10005         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
10006         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
10007         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
10008         Likewise.
10009         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
10010         Likewise.
10011         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
10012         Likewise.
10013         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
10014         Likewise.
10015         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
10016         (__lll_timedlock_elision, __lll_lock_elision)
10017         (__lll_unlock_elision, __lll_trylock_elision)
10018         (lll_timedlock_elision, lll_lock_elision)
10019         (lll_unlock_elision, lll_trylock_elision): Add.
10020         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10021         (pthread_mutex_t): Add lock elision support for s390.
10023 2014-05-14  Wilco  <wdijkstr@arm.com>
10025         * sysdeps/arm/fclrexcpt.c: Cleanup.
10026         * sysdeps/arm/fedisblxcpt.c: Cleanup.
10027         * sysdeps/arm/feenablxcpt.c: Cleanup.
10028         * sysdeps/arm/fegetenv.c: Cleanup.
10029         * sysdeps/arm/fegetexcept.c: Cleanup.
10030         * sysdeps/arm/fegetround.c: Cleanup.
10031         * sysdeps/arm/feholdexcpt.c: Cleanup.
10032         * sysdeps/arm/fesetenv.c: Cleanup.
10033         * sysdeps/arm/fesetround.c: Cleanup.
10034         * sysdeps/arm/feupdateenv.c: Cleanup.
10035         * sysdeps/arm/fgetexcptflg.c: Cleanup.
10036         * sysdeps/arm/fraiseexcpt.c: Cleanup.
10037         * sysdeps/arm/fsetexcptflg.c: Cleanup.
10038         * sysdeps/arm/ftestexcept.c: Cleanup.
10039         * sysdeps/arm/get-rounding-mode.h: Cleanup.
10040         * sysdeps/arm/setfpucw.c: Cleanup.
10042 2014-05-09  Will Newton  <will.newton@linaro.org>
10044         * sysdeps/arm/armv7/strcmp.S: New file.
10045         * NEWS: Mention addition of ARMv7 optimized strcmp.
10047 2014-05-08  Roland McGrath  <roland@hack.frob.com>
10049         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
10050         look for %.ac rather than %.in.
10052         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
10053         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
10054         * sysdeps/mach/hurd/configure: Regenerated.
10055         * sysdeps/unix/sysv/linux/configure: Regenerated.
10057         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
10059 2014-05-07  Steve Ellcey  <sellcey@mips.com>
10061         [BZ# 16922]
10062         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
10063         (LONG_SUB): Ditto.
10064         (PTR_SUB): Ditto.
10066 2014-05-07  Andreas Schwab  <schwab@suse.de>
10068         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
10069         when skipping over non-matching result from nscd.
10071 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
10073         [BZ #16876]
10074         * nptl/sockperf.c (client): Check socket return value.
10076         [BZ #16877]
10077         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
10078         nscd security class.
10080 2014-05-06  Roland McGrath  <roland@hack.frob.com>
10082         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
10083         * sysdeps/arm/unwind.h: ... here.
10085 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
10087         [BZ# 16916]
10088         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
10089         Define.
10091 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10093         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
10094         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
10095         multiarch strncpy for PPC64.
10096         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
10097         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
10098         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
10099         multiarch optimizations.
10100         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10101         (__libc_ifunc_impl_list): Likewise.
10102         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
10103         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
10104         multiarch stpncpy for PPC64.
10105         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
10106         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
10108 2014-05-06  Andreas Schwab  <schwab@suse.de>
10110         [BZ #16912]
10111         * gmon/mcount.c (_MCOUNT_DECL): Use
10112         atomic_compare_and_exchange_bool_acq instead of
10113         catomic_compare_and_exchange_bool_acq.
10115 2014-05-05  Roland McGrath  <roland@hack.frob.com>
10117         * elf/Makefile (others, install-bin): Remove pldd.
10118         (pldd-modules): Variable removed.
10119         ($(objpfx)pldd): Target removed.
10120         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
10121         (others, install-bin): Append pldd here.
10122         ($(objpfx)pldd): New target.
10124         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
10125         to 0, so the first #if test emitted later doesn't see it undefined.
10126         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
10127         * sysdeps/gnu/errlist.c: Regenerated.
10129 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10131         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
10132         [libc_hidden_builtin_def]: Define to empty value.
10133         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
10134         [libc_hidden_builtin_def]: Likewise.
10135         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
10136         [libc_hidden_builtin_def]: Likewise.
10137         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
10138         [libc_hidden_builtin_def]: Likewise.
10139         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
10140         __redirect_memcpy and define ifunc as default hidden symbol.
10141         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
10142         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
10144 2014-05-04  Adam Conrad  <adconrad@0c3.net>
10146         * locale/iso-4217.def: Reintroduce XDR currency.
10148 2014-05-04  Allan McRae  <allan@archlinux.org>
10150         * po/eo.po: Update Esperanto translation from translation project.
10152 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
10154         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
10155         and FEATURE_INDEX_MAX to 1.
10156         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
10158 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10160         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
10161         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
10162         * iconvdata/big5.c (ONE_DIRECTION): Define.
10163         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
10164         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
10165         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
10166         * iconvdata/cp932.c (ONE_DIRECTION): Define.
10167         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
10168         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
10169         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
10170         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
10171         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
10172         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
10173         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
10174         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
10175         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
10176         * iconvdata/gbk.c (ONE_DIRECTION): Define.
10177         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
10178         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
10179         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
10180         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
10181         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
10182         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
10183         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
10184         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
10185         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
10186         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
10187         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
10188         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
10189         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
10190         * iconvdata/iso646.c (ONE_DIRECTION): Define.
10191         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
10192         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
10193         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
10194         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
10195         * iconvdata/johab.c (ONE_DIRECTION): Define.
10196         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
10197         * iconvdata/sjis.c (ONE_DIRECTION): Define.
10198         * iconvdata/t.61.c (ONE_DIRECTION): Define.
10199         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
10200         * iconvdata/tscii.c (ONE_DIRECTION): Define.
10201         * iconvdata/uhc.c (ONE_DIRECTION): Define.
10202         * iconvdata/unicode.c (ONE_DIRECTION): Define.
10203         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
10204         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
10205         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
10207 2014-05-01  Roland McGrath  <roland@hack.frob.com>
10209         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
10210         (_IO_JUMPS_OFFSET): Define to 0.
10212         * nptl/sysdeps/pthread/bits/libc-lock.h
10213         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
10214         (__libc_lock_define_initialized_recursive): Always define using
10215         initializer.  Modern compilers treat uninitialized (implicit zero) and
10216         explicit zero initializers the same (i.e. put the datum in bss).
10218 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10220         * nscd/nscd-client.h: Include <string.h>.
10222 2014-05-01  David S. Miller  <davem@davemloft.net>
10224         [BZ #16885]
10225         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
10226         multiple zero bytes exist at the end of a string.
10227         Reported by Aurelien Jarno <aurelien@aurel32.net>
10229         * string/test-strcmp.c (check): Add explicit test for situations where
10230         there are multiple zero bytes after the first.
10232 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
10234         [BZ #16890]
10235         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
10236         when compiling wprintf.
10237         * stdio-common/tstdiomisc.c (t3): New function.
10238         (main): Call it.
10240 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10242         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
10243         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
10244         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
10245         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
10247 2014-05-01  Steve Ellcey  <sellcey@mips.com>
10249         * stdlib/longlong.h: Updated from GCC.
10251 2014-05-01  Will Newton  <will.newton@linaro.org>
10252             Bernard Ogden  <bernie.ogden@linaro.org>
10254         * NEWS: Update fixed bug list.
10256         [BZ #15119]
10257         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
10259 2014-04-30  David S. Miller  <davem@davemloft.net>
10261         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
10262         (libc_feholdexcept_setround_sparc_ctx): New function.
10263         (libc_fesetenv_sparc_ctx): Likewise.
10264         (libc_feupdateenv_sparc_ctx): Likewise.
10265         (libc_feholdsetround_sparc_ctx): Likewise.
10266         (libc_feholdexcept_setround_ctx): Define.
10267         (libc_feholdexcept_setroundf_ctx): Likewise.
10268         (libc_feholdexcept_setroundl_ctx): Likewise.
10269         (libc_fesetenv_ctx): Likewise.
10270         (libc_fesetenvf_ctx): Likewise.
10271         (libc_fesetenvl_ctx): Likewise.
10272         (libc_feupdateenv_ctx): Likewise.
10273         (libc_feupdateenvf_ctx): Likewise.
10274         (libc_feupdateenvl_ctx): Likewise.
10275         (libc_feresetround_ctx): Likewise.
10276         (libc_feresetroundf_ctx): Likewise.
10277         (libc_feresetroundl_ctx): Likewise.
10278         (libc_feholdsetround_ctx): Likewise.
10279         (libc_feholdsetroundf_ctx): Likewise.
10280         (libc_feholdsetroundl_ctx): Likewise.
10282         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10283         with __USE_GNU instead of XOPEN cpp guards.
10285         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
10286         0.
10288         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
10289         with XOPEN cpp guards.
10291 2014-04-30  Julian Brown  <julian@codesourcery.com>
10293         [BZ #16888]
10294         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
10295         handling.
10297 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
10299         [BZ #9894]
10300         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
10301         Change to 2.6.32.
10302         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
10303         * sysdeps/unix/sysv/linux/configure: Regenerated.
10304         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
10305         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
10306         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
10307         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
10308         * README: Update reference to required Linux kernel version.
10309         * manual/install.texi (Linux): Update reference to required Linux
10310         kernel headers version.
10311         * INSTALL: Regenerated.
10313         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
10314         header inclusion.
10315         [POSIX] (limits.h): Likewise.
10316         [POSIX] (math.h): Likewise.
10317         [POSIX] (sys/wait.h): Likewise.
10318         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
10319         function.
10320         [POSIX] (stddef.h): Do not allow header inclusion.
10322 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10324         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
10326 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
10328         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
10329         Return immediately after lll_futex_wake.
10331 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10333         [BZ #16791]
10334         * nscd/nscd-client.h (datahead_init_common): Initialize entire
10335         structure.
10336         (datahead_init_pos): Call datahead_init_common early.
10337         (datahead_init_neg): Likewise.
10339         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
10340         datahead_init_neg): New functions.
10341         * nscd/aicache.c (addhstaiX): Use them.
10342         * nscd/grpcache.c (cache_addgr): Likewise.
10343         * nscd/hstcache.c (cache_addhst): Likewise.
10344         * nscd/initgrcache.c (addinitgroupsX): Likewise.
10345         * nscd/netgroupcache.c (do_notfound): Likewise.
10346         (addgetnetgrentX): Likewise.
10347         (addinnetgrX): Likewise.
10348         * nscd/pwdcache.c (cache_addpw): Likewise.
10349         * nscd/servicescache.c (cache_addserv): Likewise.
10351 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
10352             Atsushi Onoe  <atsushi@onoe.org>
10354         [BZ #14308]
10355         [BZ #12994]
10356         [BZ #13651]
10357         * resolv/res_query.c (__libc_res_nsearch): Return if at least
10358         one response is valid.
10359         * resolv/res_send.c (send_dg): Check for validity of other
10360         response if the current response is a referral.
10362 2014-04-29  Steve Ellcey  <sellcey@mips.com>
10364         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
10366 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
10368         [BZ #16823]
10369         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
10370         Always divide by positive zero when computing -Inf result.
10371         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
10372         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
10374 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10376         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
10377         FPSCR if value do not change.
10378         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
10379         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
10380         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
10381         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
10382         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
10383         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
10384         function.
10386 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
10388         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
10389         * sysdeps/unix/sysv/linux/hppa: Move directory from
10390         ports/systeps/unix/sysv/linux/hppa.
10391         * README: Update listing for hppa-*-linux-gnu.
10393 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
10395         [BZ #16754]
10396         * manual/stdio.texi (Hook functions): Fix types of stream hook
10397         functions.
10398         [BZ #16854]
10399         * socket/sys/socket.h: Fix typo in comment.
10401 2014-04-28  Wilco  <wdijkstr@arm.com>
10403         * sysdeps/arm/fenv_private.h: New file.
10404         * sysdeps/arm/math_private.h: New file.
10405         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
10407 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
10409         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
10410         with __int128_t.
10411         (La_x86_64_retval): Likewise.
10413 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
10415         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
10416         fpsr if value didn't change.
10417         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
10418         to fpcr if value didn't change.
10419         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
10420         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
10421         fpsr or fpcr if value didn't change.
10422         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
10423         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
10424         fpcr if value didn't change.
10425         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
10426         to fpsr if value didn't change.
10428 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
10430         * nptl/tst-sem3.c: Use test-skeleton.c
10431         (main): Rename to do_test.  Use return instead of
10432         exit.
10433         * nptl/tst-sem4.c: Use test-skeleton.c
10434         (main): Rename to do_test.
10436 2014-04-22  David S. Miller  <davem@davemloft.net>
10438         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
10439         (struct sigaction): New struct member __glibc_reserved0, change
10440         type of sa_flags to int.
10442 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
10444         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
10445         (COUNT_LEADING_ZEROS_0): Define for AArch64.
10447 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
10449         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
10450         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
10452 2014-04-22  Will Newton  <will.newton@linaro.org>
10453             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
10455         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
10456         (__longjmp): Add longjmp and longjmp_target SystemTap
10457         probes.
10458         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
10459         (__sigsetjmp): Add setjmp SystemTap probe.
10461 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
10463         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
10464         match manual order.
10466 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10468         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
10470         * sysdeps/powerpc/fpu/fenv_private.h
10471         (libc_feholdexcept_setroundl_ctx): Define to
10472         libc_feholdexcept_setround_ppc_ctx.
10473         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
10474         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
10475         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
10476         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
10478 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
10480         * sysdeps/aarch64/math-tests.h: New file.
10482 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
10484         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
10485         New.
10486         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
10487         Check and set bit_AVX2_Usable.
10488         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
10489         macro.
10490         (bit_AVX2): Likewise.
10491         (index_AVX2_Usable): Likewise.
10492         (CPUID_AVX2): Likewise.
10493         (HAS_AVX2): Likewise.
10495 2014-04-17  Will Newton  <will.newton@linaro.org>
10497         * manual/setjmp.texi (System V contexts): Add note that
10498         calling setcontext on a context created by a call to a
10499         signal handler is undefined.  Update text to note that
10500         setcontext from a signal handler is possible but not
10501         recommended.
10503         [BZ #16629]
10504         * stdlib/tst-setcontext.c: Include signal.h.
10505         (main): Check that the signal stack before and
10506         after swapcontext is the same.
10508         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
10509         Re-implement to restore registers in user code and avoid
10510         rt_sigreturn system call.
10512 2014-04-17  Wilco  <wdijkstr@arm.com>
10514         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
10515         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
10516         * math/test-fenv.c: Skip exception trap tests on targets which only
10517         support non-stop mode.
10519 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
10520             Wilco Dijkstra  <wilco.dijkstra@arm.com>
10522         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
10523         (libc_feholdsetround_aarch64_ctx)
10524         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
10525         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
10526         (libc_feresetround_ctx, libc_feresetroundf_ctx)
10527         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
10528         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
10529         (libc_feresetround_noexl_ctx): Define.
10531 2014-04-16  Richard Henderson  <rth@redhat.com>
10533         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
10535         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
10536         unwind tables.
10538         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
10539         const from the non-libc, non-ldso copy.
10541         * sysdeps/alpha/libm-test-ulps: Regenerate.
10543 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
10544             Wilco Dijkstra  <wilco.dijkstra@arm.com>
10546         * sysdeps/aarch64/fpu/math_private.h: New file.
10548 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10550         * sysdeps/aarch64/libm-test-ulps: Regenerate.
10552 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
10554         [BZ #16275]
10555         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
10556         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
10557         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
10558         Intel MPX bound registers before _dl_profile_fixup.
10559         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
10560         registers after _dl_profile_fixup.  Save and restore bound
10561         registers bnd0/bnd1 when calling _dl_call_pltexit.
10562         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
10563         (LR_BND_OFFSET): Likewise.
10564         (LRV_BND0_OFFSET): Likewise.
10565         (LRV_BND1_OFFSET): Likewise.
10567 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
10569         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
10570         to...
10571         * sysdeps/mach/hurd/i386/tls.h: ... here.
10572         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
10573         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
10574         fields.
10576 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
10578         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
10580 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
10582         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10584 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
10586         [BZ #14770]
10587         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
10588         * sysdeps/s390/configure: Regenerate.
10590         [BZ #16824]
10591         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
10592         Set round-to-nearest internally to reduce error accumulation.
10594 2014-04-16  Alan Modra  <amodra@gmail.com>
10596         [BZ #16740]
10597         [BZ #16619]
10598         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
10599         * math/libm-test.inc (frexp_test_data): Add tests.
10600         * NEWS: Update fixed bug list.
10602 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
10604         * benchtests/Makefile: Depend on libraries in build directory.
10605         (bench-math): Separate out math tests.
10606         (bench-pthread): Separate out pthread tests.
10607         (bench): Include math and pthread tests.
10609 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
10611         [BZ #16831]
10612         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
10613         _dl_debug_initialize.
10615         * configure.ac: Remove SELinux header check.
10616         * configure: Regenerate.
10617         * nscd/selinux.c (perms): Array of const char* to permission names.
10618         (nscd_request_avc_has_perm): Call security_deny_unknown to find
10619         default policy. Call string_to_security_class and string_to_av_perm to
10620         translate strings. Enforce default policy and call avs_has_perm with
10621         results of translated strings.
10623 2014-04-13  David S. Miller  <davem@davemloft.net>
10625         * sysdeps/sparc/fpu/libm-test-ulps: Update.
10627 2014-04-12  Allan McRae  <allan@archlinux.org>
10629         [BZ #16838]
10630         * manual/string.texi (Collation Functions): Fix qsort argument
10631         order in example.
10632         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
10634 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
10636         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
10637         Make the test a no-op if there are no exceptions defined.
10639 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
10641         * elf/Makefile (tests): make tst-dlopen-aout conditional on
10642         enable-hardcoded-path-in-tests
10644 2014-04-11  Will Newton  <will.newton@linaro.org>
10646         * benchtests/Makefile (extra-objs): Add json-lib.o.
10647         (bench-func): Tidy up JSON output.
10648         * benchtests/bench-skeleton.c: Include json-lib.h.
10649         (main): Use JSON library functions to do output of
10650         benchmark results.
10651         * benchtests/bench-timing-type.c (main): Output the
10652         timing type simply, leaving formatting to the user.
10653         * benchtests/json-lib.c: New file.
10654         * benchtests/json-lib.h: Likewise.
10656 2014-04-11  Torvald Riegel  <triegel@redhat.com>
10658         [BZ #15215]
10659         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
10660         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
10661         memory barriers.  Add comments.
10662         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
10663         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
10664         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
10665         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
10666         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
10667         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
10669 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
10671         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
10672         * sysdeps/s390/s390-64/configure.ac: ... this ...
10673         * sysdeps/s390/configure.ac: ... to here.
10674         * sysdeps/s390/s390-32/configure: Delete file.
10675         * sysdeps/s390/s390-64/configure: Delete file.
10676         * sysdeps/s390/configure: Regenerate.
10678 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
10680         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
10682 2014-04-11  Will Newton  <will.newton@linaro.org>
10684         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
10685         to zero if it is not defined elsewhere.  (mtrim): Test
10686         the value of MALLOC_DEBUG with #if rather than #ifdef.
10688 2014-04-10 Torvald Riegel  <triegel@redhat.com>
10690         * benchtests/pthread_once-inputs: New file.
10691         * benchtests/pthread_once-source.c: New file.
10692         * benchtests/README: Update documentation.
10694 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
10695             H.J. Lu  <hongjiu.lu@intel.com>
10697         [BZ #16275]
10698         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
10699         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
10700         * sysdeps/x86_64/configure: Regenerated.
10701         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
10702         macro.
10703         (REGISTER_SAVE_RAX): Likewise.
10704         (REGISTER_SAVE_RCX): Likewise.
10705         (REGISTER_SAVE_RDX): Likewise.
10706         (REGISTER_SAVE_RSI): Likewise.
10707         (REGISTER_SAVE_RDI): Likewise.
10708         (REGISTER_SAVE_R8): Likewise.
10709         (REGISTER_SAVE_R9): Likewise.
10710         (REGISTER_SAVE_BND0): Likewise.
10711         (REGISTER_SAVE_BND1): Likewise.
10712         (REGISTER_SAVE_BND2): Likewise.
10713         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
10714         bound registers when calling _dl_fixup.
10716 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10718         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
10719         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
10720         of its definition.
10721         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
10722         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
10723         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
10724         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
10725         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
10726         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
10727         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
10729 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
10731         [BZ #15514]
10732         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
10733         pathconf(_PC_NAME_MAX).
10735 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10737         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
10738         Remove macro usage.
10739         (__PTHREAD_SPINS): Move definition to ...
10740         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
10741         (__PTHREAD_SPINS): ... here.
10742         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
10743         (__PTHREAD_SPIN): Likewise.
10744         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
10745         (__PTHREAD_SPIN): Likewise.
10746         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
10747         (__PTHREAD_SPIN): Likewise.
10748         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
10749         (__PTHREAD_SPIN): Likewise.
10750         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
10751         (__PTHREAD_SPIN): Likewise.
10752         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
10753         (__PTHREAD_SPIN): Likewise.
10754         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
10755         (__PTHREAD_SPIN): Likewise.
10756         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
10757         (__PTHREAD_SPIN): Likewise.
10758         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
10759         (__PTHREAD_SPIN): Likewise.
10760         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
10761         (__PTHREAD_SPIN): Likewise.
10762         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
10763         (__PTHREAD_SPIN): Likewise.
10764         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
10765         (__PTHREAD_SPIN): Likewise.
10767         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
10768         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
10769         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
10770         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
10771         imply folder.
10772         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
10773         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
10774         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
10775         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
10776         correct imply path.
10777         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
10778         strlen symbol for non multi-arch builds.
10779         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
10780         missing hidden_def and weak_alias.
10782 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
10784         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
10786 2014-04-07  Will Newton  <will.newton@linaro.org>
10788         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
10789         and contents.  [!_LIBC] Remove #ifndef and contents.
10790         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
10791         * string/memccpy.c (__memccpy): Use ANSI prototype.
10792         * string/memfrob.c (memfrob): Likewise.
10793         * string/strcoll.c (STRCOLL): Likewise.
10794         * string/strlen.c (strlen): Likewise.
10795         * string/strtok.c (STRTOK): Likewise.
10796         * string/strcat.c: Remove unused #include of memcopy.h.
10797         (strcat): Use ANSI prototype.
10798         * string/strchr.c: Remove unused #include of memcopy.h.
10799         (strchr): Use ANSI prototype.
10800         * string/strcmp.c: Remove unused #include of memcopy.h.
10801         (strcmp): Use ANSI prototype.
10802         * string/strcpy.c: Remove unused #include of memcopy.h.
10803         (strcpy): Use ANSI prototype.
10805 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10807         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
10808         * config.make.in (config-extra-cppflags): Set it from
10809         libc_extra_cppflags.
10810         * configure.ac (libc_extra_cflags): Make it accumulate over
10811         configure fragments.
10812         (libc_extra_cppflags): New flag.
10813         * configure. Regenerate.
10814         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
10815         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
10816         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
10817         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
10819         [BZ #16815]
10820         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
10821         result for FE_DOWNWARD rounding mode.
10822         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
10823         Likewise.
10824         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10826 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
10828         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
10829         in function argument name.
10831 2014-04-03  David Svoboda  <svoboda@cert.org>
10833         [BZ #5666]
10834         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
10835         explicitly.
10837 2014-04-03  Roland McGrath  <roland@hack.frob.com>
10839         * elf/dl-unmap-segments.h: New file.
10840         * sysdeps/generic/ldsodefs.h
10841         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
10842         * elf/dl-close.c: Include <dl-unmap-segments.h>.
10843         * elf/dl-fptr.c: Likewise.
10844         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
10845         * sysdeps/aarch64/tlsdesc.c: Likewise.
10846         * sysdeps/arm/tlsdesc.c: Likewise.
10847         * sysdeps/i386/tlsdesc.c: Likewise.
10848         * sysdeps/tile/dl-runtime.c: Likewise.
10849         * sysdeps/x86_64/tlsdesc.c: Likewise.
10850         * elf/dl-load.h: New file.
10851         * elf/dl-load.c: Include it.
10852         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
10853         Macros moved to dl-load.h.
10854         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
10855         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
10856         Use _dl_unmap_segments in place of __munmap.
10857         Break out segment-mapping loop into ...
10858         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
10860 2014-04-03  Will Newton  <will.newton@linaro.org>
10862         * elf/dl-lookup.c (do_lookup_x): Remove comment
10863         referring to nested function and move variable
10864         declarations down to before first use.
10866 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
10868         [BZ #16799]
10869         [BZ #16800]
10870         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
10871         with 0 numerator.
10872         * math/s_catanf.c (__catanf): Likewise.
10873         * math/s_catanh.c (__catanh): Likewise.
10874         * math/s_catanhf.c (__catanhf): Likewise.
10875         * math/s_catanhl.c (__catanhl): Likewise.
10876         * math/s_catanl.c (__catanl): Likewise.
10877         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
10878         by positive zero when computing -Inf result.
10879         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
10880         (catanh_test): Likewise.
10881         * sysdeps/i386/fpu/libm-test-ulps: Update.
10882         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10884         [BZ #16789]
10885         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
10886         instead of using underflowing value in computing result.
10887         * math/s_clog10.c (__clog10): Likewise.
10888         * math/s_clog10f.c (__clog10f): Likewise.
10889         * math/s_clog10l.c (__clog10l): Likewise.
10890         * math/s_clogf.c (__clogf): Likewise.
10891         * math/s_clogl.c (__clogl): Likewise.
10892         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
10893         (clog10_test): Likewise.
10894         * sysdeps/i386/fpu/libm-test-ulps: Update.
10895         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
10897 2014-04-02  Alan Modra  <amodra@gmail.com>
10899         [BZ #16739]
10900         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
10901         output when value is near a power of two.  Use int64_t for lx and
10902         remove casts.  Use decimal rather than hex exponent constants.
10903         Don't use long double multiplication when double will suffice.
10904         * math/libm-test.inc (nextafter_test_data): Add tests.
10905         * NEWS: Add 16739 and 16786 to bug list.
10907         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
10909         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
10911 2014-04-01  Will Newton  <will.newton@linaro.org>
10913         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
10914         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
10916 2014-04-01  Florian Weimer  <fweimer@redhat.com>
10918         [BZ #13347]
10919         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
10920         * nptl/tst-setuid2.c: New file.
10921         * nptl/Makefile (xtests): Add tst-setuid2.
10923 2014-04-01  Alan Modra  <amodra@gmail.com>
10925         [BZ #16786]
10926         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
10928 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
10930         [BZ #6803]
10931         [BZ #6804]
10932         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
10933         set errno as appropriate.
10934         * math/w_scalbf.c (__scalbf): Likewise.
10935         * math/w_scalbl.c (__scalbl): Likewise.
10936         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
10937         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
10938         * math/libm-test.inc (scalb_test_data): Add errno expectations.
10939         Add more NaN tests.
10941         [BZ #16349]
10942         * math/w_atan2.c: Include <errno.h>.
10943         (__atan2): Set errno for result underflowing to zero.
10944         * math/w_atan2f.c: Include <errno.h>.
10945         (__atan2f): Set errno for result underflowing to zero.
10946         * math/w_atan2l.c: Include <errno.h>.
10947         (__atan2l): Set errno for result underflowing to zero.
10948         * math/auto-libm-test-in: Don't allow missing errno for some atan2
10949         tests.
10950         * math/auto-libm-test-out: Regenerated.
10952 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10954         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
10955         Encode instruction correctly in little endian.
10956         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
10957         Likewise.
10958         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
10959         Likewise.
10960         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
10961         Likewise.
10962         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
10963         Likewise.
10965 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
10967         [BZ #9894]
10968         * sysdeps/unix/sysv/linux/kernel-features.h
10969         [__sparc__ && !__arch64__ && !__sparc_v9__]
10970         (__ASSUME_SET_ROBUST_LIST): Do not define.
10971         [__sparc__ && !__arch64__ && !__sparc_v9__]
10972         (__ASSUME_FUTEX_LOCK_PI): Likewise.
10973         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
10974         Likewise.
10975         * sysdeps/unix/sysv/linux/arm/kernel-features.h
10976         (__ASSUME_FUTEX_LOCK_PI): Undefine.
10977         (__ASSUME_REQUEUE_PI): Likewise.
10978         (__ASSUME_SET_ROBUST_LIST): Likewise.
10979         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
10980         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
10981         Undefine.
10982         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10983         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
10984         Likewise.
10985         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
10986         Likewise.
10987         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
10988         Likewise.
10989         * sysdeps/unix/sysv/linux/mips/kernel-features.h
10990         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
10991         Undefine.
10992         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
10993         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
10994         Likewise.
10996         [BZ #16648]
10997         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10998         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
10999         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
11001 2014-03-31  Will Newton  <will.newton@linaro.org>
11003         * benchtests/Makefile (bench): Add ffs and ffsll to list
11004         of tests.
11005         * benchtests/ffs-inputs: New file.
11006         * benchtests/ffsll-inputs: Likewise.
11008 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
11010         [BZ #16770]
11011         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
11012         too large before casting to int.
11013         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
11014         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
11015         * math/libm-test.inc (scalb_test_data): Add more tests.
11017 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
11019         * benchtests/Makefile (DETAILED_OPT): New make option.
11020         (bench-func): Run benchmark program with -d if DETAILED_OPT is
11021         set.
11022         * benchtests/bench-skeleton.c: Include stdbool.h.
11023         (main): Store and print timings per input.
11024         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
11025         member to each argument value.
11026         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
11027         (_print_arg_data): Initialize per-input timing to 0.
11029         * benchtests/Makefile (timing-type): New binary.
11030         (bench-clean): Also remove bench-timing-type.
11031         (bench): New target for timing-type.
11032         (bench-func): Print output in JSON format.
11033         * benchtests/bench-skeleton.c (main): Print output in JSON
11034         format.
11035         * benchtests/bench-timing-type.c: New file.
11036         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
11037         (TIMING_PRINT_STATS): Remove.
11038         * benchtests/scripts/bench.py (_print_arg_data): Store variant
11039         name separately.
11041         * benchtests/bench-modf.c: Remove.
11042         * benchtests/modf-inputs: New inputs file.
11044 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
11046         [BZ #16362]
11047         * math/s_clog10.c (M_PI_LOG10E): New macro.
11048         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
11049         imaginary parts are 0.
11050         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
11051         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
11052         imaginary parts are 0.
11053         * math/s_clog10l.c (M_PI_LOG10El): New macro.
11054         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
11055         imaginary parts are 0.
11056         * math/libm-test.inc (clog10_test_data): Update expected results
11057         for when real and imaginary parts are 0.
11059 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
11061         * elf/dl-load.c: Finish conversion of __builtin_expect into
11062         __glibc_{un}likely.
11064 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
11066         [BZ #16348]
11067         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
11068         1+x for argument with exponent below -67.
11069         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
11070         Likewise.
11071         * math/auto-libm-test-in: Add more tests of exp.
11072         * math/auto-libm-test-out: Regenerated.
11074 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11076         [BZ #16759]
11077         * inet/getnetgrent_r.c (get_nonempty_val): New function.
11078         (nscd_getnetgrent): Use it.
11080         [BZ #16760]
11081         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
11082         of stpcpy.
11084 2014-03-27  Andi Kleen  <ak@linux.intel.com>
11086         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
11087         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11088         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11089         (lll_robust_unlock): Remove out of line section. Use cfi
11090         intrinsics.
11091         (LLL_STUB_UNWIND_INFO*): Remove.
11092         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
11093         (lll_robust_lock, lll_cond_lock, lll_timedlock)
11094         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
11095         (lll_robust_unlock): Remove out of line section. Use cfi
11096         intrinsics.
11097         (LLL_STUB_UNWIND_INFO*): Remove.
11099 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11101         [BZ #16758]
11102         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
11103         blank values.
11105 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
11107         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
11109 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
11111         [BZ #16198]
11112         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
11113         fnstenv.
11114         * math/test-fenv-preserve.c: New file.
11115         * math/Makefile (tests): Add test-fenv-preserve.
11117 2014-03-26  Will Newton <will.newton@linaro.org>
11119         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
11121 2014-03-25  Roland McGrath  <roland@hack.frob.com>
11123         * scripts/versionlist.awk: Partition the version sets and emit all
11124         GLIBC_* (sorted) before all others (sorted).
11126 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11128         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
11129         GLIBC_2.2.5 version.
11131 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11133         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
11134         calls.
11136         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
11137         previous change.
11139         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11141 2014-03-25  Andreas Schwab  <schwab@suse.de>
11143         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
11144         label to be used after in6ailist is initialized.
11146 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11148         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
11149         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11151 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
11153         [BZ #16357]
11154         [BZ #16599]
11155         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
11156         min_plus_half.
11157         (fp_formats): Update initializers.
11158         (init_fp_formats): Initialize new field.
11159         (output_for_one_input_case): Allow underflow for results up to
11160         min_plus_half.
11161         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
11162         * math/auto-libm-test-in: Don't mark some underflows from asin and
11163         atanh as spurious.
11164         * math/auto-libm-test-out: Regenerated.
11165         * sysdeps/i386/fpu/libm-test-ulps: Update.
11166         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11168 2014-03-25  Andreas Schwab  <schwab@suse.de>
11170         * libio/Makefile (tst-ftell-partial-wide-ENV)
11171         (tst-ftell-active-handler-ENV): Define.
11173 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
11175         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
11177 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11179         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
11181 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11183         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
11184         * sysdeps/x86_64/fpu/multiarch/e_exp.c
11185         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
11187 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
11189         [BZ #16634]
11190         * elf/dl-load.c (open_verify): Add mode parameter.
11191         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
11192         (open_path): Change from boolean 'secure' to complete flag 'mode'
11193         (_dl_map_object): Adjust.
11194         * elf/Makefile (tests): Add tst-dlopen-aout.
11195         * elf/tst-dlopen-aout.c: New test.
11197 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
11199         [BZ #16714]
11200         * sysdeps/unix/sysv/linux/s390/bits/stat.h
11201         (struct stat): Rename member pad0 to __glibc_reserved0.
11203         [BZ #16712]
11204         * sysdeps/s390/s390-32/bits/wordsize.h
11205         (__WORDSIZE32_SIZE_ULONG): New define.
11206         * sysdeps/s390/s390-64/bits/wordsize.h
11207         (__WORDSIZE32_SIZE_ULONG): Likewise.
11208         * sysdeps/generic/stdint.h (SIZE_MAX):
11209         Define as UL if __WORDSIZE32_SIZE_ULONG.
11211         [BZ #16713]
11212         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
11213         (__glibc_reserved0): New variable.
11214         (sa_flags): Change type to int.
11216         * posix/Makefile (before-compile): Use += before-compile instead
11217         of a :=.
11219         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
11220         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
11222 2014-03-20  Andreas Schwab  <schwab@suse.de>
11224         [BZ #16743]
11225         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
11226         non-matching result from nscd.
11228 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11230         * scripts/bench.py: Moved to ...
11231         * benchtests/scripts/bench.py: ... here.
11232         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
11234 2014-03-24  Andreas Schwab  <schwab@suse.de>
11236         [BZ #16002]
11237         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
11238         alloca_account and account alloca use for struct in6ailist.
11240 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
11242         [BZ #16284]
11243         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
11244         rounding mode to recompute results that overflow to infinity or
11245         underflow to zero.
11246         * math/auto-libm-test-in: Don't mark tests as expected to fail for
11247         bug 16284.
11248         * math/auto-libm-test-out: Regenerated.
11249         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
11250         (ccosh_test): Likewise.
11251         (csin_test_data): Use plus_oflow.
11252         (csin_test): Use ALL_RM_TEST.
11253         (csinh_test_data): Use plus_oflow.
11254         (csinh_test): Use ALL_RM_TEST.
11255         * sysdeps/i386/fpu/libm-test-ulps: Update.
11256         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11258 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
11260         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
11261         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
11262         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
11264         [BZ #16731]
11265         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
11266         when x - 1 is zero.
11267         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
11268         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
11269         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11270         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
11271         argument is 1.
11272         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
11273         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
11274         zero.
11275         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
11276         * sysdeps/i386/fpu/libm-test-ulps: Update.
11277         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11279 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
11281         * scripts/bench.pl: Remove file.
11282         * scripts/bench.py: New benchmark script.
11283         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
11284         * benchtests/README: Mention python dependency.
11285         * scripts/pylintrc: New file.
11286         * scripts/pylint: New file.
11288         * bits/mathdef.h: Use #ifdef instead of #if.
11289         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
11290         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11291         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
11292         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11293         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
11294         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
11296 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11297             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11299         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
11300         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
11301         and strpbrk-ppc64 objects.
11302         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11303         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
11304         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
11305         multiarch strpbrk for POWER7.
11306         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
11307         multiarch strpbrk for PPC64.
11308         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
11309         ifunc selector.
11310         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
11311         strpbrk for POWER7.
11313 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
11315         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
11316         (atan_test): Likewise.
11317         (atanh_test_data): Use NO_TEST_INLINE for two tests.
11318         (atanh_test): Use ALL_RM_TEST.
11319         (atan2_test_data): Likewise.
11320         (cabs_test): Likewise.
11321         (cacosh_test): Likewise.
11322         (carg_test): Likewise.
11323         (casin_test): Likewise.
11324         (casinh_test): Likewise.
11325         (cbrt_test): Likewise.
11326         (csqrt_test): Likewise.
11327         (erf_test): Likewise.
11328         (erfc_test): Likewise.
11329         (pow10_test): Likewise.
11330         (exp2_test): Likewise.
11331         (hypot_test): Likewise.
11332         (j0_test): Likewise.
11333         (j1_test): Likewise.
11334         (lgamma_test): Likewise.
11335         (gamma_test): Likewise.
11336         (sincos_test): Likewise.
11337         (tanh_test): Likewise.
11338         (y0_test): Likewise.
11339         (y1_test): Likewise.
11340         * sysdeps/i386/fpu/libm-test-ulps: Update.
11341         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11343 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11345         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
11346         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
11347         and strcspn-ppc64 objects.
11348         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
11349         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
11350         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
11351         multiarch strcspn for POWER7.
11352         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
11353         multiarch strcspn for PPC64.
11354         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
11355         ifunc selector.
11356         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
11357         strcspn for POWER7.
11359 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
11361         * math/gen-libm-test.pl (generate_testfile): Expect only function
11362         name as argument to AUTO_TESTS_* and pass results for all rounding
11363         modes to parse_args.
11364         (parse_auto_input): Separate inputs of automatic tests from
11365         outputs before storing in %auto_tests.
11366         * math/libm-test.inc (acos_test_data): Update call to
11367         AUTO_TESTS_f_f.
11368         (acos_test): Use ALL_RM_TEST.
11369         (acos_tonearest_test_data): Remove.
11370         (acos_test_tonearest): Likewise.
11371         (acos_towardzero_test_data): Likewise.
11372         (acos_test_towardzero): Likewise.
11373         (acos_downward_test_data): Likewise.
11374         (acos_test_downward): Likewise.
11375         (acos_upward_test_data): Likewise.
11376         (acos_test_upward): Likewise.
11377         (acosh_test_data): Update call to AUTO_TESTS_f_f.
11378         (asin_test_data): Likewise.
11379         (asin_test): Use ALL_RM_TEST.
11380         (asin_tonearest_test_data): Remove.
11381         (asin_test_tonearest): Likewise.
11382         (asin_towardzero_test_data): Likewise.
11383         (asin_test_towardzero): Likewise.
11384         (asin_downward_test_data): Likewise.
11385         (asin_test_downward): Likewise.
11386         (asin_upward_test_data): Likewise.
11387         (asin_test_upward): Likewise.
11388         (asinh_test_data): Update call to AUTO_TESTS_f_f.
11389         (atan_test_data): Likewise.
11390         (atanh_test_data): Likewise.
11391         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
11392         (cabs_test_data): Update call to AUTO_TESTS_c_f.
11393         (carg_test_data): Likewise.
11394         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
11395         (ccos_test_data): Update call to AUTO_TESTS_c_c.
11396         (ccosh_test_data): Likewise.
11397         (cexp_test_data): Likewise.
11398         (clog_test_data): Likewise.
11399         (clog10_test_data): Likewise.
11400         (cos_test_data): Update call to AUTO_TESTS_f_f.
11401         (cos_test): Use ALL_RM_TEST.
11402         (cos_tonearest_test_data): Remove.
11403         (cos_test_tonearest): Likewise.
11404         (cos_towardzero_test_data): Likewise.
11405         (cos_test_towardzero): Likewise.
11406         (cos_downward_test_data): Likewise.
11407         (cos_test_downward): Likewise.
11408         (cos_upward_test_data): Likewise.
11409         (cos_test_upward): Likewise.
11410         (cosh_test_data): Update call to AUTO_TESTS_f_f.
11411         (cosh_test): Use ALL_RM_TEST.
11412         (cosh_tonearest_test_data): Remove.
11413         (cosh_test_tonearest): Likewise.
11414         (cosh_towardzero_test_data): Likewise.
11415         (cosh_test_towardzero): Likewise.
11416         (cosh_downward_test_data): Likewise.
11417         (cosh_test_downward): Likewise.
11418         (cosh_upward_test_data): Likewise.
11419         (cosh_test_upward): Likewise.
11420         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
11421         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
11422         (ctan_test_data): Likewise.
11423         (ctan_test): Use ALL_RM_TEST.
11424         (ctan_tonearest_test_data): Remove.
11425         (ctan_test_tonearest): Likewise.
11426         (ctan_towardzero_test_data): Likewise.
11427         (ctan_test_towardzero): Likewise.
11428         (ctan_downward_test_data): Likewise.
11429         (ctan_test_downward): Likewise.
11430         (ctan_upward_test_data): Likewise.
11431         (ctan_test_upward): Likewise.
11432         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
11433         (ctanh_test): Use ALL_RM_TEST.
11434         (ctanh_tonearest_test_data): Remove.
11435         (ctanh_test_tonearest): Likewise.
11436         (ctanh_towardzero_test_data): Likewise.
11437         (ctanh_test_towardzero): Likewise.
11438         (ctanh_downward_test_data): Likewise.
11439         (ctanh_test_downward): Likewise.
11440         (ctanh_upward_test_data): Likewise.
11441         (ctanh_test_upward): Likewise.
11442         (erf_test_data): Update call to AUTO_TESTS_f_f.
11443         (erfc_test_data): Likewise.
11444         (exp_test_data): Likewise.
11445         (exp_test): Use ALL_RM_TEST.
11446         (exp_tonearest_test_data): Remove.
11447         (exp_test_tonearest): Likewise.
11448         (exp_towardzero_test_data): Likewise.
11449         (exp_test_towardzero): Likewise.
11450         (exp_downward_test_data): Likewise.
11451         (exp_test_downward): Likewise.
11452         (exp_upward_test_data): Likewise.
11453         (exp_test_upward): Likewise.
11454         (exp10_test_data): Update call to AUTO_TESTS_f_f.
11455         (exp10_test): Use ALL_RM_TEST.
11456         (exp10_tonearest_test_data): Remove.
11457         (exp10_test_tonearest): Likewise.
11458         (exp10_towardzero_test_data): Likewise.
11459         (exp10_test_towardzero): Likewise.
11460         (exp10_downward_test_data): Likewise.
11461         (exp10_test_downward): Likewise.
11462         (exp10_upward_test_data): Likewise.
11463         (exp10_test_upward): Likewise.
11464         (exp2_test_data): Update call to AUTO_TESTS_f_f.
11465         (expm1_test_data): Likewise.
11466         (expm1_test): Use ALL_RM_TEST.
11467         (expm1_tonearest_test_data): Remove.
11468         (expm1_test_tonearest): Likewise.
11469         (expm1_towardzero_test_data): Likewise.
11470         (expm1_test_towardzero): Likewise.
11471         (expm1_downward_test_data): Likewise.
11472         (expm1_test_downward): Likewise.
11473         (expm1_upward_test_data): Likewise.
11474         (expm1_test_upward): Likewise.
11475         (fma_test_data): Update call to AUTO_TESTS_fff_f.
11476         (fma_test): Use ALL_RM_TEST.
11477         (fma_towardzero_test_data): Remove.
11478         (fma_test_towardzero): Likewise.
11479         (fma_downward_test_data): Likewise.
11480         (fma_test_downward): Likewise.
11481         (fma_upward_test_data): Likewise.
11482         (fma_test_upward): Likewise.
11483         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
11484         (j0_test_data): Update call to AUTO_TESTS_f_f.
11485         (j1_test_data): Likewise.
11486         (jn_test_data): Update call to AUTO_TESTS_if_f.
11487         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
11488         (log_test_data): Update call to AUTO_TESTS_f_f.
11489         (log10_test_data): Likewise.
11490         (log1p_test_data): Likewise.
11491         (log2_test_data): Likewise.
11492         (pow_test_data): Update call to AUTO_TESTS_ff_f.
11493         (pow_tonearest_test_data): Likewise.
11494         (sin_test_data): Update call to AUTO_TESTS_f_f.
11495         (sin_test): Use ALL_RM_TEST.
11496         (sin_tonearest_test_data): Remove.
11497         (sin_test_tonearest): Likewise.
11498         (sin_towardzero_test_data): Likewise.
11499         (sin_test_towardzero): Likewise.
11500         (sin_downward_test_data): Likewise.
11501         (sin_test_downward): Likewise.
11502         (sin_upward_test_data): Likewise.
11503         (sin_test_upward): Likewise.
11504         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
11505         (sinh_test_data): Update call to AUTO_TESTS_f_f.
11506         (sinh_test): Use ALL_RM_TEST.
11507         (sinh_tonearest_test_data): Remove.
11508         (sinh_test_tonearest): Likewise.
11509         (sinh_towardzero_test_data): Likewise.
11510         (sinh_test_towardzero): Likewise.
11511         (sinh_downward_test_data): Likewise.
11512         (sinh_test_downward): Likewise.
11513         (sinh_upward_test_data): Likewise.
11514         (sinh_test_upward): Likewise.
11515         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
11516         (sqrt_test): Use ALL_RM_TEST.
11517         (sqrt_tonearest_test_data): Remove.
11518         (sqrt_test_tonearest): Likewise.
11519         (sqrt_towardzero_test_data): Likewise.
11520         (sqrt_test_towardzero): Likewise.
11521         (sqrt_downward_test_data): Likewise.
11522         (sqrt_test_downward): Likewise.
11523         (sqrt_upward_test_data): Likewise.
11524         (sqrt_test_upward): Likewise.
11525         (tan_test_data): Update call to AUTO_TESTS_f_f.
11526         (tan_test): Use ALL_RM_TEST.
11527         (tan_tonearest_test_data): Remove.
11528         (tan_test_tonearest): Likewise.
11529         (tan_towardzero_test_data): Likewise.
11530         (tan_test_towardzero): Likewise.
11531         (tan_downward_test_data): Likewise.
11532         (tan_test_downward): Likewise.
11533         (tan_upward_test_data): Likewise.
11534         (tan_test_upward): Likewise.
11535         (tanh_test_data): Update call to AUTO_TESTS_f_f.
11536         (tgamma_test_data): Likewise.
11537         (y0_test_data): Likewise.
11538         (y1_test_data): Likewise.
11539         (yn_test_data): Update call to AUTO_TESTS_if_f.
11540         (main): Do not call removed functions.
11542 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
11544         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
11545         (ldexp_test_data): Remove.
11546         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
11547         scalbn_test_data.
11548         (scalb_test): Use ALL_RM_TEST.
11550 2014-03-19  Andreas Schwab  <schwab@suse.de>
11552         * nscd/nscd.service: Also invalidate netgroup cache on reload.
11554 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
11556         [BZ #16649]
11557         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
11558         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
11559         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
11560         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11561         (__ASSUME_PREADV): Undefine.
11562         (__ASSUME_PWRITEV): Likewise.
11564 2014-03-18  Roland McGrath  <roland@hack.frob.com>
11566         * bits/mman-linux.h: Add comment about non-Linux use.
11567         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
11568         bits/mman-linux.h resting place.
11570         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
11571         * bits/mman-linux.h: ... here.
11573 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11575         * conform/conformtest.pl: Add standard definition when calling C
11576         preprocessor on data files.
11577         (checknamespace): Remove unused variable.
11579 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
11581         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
11582         minus_oflow, plus_uflow and minus_uflow in expected results.
11583         * math/libm-test.inc (scalbn_test_data): Add more tests of
11584         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
11585         minus_uflow.
11586         (scalbn_test): Use ALL_RM_TEST.
11587         (scalbln_test_data): Add more tests of negative arguments.  Use
11588         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
11589         (scalbln_test): Use ALL_RM_TEST.
11591 2014-03-18  Roland McGrath  <roland@hack.frob.com>
11593         * scripts/abilist.awk: Ignore symbols marked with .hidden.
11595 2014-03-18  Will Newton  <will.newton@linaro.org>
11597         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
11598         inaccurate comment.
11600 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
11602         * Makerules [!subdir] (check-abi): Exit with error status if a
11603         test failed.
11605 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
11607         * math/libm-test.inc (nearbyint_test_data): Include all tests used
11608         for rint.  Include results for all rounding modes.
11609         (nearbyint_test): Use ALL_RM_TEST.
11610         (rint_test_data): Include all tests used for nearbyint.
11612 2014-03-17  Will Newton  <will.newton@linaro.org>
11614         * nptl/sysdeps/pthread/pthread.h: Revert previous
11615         change.
11617         * sysdeps/generic/ldsodefs.h: Revert previous
11618         change.
11620         * libio/genops.c: Revert previous change.
11621         * libio/libioP.h: Likewise.
11622         * stdio-common/vfprintf.c: Likewise.
11624         * sysdeps/generic/math_private.h: Revert previous
11625         change.
11627         * sysdeps/generic/math_private.h: Check whether
11628         HAVE_RM_CTX is defined with #ifdef rather
11629         than #if.
11631         * argp/argp-fmtstream.h: Check whether
11632         __STRICT_ANSI__ is defined with #ifdef rather
11633         than #if.
11634         * argp/argp.h: Likewise.
11636         * libio/genops.c: Check whether
11637         _IO_JUMPS_OFFSET is defined with #ifdef rather
11638         than #if.
11639         * libio/libioP.h: Likewise.
11640         * stdio-common/vfprintf.c: Likewise.
11642         * sysdeps/generic/ldsodefs.h: Check whether
11643         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
11644         than #if.
11646         * nptl/sysdeps/pthread/pthread.h: Check
11647         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
11648         its value.
11650 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
11652         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
11653         setting O_APPEND.
11654         * libio/tst-ftell-active-handler.c (do_append_test): Add a
11655         test case.
11657         [BZ #16680]
11658         * libio/fileops.c (_IO_file_open): Seek to end of file but
11659         don't cache the offset.
11660         (get_file_offset): Remove function.
11661         (do_ftell): Use cached offset when available.
11662         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
11663         don't cache the offset.
11664         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
11665         case.
11666         (do_one_test): Call it.
11667         (do_ftell_test): Fix up expected old offset for a+ mode.
11668         * libio/wfileops.c (do_ftell_wide): Used cached offset when
11669         available.
11671         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
11672         up test status with function return status.
11673         (do_write_test): Likewise.
11674         (do_append_test): Likewise.
11676         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
11677         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
11678         Remove.
11680 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
11682         * math/gen-libm-test.pl (parse_args): Handle results specified for
11683         each rounding mode separately.
11684         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
11685         tests and results from lrint_tonearest_test_data,
11686         lrint_towardzero_test_data, lrint_downward_test_data and
11687         lrint_upward_test_data.
11688         (lrint_test): Use ALL_RM_TEST.
11689         (lrint_tonearest_test_data): Remove.
11690         (lrint_test_tonearest): Likewise.
11691         (lrint_towardzero_test_data): Likewise.
11692         (lrint_test_towardzero): Likewise.
11693         (lrint_downward_test_data): Likewise.
11694         (lrint_test_downward): Likewise.
11695         (lrint_upward_test_data): Likewise.
11696         (lrint_test_upward): Likewise.
11697         (llrint_test_data): Merge in per-rounding-mode tests and results
11698         from llrint_tonearest_test_data, llrint_towardzero_test_data,
11699         llrint_downward_test_data and llrint_upward_test_data.
11700         (llrint_test): Use ALL_RM_TEST.
11701         (llrint_tonearest_test_data): Remove.
11702         (llrint_test_tonearest): Likewise.
11703         (llrint_towardzero_test_data): Likewise.
11704         (llrint_test_towardzero): Likewise.
11705         (llrint_downward_test_data): Likewise.
11706         (llrint_test_downward): Likewise.
11707         (llrint_upward_test_data): Likewise.
11708         (llrint_test_upward): Likewise.
11709         (rint_test_data): Merge in per-rounding-mode tests and results
11710         from rint_tonearest_test_data, rint_towardzero_test_data,
11711         rint_downward_test_data and rint_upward_test_data.  Add
11712         per-rounding-mode results for tests not in those arrays.
11713         (rint_test): Use ALL_RM_TEST.
11714         (rint_tonearest_test_data): Remove.
11715         (rint_test_tonearest): Likewise.
11716         (rint_towardzero_test_data): Likewise.
11717         (rint_test_towardzero): Likewise.
11718         (rint_downward_test_data): Likewise.
11719         (rint_test_downward): Likewise.
11720         (rint_upward_test_data): Likewise.
11721         (rint_test_upward): Likewise.
11722         (main): Don't call removed functions.
11724 2014-03-14  Roland McGrath  <roland@hack.frob.com>
11726         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
11727         "Compiled on ..." crapola.  It is anti-useful.
11729 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
11731         * scripts/evaluate-test.sh: Handle fourth argument to determine
11732         whether test run should stop on failure.
11733         * Makeconfig (stop-on-test-failure): New variable.
11734         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
11735         $(stop-on-test-failure).
11736         * Makefile (tests): Give a summary of results from testing and
11737         exit with failure status if they include an ERROR or FAIL.
11738         (xtests): Likewise.
11739         * manual/install.texi (Configuring and compiling): Mention
11740         stop-on-test-failure=y.
11741         * INSTALL: Regenerated.
11743 2014-03-14  Roland McGrath  <roland@hack.frob.com>
11745         * scripts/versionlist.awk: New file.
11746         * Makerules [$(build-shared) = yes]
11747         (postclean-generated): Add Versions.def, not Versions.def.v and
11748         Versions.def.v.i.
11749         ($(common-objpfx)Versions.def.v.i): Target removed.
11750         ($(common-objpfx)Versions.def): New target.
11751         ($(common-objpfx)Versions.all): Depend on that rather that
11752         $(common-objpfx)Versions.def.v.
11753         * Versions.def: File removed.
11755         * Makeconfig (+gccwarn): Add -Wundef.
11756         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
11757         a dl-sysdep.h breaking its contract.
11758         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
11759         * include/stackinfo.h: New file.
11760         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
11761         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
11762         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
11763         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
11764         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
11765         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
11766         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11767         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11768         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11769         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11770         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11771         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
11772         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11773         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11774         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
11776 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11778         [BZ #16707]
11779         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
11780         implementation.
11781         * math/libm-test.inc (round_test_data): Add more tests.
11783         [BZ #16706]
11784         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
11785         implementation.
11786         * math/libm-test.inc (nearbyint_test_data): Add more tests.
11788         [BZ #16701]
11789         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
11790         implementation.
11791         * math/libm-test.inc (ceil_test_data): Add more tests.
11793         * math/libm-test.inc (trunc_test_data): Add more tests related to
11794         BZ#16414.
11796 2014-03-14  Roland McGrath  <roland@hack.frob.com>
11798         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
11799         with #if rather than #ifdef.
11800         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
11802 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
11804         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
11805         first.  Disable AVX-512 GCC support if assembler doesn't support
11806         it.
11807         * sysdeps/x86_64/configure: Regenerated.
11809 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
11811         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
11812         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
11813         (__old_pthread_attr_setstack): Likewise.
11814         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
11815         [!_STACK_GROWS_DOWN]: Likewise.
11817 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
11819         * config.make.in (have-bash2): Delete.
11820         * configure.ac (libc_cv_have_bash2): Delete.
11821         * configure: Regenerate.
11822         * elf/Makefile (common-ldd-rewrite): Rename to ...
11823         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
11824         (sh-ldd-rewrite): Delete.
11825         (bash-ldd-rewrite): Delete.
11826         (have-bash2): Delete checks.
11827         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
11828         ldd-rewrite.
11830         * config.make.in (have-ksh): Delete.
11831         (KSH): Delete.
11832         * configure.ac (libc_cv_have_ksh): Delete.
11833         * configure: Regenerate.
11835         * elf/Makefile: Delete $(have-ksh) check.
11836         ($(objpfx)sotruss): Change KSH to BASH.
11837         * elf/sotruss.ksh: Rename to ...
11838         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
11839         function style to match POSIX.  Drop ksh vim mode setting.
11841         * manual/time.texi (Specifying the Time Zone with TZ): Change
11842         Tuesday to Thursday.
11844         * debug/tst-longjmp_chk2.c: Update header comment.
11845         (stackoverflow_handler): Add comment.  Call assert on pass value.
11847 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
11849         [BZ #16194]
11850         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
11851         (HAVE_AVX512_ASM_SUPPORT): Likewise.
11852         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
11853         (La_x86_64_vector): Add zmm.
11854         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
11855         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
11856         ($(objpfx)tst-audit10): New target.
11857         ($(objpfx)tst-audit10.out): Likewise.
11858         (tst-audit10-ENV): New.
11859         (AVX512-CFLAGS): Likewise.
11860         (CFLAGS-tst-audit10.c): Likewise.
11861         (CFLAGS-tst-auditmod10a.c): Likewise.
11862         (CFLAGS-tst-auditmod10b.c): Likewise.
11863         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
11864         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
11865         * sysdeps/x86_64/configure: Regenerated.
11866         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
11867         AVX-512 zmm register support.
11868         (_dl_x86_64_save_sse): Likewise.
11869         (_dl_x86_64_restore_sse): Likewise.
11870         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
11871         size vector registers.
11872         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
11873         (ZMM_SIZE): Likewise.
11874         * sysdeps/x86_64/tst-audit10.c: New file.
11875         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
11876         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
11878 2014-03-13  Roland McGrath  <roland@hack.frob.com>
11880         * configure.ac (HAVE_EHDR_START): New check.
11881         * configure: Regenerated.
11882         * config.h.in (HAVE_EHDR_START): New #undef.
11883         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
11884         assuming the lowest-addressed segment maps the start of the file.
11886 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
11888         * INSTALL: Regenerated.
11890 2014-03-13  Will Newton  <will.newton@linaro.org>
11892         * manual/setjmp.texi (System V contexts): Improve
11893         clarity and grammar of documentation.
11895 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
11897         [BZ #16381]
11898         * elf/Makefile (tests): Add tst-pie2.
11899         (tests-pie): Add tst-pie2.
11900         * elf/tst-pie2.c: New file.
11901         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
11902         for ET_EXEC.
11903         * elf/rtld.c (map_doit): Load executable as lt_executable.
11904         (dl_main): Likewise.
11906 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
11908         [BZ #16642]
11909         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
11910         (__ASSUME_PSELECT): Undefine.
11912 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11914         [BZ #16689]
11915         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
11916         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
11917         static build.
11918         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
11919         selector for static builds.
11921 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
11923         [BZ #16695]
11924         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
11925         key in the buffer.
11927 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11929         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
11930         IFUNC selector for static builds.
11932 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
11934         * sysdeps/mips/math_private.h [__mips_hard_float]
11935         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
11936         libc_feresetround_mips_ctx.
11937         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
11938         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
11939         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
11941         [BZ #16677]
11942         * math/s_nextafter.c (__nextafter): Do not return value from
11943         overflowing computation.
11944         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
11945         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
11946         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
11947         Likewise.
11948         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
11949         Likewise.
11950         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
11951         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
11953 2014-03-11  Roland McGrath  <roland@hack.frob.com>
11955         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
11956         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
11957         Move sfi_sp use from the load-multiple (that no longer sets sp) to
11958         the new mov targetting sp.
11960 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11962         [BZ #16683]
11963         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
11964         Define it for static builds as well.
11965         (NO_BZERO_IMPL): Likewise.
11967 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11969         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
11970         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
11971         multiarch strspn for PPC64.
11972         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
11973         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
11974         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11975         (__libc_ifunc_impl_list): Likewise.
11976         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
11977         multiarch optimizations
11978         * string/strspn.c (strspn): Using macro to redefine symbol name.
11980 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
11981             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11983         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
11984         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
11985         multiarch strncat for PPC64.
11986         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
11987         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
11988         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
11989         (__libc_ifunc_impl_list): Likewise.
11990         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
11991         multiarch optimizations
11993 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
11995         [BZ #16639]
11996         * nscd/nscd.service: Make service type forking.
11998 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12000         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
12001         sign in non default rounding modes.
12002         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
12004 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
12006         * math/libm-test.inc (ALL_RM_TEST): New macro.
12007         (ceil_test): Use ALL_RM_TEST.
12008         (cimag_test): Likewise.
12009         (conj_test): Likewise.
12010         (copysign_test): Likewise.
12011         (cproj_test): Likewise.
12012         (creal_test): Likewise.
12013         (fabs_test): Likewise.
12014         (floor_test): Likewise.
12015         (fmax_test): Likewise.
12016         (fmin_test): Likewise.
12017         (fmod_test): Likewise.
12018         (fpclassify_test): Likewise.
12019         (frexp_test): Likewise.
12020         (ilogb_test): Likewise.
12021         (isfinite_test): Likewise.
12022         (finite_test): Likewise.
12023         (isgreater_test): Likewise.
12024         (isgreaterequal_test): Likewise.
12025         (isinf_test): Likewise.
12026         (isless_test): Likewise.
12027         (islessequal_test): Likewise.
12028         (islessgreater_test): Likewise.
12029         (isnan_test): Likewise.
12030         (isnormal_test): Likewise.
12031         (issignaling_test): Likewise.
12032         (isunordered_test): Likewise.
12033         (logb_test): Likewise.
12034         (logb_downward_test_data): Remove.
12035         (logb_test_downward): Likewise.
12036         (lround_test): Use ALL_RM_TEST.
12037         (llround_test): Likewise.
12038         (modf_test): Likewise.
12039         (nexttoward_test): Likewise.
12040         (remainder_test): Likewise.
12041         (drem_test): Likewise.
12042         (remainder_tonearest_test_data): Likewise.
12043         (remainder_test_tonearest): Likewise.
12044         (drem_test_tonearest): Likewise.
12045         (remainder_towardzero_test_data): Likewise.
12046         (remainder_test_towardzero): Likewise.
12047         (drem_test_towardzero): Likewise.
12048         (remainder_downward_test_data): Likewise.
12049         (remainder_test_downward): Likewise.
12050         (drem_test_downward): Likewise.
12051         (remainder_upward_test_data): Likewise.
12052         (remainder_test_upward): Likewise.
12053         (drem_test_upward): Likewise.
12054         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
12055         (round_test): Use ALL_RM_TEST.
12056         (signbit_test): Likewise.
12057         (trunc_test): Likewise.
12058         (significand_test): Likewise.
12059         (main): Don't call removed functions.
12061 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12063         [BZ #16674]
12064         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
12065         || __USE_XOPEN2K8].
12066         (ILL_ILLOPN): Likewise.
12067         (ILL_ILLADR): Likewise.
12068         (ILL_ILLTRP): Likewise.
12069         (ILL_PRVOPC): Likewise.
12070         (ILL_PRVREG): Likewise.
12071         (ILL_COPROC): Likewise.
12072         (ILL_BADSTK): Likewise.
12073         (FPE_INTDIV): Likewise.
12074         (FPE_INTOVF): Likewise.
12075         (FPE_FLTDIV): Likewise.
12076         (FPE_FLTOVF): Likewise.
12077         (FPE_FLTUND): Likewise.
12078         (FPE_FLTRES): Likewise.
12079         (FPE_FLTINV): Likewise.
12080         (FPE_FLTSUB): Likewise.
12081         (SEGV_MAPERR): Likewise.
12082         (SEGV_ACCERR): Likewise.
12083         (BUS_ADRALN): Likewise.
12084         (BUS_ADRERR): Likewise.
12085         (BUS_OBJERR): Likewise.
12086         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12087         (TRAP_TRACE): Likewise.
12088         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12089         __USE_XOPEN2K8].
12090         (CLD_KILLED): Likewise.
12091         (CLD_DUMPED): Likewise.
12092         (CLD_TRAPPED): Likewise.
12093         (CLD_STOPPED): Likewise.
12094         (CLD_CONTINUED): Likewise.
12095         (POLL_IN): Likewise.
12096         (POLL_OUT): Likewise.
12097         (POLL_MSG): Likewise.
12098         (POLL_ERR): Likewise.
12099         (POLL_PRI): Likewise.
12100         (POLL_HUP): Likewise.
12101         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
12102         Likewise.
12103         (ILL_ILLOPN): Likewise.
12104         (ILL_ILLADR): Likewise.
12105         (ILL_ILLTRP): Likewise.
12106         (ILL_PRVOPC): Likewise.
12107         (ILL_PRVREG): Likewise.
12108         (ILL_COPROC): Likewise.
12109         (ILL_BADSTK): Likewise.
12110         (FPE_INTDIV): Likewise.
12111         (FPE_INTOVF): Likewise.
12112         (FPE_FLTDIV): Likewise.
12113         (FPE_FLTOVF): Likewise.
12114         (FPE_FLTUND): Likewise.
12115         (FPE_FLTRES): Likewise.
12116         (FPE_FLTINV): Likewise.
12117         (FPE_FLTSUB): Likewise.
12118         (SEGV_MAPERR): Likewise.
12119         (SEGV_ACCERR): Likewise.
12120         (BUS_ADRALN): Likewise.
12121         (BUS_ADRERR): Likewise.
12122         (BUS_OBJERR): Likewise.
12123         (BUS_MCEERR_AR): Likewise.
12124         (BUS_MCEERR_AO): Likewise.
12125         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12126         (TRAP_TRACE): Likewise.
12127         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12128         __USE_XOPEN2K8].
12129         (CLD_KILLED): Likewise.
12130         (CLD_DUMPED): Likewise.
12131         (CLD_TRAPPED): Likewise.
12132         (CLD_STOPPED): Likewise.
12133         (CLD_CONTINUED): Likewise.
12134         (POLL_IN): Likewise.
12135         (POLL_OUT): Likewise.
12136         (POLL_MSG): Likewise.
12137         (POLL_ERR): Likewise.
12138         (POLL_PRI): Likewise.
12139         (POLL_HUP): Likewise.
12140         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
12141         (ILL_ILLOPN): Likewise.
12142         (ILL_ILLADR): Likewise.
12143         (ILL_ILLTRP): Likewise.
12144         (ILL_PRVOPC): Likewise.
12145         (ILL_PRVREG): Likewise.
12146         (ILL_COPROC): Likewise.
12147         (ILL_BADSTK): Likewise.
12148         (FPE_INTDIV): Likewise.
12149         (FPE_INTOVF): Likewise.
12150         (FPE_FLTDIV): Likewise.
12151         (FPE_FLTOVF): Likewise.
12152         (FPE_FLTUND): Likewise.
12153         (FPE_FLTRES): Likewise.
12154         (FPE_FLTINV): Likewise.
12155         (FPE_FLTSUB): Likewise.
12156         (SEGV_MAPERR): Likewise.
12157         (SEGV_ACCERR): Likewise.
12158         (BUS_ADRALN): Likewise.
12159         (BUS_ADRERR): Likewise.
12160         (BUS_OBJERR): Likewise.
12161         (BUS_MCEERR_AR): Likewise.
12162         (BUS_MCEERR_AO): Likewise.
12163         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12164         (TRAP_TRACE): Likewise.
12165         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12166         __USE_XOPEN2K8].
12167         (CLD_KILLED): Likewise.
12168         (CLD_DUMPED): Likewise.
12169         (CLD_TRAPPED): Likewise.
12170         (CLD_STOPPED): Likewise.
12171         (CLD_CONTINUED): Likewise.
12172         (POLL_IN): Likewise.
12173         (POLL_OUT): Likewise.
12174         (POLL_MSG): Likewise.
12175         (POLL_ERR): Likewise.
12176         (POLL_PRI): Likewise.
12177         (POLL_HUP): Likewise.
12178         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
12179         Likewise.
12180         (ILL_ILLOPN): Likewise.
12181         (ILL_ILLADR): Likewise.
12182         (ILL_ILLTRP): Likewise.
12183         (ILL_PRVOPC): Likewise.
12184         (ILL_PRVREG): Likewise.
12185         (ILL_COPROC): Likewise.
12186         (ILL_BADSTK): Likewise.
12187         (ILL_BADIADDR): Likewise.
12188         (ILL_BREAK): Likewise.
12189         (FPE_INTDIV): Likewise.
12190         (FPE_INTOVF): Likewise.
12191         (FPE_FLTDIV): Likewise.
12192         (FPE_FLTOVF): Likewise.
12193         (FPE_FLTUND): Likewise.
12194         (FPE_FLTRES): Likewise.
12195         (FPE_FLTINV): Likewise.
12196         (FPE_FLTSUB): Likewise.
12197         (FPE_DECOVF): Likewise.
12198         (FPE_DECDIV): Likewise.
12199         (FPE_DECERR): Likewise.
12200         (FPE_INVASC): Likewise.
12201         (FPE_INVDEC): Likewise.
12202         (SEGV_MAPERR): Likewise.
12203         (SEGV_ACCERR): Likewise.
12204         (SEGV_PSTKOVF): Likewise.
12205         (BUS_ADRALN): Likewise.
12206         (BUS_ADRERR): Likewise.
12207         (BUS_OBJERR): Likewise.
12208         (BUS_MCEERR_AR): Likewise.
12209         (BUS_MCEERR_AO): Likewise.
12210         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12211         (TRAP_TRACE): Likewise.
12212         (TRAP_BRANCH): Likewise.
12213         (TRAP_HWBKPT): Likewise.
12214         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12215         __USE_XOPEN2K8].
12216         (CLD_KILLED): Likewise.
12217         (CLD_DUMPED): Likewise.
12218         (CLD_TRAPPED): Likewise.
12219         (CLD_STOPPED): Likewise.
12220         (CLD_CONTINUED): Likewise.
12221         (POLL_IN): Likewise.
12222         (POLL_OUT): Likewise.
12223         (POLL_MSG): Likewise.
12224         (POLL_ERR): Likewise.
12225         (POLL_PRI): Likewise.
12226         (POLL_HUP): Likewise.
12227         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
12228         (ILL_ILLOPN): Likewise.
12229         (ILL_ILLADR): Likewise.
12230         (ILL_ILLTRP): Likewise.
12231         (ILL_PRVOPC): Likewise.
12232         (ILL_PRVREG): Likewise.
12233         (ILL_COPROC): Likewise.
12234         (ILL_BADSTK): Likewise.
12235         (FPE_INTDIV): Likewise.
12236         (FPE_INTOVF): Likewise.
12237         (FPE_FLTDIV): Likewise.
12238         (FPE_FLTOVF): Likewise.
12239         (FPE_FLTUND): Likewise.
12240         (FPE_FLTRES): Likewise.
12241         (FPE_FLTINV): Likewise.
12242         (FPE_FLTSUB): Likewise.
12243         (SEGV_MAPERR): Likewise.
12244         (SEGV_ACCERR): Likewise.
12245         (BUS_ADRALN): Likewise.
12246         (BUS_ADRERR): Likewise.
12247         (BUS_OBJERR): Likewise.
12248         (BUS_MCEERR_AR): Likewise.
12249         (BUS_MCEERR_AO): Likewise.
12250         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12251         (TRAP_TRACE): Likewise.
12252         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12253         __USE_XOPEN2K8].
12254         (CLD_KILLED): Likewise.
12255         (CLD_DUMPED): Likewise.
12256         (CLD_TRAPPED): Likewise.
12257         (CLD_STOPPED): Likewise.
12258         (CLD_CONTINUED): Likewise.
12259         (POLL_IN): Likewise.
12260         (POLL_OUT): Likewise.
12261         (POLL_MSG): Likewise.
12262         (POLL_ERR): Likewise.
12263         (POLL_PRI): Likewise.
12264         (POLL_HUP): Likewise.
12265         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
12266         (ILL_ILLOPN): Likewise.
12267         (ILL_ILLADR): Likewise.
12268         (ILL_ILLTRP): Likewise.
12269         (ILL_PRVOPC): Likewise.
12270         (ILL_PRVREG): Likewise.
12271         (ILL_COPROC): Likewise.
12272         (ILL_BADSTK): Likewise.
12273         (FPE_INTDIV): Likewise.
12274         (FPE_INTOVF): Likewise.
12275         (FPE_FLTDIV): Likewise.
12276         (FPE_FLTOVF): Likewise.
12277         (FPE_FLTUND): Likewise.
12278         (FPE_FLTRES): Likewise.
12279         (FPE_FLTINV): Likewise.
12280         (FPE_FLTSUB): Likewise.
12281         (SEGV_MAPERR): Likewise.
12282         (SEGV_ACCERR): Likewise.
12283         (BUS_ADRALN): Likewise.
12284         (BUS_ADRERR): Likewise.
12285         (BUS_OBJERR): Likewise.
12286         (BUS_MCEERR_AR): Likewise.
12287         (BUS_MCEERR_AO): Likewise.
12288         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12289         (TRAP_TRACE): Likewise.
12290         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12291         __USE_XOPEN2K8].
12292         (CLD_KILLED): Likewise.
12293         (CLD_DUMPED): Likewise.
12294         (CLD_TRAPPED): Likewise.
12295         (CLD_STOPPED): Likewise.
12296         (CLD_CONTINUED): Likewise.
12297         (POLL_IN): Likewise.
12298         (POLL_OUT): Likewise.
12299         (POLL_MSG): Likewise.
12300         (POLL_ERR): Likewise.
12301         (POLL_PRI): Likewise.
12302         (POLL_HUP): Likewise.
12303         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
12304         (ILL_ILLOPN): Likewise.
12305         (ILL_ILLADR): Likewise.
12306         (ILL_ILLTRP): Likewise.
12307         (ILL_PRVOPC): Likewise.
12308         (ILL_PRVREG): Likewise.
12309         (ILL_COPROC): Likewise.
12310         (ILL_BADSTK): Likewise.
12311         (FPE_INTDIV): Likewise.
12312         (FPE_INTOVF): Likewise.
12313         (FPE_FLTDIV): Likewise.
12314         (FPE_FLTOVF): Likewise.
12315         (FPE_FLTUND): Likewise.
12316         (FPE_FLTRES): Likewise.
12317         (FPE_FLTINV): Likewise.
12318         (FPE_FLTSUB): Likewise.
12319         (SEGV_MAPERR): Likewise.
12320         (SEGV_ACCERR): Likewise.
12321         (BUS_ADRALN): Likewise.
12322         (BUS_ADRERR): Likewise.
12323         (BUS_OBJERR): Likewise.
12324         (BUS_MCEERR_AR): Likewise.
12325         (BUS_MCEERR_AO): Likewise.
12326         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12327         (TRAP_TRACE): Likewise.
12328         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12329         __USE_XOPEN2K8].
12330         (CLD_KILLED): Likewise.
12331         (CLD_DUMPED): Likewise.
12332         (CLD_TRAPPED): Likewise.
12333         (CLD_STOPPED): Likewise.
12334         (CLD_CONTINUED): Likewise.
12335         (POLL_IN): Likewise.
12336         (POLL_OUT): Likewise.
12337         (POLL_MSG): Likewise.
12338         (POLL_ERR): Likewise.
12339         (POLL_PRI): Likewise.
12340         (POLL_HUP): Likewise.
12341         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
12342         (ILL_ILLOPN): Likewise.
12343         (ILL_ILLADR): Likewise.
12344         (ILL_ILLTRP): Likewise.
12345         (ILL_PRVOPC): Likewise.
12346         (ILL_PRVREG): Likewise.
12347         (ILL_COPROC): Likewise.
12348         (ILL_BADSTK): Likewise.
12349         (ILL_DBLFLT): Likewise.
12350         (ILL_HARDWALL): Likewise.
12351         (FPE_INTDIV): Likewise.
12352         (FPE_INTOVF): Likewise.
12353         (FPE_FLTDIV): Likewise.
12354         (FPE_FLTOVF): Likewise.
12355         (FPE_FLTUND): Likewise.
12356         (FPE_FLTRES): Likewise.
12357         (FPE_FLTINV): Likewise.
12358         (FPE_FLTSUB): Likewise.
12359         (SEGV_MAPERR): Likewise.
12360         (SEGV_ACCERR): Likewise.
12361         (BUS_ADRALN): Likewise.
12362         (BUS_ADRERR): Likewise.
12363         (BUS_OBJERR): Likewise.
12364         (BUS_MCEERR_AR): Likewise.
12365         (BUS_MCEERR_AO): Likewise.
12366         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12367         (TRAP_TRACE): Likewise.
12368         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12369         __USE_XOPEN2K8].
12370         (CLD_KILLED): Likewise.
12371         (CLD_DUMPED): Likewise.
12372         (CLD_TRAPPED): Likewise.
12373         (CLD_STOPPED): Likewise.
12374         (CLD_CONTINUED): Likewise.
12375         (POLL_IN): Likewise.
12376         (POLL_OUT): Likewise.
12377         (POLL_MSG): Likewise.
12378         (POLL_ERR): Likewise.
12379         (POLL_PRI): Likewise.
12380         (POLL_HUP): Likewise.
12381         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
12382         (ILL_ILLOPN): Likewise.
12383         (ILL_ILLADR): Likewise.
12384         (ILL_ILLTRP): Likewise.
12385         (ILL_PRVOPC): Likewise.
12386         (ILL_PRVREG): Likewise.
12387         (ILL_COPROC): Likewise.
12388         (ILL_BADSTK): Likewise.
12389         (FPE_INTDIV): Likewise.
12390         (FPE_INTOVF): Likewise.
12391         (FPE_FLTDIV): Likewise.
12392         (FPE_FLTOVF): Likewise.
12393         (FPE_FLTUND): Likewise.
12394         (FPE_FLTRES): Likewise.
12395         (FPE_FLTINV): Likewise.
12396         (FPE_FLTSUB): Likewise.
12397         (SEGV_MAPERR): Likewise.
12398         (SEGV_ACCERR): Likewise.
12399         (BUS_ADRALN): Likewise.
12400         (BUS_ADRERR): Likewise.
12401         (BUS_OBJERR): Likewise.
12402         (BUS_MCEERR_AR): Likewise.
12403         (BUS_MCEERR_AO): Likewise.
12404         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
12405         (TRAP_TRACE): Likewise.
12406         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
12407         __USE_XOPEN2K8].
12408         (CLD_KILLED): Likewise.
12409         (CLD_DUMPED): Likewise.
12410         (CLD_TRAPPED): Likewise.
12411         (CLD_STOPPED): Likewise.
12412         (CLD_CONTINUED): Likewise.
12413         (POLL_IN): Likewise.
12414         (POLL_OUT): Likewise.
12415         (POLL_MSG): Likewise.
12416         (POLL_ERR): Likewise.
12417         (POLL_PRI): Likewise.
12418         (POLL_HUP): Likewise.
12419         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
12420         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
12422         [BZ #16670]
12423         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
12424         before #include of <time.h>.
12425         [!__USE_XOPEN2K] (__need_timespec): Likewise.
12426         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
12427         (test-xfail-UNIX98/sched.h/conform): Likewise.
12429 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
12431         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
12432         error absence of trapping exception support.
12433         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
12435 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
12437         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
12438         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
12439         * timezone/Makefile (testdata): Move definition above include of
12440         Rules.
12441         (test-zones): New variable.
12442         (tests-special): Add zone files.
12443         (build-testdata): Use $(evaluate-test).
12445         * elf/Makefile (tests-special): Rename tests to end with .out.
12446         ($(objpfx)noload-mem): Likewise.
12447         ($(objpfx)tst-leaks1-mem): Likewise.
12448         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
12449         * iconv/Makefile (xtests-special): Change test-iconvconfig to
12450         $(objpfx)test-iconvconfig.out.
12451         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
12452         set -e inside subshell and redirect output to file.
12453         * iconvdata/Makefile (generated): Rename tests to end with .out.
12454         Correct type.
12455         (tests-special): Rename tests to end with .out.
12456         ($(objpfx)mtrace-tst-loading): Likewise.
12457         * intl/Makefile (generated): Likewise.
12458         (tests-special): Likewise.
12459         ($(objpfx)mtrace-tst-gettext): Likewise.
12460         * misc/Makefile (generated): Likewise.
12461         (tests-special): Likewise.
12462         ($(objpfx)tst-error1-mem): Likewise.
12463         * nptl/Makefile (tests-special): Likewise.
12464         ($(objpfx)tst-stack3-mem): Likewise.
12465         (generated): Likewise.
12466         * posix/Makefile (generated): Likewise.
12467         (tests-special): Likewise.
12468         (xtests-special): Likewise.
12469         ($(objpfx)tst-fnmatch-mem): Likewise.
12470         ($(objpfx)bug-regex2-mem): Likewise.
12471         ($(objpfx)bug-regex14-mem): Likewise.
12472         ($(objpfx)bug-regex21-mem): Likewise.
12473         ($(objpfx)bug-regex31-mem): Likewise.
12474         ($(objpfx)tst-vfork3-mem): Likewise.
12475         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
12476         ($(objpfx)tst-pcre-mem): Likewise.
12477         ($(objpfx)tst-boost-mem): Likewise.
12478         ($(objpfx)bug-ga2-mem): Likewise.
12479         ($(objpfx)bug-glob2-mem): Likewise.
12480         * resolv/Makefile (generate): Likewise.
12481         (tests-special): Likewise.
12482         (xtests-special): Likewise.
12483         (generated): Likewise.
12484         ($(objpfx)mtrace-tst-leaks): Likewise.
12485         ($(objpfx)mtrace-tst-leaks2): Likewise.
12487         * scripts/merge-test-results.sh: New file.
12488         * Makefile (tests-special-notdir): New variable.
12489         (tests): Run merge-test-results.sh.
12490         (xtests): Likewise.
12491         * Rules (tests-special-notdir): New variable.
12492         (xtests-special-notdir): Likewise.
12493         (tests): Run merge-test-results.sh
12494         (xtests): Likewise.
12496         * Makeconfig (test-xfail-name): New variable.
12497         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
12498         compute variable name for expected failures.
12499         * conform/Makefile (conformtest-headers-data): New variable.
12500         (conformtest-standards): Likewise.
12501         (conformtest-headers-ISO): Likewise.
12502         (conformtest-headers-ISO99): Likewise.
12503         (conformtest-headers-ISO11): Likewise.
12504         (conformtest-headers-POSIX): Likewise.
12505         (conformtest-headers-XPG3): Likewise.
12506         (conformtest-headers-XPG4): Likewise.
12507         (conformtest-headers-UNIX98): Likewise.
12508         (conformtest-headers-XOPEN2K): Likewise.
12509         (conformtest-headers-POSIX2008): Likewise.
12510         (conformtest-headers-XOPEN2K8): Likewise.
12511         (conformtest-header-list-base): Likewise.
12512         (conformtest-header-list-tests): Likewise.
12513         (conformtest-header-base): Likewise.
12514         (conformtest-header-tests): Likewise.
12515         (tests-special): Add $(conformtest-header-list-tests).  If
12516         [$(fast-check) && !$(cross-compiling)], add
12517         $(conformtest-header-tests) instead of
12518         $(objpfx)run-conformtest.out.
12519         (generated): Add $(conformtest-header-list-base).  If
12520         [$(fast-check) && !$(cross-compiling)], add
12521         $(conformtest-header-base).  Remove previous setting.
12522         ($(conformtest-header-list-tests)): New target.
12523         (test-xfail-run-conformtest): Remove variable.
12524         ($(objpfx)run-conformtest.out): Remove target.
12525         (test-xfail-ISO11/complex.h/conform): New variable.
12526         (test-xfail-ISO11/stdalign.h/conform): Likewise.
12527         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
12528         (test-xfail-XPG3/varargs.h/conform): Likewise.
12529         (test-xfail-XPG4/varargs.h/conform): Likewise.
12530         (test-xfail-UNIX98/varargs.h/conform): Likewise.
12531         (test-xfail-XPG4/ndbm.h/conform): Likewise.
12532         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
12533         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
12534         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
12535         (test-xfail-XPG3/fcntl.h/conform): Likewise.
12536         (test-xfail-XPG3/ftw.h/conform): Likewise.
12537         (test-xfail-XPG3/grp.h/conform): Likewise.
12538         (test-xfail-XPG3/langinfo.h/conform): Likewise.
12539         (test-xfail-XPG3/limits.h/conform): Likewise.
12540         (test-xfail-XPG3/pwd.h/conform): Likewise.
12541         (test-xfail-XPG3/search.h/conform): Likewise.
12542         (test-xfail-XPG3/signal.h/conform): Likewise.
12543         (test-xfail-XPG3/stdio.h/conform): Likewise.
12544         (test-xfail-XPG3/stdlib.h/conform): Likewise.
12545         (test-xfail-XPG3/string.h/conform): Likewise.
12546         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
12547         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
12548         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
12549         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
12550         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
12551         (test-xfail-XPG3/sys/types.h/conform): Likewise.
12552         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
12553         (test-xfail-XPG3/termios.h/conform): Likewise.
12554         (test-xfail-XPG3/time.h/conform): Likewise.
12555         (test-xfail-XPG3/unistd.h/conform): Likewise.
12556         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
12557         (test-xfail-XPG4/fcntl.h/conform): Likewise.
12558         (test-xfail-XPG4/langinfo.h/conform): Likewise.
12559         (test-xfail-XPG4/netdb.h/conform): Likewise.
12560         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
12561         (test-xfail-XPG4/signal.h/conform): Likewise.
12562         (test-xfail-XPG4/stdio.h/conform): Likewise.
12563         (test-xfail-XPG4/stdlib.h/conform): Likewise.
12564         (test-xfail-XPG4/stropts.h/conform): Likewise.
12565         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
12566         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
12567         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
12568         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
12569         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
12570         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
12571         (test-xfail-XPG4/sys/time.h/conform): Likewise.
12572         (test-xfail-XPG4/sys/types.h/conform): Likewise.
12573         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
12574         (test-xfail-XPG4/termios.h/conform): Likewise.
12575         (test-xfail-XPG4/ucontext.h/conform): Likewise.
12576         (test-xfail-XPG4/unistd.h/conform): Likewise.
12577         (test-xfail-XPG4/utmpx.h/conform): Likewise.
12578         (test-xfail-POSIX/sched.h/conform): Likewise.
12579         (test-xfail-POSIX/signal.h/conform): Likewise.
12580         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
12581         (test-xfail-POSIX/tar.h/conform): Likewise.
12582         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
12583         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
12584         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
12585         (test-xfail-UNIX98/netdb.h/conform): Likewise.
12586         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
12587         (test-xfail-UNIX98/sched.h/conform): Likewise.
12588         (test-xfail-UNIX98/signal.h/conform): Likewise.
12589         (test-xfail-UNIX98/stdio.h/conform): Likewise.
12590         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
12591         (test-xfail-UNIX98/stropts.h/conform): Likewise.
12592         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
12593         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
12594         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
12595         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
12596         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
12597         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
12598         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
12599         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
12600         (test-xfail-UNIX98/unistd.h/conform): Likewise.
12601         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
12602         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
12603         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
12604         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
12605         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
12606         (test-xfail-XOPEN2K/math.h/conform): Likewise.
12607         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
12608         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
12609         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
12610         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
12611         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
12612         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
12613         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
12614         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
12615         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
12616         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
12617         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
12618         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
12619         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
12620         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
12621         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
12622         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
12623         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
12624         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
12625         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
12626         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
12627         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
12628         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
12629         (test-xfail-POSIX2008/signal.h/conform): Likewise.
12630         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
12631         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
12632         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
12633         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
12634         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
12635         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
12636         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
12637         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
12638         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
12639         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
12640         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
12641         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
12642         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
12643         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
12644         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
12645         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
12646         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
12647         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
12648         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
12649         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
12650         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
12651         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
12652         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
12653         (conformtest-cc-flags): Likewise.
12654         ($(conformtest-header-tests): New target.
12655         * conform/check-header-lists.sh: New file.
12656         * conform/run-conformtest.sh: Remove.
12658         * conform/conformtest.pl: Allow ' and \ in values given for
12659         constants.
12660         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
12661         inclusion.
12662         [POSIX] (sys/types.h): Likewise.
12663         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
12664         inclusion.
12665         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
12666         inclusion.
12667         * conform/data/signal.h-data (SIGIO): Remove expectation.
12668         [XPG3] (SIGBUS): Do not expect.
12669         [POSIX || XPG3] (SIGPOLL): Likewise.
12670         [POSIX || XPG3] (SIGPROF): Likewise.
12671         [POSIX || XPG3] (SIGSYS): Likewise.
12672         [XPG3] (SIGTRAP): Likewise.
12673         [POSIX || XPG3] (SIGURG): Likewise.
12674         [POSIX || XPG3] (SIGVTALRM): Likewise.
12675         [POSIX || XPG3] (SIGXCPU): Likewise.
12676         [POSIX || XPG3] (SIGXFSZ): Likewise.
12677         [POSIX] (SA_SIGINFO): Expect.
12678         [XPG3] (siginfo_t): Do not expect type or contents.
12679         [POSIX] (si_pid): Do not expect element.
12680         [POSIX] (si_uid): Likewise.
12681         [POSIX] (si_addr): Likewise.
12682         [POSIX] (si_status): Likewise.
12683         [POSIX] (si_band): Likewise.
12684         [XPG4] (si_value): Likewise.
12685         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
12686         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
12687         [POSIX || XPG3] (ILL_ILLADR): Likewise.
12688         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
12689         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
12690         [POSIX || XPG3] (ILL_PRVREG): Likewise.
12691         [POSIX || XPG3] (ILL_COPROC): Likewise.
12692         [POSIX || XPG3] (ILL_BADSTK): Likewise.
12693         [POSIX || XPG3] (FPE_INTDIV): Likewise.
12694         [POSIX || XPG3] (FPE_INTOVF): Likewise.
12695         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
12696         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
12697         [POSIX || XPG3] (FPE_FLTUND): Likewise.
12698         [POSIX || XPG3] (FPE_FLTRES): Likewise.
12699         [POSIX || XPG3] (FPE_FLTINV): Likewise.
12700         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
12701         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
12702         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
12703         [POSIX || XPG3] (BUS_ADRALN): Likewise.
12704         [POSIX || XPG3] (BUS_ADRERR): Likewise.
12705         [POSIX || XPG3] (BUS_OBJERR): Likewise.
12706         [POSIX || XPG3] (CLD_EXITED): Likewise.
12707         [POSIX || XPG3] (CLD_KILLED): Likewise.
12708         [POSIX || XPG3] (CLD_DUMPED): Likewise.
12709         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
12710         [POSIX || XPG3] (CLD_STOPPED): Likewise.
12711         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
12712         [POSIX || XPG3] (POLL_IN): Likewise.
12713         [POSIX || XPG3] (POLL_OUT): Likewise.
12714         [POSIX || XPG3] (POLL_MSG): Likewise.
12715         [POSIX || XPG3] (POLL_ERR): Likewise.
12716         [POSIX || XPG3] (POLL_PRI): Likewise.
12717         [POSIX || XPG3] (POLL_HUP): Likewise.
12718         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
12719         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
12720         (SIG*): Do not allow.
12721         [XPG3] (si_*): Likewise.
12722         [XPG3] (SI_*): Likewise.
12723         [XPG3 || XPG4] (sigev_*): Likewise.
12724         [XPG3 || XPG4] (SIGEV_*): Likewise.
12725         [XPG3 || XPG4] (sival_*): Likewise.
12726         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
12727         [POSIX || XPG3] (BUS_*): Likewise.
12728         [POSIX || XPG3] (CLD_*): Likewise.
12729         [POSIX || XPG3] (FPE_*): Likewise.
12730         [POSIX || XPG3] (ILL_*): Likewise.
12731         [POSIX || XPG3] (POLL_*): Likewise.
12732         [POSIX || XPG3] (SEGV_*): Likewise.
12733         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
12734         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
12735         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
12736         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
12737         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
12738         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
12739         Specify type and value.
12740         (TVERSLEN): Likewise.
12741         (REGTYPE): Likewise.
12742         (AREGTYPE): Likewise.
12743         (LNKTYPE): Likewise.
12744         (SYMTYPE): Likewise.
12745         (CHRTYPE): Likewise.
12746         (BLKTYPE): Likewise.
12747         (DIRTYPE): Likewise.
12748         (FIFOTYPE): Likewise.
12749         (CONTTYPE): Likewise.
12750         (TSUID): Likewise.
12751         (TSGID): Likewise.
12752         (TSVTX): Likewise.
12753         (TUREAD): Likewise.
12754         (TUWRITE): Likewise.
12755         (TUEXEC): Likewise.
12756         (TGREAD): Likewise.
12757         (TGWRITE): Likewise.
12758         (TGEXEC): Likewise.
12759         (TOREAD): Likewise.
12760         (TOWRITE): Likewise.
12761         (TOEXEC): Likewise.
12762         [POSIX] (TSVTX): Expect constant.
12764 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
12766         * Makefile (tests): Change dependencies to ....
12767         (tests-special): ... additions to this variable.
12768         (tests): Depend on $(tests-special).
12769         * Makerules (check-abi-list): New variable.
12770         (check-abi): Depend on $(check-abi-list).
12771         [$(subdir) = elf] (tests-special): Add
12772         $(objpfx)check-abi-libc.out.
12773         [$(build-shared) = yes && subdir] (tests-special): Add
12774         $(check-abi-list).
12775         [$(build-shared) = yes && subdir] (tests): Do not depend on
12776         check-abi.
12777         * Rules (tests): Depend on $(tests-special).
12778         (xtests): Depend on $(xtests-special).
12779         * catgets/Makefile (tests): Change dependencies to ....
12780         (tests-special): ... additions to this variable.
12781         * conform/Makefile (tests): Change dependencies to ....
12782         (tests-special): ... additions to this variable.
12783         * elf/Makefile (tests): Change dependencies to ....
12784         (tests-special): ... additions to this variable.
12785         * grp/Makefile (tests): Change dependencies to ....
12786         (tests-special): ... additions to this variable.
12787         * iconv/Makefile (xtests): Change dependencies to ....
12788         (xtests-special): ... additions to this variable.
12789         * iconvdata/Makefile (tests): Change dependencies to ....
12790         (tests-special): ... additions to this variable.
12791         * intl/Makefile (tests): Change dependencies to ....
12792         (tests-special): ... additions to this variable.  Also add
12793         $(objpfx)tst-gettext.out.
12794         * io/Makefile (tests): Change dependencies to ....
12795         (tests-special): ... additions to this variable.
12796         * libio/Makefile (tests): Change dependencies to ....
12797         (tests-special): ... additions to this variable.
12798         * malloc/Makefile (tests): Change dependencies to ....
12799         (tests-special): ... additions to this variable.
12800         * misc/Makefile (tests): Change dependencies to ....
12801         (tests-special): ... additions to this variable.
12802         * nptl/Makefile (tests): Change dependencies to ....
12803         (tests-special): ... additions to this variable.
12804         * nptl_db/Makefile (tests): Change dependencies to ....
12805         (tests-special): ... additions to this variable.
12806         * posix/Makefile (tests): Change dependencies to ....
12807         (tests-special): ... additions to this variable.
12808         (xtests): Change dependencies to ....
12809         (xtests-special): ... additions to this variable.
12810         * resolv/Makefile (tests): Change dependencies to ....
12811         (tests-special): ... additions to this variable.
12812         (xtests): Change dependencies to ....
12813         (xtests-special): ... additions to this variable.
12814         * stdio-common/Makefile (tests): Change dependencies to ....
12815         (tests-special): ... additions to this variable.
12816         (do-tst-unbputc): Remove target.
12817         (do-tst-printf): Likewise.
12818         * stdlib/Makefile (tests): Change dependencies to ....
12819         (tests-special): ... additions to this variable.
12820         * string/Makefile (tests): Change dependencies to ....
12821         (tests-special): ... additions to this variable.
12822         * sysdeps/x86/Makefile (tests): Change dependencies to ....
12823         (tests-special): ... additions to this variable.
12825         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
12826         whole file.
12827         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
12828         whole file.
12829         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
12830         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
12832         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
12833         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
12834         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
12835         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
12836         * conform/data/libgen.h-data [XPG3]: Likewise.
12837         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
12838         * conform/data/ndbm.h-data [XPG3]: Likewise.
12839         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
12840         * conform/data/netdb.h-data [XPG3]: Likewise.
12841         * conform/data/netinet/in.h-data [XPG3]: Likewise.
12842         * conform/data/poll.h-data [XPG3]: Likewise.
12843         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
12844         * conform/data/strings.h-data [XPG3]: Likewise.
12845         * conform/data/stropts.h-data [XPG3]: Likewise.
12846         * conform/data/sys/mman.h-data [XPG3]: Likewise.
12847         * conform/data/sys/resource.h-data [XPG3]: Likewise.
12848         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
12849         Likewise.
12850         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
12851         * conform/data/sys/time.h-data [XPG3]: Likewise.
12852         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
12853         * conform/data/sys/uio.h-data [XPG3]: Likewise.
12854         * conform/data/sys/un.h-data [XPG3]: Likewise.
12855         * conform/data/syslog.h-data [XPG3]: Likewise.
12856         * conform/data/ucontext.h-data [XPG3]: Likewise.
12857         * conform/data/utmpx.h-data [XPG3]: Likewise.
12858         * conform/data/varargs.h-data [UNIX98]: Enable file.
12860         * manual/Makefile (INSTALL_INFO): Remove variable setting.
12862         * math/libm-test.inc (struct test_f_f_data): Move expected results
12863         into structure for each rounding mode.
12864         (struct test_ff_f_data): Likewise.
12865         (struct test_ff_f_data_nexttoward): Likewise.
12866         (struct test_fi_f_data): Likewise.
12867         (struct test_fl_f_data): Likewise.
12868         (struct test_if_f_data): Likewise.
12869         (struct test_fff_f_data): Likewise.
12870         (struct test_c_f_data): Likewise.
12871         (struct test_f_f1_data): Likewise.
12872         (struct test_fF_f1_data): Likewise.
12873         (struct test_ffI_f1_data): Likewise.
12874         (struct test_c_c_data): Likewise.
12875         (struct test_cc_c_data): Likewise.
12876         (struct test_f_i_data): Likewise.
12877         (struct test_ff_i_data): Likewise.
12878         (struct test_f_l_data): Likewise.
12879         (struct test_f_L_data): Likewise.
12880         (struct test_fFF_11_data): Likewise.
12881         (RM_): New macro.
12882         (RM_FE_DOWNWARD): Likewise.
12883         (RM_FE_TONEAREST): Likewise.
12884         (RM_FE_TOWARDZERO): Likewise.
12885         (RM_FE_UPWARD): Likewise.
12886         (RUN_TEST_LOOP_f_f): Update references to expected results.
12887         (RUN_TEST_LOOP_2_f): Likewise.
12888         (RUN_TEST_LOOP_fff_f): Likewise.
12889         (RUN_TEST_LOOP_c_f): Likewise.
12890         (RUN_TEST_LOOP_f_f1): Likewise.
12891         (RUN_TEST_LOOP_fF_f1): Likewise.
12892         (RUN_TEST_LOOP_fI_f1): Likewise.
12893         (RUN_TEST_LOOP_ffI_f1): Likewise.
12894         (RUN_TEST_LOOP_c_c): Likewise.
12895         (RUN_TEST_LOOP_cc_c): Likewise.
12896         (RUN_TEST_LOOP_f_i): Likewise.
12897         (RUN_TEST_LOOP_f_i_tg): Likewise.
12898         (RUN_TEST_LOOP_ff_i_tg): Likewise.
12899         (RUN_TEST_LOOP_f_b): Likewise.
12900         (RUN_TEST_LOOP_f_b_tg): Likewise.
12901         (RUN_TEST_LOOP_f_l): Likewise.
12902         (RUN_TEST_LOOP_f_L): Likewise.
12903         (RUN_TEST_LOOP_fFF_11): Likewise.
12904         * math/gen-libm-test.pl (parse_args): Output four copies of
12905         expected results for each test.
12907         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
12908         (__ASSUME_UTIMES): Remove.
12909         * sysdeps/unix/sysv/linux/tile/kernel-features.h
12910         (__ASSUME_UTIMES): Likewise.
12912         * math/gen-auto-libm-tests.c: Update comment on output format.
12913         (output_for_one_input_case): Generate before-rounding and
12914         after-rounding information as conditions on output flags not
12915         floating-point format.
12916         * math/auto-libm-test-out: Regenerated.
12917         * math/gen-libm-test.pl (cond_value): New function.
12918         (or_cond_value): Use cond_value.
12919         (generate_testfile): Handle conditional exceptions.
12921 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
12923         * math/libm-test.inc (max_valid_error): New variable.
12924         (init_max_error): Take new argument specifying whether function
12925         results are exactly determined.  Set max_valid_error and bound
12926         other variables for errors based on this argument.
12927         (set_max_error): Do not record results above max_valid_error.
12928         (check_float_internal): Only accept errors of up to 0.5ulps if
12929         also at most max_valid_error.
12930         (START): Take new argument EXACT and pass it to init_max_error.
12931         (acos_test): Update call to START.
12932         (acos_test_tonearest): Likewise.
12933         (acos_test_towardzero): Likewise.
12934         (acos_test_downward): Likewise.
12935         (acos_test_upward): Likewise.
12936         (acosh_test): Likewise.
12937         (asin_test): Likewise.
12938         (asin_test_tonearest): Likewise.
12939         (asin_test_towardzero): Likewise.
12940         (asin_test_downward): Likewise.
12941         (asin_test_upward): Likewise.
12942         (asinh_test): Likewise.
12943         (atan_test): Likewise.
12944         (atanh_test): Likewise.
12945         (atan2_test): Likewise.
12946         (cabs_test): Likewise.
12947         (cacos_test): Likewise.
12948         (cacosh_test): Likewise.
12949         (carg_test): Likewise.
12950         (casin_test): Likewise.
12951         (casinh_test): Likewise.
12952         (catan_test): Likewise.
12953         (catanh_test): Likewise.
12954         (cbrt_test): Likewise.
12955         (ccos_test): Likewise.
12956         (ccosh_test): Likewise.
12957         (ceil_test): Likewise.
12958         (cexp_test): Likewise.
12959         (cimag_test): Likewise.
12960         (clog_test): Likewise.
12961         (clog10_test): Likewise.
12962         (conj_test): Likewise.
12963         (copysign_test): Likewise.
12964         (cos_test): Likewise.
12965         (cos_test_tonearest): Likewise.
12966         (cos_test_towardzero): Likewise.
12967         (cos_test_downward): Likewise.
12968         (cos_test_upward): Likewise.
12969         (cosh_test): Likewise.
12970         (cosh_test_tonearest): Likewise.
12971         (cosh_test_towardzero): Likewise.
12972         (cosh_test_downward): Likewise.
12973         (cosh_test_upward): Likewise.
12974         (cpow_test): Likewise.
12975         (cproj_test): Likewise.
12976         (creal_test): Likewise.
12977         (csin_test): Likewise.
12978         (csinh_test): Likewise.
12979         (csqrt_test): Likewise.
12980         (ctan_test): Likewise.
12981         (ctan_test_tonearest): Likewise.
12982         (ctan_test_towardzero): Likewise.
12983         (ctan_test_downward): Likewise.
12984         (ctan_test_upward): Likewise.
12985         (ctanh_test): Likewise.
12986         (ctanh_test_tonearest): Likewise.
12987         (ctanh_test_towardzero): Likewise.
12988         (ctanh_test_downward): Likewise.
12989         (ctanh_test_upward): Likewise.
12990         (erf_test): Likewise.
12991         (erfc_test): Likewise.
12992         (exp_test): Likewise.
12993         (exp_test_tonearest): Likewise.
12994         (exp_test_towardzero): Likewise.
12995         (exp_test_downward): Likewise.
12996         (exp_test_upward): Likewise.
12997         (exp10_test): Likewise.
12998         (exp10_test_tonearest): Likewise.
12999         (exp10_test_towardzero): Likewise.
13000         (exp10_test_downward): Likewise.
13001         (exp10_test_upward): Likewise.
13002         (pow10_test): Likewise.
13003         (exp2_test): Likewise.
13004         (expm1_test): Likewise.
13005         (expm1_test_tonearest): Likewise.
13006         (expm1_test_towardzero): Likewise.
13007         (expm1_test_downward): Likewise.
13008         (expm1_test_upward): Likewise.
13009         (fabs_test): Likewise.
13010         (fdim_test): Likewise.
13011         (floor_test): Likewise.
13012         (fma_test): Likewise.
13013         (fma_test_towardzero): Likewise.
13014         (fma_test_downward): Likewise.
13015         (fma_test_upward): Likewise.
13016         (fmax_test): Likewise.
13017         (fmin_test): Likewise.
13018         (fmod_test): Likewise.
13019         (fpclassify_test): Likewise.
13020         (frexp_test): Likewise.
13021         (hypot_test): Likewise.
13022         (ilogb_test): Likewise.
13023         (isfinite_test): Likewise.
13024         (finite_test): Likewise.
13025         (isgreater_test): Likewise.
13026         (isgreaterequal_test): Likewise.
13027         (isinf_test): Likewise.
13028         (isless_test): Likewise.
13029         (islessequal_test): Likewise.
13030         (islessgreater_test): Likewise.
13031         (isnan_test): Likewise.
13032         (isnormal_test): Likewise.
13033         (issignaling_test): Likewise.
13034         (isunordered_test): Likewise.
13035         (j0_test): Likewise.
13036         (j1_test): Likewise.
13037         (jn_test): Likewise.
13038         (ldexp_test): Likewise.
13039         (lgamma_test): Likewise.
13040         (gamma_test): Likewise.
13041         (lrint_test): Likewise.
13042         (lrint_test_tonearest): Likewise.
13043         (lrint_test_towardzero): Likewise.
13044         (lrint_test_downward): Likewise.
13045         (lrint_test_upward): Likewise.
13046         (llrint_test): Likewise.
13047         (llrint_test_tonearest): Likewise.
13048         (llrint_test_towardzero): Likewise.
13049         (llrint_test_downward): Likewise.
13050         (llrint_test_upward): Likewise.
13051         (log_test): Likewise.
13052         (log10_test): Likewise.
13053         (log1p_test): Likewise.
13054         (log2_test): Likewise.
13055         (logb_test): Likewise.
13056         (logb_test_downward): Likewise.
13057         (lround_test): Likewise.
13058         (llround_test): Likewise.
13059         (modf_test): Likewise.
13060         (nearbyint_test): Likewise.
13061         (nextafter_test): Likewise.
13062         (nexttoward_test): Likewise.
13063         (pow_test): Likewise.
13064         (pow_test_tonearest): Likewise.
13065         (pow_test_towardzero): Likewise.
13066         (pow_test_downward): Likewise.
13067         (pow_test_upward): Likewise.
13068         (remainder_test): Likewise.
13069         (drem_test): Likewise.
13070         (remainder_test_tonearest): Likewise.
13071         (drem_test_tonearest): Likewise.
13072         (remainder_test_towardzero): Likewise.
13073         (drem_test_towardzero): Likewise.
13074         (remainder_test_downward): Likewise.
13075         (drem_test_downward): Likewise.
13076         (remainder_test_upward): Likewise.
13077         (drem_test_upward): Likewise.
13078         (remquo_test): Likewise.
13079         (rint_test): Likewise.
13080         (rint_test_tonearest): Likewise.
13081         (rint_test_towardzero): Likewise.
13082         (rint_test_downward): Likewise.
13083         (rint_test_upward): Likewise.
13084         (round_test): Likewise.
13085         (scalb_test): Likewise.
13086         (scalbn_test): Likewise.
13087         (scalbln_test): Likewise.
13088         (signbit_test): Likewise.
13089         (sin_test): Likewise.
13090         (sin_test_tonearest): Likewise.
13091         (sin_test_towardzero): Likewise.
13092         (sin_test_downward): Likewise.
13093         (sin_test_upward): Likewise.
13094         (sincos_test): Likewise.
13095         (sinh_test): Likewise.
13096         (sinh_test_tonearest): Likewise.
13097         (sinh_test_towardzero): Likewise.
13098         (sinh_test_downward): Likewise.
13099         (sinh_test_upward): Likewise.
13100         (sqrt_test): Likewise.
13101         (sqrt_test_tonearest): Likewise.
13102         (sqrt_test_towardzero): Likewise.
13103         (sqrt_test_downward): Likewise.
13104         (sqrt_test_upward): Likewise.
13105         (tan_test): Likewise.
13106         (tan_test_tonearest): Likewise.
13107         (tan_test_towardzero): Likewise.
13108         (tan_test_downward): Likewise.
13109         (tan_test_upward): Likewise.
13110         (tanh_test): Likewise.
13111         (tgamma_test): Likewise.
13112         (trunc_test): Likewise.
13113         (y0_test): Likewise.
13114         (y1_test): Likewise.
13115         (yn_test): Likewise.
13116         (significand_test): Likewise.
13118         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
13119         individual tests in comment.
13120         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
13121         (prev_max_error): New variable.
13122         (prev_real_max_error): Likewise.
13123         (prev_imag_max_error): Likewise.
13124         (compare_ulp_data): Don't refer to test names in comment.
13125         (find_test_ulps): Remove function.
13126         (find_function_ulps): Likewise.
13127         (find_complex_function_ulps): Likewise.
13128         (init_max_error): Take function name as argument.  Look up ulps
13129         for that function.
13130         (print_ulps): Remove function.
13131         (print_max_error): Use prev_max_error instead of calling
13132         find_function_ulps.
13133         (print_complex_max_error): Use prev_real_max_error and
13134         prev_imag_max_error instead of calling find_complex_function_ulps.
13135         (check_float_internal): Take max_ulp parameter instead of calling
13136         find_test_ulps.  Don't call print_ulps.
13137         (check_float): Update call to check_float_internal.
13138         (check_complex): Update calls to check_float_internal.
13139         (START): Pass argument to init_max_error.
13140         * math/gen-libm-test.pl (%results): Don't include "kind"
13141         information.
13142         (parse_ulps): Don't handle ulps of individual tests.
13143         (print_ulps_file): Likewise.
13144         (output_ulps): Likewise.
13145         * math/README.libm-test: Update.
13146         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
13147         individual tests.
13148         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
13149         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
13150         * sysdeps/arm/libm-test-ulps: Likewise.
13151         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
13152         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
13153         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
13154         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
13155         * sysdeps/microblaze/libm-test-ulps: Likewise.
13156         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
13157         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
13158         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
13159         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
13160         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
13161         * sysdeps/sh/libm-test-ulps: Likewise.
13162         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
13163         * sysdeps/tile/libm-test-ulps: Likewise.
13164         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13166 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
13168         * math/libm-test.inc (print_complex_max_error): Check separately
13169         whether real and imaginary errors are within allowed range and
13170         pass 0 to print_complex_function_ulps instead of value within
13171         allowed range.
13173 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
13175         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
13176         formatting.
13177         (get_handles_fopen): Likewise.
13178         (do_write_test): Likewise.
13180         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
13182         * libio/fileops.c (do_ftell): Use cached offset when
13183         available.
13184         * libio/iofwide.c (do_ftell_wide): Likewise.
13185         * libio/iofdopen.c (_IO_new_fdopen): Don't use
13186         _IO_file_attach.
13187         * libio/wfileops.c (_IO_fwide): Don't cache offset.
13189         [BZ #16532]
13190         * libio/libioP.h (get_file_offset): New function.
13191         * libio/fileops.c (get_file_offset): Likewise.
13192         (do_ftell): Likewise.
13193         (_IO_new_file_seekoff): Split out ftell logic.
13194         * libio/wfileops.c (do_ftell_wide): Likewise.
13195         (_IO_wfile_seekoff): Split out ftell logic.
13196         * libio/tst-ftell-active-handler.c: New test case.
13197         * libio/Makefile (tests): Add it.
13199 2014-03-03  Roland McGrath  <roland@hack.frob.com>
13201         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
13202         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
13204 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
13206         [BZ #16639]
13207         * nscd/connections.c (nscd_init): Call do_exit.
13208         (start_threads): Call do_exit and notify_parent.
13209         (begin_drop_privileges): Call do_exit.
13210         (finish_drop_privileges): Likewise.
13211         * nscd/selinux.c (preserve_capabilities): Likewise.
13212         (install_real_capabilities): Likewise.
13213         (nscd_selinux_enabled): Likewise.
13214         (avc_create_thread): Likewise.
13215         (avc_alloc_lock): Likewise.
13216         (nscd_avc_init): Likewise.
13217         * nscd/nscd.c (parent_fd): New static variable.
13218         (main): Create a pipe between parent and child processes.
13219         Skip closing parent_fd.
13220         (monitor_child): New function.
13221         (do_exit): Likewise.
13222         (notify_parent): Likewise.
13223         * nscd/nscd.h (notify_parent): Likewise.
13224         (do_exit): Likewise.
13226 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
13228         * malloc/malloc.c (__libc_calloc): Revert last change.
13230 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13232         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13234 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
13236         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
13237         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
13238         implementation.
13239         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
13240         (__libc_ifunc_impl_list): Likewise.
13241         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
13242         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
13243         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
13244         * string/strrchr.c: Define STRRCHR.
13246 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
13248         * benchtest/bench-strtok.c (simple_strtok): Delete.
13249         (strtok_string): Use as benchmark.
13250         * string/strtok (STRTOK): New macro.
13252 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
13254         * manual/threads.texi: Add header and standard comments to all
13255         functions.
13257         * elf/dl-lookup.c (check_match): New function.
13258         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
13259         (do_lookup_x): Remove nested function check_match. Use non-nested
13260         function check_match.
13262 2014-02-28  Roland McGrath  <roland@hack.frob.com>
13264         * csu/Makefile (generated, before-compile): Use += rather than =.
13265         * catgets/Makefile (generated, generated-dirs): Likewise.
13266         * debug/Makefile (generated): Likewise.
13267         * dlfcn/Makefile (generated): Likewise.
13268         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
13269         * iconvdata/Makefile (before-compile, generated): Likewise.
13270         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
13271         * libio/Makefile (generated): Likewise.
13272         * malloc/Makefile (generated): Likewise.
13273         * manual/Makefile (generated, generated-dirs): Likewise.
13274         * misc/Makefile (generated): Likewise.
13275         * posix/Makefile (generated): Likewise.
13276         * resolv/Makefile (generated): Likewise.
13277         * sunrpc/Makefile (generated, generated-dirs): Likewise.
13278         * timezone/Makefile (generated, generated-dirs): Likewise.
13280         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
13282 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13284         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
13285         power8 implementation.
13286         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
13287         file: POWER8 llround ifunc implementation.
13288         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
13289         (__lllround): Add POWER8 implementation.
13290         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
13291         POWER8 llround implementation.
13293         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
13294         power8 implementation.
13295         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
13296         file: POWER8 llrint ifunc implementation.
13297         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
13298         Add POWER8 implementation.
13299         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
13300         POWER8 llrint implementation.
13302         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
13303         power8 implementation.
13304         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
13305         file: POWER8 finite ifunc implementation.
13306         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
13307         Add POWER8 implementation.
13308         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
13309         Likewise.
13310         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
13311         POWER8 finite implementation.
13312         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
13314         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
13315         power8 implementation.
13316         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
13317         file: POWER8 isinf ifunc implementation.
13318         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
13319         POWER8 implementation.
13320         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
13321         Likewise.
13322         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
13323         isinf implementation.
13324         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
13326         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
13327         (INIT_ARCH): Add hwcap2 initialization.
13328         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
13329         power8 implementation.
13330         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
13331         file: POWER8 isnan ifunc implementation.
13332         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
13333         POWER8 implementation.
13334         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
13335         Likewise.
13336         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
13337         isnan implementation.
13338         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
13340 2014-02-27  Joey Ye  <joey.ye@arm.com>
13342         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
13343         (_FP_NANFRAC_Q): Set to zero.
13345 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13347         [BZ #16623]
13348         * math/auto-libm-test-in: New test inputs.
13349         * math/auto-libm-test-out: Regenerate.
13350         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
13351         and DA.
13352         (__cos): Likewise.
13353         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
13355 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
13357         * scripts/evaluate-test.sh: Take new argument indicating whether
13358         failure is expected.
13359         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
13360         indicating whether failure is expected.
13361         * conform/Makefile (test-xfail-run-conformtest): New variable.
13362         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
13363         level.
13364         * posix/Makefile (test-xfail-annexc): New variable.
13365         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
13367 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
13369         * argp/Makefile: Include Makeconfig immediately after defining
13370         subdir.
13371         * assert/Makefile: Likewise.
13372         * benchtests/Makefile: Likewise.
13373         * catgets/Makefile: Likewise.
13374         * conform/Makefile: Likewise.
13375         * crypt/Makefile: Likewise.
13376         * csu/Makefile: Likewise.
13377         (all): Remove target.
13378         * ctype/Makefile: Include Makeconfig immediately after defining
13379         subdir.
13380         * debug/Makefile: Likewise.
13381         * dirent/Makefile: Likewise.
13382         * dlfcn/Makefile: Likewise.
13383         * gmon/Makefile: Likewise.
13384         * gnulib/Makefile: Likewise.
13385         * grp/Makefile: Likewise.
13386         * gshadow/Makefile: Likewise.
13387         * hesiod/Makefile: Likewise.
13388         * hurd/Makefile: Likewise.
13389         (all): Remove target.
13390         * iconvdata/Makefile: Include Makeconfig immediately after
13391         defining subdir.
13392         * inet/Makefile: Likewise.
13393         * intl/Makefile: Likewise.
13394         * io/Makefile: Likewise.
13395         * libio/Makefile: Likewise.
13396         (all): Remove target.
13397         * locale/Makefile: Include Makeconfig immediately after defining
13398         subdir.
13399         * login/Makefile: Likewise.
13400         * mach/Makefile: Likewise.
13401         (all): Remove target.
13402         * malloc/Makefile: Include Makeconfig immediately after defining
13403         subdir.
13404         (all): Remove target.
13405         * manual/Makefile: Include Makeconfig immediately after defining
13406         subdir.
13407         * math/Makefile: Likewise.
13408         * misc/Makefile: Likewise.
13409         * nis/Makefile: Likewise.
13410         * nss/Makefile: Likewise.
13411         * po/Makefile: Likewise.
13412         (all): Remove target.
13413         * posix/Makefile: Include Makeconfig immediately after defining
13414         subdir.
13415         * pwd/Makefile: Likewise.
13416         * resolv/Makefile: Likewise.
13417         * resource/Makefile: Likewise.
13418         * rt/Makefile: Likewise.
13419         * setjmp/Makefile: Likewise.
13420         * shadow/Makefile: Likewise.
13421         * signal/Makefile: Likewise.
13422         * socket/Makefile: Likewise.
13423         * soft-fp/Makefile: Likewise.
13424         * stdio-common/Makefile: Likewise.
13425         * stdlib/Makefile: Likewise.
13426         * streams/Makefile: Likewise.
13427         * string/Makefile: Likewise.
13428         * sunrpc/Makefile: Likewise.
13429         (all): Remove target.
13430         * sysvipc/Makefile: Include Makeconfig immediately after defining
13431         subdir.
13432         * termios/Makefile: Likewise.
13433         * time/Makefile: Likewise.
13434         * timezone/Makefile: Likewise.
13435         (all): Remove target.
13436         * wcsmbs/Makefile: Include Makeconfig immediately after defining
13437         subdir.
13438         * wctype/Makefile: Likewise.
13440 2014-02-26  Steve Ellcey  <sellcey@mips.com>
13442         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
13443         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
13444         (libc_feholdexcept_setround_mips): Ditto.
13445         (libc_feholdsetround): New.
13446         (libc_feholdsetroundf): New.
13447         (libc_feholdsetroundl): New.
13448         (libc_feupdateenv_test_mips): New.
13449         (libc_feupdateenv_test): New.
13450         (libc_feupdateenv_testf): New.
13451         (libc_feupdateenv_testl): New.
13452         (libc_feresetround): New.
13453         (libc_feresetroundf): New.
13454         (libc_feresetroundl): New.
13455         (libc_fetestexcept_mips): New.
13456         (libc_fetestexcept): New.
13457         (libc_fetestexceptf): New.
13458         (libc_fetestexceptl): New.
13459         (HAVE_RM_CTX): New.
13460         (libc_feholdexcept_setround_mips_ctx): New.
13461         (libc_feholdexcept_setround_ctx): New.
13462         (libc_feholdexcept_setroundf_ctx): New.
13463         (libc_feholdexcept_setroundl_ctx): New.
13464         (libc_fesetenv_mips_ctx): New.
13465         (libc_fesetenv_ctx): New.
13466         (libc_fesetenv_ctxf): New.
13467         (libc_fesetenv_ctxl): New.
13468         (libc_feupdateenv_mips_ctx): New.
13469         (libc_feupdateenv_ctx): New.
13470         (libc_feupdateenvf_ctx): New.
13471         (libc_feupdateenvl_ctx): New.
13472         (libc_feholdsetround_mips_ctx): New.
13473         (libc_feholdsetround_ctx): New.
13474         (libc_feholdsetroundf_ctx): New.
13475         (libc_feholdsetroundl_ctx): New.
13476         (libc_feresetround_mips_ctx): New.
13477         (libc_feresetround_ctx): New.
13478         (libc_feresetroundf_ctx): New.
13479         (libc_feresetroundl_ctx): New.
13481 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
13483         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
13485         * manual/ipc.texi: New file.
13486         * manual/Makefile (chapters): Add ipc.
13487         * manual/job.texi: Add "Inter-Process Communication" to next.
13488         * manual/process.texi: Add "Inter-Process Communication" to prev.
13490 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13492         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13494 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
13496         * malloc/malloc.c (__libc_calloc): Simplify implementation.
13498         * manual/arith.texi: Fix spaces after sentences.
13499         * manual/charset.texi: Likewise.
13500         * manual/errno.texi: Likewise.
13501         * manual/install.texi: Likewise.
13502         * manual/llio.texi: Likewise.
13503         * manual/locale.texi: Likewise.
13504         * manual/maint.texi: Likewise.
13505         * manual/math.texi: Likewise.
13506         * manual/memory.texi: Likewise.
13507         * manual/message.texi: Likewise.
13508         * manual/probes.texi: Likewise.
13509         * manual/resource.texi: Likewise.
13510         * manual/signal.texi: Likewise.
13511         * manual/socket.texi: Likewise.
13512         * manual/stdio.texi: Likewise.
13513         * manual/string.texi: Likewise.
13514         * manual/time.texi: Likewise.
13515         * manual/users.texi: Likewise.
13517 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
13519         [BZ #16632]
13520         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
13521         _DEFAULT_SOURCE is defined.
13523 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
13524             Carlos O'Donell  <carlos@redhat.com>
13526         [BZ #16613]
13527         * elf/dl-tls.c (_dl_count_modids): New function.
13528         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
13529         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
13530         audit library and increment generation counter.
13531         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
13532         * elf/tst-audit9.c: New file.
13533         * elf/tst-auditmod9a.c: New file.
13534         * elf/tst-auditmod9b.c: New file.
13535         * elf/Makefile: Add rules to build and run tst-audit9.
13537 2014-02-25  Florian Weimer  <fweimer@redhat.com>
13539         [BZ #15347]
13540         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
13542 2014-02-25  Will Newton  <will.newton@linaro.org>
13544         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
13545         (__longjmp): Restore sp and lr before restoring callee
13546         saved registers.  Add longjmp and longjmp_target
13547         SystemTap probe point.
13548         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
13549         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
13550         Define to zero to match jmpbuf layout.
13551         * sysdeps/arm/setjmp.S: Include stap-probe.h.
13552         (__sigsetjmp): Save sp and lr before saving callee
13553         saved registers.  Add setjmp SystemTap probe point.
13555 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
13557         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13559 2014-02-24  Andreas Schwab  <schwab@suse.de>
13561         [BZ #15804]
13562         * elf/pldd.c (wait_for_ptrace_stop): New function.
13563         (main): Call it after attaching.
13565 2014-02-22  Roland McGrath  <roland@hack.frob.com>
13567         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
13568         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
13569         Versions files is now verboten.
13570         * hurd/Versions (libc: GLIBC_2.0):
13571         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
13572         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
13573         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
13574         * mach/Versions: Likewise.
13576         * csu/Versions: Remove unused %include.
13577         * resolv/Versions: Likewise.
13579 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
13581         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
13582         ($(objpfx)check-local-headers.out): Likewise.
13583         ($(objpfx)begin-end-check.out): Likewise.
13584         * Makerules (check-abi-%.out): Likewise.
13585         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
13586         ($(objpfx)test2.cat): Likewise.
13587         ($(objpfx)de/libc.cat): Likewise.
13588         ($(objpfx)test-gencat.out): Likewise.
13589         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
13590         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
13591         ($(objpfx)noload-mem): Likewise.
13592         ($(objpfx)tst-pathopt.out): Likewise.
13593         ($(objpfx)tst-rtld-load-self.out): Likewise.
13594         ($(objpfx)tst-array1-cmp.out): Likewise.
13595         ($(objpfx)tst-array1-static-cmp.out): Likewise.
13596         ($(objpfx)tst-array2-cmp.out): Likewise.
13597         ($(objpfx)tst-array3-cmp.out): Likewise.
13598         ($(objpfx)tst-array4-cmp.out): Likewise.
13599         ($(objpfx)tst-array5-cmp.out): Likewise.
13600         ($(objpfx)tst-array5-static-cmp.out): Likewise.
13601         ($(objpfx)check-textrel.out): Likewise.
13602         ($(objpfx)check-execstack.out): Likewise.
13603         ($(objpfx)check-localplt.out): Likewise.
13604         ($(objpfx)order2-cmp.out): Likewise.
13605         ($(objpfx)tst-leaks1-mem): Likewise.
13606         ($(objpfx)tst-leaks1-static-mem): Likewise.
13607         ($(objpfx)tst-initorder-cmp.out): Likewise.
13608         ($(objpfx)tst-initorder2-cmp.out): Likewise.
13609         ($(objpfx)tst-unused-dep.out): Likewise.
13610         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
13611         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
13612         * iconv/Makefile (test-iconvconfig): Likewise.
13613         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
13614         ($(objpfx)iconv-test.out): Likewise.
13615         ($(objpfx)tst-tables.out): Likewise.
13616         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
13617         ($(objpfx)tst-gettext.out): Likewise.
13618         ($(objpfx)tst-translit.out): Likewise.
13619         ($(objpfx)tst-gettext2.out): Likewise.
13620         ($(objpfx)tst-gettext4.out): Likewise.
13621         ($(objpfx)tst-gettext6.out): Likewise.
13622         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
13623         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
13624         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
13625         ($(objpfx)tst-fopenloc-mem.out): Likewise.
13626         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
13627         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
13628         * posix/Makefile ($(objpfx)globtest.out): Likewise.
13629         ($(objpfx)wordexp-tst.out): Likewise.
13630         ($(objpfx)annexc.out): Likewise.
13631         ($(objpfx)tst-fnmatch-mem): Likewise.
13632         ($(objpfx)bug-regex2-mem): Likewise.
13633         ($(objpfx)bug-regex14-mem): Likewise.
13634         ($(objpfx)bug-regex21-mem): Likewise.
13635         ($(objpfx)bug-regex31-mem): Likewise.
13636         ($(objpfx)tst-vfork3-mem): Likewise.
13637         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
13638         ($(objpfx)tst-pcre-mem): Likewise.
13639         ($(objpfx)tst-boost-mem): Likewise.
13640         ($(objpfx)tst-getconf.out): Likewise.
13641         ($(objpfx)bug-ga2-mem): Likewise.
13642         ($(objpfx)bug-glob2-mem): Likewise.
13643         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
13644         ($(objpfx)mtrace-tst-leaks2): Likewise.
13645         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
13646         ($(objpfx)tst-printf.out): Likewise.
13647         ($(objpfx)tst-setvbuf1.out): Likewise.
13648         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
13649         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
13650         ($(objpfx)tst-fmtmsg.out): Likewise.
13651         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
13652         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
13654         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
13655         * bits/sigaction.h [__USE_MISC]: Likewise.
13656         * bits/waitstatus.h: Update #endif comments.
13657         * ctype/ctype.h: Likewise.
13658         * dirent/dirent.h: Likewise.
13659         [__USE_MISC]: Remove redundant conditionals.
13660         * grp/grp.h: Update #endif comments.
13661         [__USE_GNU]: Remove redundant conditionals.
13662         [__USE_MISC]: Likewise.
13663         * inet/netinet/in.h [__USE_GNU]: Likewise.
13664         * io/sys/stat.h [__USE_MISC]: Likewise.
13665         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
13666         * libio/bits/stdio.h: Update #endif comments.
13667         [__USE_MISC]: Remove redundant conditionals.
13668         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
13669         * libio/stdio.h: Update #endif comments.
13670         [__USE_MISC]: Remove redundant conditionals.
13671         * math/bits/math-finite.h [__USE_MISC]: Likewise.
13672         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
13673         * math/math.h: Update #else and #endif comments.
13674         [__USE_MISC]: Remove redundant conditionals.
13675         * misc/sys/uio.h: Update #endif comments.
13676         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
13677         * posix/glob.h [__USE_MISC]: Likewise.
13678         * posix/sys/types.h: Update #endif comments.
13679         [__USE_MISC]: Remove redundant conditionals.
13680         * posix/sys/wait.h: Update #endif comments.
13681         [__USE_MISC]: Remove redundant conditionals.
13682         * posix/unistd.h: Update #endif comments.
13683         [__USE_MISC]: Remove redundant conditionals.
13684         * pwd/pwd.h [__USE_GNU]: Likewise.
13685         [__USE_MISC]: Likewise.
13686         * resolv/netdb.h [__USE_GNU]: Likewise.
13687         * signal/signal.h: Update #endif comments.
13688         [__USE_MISC]: Remove redundant conditionals.
13689         * stdlib/stdlib.h: Update #else and #endif comments.
13690         [__USE_MISC]: Remove redundant conditionals.
13691         [__USE_GNU]: Likewise.
13692         * string/bits/string2.h [__USE_MISC]: Likewise.
13693         * string/string.h: Update #endif comments.
13694         [__USE_MISC]: Remove redundant conditionals.
13695         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
13696         Likewise.
13697         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
13698         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
13699         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
13700         Likewise.
13701         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
13702         Likewise.
13703         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
13704         comments.
13705         [__USE_MISC]: Remove redundant conditionals.
13706         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
13707         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
13708         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
13709         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
13710         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
13711         Likewise.
13712         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
13713         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
13714         Likewise.
13715         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
13716         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
13717         Likewise.
13718         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
13719         Likewise.
13720         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
13721         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
13722         Likewise.
13723         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
13724         Likewise.
13725         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
13726         * sysdeps/x86/bits/string.h: Update #endif comments.
13727         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
13728         conditionals.
13729         * time/sys/time.h: Update #endif comments.
13730         * time/time.h: Likewise.
13731         [__USE_MISC]: Remove redundant conditionals.
13733 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
13735         [BZ #16600]
13736         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
13738 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
13740         * Versions.def (librt): Add GLIBC_2.17.
13742 2014-02-21  Adam Conrad  <adconrad@0c3.net>
13744         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
13745         synonym for _SYS_AUXV_H to allow direct inclusion.
13746         * sysdeps/sparc/bits/hwcap.h: Likewise.
13747         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
13748         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
13749         * sysdeps/sparc/sysdep.h: Likewise.
13751 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
13753         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
13755 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
13757         * benchtests/bench-strrchr.c: Print length instead of position.
13759 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
13761         [BZ #16611]
13762         * sysdeps/unix/sysv/linux/kernel-features.h
13763         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
13764         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
13765         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
13766         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
13767         Likewise.
13768         [__i386__ || __powerpc__ || __sh__ || __sparc__]
13769         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
13770         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
13771         (__ASSUME_SENDMMSG): Define instead of using previous
13772         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
13773         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13774         (__ASSUME_SENDMMSG_SYSCALL): Define.
13775         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13776         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
13777         Likewise.
13778         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13779         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
13780         Likewise.
13781         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13782         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
13783         Likewise.
13784         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
13785         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
13786         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
13787         [__ASSUME_SENDMMSG]: Change conditionals to
13788         [__ASSUME_SENDMMSG_SOCKETCALL].
13789         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13790         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
13791         Define.
13792         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13793         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
13794         Likewise.
13795         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
13796         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
13797         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
13798         [!__ASSUME_SENDMMSG]: Change conditional to
13799         [!__ASSUME_SENDMMSG_SOCKETCALL].
13800         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13801         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
13802         Define.
13804         [BZ #16610]
13805         * sysdeps/unix/sysv/linux/kernel-features.h
13806         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
13807         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
13808         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
13809         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
13810         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
13811         [__i386__ || __sparc__]
13812         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
13813         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
13814         (__ASSUME_RECVMMSG): Define instead of using previous
13815         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
13816         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13817         (__ASSUME_RECVMMSG_SYSCALL): Define.
13818         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13819         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13820         Likewise.
13821         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13822         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13823         Likewise.
13824         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13825         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13826         Likewise.
13827         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
13828         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
13829         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
13830         [__ASSUME_RECVMMSG]: Change condition to
13831         [__ASSUME_RECVMMSG_SOCKETCALL].
13832         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13833         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13834         Define.
13835         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
13836         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13837         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
13838         Likewise.
13839         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
13840         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
13841         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
13842         [!__ASSUME_RECVMMSG]: Change condition to
13843         [!__ASSUME_RECVMMSG_SOCKETCALL].
13844         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13845         (__ASSUME_RECVMMSG_SYSCALL): Define.
13847         [BZ #16609]
13848         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
13849         __powerpc__ || __s390__ || __sh__ || __sparc__]
13850         (__ASSUME_SOCKETCALL): Define.
13851         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
13852         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
13853         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
13854         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
13855         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
13856         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
13857         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
13858         (__ASSUME_ACCEPT4): Define instead of using previous
13859         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
13860         __powerpc__ || __sparc__ || __s390__)] condition.
13861         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
13862         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
13863         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
13864         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
13865         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
13866         [!__ASSUME_ACCEPT4]: Change condition to
13867         [!__ASSUME_ACCEPT4_SOCKETCALL].
13868         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
13869         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
13870         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
13871         * sysdeps/unix/sysv/linux/arm/kernel-features.h
13872         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
13873         __ASSUME_ACCEPT4_SYSCALL.
13874         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
13875         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
13876         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
13877         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
13878         __ASSUME_ACCEPT4_SYSCALL.
13879         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
13880         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
13881         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
13882         [__ASSUME_ACCEPT4]: Change condition to
13883         [__ASSUME_ACCEPT4_SOCKETCALL].
13884         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
13885         (__ASSUME_SOCKETCALL): Define.
13886         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
13887         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
13888         (__ASSUME_SOCKETCALL): Define.
13889         (__ASSUME_ACCEPT4): Remove.
13890         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
13891         Define.
13892         * sysdeps/unix/sysv/linux/mips/kernel-features.h
13893         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
13894         Likewise.
13895         * sysdeps/unix/sysv/linux/tile/kernel-features.h
13896         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
13898         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
13899         macro.
13900         (HWCAP_ARM_LPAE): Likewise.
13901         (HWCAP_ARM_EVTSTRM): Likewise.
13902         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
13903         Add vpfd32, lpae and evtstrm.
13904         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
13905         Increase to 22.
13907 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
13909         * math/auto-libm-test-in: Add tests of clog10.
13910         * math/auto-libm-test-out: Regenerated.
13911         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
13912         * sysdeps/i386/fpu/libm-test-ulps: Update.
13913         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13915 2014-02-18  Andreas Schwab  <schwab@suse.de>
13917         [BZ #16574]
13918         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
13919         Store non-zero if the second buffer was newly allocated.
13920         (send_dg): Likewise.
13921         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
13922         to send_vc and send_dg.
13923         (res_nsend): Pass NULL for ansp2_malloced.
13924         * resolv/res_query.c (__libc_res_nquery): Add parameter
13925         answerp2_malloced and pass it down to __libc_res_nsend.
13926         (res_nquery): Pass additional NULL to __libc_res_nquery.
13927         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
13928         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
13929         second answer buffer if answerp2_malloced was set.
13930         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
13931         (__libc_res_nquerydomain): Add parameter
13932         answerp2_malloced and pass it down to __libc_res_nquery.
13933         (res_nquerydomain): Pass additional NULL to
13934         __libc_res_nquerydomain.
13935         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
13936         additional NULL to __libc_res_nsend and __libc_res_nquery.
13937         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
13938         additional NULL to __libc_res_nsearch.
13939         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
13940         parameter of __libc_res_nsearch to check for separately allocated
13941         second buffer.
13942         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
13943         __libc_res_nquery.
13944         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
13945         additional NULL to __libc_res_nquery.
13946         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
13947         __libc_res_nsearch.
13948         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
13949         * include/resolv.h: Update prototypes of __libc_res_nquery,
13950         __libc_res_nsearch, __libc_res_nsend.
13952 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
13954         * math/auto-libm-test-in: Add tests of fma.
13955         * math/auto-libm-test-out: Regenerated.
13956         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
13957         (fma_towardzero_test_data): Likewise.
13958         (fma_downward_test_data): Likewise.
13959         (fma_upward_test_data): Likewise.
13960         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
13961         mpc_mode.
13962         (rounding_modes): Add values for new field.
13963         (func_calc_method): Add value mpfr_fff_f.
13964         (func_calc_desc): Add mpfr_fff_f union field.
13965         (test_function): Add field exact_args.
13966         (FUNC): Add macro argument EXACT_ARGS.
13967         (FUNC_mpfr_f_f): Update call to FUNC.
13968         (FUNC_mpfr_f_f): Likewise.
13969         (FUNC_mpfr_ff_f): Likewise.
13970         (FUNC_mpfr_if_f): Likewise.
13971         (FUNC_mpc_c_f): Likewise.
13972         (FUNC_mpc_c_c): Likewise.
13973         (test_functions): Add fma.  Update calls to FUNC.
13974         (handle_input_arg): Add argument exact_args.
13975         (add_test): Update call to handle_input_arg.
13976         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
13977         (output_for_one_input_case): Update call to calc_generic_results.
13978         Recalculate exact zero results in each rounding mode.
13980         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
13981         non-negative before setting low bit.
13982         * math/auto-libm-test-in: Mark one asin test possibly having
13983         spurious underflow.
13984         * math/auto-libm-test-out: Regenerated.
13985         * sysdeps/i386/fpu/libm-test-ulps: Update.
13986         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13988 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
13990         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
13991         * sysdeps/unix/sysv/linux/microblaze: Move directory from
13992         ports/sysdeps/unix/sysv/linux/microblaze.
13993         * README: Add missing listing for microblaze*-*-linux-gnu.
13995 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
13997         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
13998         duplicate code
14000 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
14002         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
14003         * sysdeps/unix/sysv/linux/ia64: Move directory from
14004         ports/sysdeps/unix/sysv/linux/ia64.
14005         * README: Update listing for ia64-*-linux-gnu.
14007 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
14008             Joseph Myers  <joseph@codesourcery.com>
14010         * Makeconfig (test-name): New variable.
14011         (evaluate-test): Likewise.
14012         * Makerules (do-test-clean): Remove .test-result files.
14013         (common-mostlyclean): Likewise.
14014         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
14015         * scripts/evaluate-test.sh: New file.
14017 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
14019         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
14020         separate $(objpfx)tst-fopenloc-cmp.out and
14021         $(objpfx)tst-fopenloc-mem.out targets.
14022         (tests): Update dependencies.
14023         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
14024         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
14025         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
14026         (tst-rxspencer-no-utf8-ARGS): New variable.
14027         (tst-rxspencer-no-utf8-ENV): Likewise.
14028         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
14029         instead of $(objpfx)tst-rxspencer-mem.
14030         ($(objpfx)tst-rxspencer-mem): Change target to
14031         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
14032         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
14033         * posix/tst-rxspencer-no-utf8.c: New file.
14035         * elf/Makefile ($(objpfx)order.out): Remove rule.
14036         [$(run-built-tests) = yes] (tests): Depend on
14037         $(objpfx)order-cmp.out.
14038         ($(objpfx)order-cmp.out): New rule.
14039         [$(run-built-tests) = yes] (tests): Depend on
14040         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
14041         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
14042         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
14043         $(objpfx)tst-array5-static-cmp.out.
14044         ($(objpfx)tst-array1.out): Remove rule.
14045         ($(objpfx)tst-array1-cmp.out): New rule.
14046         ($(objpfx)tst-array1-static.out): Remove rule.
14047         ($(objpfx)tst-array1-static-cmp.out): New rule.
14048         ($(objpfx)tst-array2.out): Remove rule.
14049         ($(objpfx)tst-array2-cmp.out): New rule.
14050         ($(objpfx)tst-array3.out): Remove rule.
14051         ($(objpfx)tst-array3-cmp.out): New rule.
14052         ($(objpfx)tst-array4.out): Remove rule.
14053         ($(objpfx)tst-array4-cmp.out): New rule.
14054         ($(objpfx)tst-array5.out): Remove rule.
14055         ($(objpfx)tst-array5-cmp.out): New rule.
14056         ($(objpfx)tst-array5-static.out): Remove rule.
14057         ($(objpfx)tst-array5-static-cmp.out): New rule.
14058         [$(run-built-tests) = yes] (tests): Depend on
14059         $(objpfx)order2-cmp.out.
14060         ($(objpfx)order2.out): Remove rule.
14061         ($(objpfx)order2-cmp.out): New rule.
14062         ($(objpfx)tst-initorder.out): Remove rule.
14063         [$(run-built-tests) = yes] (tests): Depend on
14064         $(objpfx)tst-initorder-cmp.out.
14065         ($(objpfx)tst-initorder-cmp.out): New rule.
14066         ($(objpfx)tst-initorder2.out): Remove rule.
14067         [$(run-built-tests) = yes] (tests): Depend on
14068         $(objpfx)tst-initorder2-cmp.out.
14069         ($(objpfx)tst-initorder2-cmp.out): New rule.
14070         [$(run-built-tests) = yes] (tests): Depend on
14071         $(objpfx)tst-unused-dep-cmp.out.
14072         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
14073         ($(objpfx)tst-unused-dep-cmp.out): New rule.
14074         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
14075         on $(objpfx)tst-setvbuf1-cmp.out.
14076         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
14077         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
14078         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
14079         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
14080         ($(objpfx)tst-svc.out): Remove rule.
14081         ($(objpfx)tst-svc-cmp.out): New rule.
14083 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
14085         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
14086         * ctype/ctype.h [__USE_MISC]: Likewise.
14087         * dirent/dirent.h [__USE_MISC]: Likewise.
14088         * grp/grp.h [__USE_MISC]: Likewise.
14089         * io/fcntl.h [__USE_MISC]: Likewise.
14090         * io/sys/stat.h [__USE_MISC]: Likewise.
14091         * libio/stdio.h [__USE_MISC]: Likewise.
14092         * posix/unistd.h [__USE_MISC]: Likewise.
14093         * pwd/pwd.h [__USE_MISC]: Likewise.
14094         * stdlib.h [__USE_MISC]: Likewise.
14095         * string/bits/string2.h [__USE_MISC]: Likewise.
14096         * string/string.h [__USE_MISC]: Likewise.
14097         * time/time.h [__USE_MISC]: Likewise.
14099 2014-02-13  Andreas Schwab  <schwab@suse.de>
14101         [BZ #16574]
14102         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
14103         second answer buffer if it was separately allocated.
14105 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
14107         * sysdeps/mips/math-tests.h: Include <features.h>.
14108         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14109         (ROUNDING_TESTS_long_double): Do not define.
14110         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
14111         (EXCEPTION_TESTS_long_double): Likewise.
14112         * sysdeps/mips/mips64/libm-test-ulps: Update.
14114         * include/features.h (__USE_BSD): Remove macro definitions.
14115         (__USE_SVID): Likewise.
14116         (_BSD_SOURCE): Likewise.
14117         (_SVID_SOURCE): Likewise.
14118         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
14119         from definition of _DEFAULT_SOURCE.
14120         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
14121         [_DEFAULT_SOURCE].
14122         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
14123         * bits/mman.h [__USE_BSD]: Likewise.
14124         * bits/termios.h [__USE_BSD]: Likewise.
14125         * bits/waitstatus.h [__USE_BSD]: Likewise.
14126         * ctype/ctype.h [__USE_SVID]: Likewise.
14127         * dirent/dirent.h [__USE_BSD]: Likewise.
14128         * grp/grp.h [__USE_SVID]: Likewise.
14129         [__USE_BSD]: Likewise.
14130         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
14131         * io/fcntl.h [__USE_BSD]: Likewise.
14132         * io/ftw.h [__USE_BSD]: Likewise.
14133         * io/sys/stat.h [__USE_BSD]: Likewise.
14134         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
14135         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
14136         * libio/stdio.h [__USE_SVID]: Likewise.
14137         [__USE_BSD]: Likewise.
14138         * math/math.h [__USE_SVID]: Likewise.
14139         [__USE_BSD]: Likewise.
14140         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
14141         * misc/bits/syslog.h [__USE_BSD]: Likewise.
14142         * misc/search.h [__USE_SVID]: Likewise.
14143         * misc/sys/mman.h [__USE_BSD]: Likewise.
14144         * misc/sys/syslog.h [__USE_BSD]: Likewise.
14145         * misc/sys/uio.h [__USE_BSD]: Likewise.
14146         * posix/bits/unistd.h [__USE_BSD]: Likewise.
14147         * posix/glob.h [__USE_BSD]: Likewise.
14148         * posix/regex.h [__USE_BSD]: Likewise.
14149         * posix/sys/types.h [__USE_BSD]: Likewise.
14150         [__USE_SVID]: Likewise.
14151         * posix/sys/utsname.h [__USE_SVID]: Likewise.
14152         * posix/sys/wait.h [__USE_BSD]: Likewise.
14153         [__USE_SVID]: Likewise.
14154         * posix/unistd.h [__USE_BSD]: Likewise.
14155         [__USE_SVID]: Likewise.
14156         * pwd/pwd.h [__USE_SVID]: Likewise.
14157         * resolv/netdb.h [__USE_BSD]: Likewise.
14158         * setjmp/setjmp.h [__USE_BSD]: Likewise.
14159         * signal/signal.h [__USE_BSD]: Likewise.
14160         [__USE_SVID]: Likewise.
14161         * socket/sys/socket.h [__USE_BSD]: Likewise.
14162         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
14163         * stdlib/stdlib.h [__USE_BSD]: Likewise.
14164         [__USE_SVID]: Likewise.
14165         * string/bits/string2.h [__USE_BSD]: Likewise.
14166         [__USE_SVID]: Likewise.
14167         * string/bits/string3.h [__USE_BSD]: Likewise.
14168         * string/endian.h [__USE_BSD]: Likewise.
14169         * string/string.h [__USE_SVID]: Likewise.
14170         [__USE_BSD]: Likewise.
14171         * string/strings.h [__USE_BSD]: Likewise.
14172         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
14173         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
14174         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
14175         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
14176         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
14177         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
14178         Likewise.
14179         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
14180         Likewise.
14181         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
14182         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
14183         Likewise.
14184         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
14185         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
14186         Likewise.
14187         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
14188         Likewise.
14189         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
14190         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
14191         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
14192         Likewise.
14193         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
14194         Likewise.
14195         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
14196         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
14197         * termios/termios.h [__USE_BSD]: Likewise.
14198         * time/sys/time.h [__USE_BSD]: Likewise.
14199         * time/time.h [__USE_BSD]: Likewise.
14200         [__USE_SVID]: Likewise.
14202         * Makefile (subdir_targets): Remove subdir_lint.out.
14204         * stdio-common/Makefile (do-tst-unbputc): Remove target.
14205         (do-tst-printf): Likewise.
14206         (tests): Depend directly on $(objpfx)tst-unbputc.out and
14207         $(objpfx)tst-printf.out.
14209         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
14211         * Makerules (check-abi-%): Change target to
14212         $(objpfx)check-abi-%.out.
14213         (check-abi target): Update dependencies.
14214         (check-abi-pattern variable): Redirect output of diff to $@.
14215         (check-abi variable): Likewise.
14216         * elf/Makefile (check-abi): Update dependencies.
14218         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
14219         unused.
14220         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
14221         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
14222         subnormal range.
14223         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
14224         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
14225         value has largest subnormal exponent.
14226         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
14227         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
14228         * sysdeps/aarch64/soft-fp/sfp-machine.h
14229         (_FP_TININESS_AFTER_ROUNDING): New macro.
14230         * sysdeps/alpha/soft-fp/sfp-machine.h
14231         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14232         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14233         Likewise.
14234         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
14235         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14236         * sysdeps/mips/soft-fp/sfp-machine.h
14237         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14238         * sysdeps/powerpc/soft-fp/sfp-machine.h
14239         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14240         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14241         Likewise.
14242         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
14243         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14244         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
14245         (_FP_TININESS_AFTER_ROUNDING): Likewise.
14246         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
14247         Likewise.
14249 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
14251         [BZ #16545]
14252         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
14253         model 1.
14255 2014-02-12  Richard Henderson  <rth@redhat.com>
14257         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
14258         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
14259         * sysdeps/unix/sysv/linux/alpha: Move directory from
14260         ports/sysdeps/unix/sysv/linux/alpha.
14261         * README: Update listing for alpha-*-linux-gnu.
14263 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
14265         * include/features.h: Update comment documenting feature test
14266         macros.
14267         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
14268         _DEFAULT_SOURCE.
14269         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
14270         (_SVID_SOURCE): Likewise.
14271         (_DEFAULT_SOURCE): Update description of default features.
14272         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
14273         with _GNU_SOURCE.
14274         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
14275         (S_ISVTX): Likewise.
14276         * manual/math.texi (Mathematical Constants): Likewise.
14277         * manual/signal.texi (Interrupted Primitives): Likewise.
14278         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
14279         * math/test-matherr.c (_SVID_SOURCE): Do not define.
14280         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
14281         Don't refer to _SVID_SOURCE in warning text.
14283         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
14285         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
14286         already defined.
14287         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
14288         * sysdeps/mips/dl-lookup.c: Remove.
14289         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
14291 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
14293         [BZ #16447]
14294         * math/auto-libm-test-in: Add testcase for expl.
14295         * math/auto-libm-test-out: Regenerate.
14296         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
14297         calculation of unsafe.
14298         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
14300 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
14302         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
14303         * sysdeps/unix/sysv/linux/aarch64: Move directory from
14304         ports/sysdeps/unix/sysv/linux/aarch64.
14305         * README: Update listing for aarch64*-*-linux-gnu.
14307 2014-02-11  Will Newton  <will.newton@linaro.org>
14309         * manual/probes.texi (Mathematical Function Probes): Use
14310         "triggered" instead of "hit".
14312         * manual/probes.texi (Internal Probes): Add documentation
14313         of setjmp, longjmp and longjmp_target probes.
14315         * include/stap-probe.h: Add comment about probe argument
14316         format.
14318         * malloc/mtrace.c (attribute_hidden): Remove unused macro
14319         definition.  (tr_where, tr_freehook, tr_mallochook,
14320         tr_reallochook, tr_memalignhook): Use ANSI protoype.
14322 2014-02-11  David S. Miller  <davem@davemloft.net>
14324         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
14325         processing int_tests.
14327 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
14329         * sysdeps/mips: Move directory from ports/sysdeps/mips.
14330         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
14331         * sysdeps/unix/sysv/linux/mips: Move directory from
14332         ports/sysdeps/unix/sysv/linux/mips.
14333         * README: Update listing for mips-*-linux-gnu and
14334         mips64-*-linux-gnu.
14336 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
14338         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
14339         * sysdeps/unix/sysv/linux/m68k: Move directory from
14340         ports/sysdeps/unix/sysv/linux/m68k.
14341         * README: Update listing for m68k-*-linux-gnu.
14343 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
14345         * sysdeps/tile: Move directory from ports/sysdeps/tile.
14346         * sysdeps/unix/sysv/linux/generic: Move directory from
14347         ports/sysdeps/unix/sysv/linux/generic.
14348         * sysdeps/unix/sysv/linux/tile: Move directory from
14349         ports/sysdeps/unix/sysv/linux/tile.
14350         * README: Update listing for tile*-*-linux-gnu.
14352 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
14354         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
14355         __builtin_expect.
14356         * benchtests/bench-memmem.c (simple_memmem): Likewise.
14357         * catgets/open_catalog.c (__open_catalog): Likewise.
14358         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
14359         * debug/confstr_chk.c: Likewise.
14360         * debug/fread_chk.c (__fread_chk): Likewise.
14361         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
14362         * debug/getgroups_chk.c: Likewise.
14363         * debug/mbsnrtowcs_chk.c: Likewise.
14364         * debug/mbsrtowcs_chk.c: Likewise.
14365         * debug/mbstowcs_chk.c: Likewise.
14366         * debug/memcpy_chk.c: Likewise.
14367         * debug/memmove_chk.c: Likewise.
14368         * debug/mempcpy_chk.c: Likewise.
14369         * debug/memset_chk.c: Likewise.
14370         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
14371         * debug/strcat_chk.c (__strcat_chk): Likewise.
14372         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
14373         * debug/strncat_chk.c (__strncat_chk): Likewise.
14374         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
14375         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
14376         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
14377         * debug/wcpncpy_chk.c: Likewise.
14378         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
14379         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
14380         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
14381         * debug/wcsncpy_chk.c: Likewise.
14382         * debug/wcsnrtombs_chk.c: Likewise.
14383         * debug/wcsrtombs_chk.c: Likewise.
14384         * debug/wcstombs_chk.c: Likewise.
14385         * debug/wmemcpy_chk.c: Likewise.
14386         * debug/wmemmove_chk.c: Likewise.
14387         * debug/wmempcpy_chk.c: Likewise.
14388         * debug/wmemset_chk.c: Likewise.
14389         * dirent/scandirat.c (SCANDIRAT): Likewise.
14390         * dlfcn/dladdr1.c (dladdr1): Likewise.
14391         * dlfcn/dladdr.c (dladdr): Likewise.
14392         * dlfcn/dlclose.c (dlclose_doit): Likewise.
14393         * dlfcn/dlerror.c (__dlerror): Likewise.
14394         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
14395         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
14396         * dlfcn/dlopen.c (dlopen_doit): Likewise.
14397         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
14398         * dlfcn/dlsym.c (dlsym_doit): Likewise.
14399         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
14400         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
14401         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
14402         Likewise.
14403         * elf/dl-conflict.c: Likewise.
14404         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
14405         * elf/dl-dst.h: Likewise.
14406         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
14407         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
14408         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
14409         * elf/dl-init.c (call_init, _dl_init): Likewise.
14410         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
14411         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
14412         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
14413         Likewise.
14414         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
14415         Likewise.
14416         * elf/dl-minimal.c (__libc_memalign): Likewise.
14417         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
14418         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
14419         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
14420         * elf/dl-sym.c (do_sym): Likewise.
14421         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
14422         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
14423         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
14424         * elf/dl-writev.h (_dl_writev): Likewise.
14425         * elf/ldconfig.c (search_dir): Likewise.
14426         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
14427         (dl_main): Likewise.
14428         * elf/setup-vdso.h (setup_vdso): Likewise.
14429         * grp/compat-initgroups.c (compat_call): Likewise.
14430         * grp/fgetgrent.c (fgetgrent): Likewise.
14431         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
14432         * grp/putgrent.c (putgrent): Likewise.
14433         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
14434         Likewise.
14435         * hurd/hurdinit.c: Likewise.
14436         * iconvdata/8bit-gap.c (struct): Likewise.
14437         * iconvdata/ansi_x3.110.c : Likewise.
14438         * iconvdata/big5.c : Likewise.
14439         * iconvdata/big5hkscs.c : Likewise.
14440         * iconvdata/cp1255.c: Likewise.
14441         * iconvdata/cp1258.c : Likewise.
14442         * iconvdata/cp932.c : Likewise.
14443         * iconvdata/euc-cn.c: Likewise.
14444         * iconvdata/euc-jisx0213.c : Likewise.
14445         * iconvdata/euc-jp.c: Likewise.
14446         * iconvdata/euc-jp-ms.c : Likewise.
14447         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
14448         * iconvdata/gb18030.c : Likewise.
14449         * iconvdata/gbbig5.c (const): Likewise.
14450         * iconvdata/gbgbk.c: Likewise.
14451         * iconvdata/gbk.c : Likewise.
14452         * iconvdata/ibm1364.c : Likewise.
14453         * iconvdata/ibm930.c : Likewise.
14454         * iconvdata/ibm932.c: Likewise.
14455         * iconvdata/ibm933.c : Likewise.
14456         * iconvdata/ibm935.c : Likewise.
14457         * iconvdata/ibm937.c : Likewise.
14458         * iconvdata/ibm939.c : Likewise.
14459         * iconvdata/ibm943.c: Likewise.
14460         * iconvdata/iso_11548-1.c: Likewise.
14461         * iconvdata/iso-2022-cn.c : Likewise.
14462         * iconvdata/iso-2022-cn-ext.c : Likewise.
14463         * iconvdata/iso-2022-jp-3.c: Likewise.
14464         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
14465         * iconvdata/iso-2022-kr.c : Likewise.
14466         * iconvdata/iso646.c (gconv_end): Likewise.
14467         * iconvdata/iso_6937-2.c : Likewise.
14468         * iconvdata/iso_6937.c : Likewise.
14469         * iconvdata/iso8859-1.c: Likewise.
14470         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
14471         * iconvdata/shift_jisx0213.c : Likewise.
14472         * iconvdata/sjis.c : Likewise.
14473         * iconvdata/t.61.c : Likewise.
14474         * iconvdata/tcvn5712-1.c : Likewise.
14475         * iconvdata/tscii.c: Likewise.
14476         * iconvdata/uhc.c : Likewise.
14477         * iconvdata/unicode.c (gconv_end): Likewise.
14478         * iconvdata/utf-16.c (gconv_end): Likewise.
14479         * iconvdata/utf-32.c (gconv_end): Likewise.
14480         * iconvdata/utf-7.c (base64): Likewise.
14481         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
14482         * iconv/gconv_close.c (__gconv_close): Likewise.
14483         * iconv/gconv_open.c (__gconv_open): Likewise.
14484         * iconv/gconv_simple.c (internal_ucs4_loop_single)
14485         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
14486         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
14487         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
14488         (ucs4le_internal_loop_single): Likewise.
14489         * iconv/iconv.c (iconv): Likewise.
14490         * iconv/iconv_close.c: Likewise.
14491         * iconv/loop.c (SINGLE): Likewise.
14492         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
14493         * include/atomic.h: Likewise.
14494         * inet/inet6_option.c (option_alloc): Likewise.
14495         * intl/bindtextdom.c (set_binding_values): Likewise.
14496         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
14497         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
14498         * intl/localealias.c (read_alias_file): Likewise.
14499         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
14500         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
14501         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
14502         * libio/fmemopen.c (fmemopen): Likewise.
14503         * libio/iofgets.c (_IO_fgets): Likewise.
14504         * libio/iofgets_u.c (fgets_unlocked): Likewise.
14505         * libio/iofgetws.c (fgetws): Likewise.
14506         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
14507         * libio/iogetdelim.c (_IO_getdelim): Likewise.
14508         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
14509         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
14510         * locale/findlocale.c (_nl_find_locale): Likewise.
14511         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
14512         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
14513         Likewise.
14514         * locale/setlocale.c (setlocale): Likewise.
14515         * login/programs/pt_chown.c (main): Likewise.
14516         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
14517         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
14518         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
14519         (mmap, mmap64, mremap, munmap): Likewise.
14520         * math/e_exp2l.c: Likewise.
14521         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
14522         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
14523         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
14524         * math/s_catan.c (__catan): Likewise.
14525         * math/s_catanf.c (__catanf): Likewise.
14526         * math/s_catanh.c (__catanh): Likewise.
14527         * math/s_catanhf.c (__catanhf): Likewise.
14528         * math/s_catanhl.c (__catanhl): Likewise.
14529         * math/s_catanl.c (__catanl): Likewise.
14530         * math/s_ccosh.c (__ccosh): Likewise.
14531         * math/s_ccoshf.c (__ccoshf): Likewise.
14532         * math/s_ccoshl.c (__ccoshl): Likewise.
14533         * math/s_cexp.c (__cexp): Likewise.
14534         * math/s_cexpf.c (__cexpf): Likewise.
14535         * math/s_cexpl.c (__cexpl): Likewise.
14536         * math/s_clog10.c (__clog10): Likewise.
14537         * math/s_clog10f.c (__clog10f): Likewise.
14538         * math/s_clog10l.c (__clog10l): Likewise.
14539         * math/s_clog.c (__clog): Likewise.
14540         * math/s_clogf.c (__clogf): Likewise.
14541         * math/s_clogl.c (__clogl): Likewise.
14542         * math/s_csin.c (__csin): Likewise.
14543         * math/s_csinf.c (__csinf): Likewise.
14544         * math/s_csinh.c (__csinh): Likewise.
14545         * math/s_csinhf.c (__csinhf): Likewise.
14546         * math/s_csinhl.c (__csinhl): Likewise.
14547         * math/s_csinl.c (__csinl): Likewise.
14548         * math/s_csqrt.c (__csqrt): Likewise.
14549         * math/s_csqrtf.c (__csqrtf): Likewise.
14550         * math/s_csqrtl.c (__csqrtl): Likewise.
14551         * math/s_ctan.c (__ctan): Likewise.
14552         * math/s_ctanf.c (__ctanf): Likewise.
14553         * math/s_ctanh.c (__ctanh): Likewise.
14554         * math/s_ctanhf.c (__ctanhf): Likewise.
14555         * math/s_ctanhl.c (__ctanhl): Likewise.
14556         * math/s_ctanl.c (__ctanl): Likewise.
14557         * math/w_pow.c: Likewise.
14558         * math/w_powf.c: Likewise.
14559         * math/w_powl.c: Likewise.
14560         * math/w_scalb.c (sysv_scalb): Likewise.
14561         * math/w_scalbf.c (sysv_scalbf): Likewise.
14562         * math/w_scalbl.c (sysv_scalbl): Likewise.
14563         * misc/error.c (error_tail): Likewise.
14564         * misc/pselect.c (__pselect): Likewise.
14565         * nis/nis_callback.c (__nis_create_callback): Likewise.
14566         * nis/nis_call.c (__nisfind_server): Likewise.
14567         * nis/nis_creategroup.c (nis_creategroup): Likewise.
14568         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
14569         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
14570         * nis/nis_getservlist.c (nis_getservlist): Likewise.
14571         * nis/nis_lookup.c (nis_lookup): Likewise.
14572         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
14573         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
14574         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
14575         * nis/nis_xdr.c (xdr_endpoint): Likewise.
14576         * nis/nss_compat/compat-grp.c (getgrent_next_file)
14577         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
14578         * nis/nss_compat/compat-initgroups.c (add_group)
14579         (internal_getgrent_r): Likewise.
14580         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
14581         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
14582         * nis/nss_compat/compat-spwd.c (getspent_next_file)
14583         (internal_getspnam_r): Likewise.
14584         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
14585         (_nss_nis_getaliasbyname_r): Likewise.
14586         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
14587         (_nss_nis_getntohost_r): Likewise.
14588         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
14589         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
14590         (_nss_nis_getgrgid_r): Likewise.
14591         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
14592         (internal_nis_gethostent_r, internal_gethostbyname2_r)
14593         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
14594         (_nss_nis_gethostbyname4_r): Likewise.
14595         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
14596         (initgroups_netid): Likewise.
14597         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
14598         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
14599         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
14600         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
14601         (_nss_nis_getprotobynumber_r): Likewise.
14602         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
14603         (_nss_nis_getsecretkey): Likewise.
14604         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
14605         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
14606         (_nss_nis_getpwuid_r): Likewise.
14607         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
14608         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
14609         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
14610         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
14611         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
14612         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
14613         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
14614         Likewise.
14615         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
14616         (_nss_nisplus_getntohost_r): Likewise.
14617         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
14618         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
14619         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
14620         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
14621         Likewise.
14622         * nis/nss_nisplus/nisplus-initgroups.c
14623         (_nss_nisplus_initgroups_dyn): Likewise.
14624         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
14625         (_nss_nisplus_getnetbyaddr_r): Likewise.
14626         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
14627         (_nss_nisplus_getprotobynumber_r): Likewise.
14628         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
14629         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
14630         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
14631         Likewise.
14632         * nis/nss_nisplus/nisplus-service.c
14633         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
14634         (_nss_nisplus_getservbyport_r): Likewise.
14635         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
14636         (_nss_nisplus_getspnam_r): Likewise.
14637         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
14638         Likewise.
14639         * nscd/aicache.c (addhstaiX): Likewise.
14640         * nscd/cache.c (cache_search, prune_cache): Likewise.
14641         * nscd/connections.c (register_traced_file, send_ro_fd)
14642         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
14643         (main_loop_epoll): Likewise.
14644         * nscd/grpcache.c (addgrbyX): Likewise.
14645         * nscd/hstcache.c (addhstbyX): Likewise.
14646         * nscd/initgrcache.c (addinitgroupsX): Likewise.
14647         * nscd/mem.c (gc, mempool_alloc): Likewise.
14648         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
14649         (addinnetgrX): Likewise.
14650         * nscd/nscd-client.h (__nscd_acquire_maplock)
14651         (__nscd_drop_map_ref): Likewise.
14652         * nscd/nscd_getai.c (__nscd_getai): Likewise.
14653         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
14654         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
14655         Likewise.
14656         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
14657         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
14658         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
14659         (__nscd_get_map_ref): Likewise.
14660         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
14661         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
14662         Likewise.
14663         * nscd/pwdcache.c (addpwbyX): Likewise.
14664         * nscd/selinux.c (preserve_capabilities): Likewise.
14665         * nscd/servicescache.c (addservbyX): Likewise.
14666         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
14667         * posix/fnmatch.c (fnmatch): Likewise.
14668         * posix/getopt.c (_getopt_internal_r): Likewise.
14669         * posix/glob.c (glob, glob_in_dir): Likewise.
14670         * posix/wordexp.c (exec_comm_child): Likewise.
14671         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
14672         (getanswer_r, gaih_getanswer_slice): Likewise.
14673         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
14674         * resolv/res_init.c: Likewise.
14675         * resolv/res_mkquery.c (res_nmkquery): Likewise.
14676         * resolv/res_query.c (__libc_res_nquery): Likewise.
14677         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
14678         Likewise.
14679         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
14680         * stdio-common/perror.c (perror): Likewise.
14681         * stdio-common/printf_fp.c (___printf_fp): Likewise.
14682         * stdio-common/tmpnam.c (tmpnam): Likewise.
14683         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
14684         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
14685         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
14686         Likewise.
14687         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
14688         * stdlib/putenv.c (putenv): Likewise.
14689         * stdlib/setenv.c (__add_to_environ): Likewise.
14690         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
14691         * stdlib/strtol_l.c (INTERNAL): Likewise.
14692         * string/memmem.c (memmem): Likewise.
14693         * string/strerror.c (strerror): Likewise.
14694         * string/strnlen.c (__strnlen): Likewise.
14695         * string/test-memmem.c (simple_memmem): Likewise.
14696         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
14697         * sunrpc/pm_getport.c (__get_socket): Likewise.
14698         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
14699         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
14700         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
14701         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
14702         Likewise.
14703         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
14704         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
14705         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
14706         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
14707         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
14708         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
14709         Likewise.
14710         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
14711         Likewise.
14712         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
14713         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
14714         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
14715         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
14716         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
14717         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
14718         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
14719         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
14720         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
14721         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
14722         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
14723         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
14724         Likewise.
14725         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
14726         Likewise.
14727         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
14728         Likewise.
14729         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
14730         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
14731         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
14732         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
14733         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
14734         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
14735         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
14736         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
14737         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
14738         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
14739         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
14740         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
14741         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
14742         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
14743         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
14744         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
14745         Likewise.
14746         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
14747         Likewise.
14748         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
14749         Likewise.
14750         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
14751         Likewise.
14752         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
14753         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
14754         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
14755         Likewise.
14756         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
14757         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
14758         * sysdeps/posix/opendir.c (__opendirat): Likewise.
14759         * sysdeps/posix/sleep.c: Likewise.
14760         * sysdeps/posix/tempname.c: Likewise.
14761         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
14762         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
14763         Likewise.
14764         * sysdeps/powerpc/powerpc32/dl-machine.h
14765         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
14766         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
14767         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
14768         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
14769         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
14770         Likewise.
14771         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
14772         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
14773         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
14774         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
14775         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
14776         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
14777         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
14778         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
14779         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
14780         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
14781         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
14782         (elf_machine_lazy_rel): Likewise.
14783         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
14784         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
14785         (elf_machine_lazy_rel): Likewise.
14786         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
14787         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
14788         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
14789         * sysdeps/unix/grantpt.c (grantpt): Likewise.
14790         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
14791         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
14792         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
14793         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
14794         Likewise.
14795         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
14796         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
14797         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
14798         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
14799         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
14800         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
14801         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
14802         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
14803         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
14804         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
14805         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
14806         Likewise.
14807         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
14808         (__posix_fallocate64_l64): Likewise.
14809         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
14810         (posix_fallocate): Likewise.
14811         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
14812         Likewise.
14813         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
14814         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
14815         (getifaddrs_internal): Likewise.
14816         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
14817         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
14818         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
14819         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
14820         * sysdeps/unix/sysv/linux/posix_fallocate64.c
14821         (__posix_fallocate64_l64): Likewise.
14822         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
14823         Likewise.
14824         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
14825         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
14826         (__get_clockfreq): Likewise.
14827         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
14828         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
14829         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
14830         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
14831         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
14832         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
14833         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
14834         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
14835         Likewise.
14836         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
14837         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
14838         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
14839         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
14840         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
14841         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
14842         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
14843         Likewise.
14844         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
14845         (posix_fallocate): Likewise.
14846         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
14847         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
14848         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
14849         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
14850         (elf_machine_rela, elf_machine_rela_relative)
14851         (elf_machine_lazy_rel): Likewise.
14852         * time/asctime.c (asctime_internal): Likewise.
14853         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
14854         * time/tzset.c (__tzset_parse_tz): Likewise.
14855         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
14856         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
14857         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
14858         * wcsmbs/wcsmbsload.h: Likewise.
14860         [BZ #15894]
14861         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
14863         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
14864         (arena_get2): Remove THREAD_STATS conditionals.
14865         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
14866         (__malloc_stats, int): Likewise.
14868 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
14870         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
14871         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
14873         * manual/setjmp.texi: Fix typos/grammar errors.
14875         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
14876         Only return early when n is <= 0.  Delete unused return statement.
14878         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
14879         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
14880         * debug/tst-longjmp_chk3.c: New file.
14882         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
14883         (test_main): Replace code with set_fortify_handler call.
14884         * debug/test-strcpy_chk.c: Likewise.
14885         * debug/tst-chk1.c: Likewise.
14886         * debug/tst-longjmp_chk.c: Likewise.
14887         * test-skeleton.c: Include fcntl.h & paths.h
14888         (set_fortify_handler): Define.
14890         * debug/tst-longjmp_chk.c: Add header comment and include
14891         ../test-skeleton.c.
14892         (do_test): Mark static.
14893         (TEST_FUNCTION): Define.
14895         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
14896         (IP_PMTUDISC_INTERFACE): Likewise.
14897         (IP_MULTICAST_IF): Likewise.
14898         (IP_MULTICAST_TTL): Likewise.
14899         (IP_MULTICAST_LOOP): Likewise.
14900         (IP_ADD_MEMBERSHIP): Likewise.
14901         (IP_DROP_MEMBERSHIP): Likewise.
14902         (IP_UNBLOCK_SOURCE): Likewise.
14903         (IP_BLOCK_SOURCE): Likewise.
14904         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
14905         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
14906         (IP_MSFILTER): Likewise.
14907         (MCAST_JOIN_GROUP): Likewise.
14908         (MCAST_BLOCK_SOURCE): Likewise.
14909         (MCAST_UNBLOCK_SOURCE): Likewise.
14910         (MCAST_LEAVE_GROUP): Likewise.
14911         (MCAST_JOIN_SOURCE_GROUP): Likewise.
14912         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
14913         (MCAST_MSFILTER): Likewise.
14914         (IP_MULTICAST_ALL): Likewise.
14915         (IP_UNICAST_IF): Likewise.
14917         * timezone/Makefile: Delete $(have-ksh) check.
14918         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
14919         * timezone/tzselect.ksh: Add +x mode bits.
14921         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
14922         (ANON_INODE_FS_MAGIC): Likewise.
14923         (BDEVFS_MAGIC): Likewise.
14924         (BINFMTFS_MAGIC): Likewise.
14925         (BTRFS_TEST_MAGIC): Likewise.
14926         (CRAMFS_MAGIC_WEND): Likewise.
14927         (DEBUGFS_MAGIC): Likewise.
14928         (ECRYPTFS_SUPER_MAGIC): Likewise.
14929         (EXT3_SUPER_MAGIC): Likewise.
14930         (EXT4_SUPER_MAGIC): Likewise.
14931         (FUTEXFS_SUPER_MAGIC): Likewise.
14932         (HOSTFS_SUPER_MAGIC): Likewise.
14933         (HUGETLBFS_MAGIC): Likewise.
14934         (MINIX3_SUPER_MAGIC): Likewise.
14935         (MTD_INODE_FS_MAGIC): Likewise.
14936         (NILFS_SUPER_MAGIC): Likewise.
14937         (OPENPROM_SUPER_MAGIC): Likewise.
14938         (PIPEFS_MAGIC): Likewise.
14939         (PSTOREFS_MAGIC): Likewise.
14940         (QNX6_SUPER_MAGIC): Likewise.
14941         (RAMFS_MAGIC): Likewise.
14942         (REISERFS_SUPER_MAGIC_STRING): Likewise.
14943         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
14944         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
14945         (SECURITYFS_MAGIC): Likewise.
14946         (SELINUX_MAGIC): Likewise.
14947         (SMACK_MAGIC): Likewise.
14948         (SOCKFS_MAGIC): Likewise.
14949         (SQUASHFS_MAGIC): Likewise.
14950         (STACK_END_MAGIC): Likewise.
14951         (TMPFS_MAGIC): Likewise.
14952         (USBDEVICE_SUPER_MAGIC): Likewise.
14953         (V9FS_MAGIC): Likewise.
14954         (XENFS_SUPER_MAGIC): Likewise.
14955         (CRAMFS_MAGIC): Fix typo in comment.
14956         (EXT2_SUPER_MAGIC): Update comment.
14957         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
14959 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
14961         * sysdeps/arm: Move directory from ports/sysdeps/arm.
14962         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
14963         * sysdeps/unix/sysv/linux/arm: Move directory from
14964         ports/sysdeps/unix/sysv/linux/arm.
14965         * README: Update listing for arm-*-linux-gnueabi.
14967         * README: Remove mention of am33.
14969 2014-02-07  Roland McGrath  <roland@hack.frob.com>
14971         * bits/sigset.h (__sigemptyset): Use a statement expression rather
14972         than the comma operator, to avoid "rhs of comma has no effect"
14973         compiler warnings.
14974         (__sigfillset, __sigandset, __sigorset): Likewise.
14975         * include/signal.h (__sigemptyset): Likewise.
14976         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
14978 2014-02-07  Allan McRae  <allan@archlinux.org>
14980         * version.h (RELEASE): Set to "development".
14981         (VERSION): Set to "2.19.90"
14982         * NEWS: Add 2.20 section.
14984 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
14986         [BZ #16529]
14987         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
14989 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
14991         * manual/contrib.texi: Update entry for Carlos O'Donell,
14992         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
14994 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
14996         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
14998         * sysdeps/unix/sysv/linux/kernel-features.h
14999         [__LINUX_KERNEL_VERSION >= 0x020621]
15000         (__ASSUME_PROC_PID_TASK_COMM): Define.
15002 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
15004         [BZ #16398]
15005         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
15006         conversion when destination buffer does not have enough space.
15007         * libio/tst-ftell-partial-wide.c: New test case.
15008         * libio/Makefile (tests): Add tst-ftell-partial-wide.
15010         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
15011         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
15012         Leonard and Allan McRae.
15014 2014-02-04  David S. Miller  <davem@davemloft.net>
15016         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
15017         32-bit.
15019 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15021         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
15022         New file
15023         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
15024         New file
15025         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
15026         New file.
15027         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
15028         New file.
15029         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
15030         New file.
15031         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
15032         New file.
15033         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
15034         New file.
15035         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
15036         New file.
15037         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
15038         New file.
15039         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
15040         New file.
15041         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
15042         New file.
15043         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
15044         New file.
15045         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
15046         New file.
15048 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15050         * nptl/shlib-versions: Change powerpc*le start to 2.17.
15051         * shlib-versions: Likewise.
15053 2014-02-04  Roland McGrath  <roland@hack.frob.com>
15054             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15056         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
15057         (abilist-pattern): New variable, set to %-le.abilist.
15059         * Makerules (abilist-pattern): New variable.
15060         (vpath): Use $(abilist-pattern) in place of %.abilist.
15061         (check-abi-% pattern rule): Likewise.
15062         (check-abi, update-abi): Likewise.
15064 2014-02-04  Eric Wong  <normalperson@yhbt.net>
15066         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
15068 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
15070         * manual/startup.texi: Add next, previous, and top entries for
15071         the `Program Arguments' and `Environment Variables' nodes.
15073 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
15075         * manual/macros.texi: Add comments before MTASC-safety macros.
15077         * manual/users.texi: Document MTASC-safety properties.
15079         * manual/threads.texi (pthread_key_create, pthread_key_delete)
15080         (pthread_getspecific, pthread_setspecific): Format with
15081         @deftypefun, and add @safety note.
15082         * manual/signal.texi: Move comments that analyze the above
15083         functions to their home place.
15085 2014-02-03  Allan McRae  <allan@archlinux.org>
15087         * po/sl.po: Update Slovenian translation from translation project.
15089 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
15091         * manual/time.texi (timegm): Add missing blank after @c.
15092         Reported by Joseph Myers <joseph@codesourcery.com>.
15094 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
15096         * manual/check-safety.sh: New.
15097         * manual/Makefile ($(objpfx)stamp-summary): Run it.
15099         * manual/terminal.texi: Document MTASC-safety properties.
15101         * manual/filesys.texi: Document MTASC-safety properties.
15103         * manual/errno.texi: Document MTASC-safety properties.
15105         * manual/intro.texi: Document safety identifiers and
15106         conditionals.
15108         * manual/string.texi (wcstok): Fix prototype.
15109         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
15111         * manual/time.texi: Document MTASC-safety properties.
15113         * manual/string.texi: Document MTASC-safety properties.
15115         * manual/threads.texi: Document MTASC-safety properties.
15117         * manual/stdio.texi: Document MTASC-safety properties.
15119         * manual/syslog.texi: Document MTASC-safety properties.
15121         * manual/sysinfo.texi: Document MTASC-safety properties.
15123         * manual/startup.texi: Document MTASC-safety properties.
15125         * manual/socket.texi: Document MTASC-safety properties.
15127         * manual/signal.texi: Document MTASC-safety properties.
15129 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
15131         * manual/setjmp.texi: Document MTASC-safety properties.
15133         * manual/search.texi: Document MTASC-safety properties.
15135         * manual/resource.texi: Document MTASC-safety properties.
15137         * manual/process.texi: Document MTASC-safety properties.
15139         * manual/platform.texi: Document MTASC-safety properties.
15141         * manual/pipe.texi: Document MTASC-safety properties.
15143         * manual/pattern.texi: Document MTASC-safety properties.
15145         * manual/message.texi: Document MTASC-safety properties.
15147         [BZ #12751]
15148         * manual/memory.texi: Document MTASC-safety properties.
15150         * manual/math.texi: Document MTASC-safety properties.
15152         * manual/locale.texi: Document MTASC-safety properties.
15154         * manual/llio.texi: Document MTASC-safety properties.
15156         * manual/libdl.texi: New.
15158         * manual/lang.texi: Document MTASC-safety properties.
15160         * manual/job.texi: Document MTASC-safety properties.
15162         * manual/getopt.texi: Document MTASC-safety properties.
15164         * manual/ctype.texi: Document MTASC-safety properties.
15166 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
15168         [BZ #16046]
15169         * csu/libc-tls.c (static_map): Remove variable.
15170         (__libc_setup_tls): Use main executable's link map for TLS data.
15171         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
15172         casing for LM_ID_BASE and GL(dl_nns).
15173         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
15174         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
15175         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
15176         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
15177         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
15178         member.
15179         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
15180         l_phnum members.
15182 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
15184         * manual/debug.texi: Document MTASC-safety properties.
15186 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
15188         [BZ #16510]
15189         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
15190         of __x86_64__ when disabling x87 inline functions.
15192 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
15194         * manual/charset.texi: Document MTASC-safety properties.
15196         * manual/crypt.texi: Document MTASC-safety properties.
15198         * manual/conf.texi: Document MTASC-safety properties.
15200         * manual/arith.texi: Document MTASC-safety properties.
15202         * manual/argp.texi: Document MTASC-safety properties.
15204         * manual/macros.texi: Introduce macros to document multi
15205         thread, asynchronous signal and asynchronous cancellation
15206         safety properties.
15207         * manual/intro.texi: Introduce the properties themselves.
15209 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15211         * sysdeps/sh/sh4/Makefile: New file.
15213 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
15215         * math/gen-libm-test.pl ($srcdir): New variable.
15216         ($auto_input): Use it.
15218 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
15220         [BZ #16506]
15221         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
15222         access beyond array bounds when parsing netgroups file.
15224         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
15225         the old buffer before realloc.
15227 2014-01-27  Allan McRae  <allan@archlinux.org>
15229         * po/fr.po: Update French translation from translation project.
15231 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15233         * sysdeps/sh/libm-test-ulps: Regenerate.
15235 2014-01-24  David S. Miller  <davem@davemloft.net>
15237         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
15239 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15241         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
15242         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
15244 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
15246         [BZ #16474]
15247         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
15248         string pointers after reallocation.
15250 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15252         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
15253         __SH4A__ instead of __SH_FPU_ANY__.
15255 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
15257         * sysdeps/sh/fpu_control.h: New file.
15258         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
15259         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
15260         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
15261         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
15262         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
15263         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
15264         * sysdeps/sh/sys/ucontext.h: Remove.
15265         * sysdeps/sh/sys: Remove directory.
15267 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15269         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
15270         s390/sys/ucontext.h.
15271         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
15272         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
15274 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
15276         [BZ #15605]
15277         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
15279 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15281         [BZ#16431]
15282         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
15283         Adjust the vDSO correctly for internal calls.
15284         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
15286 2014-01-20  Allan McRae  <allan@archlinux.org>
15288         * po/ca.po: Update Catalan translation from translation project.
15290 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
15292         * sysdeps/s390/sotruss-lib.c: New file.
15294 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15296         [BZ#16430]
15297         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
15298         (__GI___gettimeofday): Alias for a different internal symbol to avoid
15299         local calls issues by not having a PLT stub required for IFUNC calls.
15300         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
15302 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
15304         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
15305         * math/test-fpucw-static.c: Likewise.
15307 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
15309         [BZ #16453]
15310         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
15312 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15314         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
15315         implementation for powerpc.
15317 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
15319         [BZ #14782]
15320         * sysdeps/posix/system.c (__libc_system): Do not enable
15321         asynchronous cancellation.
15323 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15325         [BZ #16427]
15326         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
15327         handling only for numbers special also in the IEEE case.
15329 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15331         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15333 2014-01-11  Allan McRae  <allan@archlinux.org>
15335         * po/bg.po: Update Bulgarian translation from translation project.
15337         * po/de.po: Update German translation from translation project.
15339 2014-01-10  Roland McGrath  <roland@hack.frob.com>
15341         * sysdeps/generic/gcc-compat.h: New file.
15343 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
15345         * benchtests/asin-inputs: Correct slow inputs.
15346         * benchtests/acos-inputs: Likewise.
15348 2014-01-10  Allan McRae  <allan@archlinux.org>
15350         * po:sv.po: Update Swedish translation from translation project.
15352         * po/vi.po: Update Vietnamese translation from translation project.
15354         * po/eo.po: Update Esperanto translation from translation project.
15356         * po/cs.po: Update Czech translation from translation project.
15358         * po/nl.po: Update Dutch translation from translation project.
15360         * po/pl.po: Update Polish translation from translation project.
15362         * po/ru.po: Update Russian translation from translation project.
15364         * po/uk.po: Update Ukrainian translation from translation project.
15366 2014-01-08  Brooks Moses  <bmoses@google.com>
15368         * elf/dl-load.c: Fix comment typo.
15370 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
15372         * po/header.pot: Rename to...
15373         * po/pot.header: ... this.
15374         * po/Makefile: Use pot.header.
15376 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
15377             Maxim Kuvyrkov  <maxim@kugelworks.com>
15379         [BZ #16394]
15380         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
15381         SRC and DEST against LEN.
15383 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15385         [BZ #16414]
15386         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
15387         implementation.
15388         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
15390 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15392         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15394 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
15396         [BZ #16408]
15397         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
15398         for large positive arguments.
15400 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
15402         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
15404         * math/auto-libm-test-in: Mark various tests with
15405         xfail-rounding:ldbl-128ibm.
15406         * math/auto-libm-test-out: Regenerated.
15408         [BZ #16407]
15409         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
15410         Increase overflow threshold.
15412 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
15414         [BZ #14286]
15415         * stdio-common/vfprintf.c: Check for integer overflow.
15417 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15419         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
15420         the first argument and return value of __tls_get_addr_internal.
15422 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15424         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
15425         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
15427 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
15429         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
15430         * sysdeps/s390/rtld-global-offsets.sym: New file.
15431         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
15432         GLIBC_2.19 symbol.
15433         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
15434         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
15435         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
15436         ... this.
15437         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
15438         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
15439         ... this.
15440         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
15441         Regenerate.
15442         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
15443         Regenerate.
15444         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
15445         halfs of GPRs for high_gprs contexts.
15446         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
15447         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
15448         field.
15449         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
15450         uc_flags field.
15451         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
15452         64 bit versions:
15453         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
15454         for high GPRs (uc_high_gprs) and for future extensions
15455         (__reserved).
15456         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
15457         for future extensions (__reserved).
15458         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
15459         64 bit versions:
15460         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
15461         SC_HIGHGPRS offset definition.
15462         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
15463         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
15465         * Versions.def: Add GLIBC_2.19 for libpthread.
15466         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
15467         siglongjmp for libpthread with GLIBC_2.19 symver.
15468         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
15469         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
15470         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
15471         * sysdeps/s390/__longjmp.c: New file.
15472         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
15473         * sysdeps/s390/longjmp.c: New file.
15474         * sysdeps/s390/setjmp.S: New file.
15475         * sysdeps/s390/sigjmp.S: New file.
15476         * sysdeps/s390/v1-longjmp.c: New file.
15477         * sysdeps/s390/v1-setjmp.h: New file.
15478         * sysdeps/s390/v1-sigjmp.c: New file.
15479         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
15480         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
15481         GLIBC_2.19 version.
15482         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
15483         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
15484         versioned symbols for ____longjmp_chk.
15485         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
15486         Likewise.
15487         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
15488         Regenerate.
15489         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
15490         Regenerate.
15491         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
15492         Regenerate.
15493         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
15494         Regenerate.
15495         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
15496         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
15497         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
15498         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
15499         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
15500         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
15501         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
15502         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
15503         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
15504         * sysdeps/s390/rtld-__longjmp.c: New file.
15505         * sysdeps/s390/rtld-setjmp.S: New file.
15507 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
15509         [BZ #16400]
15510         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
15511         Return -__logl (x) for small positive arguments without evaluating
15512         a polynomial.
15514 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
15516         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
15517         Rename to ...
15518         (__ptrace_peeksiginfo_args): ... this.
15519         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
15520         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
15521         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
15523 2014-01-06  Allan McRae  <allan@archlinux.org>
15525         * inet/netinet/in.h: Fix typo in comment.
15527 2014-01-05  Andreas Jaeger  <aj@suse.de>
15529         * sysdeps/i386/fpu/libm-test-ulps: Update.
15531 2014-01-05  Allan McRae  <allan@archlinux.org>
15533         * po/libc.pot: Regenerated.
15535         * malloc/memusagestat.c: Fix gettext call formatting.
15537 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
15539         * nscd/nscd.c: Improve usage() output.
15541 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
15543         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
15544         * sysdeps/unix/sysv/linux/configure: Regenerated.
15545         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
15546         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
15548 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
15550         [BZ #16390]
15551         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
15552         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
15554 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15556         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
15557         extra tokens at end of #undef directive.
15558         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
15559         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
15560         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
15562 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
15564         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
15566         * math/auto-libm-test-in: Mark various tests with
15567         xfail-rounding:ldbl-128ibm.
15568         * math/auto-libm-test-out: Regenerated.
15570 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
15572         [BZ #16386]
15573         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
15574         numbers with subnormal high part when calculating exponent.
15576         [BZ #16385]
15577         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
15578         fabs.
15580         [BZ #16384]
15581         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
15582         M_LN2l.
15583         (__ieee754_acoshl): Use __log1pl not __log1p.
15585 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
15587         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
15588         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
15589         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
15590         (grow_heap, heap_trim, _int_new_arena, get_free_list)
15591         (reused_arena, arena_get2): Convert to GNU style.
15592         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
15593         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
15594         (memalign_check, __malloc_set_state): Likewise.
15595         * malloc/mallocbug.c (main): Likewise.
15596         * malloc/malloc.c (__malloc_assert, malloc_init_state)
15597         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
15598         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
15599         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
15600         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
15601         (__posix_memalign, malloc_info): Likewise.
15602         * malloc/malloc.h: Likewise.
15603         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
15604         (mallochook, memalignhook, reallochook, mabort): Likewise.
15605         * malloc/mcheck.h: Likewise.
15606         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
15607         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
15608         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
15609         * malloc/morecore.c (__default_morecore): Likewise.
15610         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
15611         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
15612         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
15613         (print_and_abort): Likewise.
15614         * malloc/obstack.h: Likewise.
15615         * malloc/set-freeres.c (__libc_freeres): Likewise.
15616         * malloc/tst-mallocstate.c (main): Likewise.
15617         * malloc/tst-mtrace.c (main): Likewise.
15618         * malloc/tst-realloc.c (do_test): Likewise.
15620 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
15622         [BZ #16366]
15623         * nscd/netgroupcache.c (do_notfound): New function.
15624         (addgetnetgrentX): Use it.
15626         [BZ # 16365]
15627         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
15628         NSS_STATUS_NOTFOUND.
15630 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
15632         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
15633         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15635 2014-01-01  Allan McRae  <allan@archlinux.org>
15637         * scripts/update-copyrights: Update configure input file suffix.
15639         * NEWS: Update copyright year.
15640         * catgets/gencat.c: Likewise.
15641         * csu/version.c: Likewise.
15642         * debug/catchsegv.sh: Likewise.
15643         * debug/pcprofiledump.c: Likewise.
15644         * debug/xtrace.sh: Likewise.
15645         * elf/ldconfig.c: Likewise.
15646         * elf/ldd.bash.in: Likewise.
15647         * elf/pldd.c: Likewise.
15648         * elf/sotruss.ksh: Likewise.
15649         * elf/sprof.c: Likewise.
15650         * iconv/iconv_prog.c: Likewise.
15651         * iconv/iconvconfig.c: Likewise.
15652         * locale/programs/locale.c: Likewise.
15653         * locale/programs/localedef.c: Likewise.
15654         * login/programs/pt_chown.c: Likewise.
15655         * malloc/memusage.sh: Likewise.
15656         * malloc/memusagestat.c: Likewise.
15657         * malloc/mtrace.pl: Likewise.
15658         * manual/libc.texinfo: Likewise.
15659         * nscd/nscd.c: Likewise.
15660         * nss/getent.c: Likewise.
15661         * nss/makedb.c: Likewise.
15662         * posix/getconf.c: Likewise.
15663         * scripts/test-installation.pl: Likewise.
15665         * All files with FSF copyright notices: Update copyright dates
15666         using scripts/update-copyrights.
15667         * intl/plural.c: Regenerated.
15668         * locale/programs/charmap-kw.h: Likewise.
15669         * locale/programs/locfile-kw.h: Likewise.
15671 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
15673         * sysdeps/unix/sysv/linux/configure: Regenerated.
15674         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
15675         the linux/fanotify.h header.
15676         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
15677         HAVE_LINUX_FANOTIFY_H is defined.
15679 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
15681         * benchtests/cos-inputs: New inputs.
15682         * benchtests/sin-inputs: Likewise.
15684         * benchtests/atan-inputs: New inputs. Fix name of multiple
15685         precision fallback inputs.
15687         * benchtests/atanh-inputs: New inputs.
15688         * benchtests/tanh-inputs: Likewise.
15690         * benchtests/acosh-inputs: New inputs.
15691         * benchtests/asinh-inputs: Likewise.
15693         * benchtests/cosh-inputs: New inputs.
15694         * benchtests/sinh-inputs: Likewise.
15696         * benchtests/acos-inputs: Add more inputs.
15697         * benchtests/asin-inputs: Likewise.
15699 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
15701         [BZ #16375]
15702         * manual/arith.texi: Fix spelling.
15703         * manual/charset.texi: Likewise.
15704         * manual/errno.texi: Likewise.
15705         * manual/filesys.texi: Likewise.
15706         * manual/lang.texi: Likewise.
15707         * manual/llio.texi: Likewise.
15708         * manual/locale.texi: Likewise.
15709         * manual/message.texi: Likewise.
15710         * manual/resource.texi: Likewise.
15711         * manual/search.texi: Likewise.
15712         * manual/setjmp.texi: Likewise.
15713         * manual/stdio.texi: Likewise.
15714         * manual/string.texi: Likewise.
15715         * manual/sysinfo.texi: Likewise.
15716         * manual/time.texi: Likewise.
15718 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
15720         * po/sl.po: New file.
15722 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
15724         * .gitignore: Add core/.gdbinit/.gdb_history.
15726 2013-12-27  Allan McRae  <allan@archlinux.org>
15728         [BZ #16369]
15729         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
15730         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
15732 2013-12-24  Brooks Moses  <bmoses@google.com>
15734         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
15735         all compilers that claim C++98 compliance, not just GCC.
15736         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
15737         Likewise.
15739 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
15741         * NEWS: Restore accidentally deleted bug-fix entries.
15743 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
15744             Ondřej Bílka  <neleai@seznam.cz>
15746         [BZ #15073]
15747         * malloc/malloc.c (_int_free): Perform sanity check only if we
15748         have_lock.
15750 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
15752         [BZ #12986]
15753         * manual/stdio.texi (String Input Conversions): Clarify that character
15754         classes are not supported.
15756 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15758         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15760 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
15762         [BZ #16337]
15763         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
15764         Calculate results for small negative arguments directly rather
15765         than using reflection formula with special underflow handling.
15767         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
15768         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
15769         sysdeps/unix/bsd/bsd4.4/syscalls.list.
15770         (fchflags): Likewise.
15771         (revoke): Likewise.
15772         (setlogin): Likewise.
15773         (sigaltstack): Likewise.
15774         (wait4): Likewise.
15775         (sigblock): Remove.
15776         (sigsetmask): Likewise.
15777         (wait3): Likewise.
15778         (waitpid): Likewise.
15779         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
15780         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
15781         file.
15782         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
15783         * sysdeps/unix/bsd/Makefile: ... here.
15784         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
15785         * sysdeps/unix/bsd/Versions: ... here.
15786         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
15787         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
15788         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
15789         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
15790         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
15791         * sysdeps/unix/bsd/sigblock.c: ... here.
15792         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
15793         * sysdeps/unix/bsd/sigsetmask.c: ... here.
15794         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
15795         * sysdeps/unix/bsd/sigvec.c: ... here.
15796         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
15797         * sysdeps/unix/bsd/tcdrain.c: ... here.
15798         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
15799         * sysdeps/unix/bsd/tcgetattr.c: ... here.
15800         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
15801         * sysdeps/unix/bsd/tcsetattr.c: ... here.
15802         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
15803         * sysdeps/unix/bsd/wait.c: ... here.
15804         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
15805         * sysdeps/unix/bsd/wait3.c: ... here.
15806         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
15807         * sysdeps/unix/bsd/waitpid.c: ... here.
15809 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
15811         [BZ #16356]
15812         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
15813         round-to-nearest for [!USE_AS_EXPM1L].
15814         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
15815         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
15816         more tests of exp and exp10.  Expect some exp10 tests to miss
15817         exceptions or fail in directed rounding modes.
15818         * math/auto-libm-test-out: Regenerated.
15819         * math/libm-test.inc (exp10_tonearest_test_data): New array.
15820         (exp10_test_tonearest): New function.
15821         (exp10_towardzero_test_data): New array.
15822         (exp10_test_towardzero): New function.
15823         (exp10_downward_test_data): New array.
15824         (exp10_test_downward): New function.
15825         (exp10_upward_test_data): New array.
15826         (exp10_test_upward): New function.
15827         (main): Call the new functions.
15828         * sysdeps/i386/fpu/libm-test-ulps: Update.
15829         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15831 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
15833         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
15834         asinh, atan, atan2, atanh, cbrt, cos and cosh.
15835         * math/auto-libm-test-out: Regenerated.
15836         * math/libm-test.inc (acosh_test_data): Add more tests.
15837         (atanh_test_data): Likewise.
15838         (ceil_test_data): Likewise.
15839         (copysign_test_data): Likewise.
15840         * sysdeps/i386/fpu/libm-test-ulps: Update.
15841         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15843         * timezone/checktab.awk: Update from tzcode 2013i.
15844         * timezone/private.h: Likewise.
15845         * timezone/scheck.c: Likewise.
15846         * timezone/tzfile.h: Likewise.
15847         * timezone/tzselect.ksh: Likewise.
15848         * timezone/zdump.c: Likewise.
15849         * timezone/zic.c: Likewise.
15851         * math/auto-libm-test-in: Add tests of cpow.
15852         * math/auto-libm-test-out: Regenerated.
15853         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
15854         * math/gen-auto-libm-tests.c (func_calc_method): Add value
15855         mpc_cc_c.
15856         (func_calc_desc): Add mpc_cc_c union field.
15857         (test_functions): Add cpow.
15858         (special_fill_2pi): New function.
15859         (special_real_inputs): Add 2pi.
15860         (calc_generic_results): Handle mpc_cc_c.
15861         * sysdeps/i386/fpu/libm-test-ulps: Update.
15862         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15864         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
15865         csqrt, ctan and ctanh.
15866         * math/auto-libm-test-out: Regenerated.
15867         * math/libm-test.inc (TEST_COND_x86_64): New macro.
15868         (TEST_COND_x86): Likewise.
15869         (ccos_test_data): Use AUTO_TESTS_c_c.
15870         (ccosh_test_data): Likewise.
15871         (cexp_test_data): Likewise.
15872         (clog_test_data): Likewise.
15873         (csqrt_test_data): Likewise.
15874         (ctan_test_data): Likewise.
15875         (ctan_tonearest_test_data): Likewise.
15876         (ctan_towardzero_test_data): Likewise.
15877         (ctan_downward_test_data): Likewise.
15878         (ctan_upward_test_data): Likewise.
15879         (ctanh_test_data): Likewise.
15880         (ctanh_tonearest_test_data): Likewise.
15881         (ctanh_towardzero_test_data): Likewise.
15882         (ctanh_downward_test_data): Likewise.
15883         (ctanh_upward_test_data): Likewise.
15884         * math/gen-auto-libm-tests.c (func_calc_method): Add value
15885         mpc_c_c.
15886         (func_calc_desc): Add mpc_c_c union field.
15887         (FUNC_mpc_c_c): New macro.
15888         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
15889         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
15890         ctanh.
15891         (special_fill_min_subnorm_p120): New function.
15892         (special_real_inputs): Add min_subnorm_p120.
15893         (calc_generic_results): Handle mpc_c_c.
15894         * sysdeps/i386/fpu/libm-test-ulps: Update.
15895         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15897 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
15899         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
15900         (do_sin_slow): New functions.
15901         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
15902         (cslow2, csloww1, csloww2): Use the new functions.
15904         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
15905         Use M to change sign of result instead of X.  Assume X is
15906         positive.
15907         (csloww1): Likewise.
15908         (__sin): Adjust.
15909         (__cos): Adjust.
15911         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
15912         arguments A and DA.
15913         (__sin): Adjust.
15914         (__cos): Likewise.
15916         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
15917         (__cos): Likewise.
15918         (sloww1): Don't adjust sign of DX.
15919         (csloww1): Likewise.
15920         (sloww2): Use X directly and don't adjust sign of DX.
15921         (csloww2): Likewise.
15923 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
15925         * math/auto-libm-test-in: Add tests of cabs and carg.
15926         * math/auto-libm-test-out: Regenerated.
15927         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
15928         (carg_test_data): Likewise.
15929         * math/gen-auto-libm-tests.c (func_calc_method): Add value
15930         mpc_c_f.
15931         (func_calc_desc): Add mpc_c_f union field.
15932         (test_functions): Add cabs and carg.
15933         (calc_generic_results): Handle mpc_c_f.
15935         * sysdeps/powerpc/powerpc32/libgcc-compat.S
15936         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
15937         as a macro and a compat symbol.
15938         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
15939         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
15940         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
15941         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
15942         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
15943         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
15944         not use .hidden.
15945         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
15946         Likewise.
15947         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
15948         Likewise.
15949         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
15950         Likewise.
15951         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
15952         Likewise.
15953         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
15954         Likewise.
15955         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
15956         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
15957         from GLIBC_2.3.2.
15959 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15961         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15963 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
15965         * manual/texinfo.tex: Update to version 2013-11-26.10 with
15966         trailing whitespace removed.
15967         * scripts/config.guess: Update to version 2013-11-29.
15968         * scripts/config.sub: Update to version 2013-10-01.
15970         * math/auto-libm-test-in: Add tests of sincos.
15971         * math/auto-libm-test-out: Regenerated.
15972         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
15973         * math/gen-auto-libm-tests.c (func_calc_method): Add value
15974         mpfr_f_11.
15975         (func_calc_desc): Add mpfr_f_11 union field.
15976         (test_functions): Add sincos.
15977         (calc_generic_results): Handle mpfr_f_11.
15978         * sysdeps/i386/fpu/libm-test-ulps: Update.
15979         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15981 2013-12-19  Andreas Schwab  <schwab@suse.de>
15983         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
15984         CALL_MCOUNT.
15985         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
15986         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
15987         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
15989 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
15991         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
15992         * sysdeps/i386/fpu/libm-test-ulps: Update.
15993         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15995         [BZ #16293]
15996         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
15997         round-to-nearest mode when using frndint.
15998         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
15999         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
16000         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
16001         Likewise.
16002         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
16003         sinh test to fail.
16004         * math/auto-libm-test-out: Regenerated.
16005         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
16006         (TEST_COND_x86): Likewise.
16007         (expm1_tonearest_test_data): New array.
16008         (expm1_test_tonearest): New function.
16009         (expm1_towardzero_test_data): New array.
16010         (expm1_test_towardzero): New function.
16011         (expm1_downward_test_data): New array.
16012         (expm1_test_downward): New function.
16013         (expm1_upward_test_data): New array.
16014         (expm1_test_upward): New function.
16015         (main): Run the new test functions.
16016         * sysdeps/i386/fpu/libm-test-ulps: Update.
16017         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16019         * include/features.h: Update comment documenting feature test
16020         macros.  Mention _DEFAULT_SOURCE in comment.
16021         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
16022         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
16023         _BSD_SOURCE and _SVID_SOURCE.
16024         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
16025         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
16026         !_SVID_SOURCE]: Likewise.
16027         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16028         (__USE_POSIX_IMPLICITLY): Define.
16029         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16030         (_POSIX_SOURCE): Undefine and redefine.
16031         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
16032         (_POSIX_C_SOURCE): Likewise.
16033         * manual/creature.texi (_DEFAULT_SOURCE): Document.
16034         (Feature Test Macros): Update documentation of default features.
16036 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
16038         * benchtests/Makefile: Add bench-strtok.
16039         * benchtests/bench-strtok.c: New file: strtok benchtest.
16041 2013-12-19  Allan McRae  <allan@archlinux.org>
16043         * manual/install.texi: Suppress menu for plain text output.
16044         * INSTALL: Regenerated.
16046 2013-12-18  Brooks Moses  <bmoses@google.com>
16048         [BZ #15846]
16049         * misc/getauxval.c: Include errno.h.
16050         (__getauxval): Set errno to ENOENT if the requested type is not
16051         found.
16052         * misc/sys/auxv.h (getauxval): Document that it may set errno;
16053         don't declare with __attribute_const__.
16054         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
16055         * manual/startup.texi: Document that getauxval sets errno.
16057 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16059         * math/auto-libm-test-in: Add tests of jn and yn.
16060         * math/auto-libm-test-out: Regenerated.
16061         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
16062         (yn_test_data): Likewise.
16063         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16064         mpfr_if_f.
16065         (func_calc_desc): Add mpfr_if_f union field.
16066         (FUNC_mpfr_if_f): New macro.
16067         (test_functions): Add jn and yn.
16068         (calc_generic_results): Assert type of second input for
16069         mpfr_ff_f.  Handle mpfr_if_f.
16070         (output_for_one_input_case): Disable all checking for arguments
16071         fitting floating-point types in case of an integer argument.
16072         * sysdeps/i386/fpu/libm-test-ulps: Update.
16073         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16075         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
16076         Don't expect fegetround reference in libm.so.
16078 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
16080         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
16081         $(config-cflags-nofma).
16083 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
16085         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
16086         * math/auto-libm-test-out: Regenerated.
16088         [BZ #16338]
16089         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
16090         to determine exponent and adjust argument to have exponent of -1.
16091         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
16092         log2.
16093         * math/auto-libm-test-out: Regenerated.
16094         * sysdeps/i386/fpu/libm-test-ulps: Update.
16095         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16097 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
16099         * manual/probes.texi: Remove cases when per-thread arenas are
16100         disabled.
16102 2013-12-18  Andreas Schwab  <schwab@suse.de>
16104         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
16105         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
16106         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
16107         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
16108         * sysdeps/i386/i686/multiarch/Makefile: Update.
16109         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
16111 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16113         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
16114         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
16116 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
16118         [BZ #15968]
16119         Support TZ transition times < 00:00:00.
16120         This is needed for version-3 tz-format files; it supports time
16121         stamps past 2037 for America/Godthab (the only entry in the tz
16122         database for which this change is relevant).
16123         * manual/time.texi (TZ Variable): Document transition times
16124         from -167:59:59 through -00:00:01.
16125         * time/tzset.c (tz_rule): Time of day is now signed.
16126         (__tzset_parse_tz): Parse negative time of day.
16128         Document TZ transition times >= 25:00:00.
16129         * manual/time.texi (TZ Variable): Document transition times from
16130         25:00:00 through 167:59:59.  These are already supported, and this
16131         support will help with version-3 tz-format files.
16133         * manual/time.texi (TZ Variable): Modernize North America example
16134         to reflect current (i.e., 2007-and-later) daylight saving rules.
16136         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
16138 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16140         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
16141         * sysdeps/unix/bsd/bits/stat.h: Likewise.
16142         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
16143         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
16144         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
16145         * sysdeps/unix/bsd/bsdstat.h: Likewise.
16146         * sysdeps/unix/bsd/clock.c: Likewise.
16147         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
16148         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
16149         * sysdeps/unix/bsd/init-posix.c: Likewise.
16150         * sysdeps/unix/bsd/poll.c: Likewise.
16151         * sysdeps/unix/bsd/ptsname.c: Likewise.
16152         * sysdeps/unix/bsd/seekdir.c: Likewise.
16153         * sysdeps/unix/bsd/setegid.c: Likewise.
16154         * sysdeps/unix/bsd/seteuid.c: Likewise.
16155         * sysdeps/unix/bsd/setgid.c: Likewise.
16156         * sysdeps/unix/bsd/setrgid.c: Likewise.
16157         * sysdeps/unix/bsd/setruid.c: Likewise.
16158         * sysdeps/unix/bsd/setsid.c: Likewise.
16159         * sysdeps/unix/bsd/setuid.c: Likewise.
16160         * sysdeps/unix/bsd/sigaction.c: Likewise.
16161         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
16162         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
16163         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
16164         * sysdeps/unix/bsd/telldir.c: Likewise.
16165         * sysdeps/unix/bsd/times.c: Likewise.
16166         * sysdeps/unix/bsd/usleep.c: Likewise.
16168         * misc/Makefile (install-lib): Remove libbsd-compat.a.
16169         ($(objpfx)libbsd-compat.a): Remove rule.
16171         * include/features.h (__FAVOR_BSD): Do not define.
16172         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
16173         features conflicting with POSIX.
16174         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
16175         (_BSD_SOURCE): Remove description of not being a subset of other
16176         feature test macros.
16177         * manual/job.texi (getpgrp): Do not document BSD version.
16178         (getpgid): Do not document by reference to BSD getpgrp.
16179         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
16180         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
16181         * signal/signal.h [__FAVOR_BSD]: Likewise.
16182         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
16183         instead of making contents conditional on [__FAVOR_BSD].
16184         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
16186 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16188         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16190 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
16192         [BZ #16314]
16193         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
16194         values below 2**-450, not 2**-500.
16195         * math/auto-libm-test-in: Don't allow spurious underflow from
16196         hypot.
16197         * math/auto-libm-test-out: Regenerated.
16199         [BZ #16316]
16200         [BZ #16330]
16201         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
16202         values of ha and hb and sort them after adjusting subnormal
16203         arguments.
16204         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
16205         Likewise.
16206         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
16207         values of ea and eb and sort them after adjusting subnormal
16208         arguments.
16209         * math/auto-libm-test-in: Do not expect some hypot tests of
16210         subnormals to fail.  Add more hypot tests.
16211         * math/auto-libm-test-out: Regenerated.
16213 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16215         [BZ #13304]
16216         * sysdeps/sh/s_fma.c: New file.
16217         * sysdeps/sh/s_fmaf.c: New file.
16218         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
16219         version.
16220         * sysdeps/sh/Implies: Add sh/soft-fp.
16222 2013-12-16  Roland McGrath  <roland@hack.frob.com>
16224         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
16225         level of indirection to members `objname', `errstring', `malloced'.
16226         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
16227         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
16228         it as the __longjmp argument (just pass 1 instead).
16229         (_dl_catch_error): Initialize C with argument pointers and address of
16230         volatile local ERRCODE rather than copying values out of C at return.
16232 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
16234         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
16235         * math/auto-libm-test-out: Regenerated.
16236         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
16237         (hypot_test_data): Likewise.
16238         (pow_test_data): Likewise.
16239         (pow_tonearest_test_data): Likewise.
16240         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16241         mpfr_ff_f.
16242         (func_calc_desc): Add mpfr_ff_f union field.
16243         (FUNC_mpfr_ff_f): New macro.
16244         (test_functions): Add atan2, hypot and pow.
16245         (special_fill_min): New function.
16246         (special_fill_minus_min): Likewise.
16247         (special_fill_min_subnorm): Likewise.
16248         (special_fill_minus_min_subnorm): Likewise.
16249         (special_real_inputs): Add min, -min, min_subnorm and
16250         -min_subnorm.
16251         (calc_generic_results): Handle mpfr_ff_f.
16252         * sysdeps/i386/fpu/libm-test-ulps: Update.
16253         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16255 2013-12-16  Will Newton  <will.newton@linaro.org>
16257         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
16258         (Aligned Memory Blocks): Add documentation for aligned_alloc
16259         and suggest it as an alternative to posix_memalign.
16260         (Hooks for Malloc): Document __memalign_hook is also called
16261         for aligned_alloc.  (Summary of Malloc): Add summary for
16262         aligned alloc.  Document __memalign_hook is also called
16263         for aligned_alloc.
16265 2013-12-16  Will Newton  <will.newton@linaro.org>
16267         * manual/memory.texi (Malloc Examples): Clarify default
16268         alignment documentation.  Suggest posix_memalign rather
16269         than memalign or valloc.
16270         (Aligned Memory Blocks): Remove suggestion to use memalign
16271         or valloc.  Remove obsolete comment about BSD.
16272         Document memalign errno values and mark the function obsolete.
16273         Document posix_memalign returned error codes.  Mark valloc
16274         as obsolete.  (Hooks for Malloc): __memalign_hook is also
16275         called for posix_memalign and valloc.
16276         (Summary of Malloc): Add posix_memalign to function summary.
16277         __memalign_hook is also called for posix_memalign and valloc.
16279 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
16281         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
16282         TAYLOR_SIN.
16283         (__sin): Adjust.
16284         (__cos): Likewise.
16285         (sloww): Use mynumber union.  Expand ternary operator into
16286         if-else statements.
16287         (cslow): use mynumber union.
16289 2013-12-16  Allan McRae  <allan@archlinux.org>
16291         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
16292         * configure: Regenerated.
16294         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
16296         [BZ #14120]
16297         * configure.ac: Added --enable-maintainer-mode. Check for
16298         autoconf when enabled.
16299         * configure: Regenerated.
16301         * nscd/nscd.service: New file.
16302         * nscd/nscd.tmpfiles: New file.
16304 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
16306         [BZ #12100]
16307         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
16308         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
16309         * sysdeps/x86_64/multiarch/strstr.c: ... here.
16310         (strstr): Add __strstr_sse2_unaligned ifunc.
16311         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
16312         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
16313         (strcasestr): Remove __strcasestr_sse42 ifunc.
16314         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
16315         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
16316         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
16318 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16320         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
16321         * sysdeps/sh/bits/fenv.h: ... here.
16322         * sysdeps/sh/sh4/fpu/bits: Remove directory.
16324 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16326         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
16328         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
16329         hypotf multiarch implementations.
16330         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
16331         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
16332         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
16333         multiarch hypot for PPC64.
16334         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
16335         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
16336         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
16337         multiarch hypotf for PPC64.
16339         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
16340         modff multiarch implementations.
16341         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
16342         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
16343         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
16344         multiarch modf for PPC64.
16345         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
16346         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
16347         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
16348         multiarch modff for PPC64.
16350         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
16351         and logl multiarch implementations.
16352         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
16353         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
16354         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
16355         multiarch logb for PPC64.
16356         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
16357         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
16358         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
16359         multiarch logb for PPC64.
16360         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
16361         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
16362         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
16363         multiarch logb for PPC64.
16365         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
16366         isinff multiarch implementation.
16367         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
16368         file.
16369         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
16370         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
16371         multiarch isinf for PPC64.
16372         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
16373         file.
16374         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
16375         multiarch isinff for PPC64.
16377         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
16378         finitef multiarch implementation.
16379         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
16380         file.
16381         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
16382         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
16383         multiarch finite for PPC64.
16384         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
16385         file.
16386         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
16387         multiarch finitef for PPC64.
16389         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
16390         lrint multiarch implementation.
16391         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
16392         file.
16393         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
16394         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
16395         multiarch llrint for PPC64.
16396         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
16397         multiarch lrint for PPC64.
16399         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
16400         copysignf multiarch implementation.
16401         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
16402         file.
16403         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
16404         file.
16405         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
16406         multiarch copysign for PPC64.
16407         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
16408         multiarch copysignf for PPC64.
16410         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
16411         multiarch implementation.
16412         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
16413         file.
16414         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
16415         file.
16416         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
16417         file.
16418         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
16419         file.
16420         multiarch llround for PPC64.
16421         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
16422         multiarch trunc for PPC64.
16423         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
16424         multiarch truncf for PPC64.
16426         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
16427         multiarch implementation.
16428         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
16429         file.
16430         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
16431         file.
16432         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
16433         file.
16434         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
16435         file.
16436         multiarch llround for PPC64.
16437         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
16438         multiarch round for PPC64.
16439         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
16440         multiarch roundf for PPC64.
16442         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
16443         multiarch implementation.
16444         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
16445         file.
16446         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
16447         file.
16448         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
16449         file.
16450         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
16451         file.
16452         multiarch llround for PPC64.
16453         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
16454         multiarch floor for PPC64.
16455         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
16456         multiarch floorf for PPC64.
16458         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
16459         multiarch implementation.
16460         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
16461         file.
16462         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
16463         file.
16464         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
16465         file.
16466         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
16467         file.
16468         multiarch llround for PPC64.
16469         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
16470         multiarch ceil for PPC64.
16471         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
16472         multiarch ceilf for PPC64.
16474         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
16475         multiarch implementation.
16476         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
16477         file.
16478         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
16479         file.
16480         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
16481         file.
16482         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
16483         multiarch llround for PPC64.
16484         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
16485         multiarch lround for PPC64.
16487         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
16488         multiarch implementation.
16489         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
16490         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
16491         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
16492         file.
16493         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
16494         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
16495         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
16496         multiarch isnan for PPC64.
16497         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
16498         multiarch isnanf for PPC64.
16500         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
16501         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
16502         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
16503         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
16504         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
16505         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
16507         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
16508         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
16509         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
16510         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
16512         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
16513         multiarch implementations.
16514         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16515         (__libc_ifunc_impl_list): Likewise.
16516         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
16517         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
16518         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
16519         multiarch stpcpy for PPC64.
16521         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
16522         multiarch implementations.
16523         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16524         (__libc_ifunc_impl_list): Likewise.
16525         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
16526         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
16527         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
16528         multiarch strcpy for PPC64.
16530         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
16531         redefine function name.
16532         (_wordcopy_fwd_dest_aligned): Likewise.
16533         (_wordcopy_bwd_aligned): Likewise.
16534         (_wordcopy_bwd_dest_aligned): Likewise.
16535         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
16536         multiarch implementations.
16537         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16538         (__libc_ifunc_impl_list): Likewise.
16539         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
16540         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
16541         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
16542         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
16543         multiarch wcscpy for PPC64.
16545         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
16546         multiarch implementations.
16547         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16548         (__libc_ifunc_impl_list): Likewise.
16549         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
16550         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
16551         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
16552         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
16553         multiarch wcscpy for PPC64.
16555         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
16556         multiarch implementations.
16557         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16558         (__libc_ifunc_impl_list): Likewise.
16559         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
16560         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
16561         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
16562         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
16563         multiarch wcsrchr for PPC64.
16565         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
16566         multiarch implementations.
16567         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16568         (__libc_ifunc_impl_list): Likewise.
16569         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
16570         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
16571         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
16572         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
16573         multiarch wcschr for PPC64.
16575         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
16576         multiarch implementations.
16577         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16578         (__libc_ifunc_impl_list): Likewise.
16579         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
16580         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
16581         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
16582         multiarch strchrnul for PPC64.
16584         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
16585         implementations.
16586         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16587         (__libc_ifunc_impl_list): Likewise.
16588         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
16589         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
16590         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
16591         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
16592         strchr for PPC64.
16594         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
16595         implementations.
16596         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16597         (__libc_ifunc_impl_list): Likewise.
16598         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
16599         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
16600         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
16601         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
16602         strncmp for PPC64.
16604         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
16605         multiarch implementations.
16606         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16607         (__libc_ifunc_impl_list): Likewise.
16608         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
16609         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
16610         strncasecmp for PPC64.
16611         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
16612         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
16613         multiarch strncasecmp_l for PPC64.
16615         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
16616         multiarch implementations.
16617         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16618         (__libc_ifunc_impl_list): Likewise.
16619         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
16620         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
16621         multiarch strcasecmp for PPC64.
16622         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
16623         file.
16624         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
16625         multiarch strcasecmp_l for PPC64.
16627         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
16628         implementations.
16629         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16630         (__libc_ifunc_impl_list): Likewise.
16631         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
16632         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
16633         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
16634         strnlen for PPC64.
16636         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
16637         implementations.
16638         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16639         (__libc_ifunc_impl_list): Likewise.
16640         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
16641         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
16642         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
16643         strlen for PPC64.
16645         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
16646         implementations.
16647         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16648         (__libc_ifunc_impl_list): Likewise.
16649         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
16650         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
16651         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
16652         rawmemrchr for PPC64.
16654         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
16655         implementation.
16656         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16657         (__libc_ifunc_impl_list): Likewise.
16658         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
16659         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
16660         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
16661         memrchr for PPC64.
16663         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
16664         implementation.
16665         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16666         (__libc_ifunc_impl_list): Likewise.
16667         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
16668         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
16669         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
16670         memchr for PPC64.
16672         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
16673         implementation.
16674         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16675         (__libc_ifunc_impl_list): Likewise.
16676         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
16677         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
16678         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
16679         mempcpy for PPC64.
16681         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
16682         avoid cretion of __bzero symbol.
16683         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
16684         Likewise.
16685         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
16686         Likewise.
16687         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
16688         Likewise.
16689         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
16690         multiarch implementations.
16691         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16692         (__libc_ifunc_impl_list): Likewise.
16693         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
16694         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
16695         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
16696         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
16697         bzero for PPC32.
16698         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
16699         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
16700         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
16701         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
16702         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
16703         memset for PPC64.
16704         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
16706         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
16707         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
16708         implementations.
16709         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16710         (__libc_ifunc_impl_list): Likewise.
16711         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
16712         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
16713         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
16714         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
16715         memcmp for PPC64.
16717         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
16718         multiarch for POWER/PPC64.
16719         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
16720         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
16721         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
16722         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
16723         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
16724         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
16725         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
16726         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
16727         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
16728         memcpy for PPC64.
16730         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
16731         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
16732         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
16733         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
16734         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
16735         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
16736         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
16737         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
16738         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
16739         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
16740         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
16741         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
16742         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
16743         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
16744         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
16745         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
16746         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
16747         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
16748         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
16749         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
16750         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
16751         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
16753 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16755         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
16757 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
16759         * benchtests/Makefile (bench): Add exp2 and log2.
16760         (LDLIBS-bench-exp2): Add -lm.
16761         (LDLIBS-bench-log2): Likewise.
16762         * benchtests/exp2-inputs: New inputs file.
16763         * benchtests/log2-inputs: New inputs file.
16764         * benchtests/log-inputs: Add new inputs.
16765         * benchtests/tan-inputs: Likewise.
16767 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
16769         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
16770         definition...
16771         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
16772         (csloww2): ... from here.
16774         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
16775         instead of structures.
16776         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
16777         (POLYNOMIAL): Likewise.
16778         (TAYLOR_SLOW): Likewise.
16779         (__sin): Likewise.
16780         (__cos): Likewise.
16781         (slow1): Likewise.
16782         (slow2): Likewise.
16783         (sloww): Likewise.
16784         (sloww1); Likewise.
16785         (sloww2): Likewise.
16786         (bsloww1): Likewise.
16787         (bsloww2): Likewise.
16788         (cslow2): Likewise.
16789         (csloww): Likewise.
16790         (csloww1): Likewise.
16791         (csloww2): Likewise.
16793 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
16795         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
16796         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
16797         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
16798         * malloc/hooks.c (realloc_check): Likewise.
16800         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
16801         * malloc/arena.c: Remove PER_THREAD conditional.
16802         [!PER_THREAD]: Remove code.
16803         (ptmalloc_unlock_all2): Likewise.
16804         (ptmalloc_init): Likewise.
16805         (_int_new_arena): Likewise.
16806         (arena_get2): Likewise.
16807         * malloc/hooks.c (__malloc_get_state): Likewise.
16808         (__malloc_set_state): Likewise.
16809         * malloc/malloc.c: Likewise.
16810         (struct malloc_state): Likewise.
16811         (struct malloc_par): Likewise.
16812         (__libc_realloc): Likewise.
16813         (__libc_mallopt): Likewise.
16815 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16817         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
16819 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
16821         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
16822         macro to a function.  Check for zero perturb_byte.
16823         (_int_malloc, _int_free): Remove zero perturb_byte checks.
16825         * malloc/malloc.c: (force_reg): Remove.
16826         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
16827         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
16828         force_reg by atomic_forced_read.
16829         * malloc/arena.c (ptmalloc_init): Likewise.
16830         * malloc/hooks.c (top_check): Likewise.
16832 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16834         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16836 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
16838         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
16840 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
16842         * math/auto-libm-test-in: Add tests of lgamma.
16843         * math/auto-libm-test-out: Regenerated.
16844         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
16845         (M_LOG_2_SQRT_PIl): Likewise.
16846         (lgamma_test_data): Use AUTO_TESTS_f_f1.
16847         * math/gen-auto-libm-tests.c (func_calc_method): Add value
16848         mpfr_f_f1.
16849         (func_calc_desc): Add mpfr_f_f1 union field.
16850         (ARGS1): New macro.
16851         (ARGS2): Likewise.
16852         (ARGS3): Likewise.
16853         (ARGS4): Likewise.
16854         (RET1): Likewise.
16855         (RET2): Likewise.
16856         (CALC): Likewise.
16857         (FUNC): Likewise.
16858         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
16859         (test_functions): Add lgamma.
16860         (calc_generic_results): Handle mpfr_f_f1.
16861         * sysdeps/i386/fpu/libm-test-ulps: Update.
16862         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16864 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16866         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
16867         __mpn_add_n for PowerPC64/POWER7.
16868         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
16869         __mpn_sub_n for PowerPC64/POWER7.
16871         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
16872         __mpn_addmul_1 for PowerPC64.
16873         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
16874         __mpn_submul_1 for PowerPC64.
16875         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
16876         for PowerPC64.
16877         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
16878         for PowerPC64.
16880 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
16882         [BZ #15089]
16883         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
16885 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16887         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
16889         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
16890         add multiarch folders.
16891         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
16892         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
16893         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
16894         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
16895         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
16896         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
16897         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
16898         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
16899         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
16900         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
16901         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
16902         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
16903         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
16904         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
16905         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
16906         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
16907         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
16909         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
16910         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
16911         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
16912         New file.
16913         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
16914         New file.
16915         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
16916         multiarch __ieee754_hypot for PowerPC32.
16917         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
16918         New file.
16919         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
16920         New file.
16921         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
16922         multiarch __ieee754_hypotf for PowerPC32.
16924         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
16925         long_double_symbol only if __logbl is defined.
16926         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
16927         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
16928         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
16929         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
16930         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
16931         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
16932         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
16933         path for implementation.
16934         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
16935         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
16936         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
16937         logb, and logbl multiarch implementations for PowerPC32.
16938         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
16939         file.
16940         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
16941         file.
16942         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
16943         multiarch logb for PowerPC32.
16944         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
16945         file.
16946         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
16947         file.
16948         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
16949         multiarch logbf for PowerPC32.
16950         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
16951         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
16952         file.
16953         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
16954         multiarch logbl implementation for PowerPC32.
16956         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
16957         and modff multiarch implementations.
16958         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
16959         New file.
16960         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
16961         New file.
16962         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
16963         multiarch modf for PowerPC32.
16964         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
16965         New file.
16966         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
16967         New file.
16968         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
16969         multiarch modff for PowerPC32.
16971         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
16972         and lrintf multiarch implementations.
16973         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
16974         New file.
16975         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
16976         New file.
16977         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
16978         multiarch lrint for PowerPC32.
16979         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
16980         file: multiarch lrintf for PowerPC32.
16982         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
16983         and lroundf multiarch implementations.
16984         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
16985         New file.
16986         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
16987         New file.
16988         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
16989         New file.
16990         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
16991         multiarch lround for PowerPC32.
16992         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
16993         file: multiarch lroundf for PowerPC32.
16995         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
16996         copysign and copysignf multiarch implementations.
16997         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
16998         New file.
16999         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
17000         New file.
17001         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
17002         file: multiarch copysign for PowerPC32.
17003         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
17004         file: multiarch copysignf for PowerPC32.
17006         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
17007         and truncf multiarch implementations.
17008         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
17009         New file.
17010         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
17011         file.
17012         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
17013         multiarch trunc for PowerPC32.
17014         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
17015         New file.
17016         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
17017         New file.
17018         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
17019         multiarch truncf for PowerPC32.
17021         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
17022         and roundf multiarch implementations.
17023         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
17024         New file.
17025         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
17026         file.
17027         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
17028         multiarch round for PowerPC32.
17029         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
17030         New file.
17031         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
17032         New file.
17033         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
17034         multiarch roundf for PowerPC32.
17036         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
17037         and floorf multiarch implementations.
17038         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
17039         New file.
17040         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
17041         file.
17042         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
17043         multiarch floor for PowerPC32.
17044         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
17045         New file.
17046         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
17047         New file.
17048         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
17049         multiarch floorf for PowerPC32.
17051         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
17052         and ceilf multiarch implementations.
17053         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
17054         New file.
17055         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
17056         file.
17057         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
17058         multiarch ceil for PowerPC32.
17059         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
17060         New file.
17061         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
17062         file.
17063         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
17064         multiarch ceilf for PowerPC32.
17066         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
17067         is defined.
17068         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
17069         FINITEF is defined.
17070         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
17071         and finitef multiarch implementations.
17072         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
17073         New file.
17074         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
17075         file.
17076         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
17077         multiarch finite for PowerPC32.
17078         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
17079         New file.
17080         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
17081         file: multiarch finitef for PowerPC32.
17083         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
17084         and isinff multiarch implementations.
17085         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
17086         file.
17087         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
17088         file.
17089         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
17090         multiarch isinf for PowerPC32.
17091         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
17092         New file.
17093         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
17094         multiarch isinff for PowerPC32.
17096         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
17097         alias when __isnan is defined.
17098         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
17099         and isnanf multiarch implementations.
17100         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
17101         file.
17102         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
17103         file.
17104         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
17105         file.
17106         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
17107         file.
17108         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
17109         multiarch isnan for PowerPC32.
17110         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
17111         New file.
17112         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
17113         New file.
17114         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
17115         multiarch isnanf for PowerPC32.
17117         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
17118         and sqrtf multiarch implementations.
17119         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
17120         file.
17121         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
17122         file.
17123         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
17124         multiarch sqrt for PowerPC32.
17125         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
17126         file.
17127         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
17128         file.
17129         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
17130         multiarch sqrtf for PowerPC32.
17132         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
17133         and llroundf multiarch implementations.
17134         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
17135         New file.
17136         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
17137         New file.
17138         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
17139         New file.
17140         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
17141         file: multiarch llround for PowerPC32.
17142         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
17143         file: multiarch llroundf for PowerPC32.
17145         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
17146         multiarch PowerPC32 fpu implementations.
17147         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
17148         New file.
17149         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
17150         New file.
17151         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
17152         multiarch llrint for PowerPC32.
17153         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
17154         New file.
17155         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
17156         New file.
17157         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
17158         file.
17160         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
17162         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
17163         file.
17164         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
17165         file.
17166         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
17167         file.
17168         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
17169         multiarch wordcopy for PPC32.
17170         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17171         wordcopy objects.
17172         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17173         (__libc_ifunc_impl_list): Likewise.
17174         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
17175         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
17176         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
17177         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
17178         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
17179         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
17181         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
17182         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
17183         file.
17184         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
17185         file.
17186         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
17187         file.
17188         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
17189         multiarch wcscpy for PPC32.
17190         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
17191         multiarch objects.
17192         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17193         (__libc_ifunc_impl_list): Likewise.
17194         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17195         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17196         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
17197         sysdeps/powerpc/power6/wcscpy.c.
17199         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
17200         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
17201         file.
17202         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
17203         file.
17204         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
17205         file.
17206         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
17207         multiarch wcsrchr for PPC32.
17208         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17209         multiarch objects.
17210         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17211         (__libc_ifunc_impl_list): Likewise.
17212         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
17213         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
17214         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
17215         sysdeps/powerpc/power6/wcsrchr.c.
17217         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
17218         file.
17219         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
17220         file.
17221         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
17222         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
17223         multiarch wcschr for PPc32.
17224         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
17225         multiarch objects.
17226         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17227         (__libc_ifunc_impl_list): Likewise.
17228         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
17229         * sysdeps/powerpc/power6/wcschr.c: ... to here.
17230         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
17231         sysdeps/powerpc/power6/wcschr.c.
17233         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
17234         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
17235         file.
17236         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
17237         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
17238         file: multiarch strchr for PPC32.
17239         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
17240         multiarch objects.
17241         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17242         (__libc_ifunc_impl_list): Likewise.
17244         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
17245         name.
17246         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
17247         file.
17248         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
17249         file.
17250         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
17251         multiarch strchrnul for PPC32.
17252         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
17253         multiarch objects.
17254         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17255         (__libc_ifunc_impl_list): Likewise.
17257         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
17258         file.
17259         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
17260         multiarch strncasecmp for PPC32.
17261         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
17262         file.
17263         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
17264         multiarch strncasecmp_l for PPC32.
17265         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
17266         strncasecmp multiarch objects.
17267         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17268         (__libc_ifunc_impl_list): Likewise.
17270         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
17271         file.
17272         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
17273         multiarch strncasecmp for PPC32.
17274         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
17275         New file.
17276         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
17277         multiarch strcasecmp_l for PPC32.
17278         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
17279         multiarch objects.
17280         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17281         (__libc_ifunc_impl_list): Likewise.
17283         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
17284         file.
17285         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
17286         file.
17287         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
17288         multiarch strncmp for PPC32.
17289         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
17290         multiarch objects.
17291         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17292         (__libc_ifunc_impl_list): Likewise.
17294         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
17295         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
17296         file.
17297         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
17298         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
17299         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
17300         multiarch objects.
17301         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17302         (__libc_ifunc_impl_list): Likewise.
17304         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
17305         file.
17306         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
17307         file.
17308         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
17309         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
17310         multiarch objects.
17311         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17312         (__libc_ifunc_impl_list): Likewise.
17314         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
17315         file.
17316         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
17317         file.
17318         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
17319         multiarch rawmemchr for PPC32.
17320         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
17321         multiarch objects.
17322         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17323         (__libc_ifunc_impl_list): Likewise.
17325         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
17326         file.
17327         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
17328         file.
17329         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
17330         file: memrchr multiarch for PPC32.
17331         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
17332         multiarch objects.
17333         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
17334         (__libc_ifunc_impl_list): Likewise.
17336         * string/memchr.c (__memchr): Using macro to redefine symbol name.
17337         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
17338         file.
17339         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
17340         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
17341         multiarch memchr for PPC32.
17342         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
17343         multiarch objects.
17344         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17345         (__libc_ifunc_impl_list): Likewise.
17347         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
17348         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
17349         file.
17350         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
17351         file.
17352         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
17353         file: multiarch mempcpy for PPC32.
17354         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
17355         multiarch objects.
17356         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17357         (__libc_ifunc_impl_list): Likewise.
17359         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
17360         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
17361         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
17362         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
17363         multiarch bzero for PPC32.
17364         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
17365         file.
17366         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
17367         file.
17368         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
17369         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
17370         file: multiarch memset for PPC32.
17371         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
17372         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
17373         memset multiarch objects.
17374         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17375         (__libc_ifunc_impl_list): Likewise.
17377         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
17378         file.
17379         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
17380         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
17381         memcmp for PPC32.
17382         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
17383         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
17384         multiarch objects.
17385         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17386         (__libc_ifunc_impl_list): Likewise.
17388         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
17389         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
17390         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
17391         file.
17392         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
17393         file.
17394         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
17395         file.
17396         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
17397         multiarch memcpy for PPC32.
17398         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
17399         multiarch objects.
17400         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
17401         (__libc_ifunc_impl_list): Likewise.
17403         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
17404         support multiarch for POWER/PPC32.
17405         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
17406         Likewise.
17407         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
17408         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
17409         Implies file to make multiarch folder appers before the fpu and
17410         default folder for power4 configuration.
17412 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
17414         * scripts/bench.pl: Append volatile keyword to type.
17416 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17418         * sysdeps/sh/sotruss-lib.c: New file.
17419         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
17421 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17423         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17425 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
17427         [BZ #6810]
17428         * math/w_tgamma.c: Include <errno.h>.
17429         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
17430         * math/w_tgammaf.c: Include <errno.h>.
17431         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
17432         * math/w_tgammal.c: Include <errno.h>.
17433         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
17434         * math/auto-libm-test-in: Do not allow missing errno on tgamma
17435         underflow.  Add more tgamma tests.
17436         * math/auto-libm-test-out: Regenerated.
17437         * sysdeps/i386/fpu/libm-test-ulps: Update.
17438         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17440         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
17441         sin, sinh, tan, tanh, tgamma, y0 and y1.
17442         * math/auto-libm-test-out: Regenerated.
17443         * math/libm-test.inc (TEST_COND_x86_64): New macro.
17444         (TEST_COND_x86): Likewise.
17445         (M_E2l): Remove macro.
17446         (M_E3l): Likewise.
17447         (M_2_SQRT_PIl): Likewise.
17448         (M_SQRT_PIl): Likewise.
17449         (M_1_DIV_El): Likewise.
17450         (log_test_data): Use AUTO_TESTS_f_f.
17451         (log10_test_data): Likewise.
17452         (log1p_test_data): Likewise.
17453         (log2_test_data): Likewise.
17454         (sin_test_data): Likewise.
17455         (sin_tonearest_test_data): Likewise.
17456         (sin_towardzero_test_data): Likewise.
17457         (sin_downward_test_data): Likewise.
17458         (sin_upward_test_data): Likewise.
17459         (sinh_test_data): Likewise.
17460         (sinh_tonearest_test_data): Likewise.
17461         (sinh_towardzero_test_data): Likewise.
17462         (sinh_downward_test_data): Likewise.
17463         (sinh_upward_test_data): Likewise.
17464         (tan_test_data): Likewise.
17465         (tan_tonearest_test_data): Likewise.
17466         (tan_towardzero_test_data): Likewise.
17467         (tan_downward_test_data): Likewise.
17468         (tan_upward_test_data): Likewise.
17469         (tanh_test_data): Likewise.
17470         (tgamma_test_data): Likewise.
17471         (y0_test_data): Likewise.
17472         (y1_test_data): Likewise.
17473         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
17474         (special_real_inputs): Add pi/4.
17475         * sysdeps/i386/fpu/libm-test-ulps: Update.
17476         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17478 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17480         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
17481         "longjmp_target" static probes.
17482         (__longjmp): Rename to __longjmp_symbol.
17483         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
17484         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
17485         on which longjmp to generate.
17486         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
17487         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
17488         probe.
17489         (__sigsetjmp): Rename to __sigsetjmp_symbol.
17490         (__sigjmp_save): Rename to __sigjmp_save_symbol.
17491         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
17492         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
17493         and __sigjmp_save_symbol based on which sigsetjmp to generated.
17494         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
17495         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
17496         __longjmp_symbol based on which __longjmp to generate.
17497         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
17498         probe.
17499         (setjmp): Rename to setjmp_symbol.
17500         (__sigsetjmp): Rename to __sigsetjmp_symbol.
17501         (_setjmp): Rename to _setjmp_symbol.
17502         (__sigsetjmp): Rename to __sigsetjmp_symbol.
17503         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
17504         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
17505         which setjmp to generate.
17506         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
17507         "longjmp_target" static probes.
17509 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
17511         * benchtests/README: Add note about output arguments.
17512         * benchtests/bench-sincos.c: Remove file.
17513         * benchtests/sincos-inputs: New file.
17514         * scripts/bench.pl: Identify output arguments and define
17515         static variables for them.
17517         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
17519         [BZ #15941]
17520         * Makefile (INSTALL): Add install-plain.texi as the primary
17521         dependency.
17522         * manual/install-plain.texi: New file.
17523         * manual/install.texi: Include node directive only for
17524         non-plaintext output.
17526 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
17528         * stdlib/longlong.h: Update from GCC.
17530         [BZ #6807]
17531         [BZ #15901]
17532         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
17533         * math/w_j0f.c (y0f): Likewise.
17534         * math/w_j0l.c (__y0l): Likewise.
17535         * math/w_j1.c (y1): Likewise.
17536         * math/w_j1f.c (y1f): Likewise.
17537         * math/w_j1l.c (__y1l): Likewise
17538         * math/w_jn.c (yn): Likewise.
17539         * math/w_jnf.c (ynf): Likewise.
17540         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
17541         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
17542         value for Bessel function domain errors outside _SVID_ mode.
17543         Adjust sign of return value for yn (negative integer, 0).
17544         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
17545         by zero in return for negative x and set sign appropriately for
17546         negative n.
17547         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
17548         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
17549         * math/libm-test.inc (y0_test_data): Add more tests and adjust
17550         expectations in error cases.
17551         (y1_test_data): Likewise.
17552         (yn_test_data): Likewise.
17553         * sysdeps/i386/fpu/libm-test-ulps: Update.
17554         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17556 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17558         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
17559         "64" to "64-v1".  Add "64-v2".
17560         (abi-64-options): Rename to ...
17561         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
17562         (abi-64-condition): Rename to ...
17563         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
17564         (abi-64-ld-soname): Rename to ...
17565         (abi-64-v1-ld-soname): ... this.
17566         (abi-64-v2-options): Define.
17567         (abi-64-v2-condition): Likewise.
17568         (abi-64-v2-ld-soname): Likewise.
17569         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
17570         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
17571         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
17572         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
17573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
17575 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17576             Alan Modra  <amodra@gmail.com>
17578         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
17579         New versions for use with the ELFv2 ABI.
17580         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
17581         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
17582         declaration.
17583         (struct La_ppc64v2_retval): Likewise.
17584         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
17585         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
17586         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
17587         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
17588         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
17589         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
17590         Do not save or restore CR.
17591         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
17592         (_dl_profile_resolve): Do no save or restore CR.  Support extended
17593         return values for ELFv2 ABI.  Fix location of FPR return registers.
17594         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
17595         updated values for _CALL_ELF == 2.
17596         (La_regs, La_retval, int_retval): Likewise.
17598 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17600         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
17601         (FRAME_MIN_SIZE_PARM): Likewise.
17602         (FRAME_BACKCHAIN): Likewise.
17603         (FRAME_CR_SAVE): Likewise.
17604         (FRAME_LR_SAVE): Likewise.
17605         (FRAME_TOC_SAVE): Likewise.
17606         (FRAME_PARM_SAVE): Likewise.
17607         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
17608         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
17609         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
17610         (call_mcount_parm_offset): New macro.
17611         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
17612         (PROF): Use symbolic stack frame offsets.
17613         (TAIL_CALL_SYSCALL_ERROR): Likewise.
17614         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
17615         Redefine in terms of FRAME_MIN_SIZE.
17616         (_dl_runtime_resolve): Use symbolic stack frame offsets.
17617         (_dl_profile_resolve): Likewise.  Update comment.
17618         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
17619         symbols stack frame offsets.
17620         (__sigsetjmp): Likewise.
17621         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
17622         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
17623         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
17624         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
17626         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
17627         (FRAME_BACKCHAIN): Remove.
17628         (FRAME_CR_SAVE): Likewise.
17629         (FRAME_LR_SAVE): Likewise.
17630         (FRAME_COMPILER_DW): Likewise.
17631         (FRAME_LINKER_DW): Likewise.
17632         (FRAME_TOC_SAVE): Likewise.
17633         (FRAME_PARM_SAVE): Likewise.
17634         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
17635         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
17636         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
17637         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
17638         (CHECK_SP): Use symbolic stack frame offsets.
17639         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
17640         zone" instead of caller's parameter save area for temp storage.
17641         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
17642         Likewise.  Also, use symbolic stack frame offsets.
17643         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
17644         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
17645         our own stack frame instead of the caller's.
17646         (__socket): Use symbolic stack frame offsets.
17648 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17649             Alan Modra  <amodra@gmail.com>
17651         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
17652         Define.
17653         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
17654         (PPC64_LOCAL_ENTRY_OFFSET): Define.
17655         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
17656         New function.
17657         (elf_machine_fixup_plt): Call it.
17658         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
17659         reloc arguments.
17660         (elf_machine_rela): Update call to elf_machine_plt_conflict.
17661         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
17662         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
17663         r2 before calling target.
17665 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17666             Alan Modra  <amodra@gmail.com>
17668         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
17669         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
17670         versions of macros to support ELFv2 ABI.
17671         (LOCALENTRY): New macro.
17672         (ENTRY, EALIGN): Use it.
17673         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
17674         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
17675         fall through into ENTRY entry point.
17676         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
17677         Only define if _CALL_ELF != 2.
17679         (elf_machine_matches_host): Verify ABI version matches.
17680         (RTLD_START): Use LOCALENTRY.
17681         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
17682         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
17683         (PLT_ENTRY_WORDS): New macro.
17684         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
17685         (elf_machine_runtime_setup): Support ELFv2 ABI.
17686         (elf_machine_fixup_plt): Likewise.
17687         (elf_machine_plt_conflict): Likewise.
17688         (resolve_ifunc): Likewise.
17689         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
17690         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
17691         Likewise.
17692         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
17693         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
17694         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
17695         (makecontext): Support ELFv2 ABI.
17696         * elf/elf.h (EF_PPC64_ABI): Define.
17698 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17700         * sysdeps/powerpc/powerpc64/sysdep.h
17701         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
17702         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
17703         (ENTRY) [ASSEMBLER]: ... but instead here ...
17704         (EALIGN) [ASSEMBLER]: ... and here.
17705         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
17706         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
17707         (ENTRY_2) [!ASSEMBLER]: Use it.
17708         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
17709         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
17710         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
17711         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
17712         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
17713         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
17714         Use PPC64_LOAD_FUNCPTR.
17716         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
17718 2013-12-04  Alan Modra  <amodra@gmail.com>
17720         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
17721         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
17722         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
17723         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
17725         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
17726         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
17727         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
17728         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
17729         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
17730         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
17732 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17734         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
17735         (__makecontext): Fix incorrect CFI when backtracing out of
17736         context created via makecontext.
17737         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
17738         (__setcontext): Fix incorrect CFI during switch to new context.
17739         (__novec_setcontext): Likewise.
17741 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
17743         [BZ #4772]
17744         * time/strptime_l.c (__strptime_internal): Allow modifiers
17745         in strptime.
17746         * time/tst-strptime.c (day_tests): Add testcase.
17748 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
17750         * scripts/bench.pl: Skip over blank lines.
17752 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
17754         [BZ #926]
17755         * manual/time.texi (Calendar Time): Clarify what timezone functions
17756         use.
17758 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17760         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17762 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
17764         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
17765         implementation.
17766         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
17767         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
17768         * debug/memset_chk.c (__memset_chk): Likewise.
17769         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
17770         * debug/strncpy_chk.c: Likewise.
17772 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
17774         [BZ #15268]
17775         [BZ #15425]
17776         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
17777         (__ieee754_exp): For possibly underflowing results, check size of
17778         result and force underflow exception if required.
17779         * math/auto-libm-test-in: Add more tests of exp.
17780         * math/auto-libm-test-out: Regenerated.
17781         * sysdeps/i386/fpu/libm-test-ulps: Update.
17782         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17784         [BZ #16283]
17785         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
17786         * math/w_exp2f.c (__exp2f): Likewise.
17787         * math/w_exp2l.c (__exp2l): Likewise.
17788         * math/auto-libm-test-in: Do not allow missing errno on exp2
17789         underflow.
17790         * math/auto-libm-test-out: Regenerated.
17792 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
17794         [BZ #16274]
17795         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
17796         handle filename validation.
17797         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
17798         (do_open): Delete.
17800 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
17802         [BZ #6786]
17803         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
17804         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
17805         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
17806         <float.h>.
17807         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
17808         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
17809         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
17810         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
17811         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
17812         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
17813         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
17814         * math/auto-libm-test-in: Don't allow missing errno from erfc.
17815         Add more erfc tests.
17816         * math/auto-libm-test-out: Regenerated.
17817         * sysdeps/i386/fpu/libm-test-ulps: Update.
17818         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17820         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
17821         exp2, expm1, j0 and j1.
17822         * math/auto-libm-test-out: Regenerated.
17823         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
17824         (erfc_test_data): Likewise.
17825         (exp_test_data): Likewise.
17826         (exp_tonearest_test_data): Likewise.
17827         (exp_towardzero_test_data): Likewise.
17828         (exp_downward_test_data): Likewise.
17829         (exp_upward_test_data): Likewise.
17830         (exp10_test_data): Likewise.
17831         (exp2_test_data): Likewise.
17832         (expm1_test_data): Likewise.
17833         (j0_test_data): Likewise.
17834         (j1_test_data): Likewise.
17835         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
17836         (input_flag_type): Add flag_xfail_rounding.
17837         (input_flags): Add xfail-rounding.
17838         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
17839         (output_for_one_input_case): Handle flag_xfail_rounding.
17840         * sysdeps/i386/fpu/libm-test-ulps: Update.
17841         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17843 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
17845         [BZ #16289]
17846         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
17847         division by 0.
17849 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
17851         [BZ #16195]
17852         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
17853         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
17854         (STAP_PROBE0): New macro.
17855         (STAP_PROBE1): Likewise.
17856         (STAP_PROBE2): Likewise.
17857         (STAP_PROBE3): Likewise.
17858         (STAP_PROBE4): Likewise.
17860 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
17862         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
17864 2013-12-02  Steve Ellcey  <sellcey@mips.com>
17866         * benchtests/Makefile (bench): Add sqrt.
17867         (LDLIBS-bench-sqrt): New.
17868         * benchtests/sqrt-input: New.
17870 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
17872         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
17873         (GAIH_EAI): Likewise.
17874         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
17875         (gaih_inet): Likewise.
17876         (getaddrinfo): Don't use GAIH_EAI.
17878         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
17879         (struct gaih): Remove definition.
17881 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
17883         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
17884         Use HERRNOP directly.
17886 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17888         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17890 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
17892         * math/gen-auto-libm-tests.c (test_functions): Add more
17893         single-argument functions.
17894         (special_fill_pi_2): New function.
17895         (special_fill_minus_pi_2): Likewise.
17896         (special_fill_pi_6): Likewise.
17897         (special_fill_minus_pi_6): Likewise.
17898         (special_fill_pi_3): Likewise.
17899         (special_fill_2pi_3): Likewise.
17900         (special_fill_e): Likewise.
17901         (special_fill_1_e): Likewise.
17902         (special_fill_e_minus_1): Likewise.
17903         (special_real_inputs): Add more special inputs.
17904         (output_for_one_input_case): Do not require ERANGE on underflow to
17905         zero if round-to-nearest result does not underflow to zero, unless
17906         exact results required.
17907         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
17908         atan, atanh, cbrt, cos and cosh.
17909         * math/auto-libm-test-out: Regenerated.
17910         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
17911         (acos_tonearest_test_data): Likewise.
17912         (acos_towardzero_test_data): Likewise.
17913         (acos_downward_test_data): Likewise.
17914         (acos_upward_test_data): Likewise.
17915         (acosh_test_data): Likewise.
17916         (asin_test_data): Likewise.
17917         (asin_tonearest_test_data): Likewise.
17918         (asin_towardzero_test_data): Likewise.
17919         (asin_upward_test_data): Likewise.
17920         (asinh_test_data): Likewise.
17921         (atan_test_data): Likewise.
17922         (atanh_test_data): Likewise.
17923         (cbrt_test_data): Likewise.
17924         (cos_test_data): Likewise.
17925         (cos_tonearest_test_data): Likewise.
17926         (cos_towardzero_test_data): Likewise.
17927         (cos_downward_test_data): Likewise.
17928         (cos_upward_test_data): Likewise.
17929         (cosh_test_data): Likewise.
17930         (cosh_tonearest_test_data): Likewise.
17931         (cosh_towardzero_test_data): Likewise.
17932         (cosh_downward_test_data): Likewise.
17933         (cosh_upward_test_data): Likewise.
17934         * sysdeps/i386/fpu/libm-test-ulps: Update.
17935         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17937 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
17939         [BZ #6787]
17940         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
17941         * math/w_exp10f.c (__exp10f): Likewise.
17942         * math/w_exp10l.c (__exp10l): Likewise.
17943         * math/libm-test.inc (exp10_test_data): Add more tests and expect
17944         errno settings in existing tests.
17946         [BZ #14032]
17947         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
17948         precision control set to double precision.
17949         * sysdeps/i386/fpu/w_sqrt.c: New file.
17950         * math/auto-libm-test-in: Add more tests.
17951         * math/auto-libm-test-out: Update.
17953         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
17954         (sqrt_test_tonearest): New function.
17955         (sqrt_towardzero_test_data): New variable.
17956         (sqrt_test_towardzero): New function.
17957         (sqrt_downward_test_data): New variable.
17958         (sqrt_test_downward): New function.
17959         (sqrt_upward_test_data): New variable.
17960         (sqrt_test_upward): New function.
17961         (main): Call the new functions.
17963         * math/gen-auto-libm-tests.c: New file.
17964         * math/auto-libm-test-in: Likewise.
17965         * math/auto-libm-test-out: New generated file.
17966         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
17967         variables.
17968         (%beautify): Add generated representations of zero.
17969         (top level): Set $auto_input and call parse_auto_input.
17970         (beautify): Remove trailing "f" from hex float constants.
17971         (parse_args): Handle XFAIL_TEST.
17972         (convert_condition): New function.
17973         (or_value): Likewise.
17974         (or_cond_value): Likewise.
17975         (generate_testfile): Handle AUTO_TESTS_* lines.
17976         (parse_auto_input): New function.
17977         * math/libm-test.inc (XFAIL_TEST): New macro.
17978         (ERRNO_UNCHANGED): Update value.
17979         (ERRNO_EDOM): Likewise.
17980         (ERRNO_ERANGE): Likewise.
17981         (IGNORE_RESULT): Likewise.
17982         (TEST_COND_flt_32): New macro.
17983         (TEST_COND_dbl_64): Likewise.
17984         (TEST_COND_ldbl_96_intel): Likewise.
17985         (TEST_COND_ldbl_96_m68k): Likewise.
17986         (TEST_COND_ldbl_128): Likewise.
17987         (TEST_COND_ldbl_128ibm): Likewise.
17988         (TEST_COND_long32): Likewise.
17989         (TEST_COND_long64): Likewise.
17990         (TEST_COND_before_rounding): Likewise.
17991         (TEST_COND_after_rounding): Likewise.
17992         (enable_test): Handle XFAIL_TEST flag.
17993         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
17994         with finite results.
17995         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
17996         auto-libm-test-out.
17998 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
17999             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
18001         [BZ #16214]
18002         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
18003         __tls_get_addr_internal instead of __tls_get_offset in order to
18004         avoid GOT pointer dependency.  Make rtld export
18005         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
18006         __tls_get_addr since we are a __tls_get_offset platform.
18007         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
18008         GOT pointer being set up before.
18009         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
18011 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
18013         * manual/math.texi (Errors in Math Functions): Document accuracy
18014         goals.
18016         [BZ #15004]
18017         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
18018         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
18019         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
18020         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
18021         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
18022         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
18023         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
18024         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
18025         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
18026         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
18027         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
18028         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
18029         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
18030         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
18031         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
18032         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
18034         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
18035         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
18036         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
18037         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
18038         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
18039         Likewise.
18040         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
18041         Likewise.
18042         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
18043         Likewise.
18044         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
18045         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
18046         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
18047         atomic-feupdateenv and flt-rounds.
18048         * sysdeps/powerpc/nofpu/Versions (libc): Add
18049         __atomic_feholdexcept, __atomic_feclearexcept,
18050         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
18051         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
18052         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
18053         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
18054         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
18055         here.
18056         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
18057         Update.
18059         * manual/arith.texi (FP Exceptions): Document that exceptions may
18060         not be raised when matherr is used.
18061         (Math Error Reporting): Document overflow in directed rounding
18062         modes.  Document that errno may not be set when finite values are
18063         returned on overflow.  Document intent to set errno on underflow
18064         only for underflow to zero.
18066         [BZ #16271]
18067         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
18068         round-to-nearest then adjust result for other rounding modes.
18069         * include/fenv.h (fegetround): Use libm_hidden_proto.
18070         * math/fegetround.c (fegetround): Use libm_hidden_def.
18071         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
18072         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
18073         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18074         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
18075         Likewise.
18076         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
18077         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
18078         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
18079         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
18081 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18083         [BZ #16077]
18084         * nss/Versions (libnss_files): Add
18085         _nss_files_gethostbyname3_r.
18086         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
18087         New function.
18088         (HOST_DB_LOOKUP): Remove macro.
18089         (_nss_files_gethostbyname_r): Implement function without the
18090         HOST_DB_LOOKUP macro.
18091         (_nss_files_gethostbyname2_r): Likewise.
18093 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
18095         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
18097 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
18099         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
18100         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
18101         warning.
18103 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18105         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
18106         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
18107         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
18108         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
18109         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
18110         __fe_nomask_env_priv and attribute_hidden.
18111         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
18112         (libc_feupdateenv_test_ppc): Likewise.
18113         (libc_feresetround_ppc): Likewise.
18114         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18115         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
18116         compat_symbol macro.
18117         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18118         (__fe_nomask_env): Likewise.
18119         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
18121 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18123         * string/Makefile: Remove ifunc tests.
18124         * string/test-string.h: Define TEST_IFUNC.
18125         * string/test-bcopy-ifunc.c: Remove.
18126         * string/test-bzero-ifunc.c: Likewise.
18127         * string/test-memccpy-ifunc.c: Likewise.
18128         * string/test-memchr-ifunc.c: Likewise.
18129         * string/test-memcmp-ifunc.c: Likewise.
18130         * string/test-memcpy-ifunc.c: Likewise.
18131         * string/test-memmem-ifunc.c: Likewise.
18132         * string/test-memmove-ifunc.c: Likewise.
18133         * string/test-mempcpy-ifunc.c: Likewise.
18134         * string/test-memrchr-ifunc.c: Likewise.
18135         * string/test-memset-ifunc.c: Likewise.
18136         * string/test-rawmemchr-ifunc.c: Likewise.
18137         * string/test-stpcpy-ifunc.c: Likewise.
18138         * string/test-stpncpy-ifunc.c: Likewise.
18139         * string/test-strcasecmp-ifunc.c: Likewise.
18140         * string/test-strcasestr-ifunc.c: Likewise.
18141         * string/test-strcat-ifunc.c: Likewise.
18142         * string/test-strchr-ifunc.c: Likewise.
18143         * string/test-strchrnul-ifunc.c: Likewise.
18144         * string/test-strcmp-ifunc.c: Likewise.
18145         * string/test-strcpy-ifunc.c: Likewise.
18146         * string/test-strcspn-ifunc.c: Likewise.
18147         * string/test-strlen-ifunc.c: Likewise.
18148         * string/test-strncasecmp-ifunc.c: Likewise.
18149         * string/test-strncat-ifunc.c: Likewise.
18150         * string/test-strncmp-ifunc.c: Likewise.
18151         * string/test-strncpy-ifunc.c: Likewise.
18152         * string/test-strnlen-ifunc.c: Likewise.
18153         * string/test-strpbrk-ifunc.c: Likewise.
18154         * string/test-strrchr-ifunc.c: Likewise.
18155         * string/test-strspn-ifunc.c: Likewise.
18156         * string/test-strstr-ifunc.c: Likewise.
18158 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18160         * benchtests/Makefile: Remove ifunc tests.
18161         * benchtests/bench-string.h: Define TEST_IFUNC.
18162         * benchtests/bench-bcopy-ifunc.c: Remove.
18163         * benchtests/bench-bzero-ifunc.c: Likewise.
18164         * benchtests/bench-memccpy-ifunc.c: Likewise.
18165         * benchtests/bench-memchr-ifunc.c: Likewise.
18166         * benchtests/bench-memcmp-ifunc.c: Likewise.
18167         * benchtests/bench-memcpy-ifunc.c: Likewise.
18168         * benchtests/bench-memmem-ifunc.c: Likewise.
18169         * benchtests/bench-memmove-ifunc.c: Likewise.
18170         * benchtests/bench-mempcpy-ifunc.c: Likewise.
18171         * benchtests/bench-memrchr-ifunc.c: Likewise.
18172         * benchtests/bench-memset-ifunc.c: Likewise.
18173         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
18174         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
18175         * benchtests/bench-stpcpy-ifunc.c: Likewise.
18176         * benchtests/bench-stpncpy-ifunc.c: Likewise.
18177         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
18178         * benchtests/bench-strcasestr-ifunc.c: Likewise.
18179         * benchtests/bench-strcat-ifunc.c: Likewise.
18180         * benchtests/bench-strchr-ifunc.c: Likewise.
18181         * benchtests/bench-strchrnul-ifunc.c: Likewise.
18182         * benchtests/bench-strcmp-ifunc.c: Likewise.
18183         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
18184         * benchtests/bench-strcpy-ifunc.c: Likewise.
18185         * benchtests/bench-strcspn-ifunc.c: Likewise.
18186         * benchtests/bench-strlen-ifunc.c: Likewise.
18187         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
18188         * benchtests/bench-strncat-ifunc.c: Likewise.
18189         * benchtests/bench-strncmp-ifunc.c: Likewise.
18190         * benchtests/bench-strncpy-ifunc.c: Likewise.
18191         * benchtests/bench-strnlen-ifunc.c: Likewise.
18192         * benchtests/bench-strpbrk-ifunc.c: Likewise.
18193         * benchtests/bench-strrchr-ifunc.c: Likewise.
18194         * benchtests/bench-strsep-ifunc.c: Likewise.
18195         * benchtests/bench-strspn-ifunc.c: Likewise.
18196         * benchtests/bench-strstr-ifunc.c: Likewise.
18198 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18200         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
18202 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
18204         * resolv/netdb.h: Use __glibc_reserved instead __unused.
18205         * rt/aio.h: Likewise.
18206         * sysdeps/gnu/bits/utmp.h: Likewise.
18207         * sysdeps/gnu/bits/utmpx.h: Likewise.
18208         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
18209         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
18210         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
18211         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
18212         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
18213         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
18214         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
18215         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
18216         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
18217         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
18218         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
18219         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
18220         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
18221         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
18222         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
18223         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
18224         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
18225         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
18226         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
18227         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
18228         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
18229         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
18230         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
18231         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
18232         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
18233         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
18234         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
18235         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
18236         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
18237         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
18238         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
18239         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
18240         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
18241         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
18242         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
18243         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
18244         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
18245         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
18246         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
18247         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
18248         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
18249         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
18251 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
18253         [BZ #16245]
18254         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
18255         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
18257 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
18259         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
18260         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
18261         Likewise.
18263 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18265         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
18266         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
18267         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
18268         (__fesetround): Remove define.
18269         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
18270         rounding and exceptions handling.
18271         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
18272         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
18273         (__fe_nomask_env): Likewise.
18274         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
18275         __fegetround instead of fegetround.
18276         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
18277         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
18279 2013-11-21  Roland McGrath  <roland@hack.frob.com>
18281         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
18282         it's there.
18284         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
18286 2013-11-21  Meador Inge  <meadori@codesourcery.com>
18288         [BZ #11157]
18289         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
18290         (encrypt_r): Likewise.
18291         * malloc/obstack.h (obstack_free): Likewise.
18292         * posix/unistd.h (encrypt): Likewise.
18294 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
18296         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
18297         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
18298         DL_CALL_DT_FINI() that call the functions directly.
18299         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
18300         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
18301         * elf/dl-fini.c: Likewise.
18303 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
18305         * malloc/hooks.c (memalign_check): Add alignment rounding.
18306         * malloc/malloc.c (_mid_memalign): New function.
18307         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
18308         Implement by calling _mid_memalign.
18309         * manual/probes.texi (Memory Allocation Probes): Remove
18310         memory_valloc_retry and memory_pvalloc_retry.
18312 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
18314         * locale/programs/locarchive.c (open_archive): Add const
18315         qualifier to ARCHIVEFNAME and copy default fname to
18316         DEFAULT_FNAME.
18318         [BZ #15601]
18319         * libio/tst-widetext.input: Rename Oriya to Odia.
18320         * locale/iso-639.def: Likewise.
18322         * manual/probes.texi (Mathematical Function Probes): Add
18323         documentation for sin, cos, asin and acos probes.
18324         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
18325         (__sin32): Add slowasin probe.
18326         (__cos32): Add slowacos probe.
18327         (__mpsin): Add slowsin probe.
18328         (__mpcos): Add slowcos probe.
18330 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
18332         [BZ #15483]
18333         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
18334         thread-local __sim_exceptions_thread and global
18335         __sim_exceptions_global.
18336         (__sim_disabled_exceptions): Change to thread-local
18337         __sim_disabled_exceptions_thread and global
18338         __sim_disabled_exceptions_global.
18339         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18340         and global __sim_round_mode_global.
18341         (__simulate_exceptions): Use thread-local floating-point state and
18342         set global state from it as needed.
18343         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
18344         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
18345         __sim_round_mode_thread.
18346         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
18347         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
18348         and global __sim_exceptions_global.
18349         (__sim_disabled_exceptions): Change to thread-local
18350         __sim_disabled_exceptions_thread and global
18351         __sim_disabled_exceptions_global.
18352         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
18353         and global __sim_round_mode_global.
18354         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
18355         (SIM_SET_GLOBAL): Likewise.
18356         * sysdeps/powerpc/soft-fp/sfp-machine.h
18357         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
18358         __sim_round_mode_thread.
18359         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
18360         __sim_disabled_exceptions_thread.
18361         (__sim_exceptions): Change to __sim_exceptions_thread.
18362         (__sim_disabled_exceptions): Change to
18363         __sim_disabled_exceptions_thread.
18364         (__sim_round_mode): Change to __sim_round_mode_thread.
18365         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
18366         thread-local floating-point state and set global state from it as
18367         needed.
18368         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
18369         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
18370         (__sim_disabled_exceptions): Remove extern declaration.
18371         (feenableexcept): Use thread-local floating-point state and set
18372         global state from it as needed.
18373         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
18374         extern declaration.
18375         (__sim_disabled_exceptions): Likewise.
18376         (__sim_round_mode): Likewise.
18377         (__fegetenv): Use thread-local floating-point state.
18378         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
18379         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
18380         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
18381         floating-point state and set global state from it as needed.
18382         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
18383         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
18384         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
18385         Likewise.
18386         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
18387         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
18388         Likewise.
18389         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
18390         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
18391         Use __sim_round_mode_thread.
18392         * math/test-fenv-tls.c: New file.
18393         * math/Makefile (tests): Add test-fenv-tls.
18394         ($(objpfx)test-fenv-tls): Depend on
18395         $(common-objpfx)nptl/libpthread.so.
18397 2013-11-19  Andreas Schwab  <schwab@suse.de>
18399         * locale/programs/locale.c (show_info): Decode wordarray elements.
18400         * locale/categories.def (LC_MONETARY): Add element for
18401         _NL_MONETARY_CRNCYSTR.
18402         * locale/C-monetary.c (conversion_rate): New variable.
18403         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
18404         element.
18406 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
18408         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
18409         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
18411 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
18413         * elf/Makefile (tst-auxv): New test.
18414         * elf/tst-auxv.c: New
18415         * elf/rtld.c (dl_main): Adjust AT_EXECFN
18417 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
18419         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
18420         (hidden_proto): Caller changed.
18421         (hidden_tls_proto): New macro.
18422         (libc_hidden_tls_proto): Likewise.
18423         (rtld_hidden_tls_proto): Likewise.
18424         (libm_hidden_tls_proto): Likewise.
18425         (libresolv_hidden_tls_proto): Likewise.
18426         (librt_hidden_tls_proto): Likewise.
18427         (libdl_hidden_tls_proto): Likewise.
18428         (libnss_files_hidden_tls_proto): Likewise.
18429         (libnsl_hidden_tls_proto): Likewise.
18430         (libnss_nisplus_hidden_tls_proto): Likewise.
18431         (libutil_hidden_tls_proto): Likewise.
18433 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
18435         [BZ #10253]
18436         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
18437         (decompose_rpath): Defer expansion to fillin_rpath.
18438         (_dl_init_paths): Pass linkmap to fillin_rpath.
18440 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18442         * benchtests/Makefile: Add strsep.
18443         * benchtests/bench-strsep.c: New file: strsep benchtest.
18444         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
18446 2013-11-18  Andreas Schwab  <schwab@suse.de>
18448         * locale/programs/locale.c (show_info) [case byte]: Check for
18449         '\377' instead of '\177'.
18450         * locale/C-monetary.c (not_available): Always use "\377".
18451         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
18452         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
18453         detect unavailable sign_posn locale elements.
18454         * locale/localeconv.c (__localeconv): For grouping and
18455         mon_grouping handle "\177" and "\377" like no grouping.
18456         (INT_ELEM): New macro.  Use it to set all numeric members.
18457         * locale/programs/ld-monetary.c (monetary_read)
18458         <tok_mon_grouping>: Normalize single -1 to the empty string.
18459         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
18460         Likewise.
18462 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
18464         [BZ #16055]
18465         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
18466         when we match (nil).
18467         * stdio-common/tst-sscanf.c (struct test): Add testcase.
18469 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
18471         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
18472         (NO_TEST_INLINE): Update value.
18473         (ERRNO_UNCHANGED): Likewise.
18474         (ERRNO_EDOM): Likewise.
18475         (ERRNO_ERANGE): Likewise.
18476         (IGNORE_RESULT): Likewise.
18477         (check_float_internal): Check signs of NaN results if
18478         TEST_NAN_SIGN used.
18479         (check_complex): Pass TEST_NAN_SIGN flag through to second
18480         check_float_internal call.
18481         (copysign_test_data): Add tests with quiet NaNs as second
18482         argument.  Use TEST_NAN_SIGN.
18483         (fabs_test_data): Add test of negative quiet NaN argument.  Use
18484         TEST_NAN_SIGN.
18485         (signbit_test_data): Add tests of quiet NaN argument.
18486         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
18488         * math/gen-libm-test.pl (show_exceptions): Take extra argument
18489         $ignore_result.
18490         (parse_args): Handle function results specified as IGNORE.
18491         * math/libm-test.inc (IGNORE_RESULT): New macro.
18492         (check_float_internal): Do not check numerical result if flag
18493         IGNORE_RESULT set.
18494         (check_complex): Pass through IGNORE_RESULT to second
18495         check_float_internal call.
18496         (check_int): Do not check numerical result if flag IGNORE_RESULT
18497         set.
18498         (check_long): Likewise.
18499         (check_bool): Likewise.
18500         (check_longlong): Likewise.
18501         (lrint_test_data): Add tests of infinite and NaN arguments.
18502         (lrint_tonearest_test_data): Likewise.
18503         (lrint_towardzero_test_data): Likewise.
18504         (lrint_downward_test_data): Likewise.
18505         (lrint_upward_test_data): Likewise.
18506         (llrint_test_data): Likewise.
18507         (llrint_tonearest_test_data): Likewise.
18508         (llrint_towardzero_test_data): Likewise.
18509         (llrint_downward_test_data): Likewise.
18510         (llrint_upward_test_data): Likewise.
18511         (lround_test_data): Likewise.
18512         (llround_test_data): Likewise.
18514         * math/libm-test.inc (NO_TEST_INLINE): New macro.
18515         (ERRNO_UNCHANGED): Update value.
18516         (ERRNO_EDOM): Likewise.
18517         (ERRNO_ERANGE): Likewise.
18518         (NO_TEST_INLINE_FLOAT): New macro.
18519         (NO_TEST_INLINE_DOUBLE): Likewise.
18520         (enable_test): New function.
18521         (RUN_TEST_f_f): Check enable_test before running test.
18522         (RUN_TEST_2_f): Likewise.
18523         (RUN_TEST_fff_f): Likewise.
18524         (RUN_TEST_c_f): Likewise.
18525         (RUN_TEST_f_f1): Likewise.
18526         (RUN_TEST_fF_f1): Likewise.
18527         (RUN_TEST_fI_f1): Likewise.
18528         (RUN_TEST_ffI_f1): Likewise.
18529         (RUN_TEST_c_c): Likewise.
18530         (RUN_TEST_cc_c): Likewise.
18531         (RUN_TEST_f_i): Likewise.
18532         (RUN_TEST_f_i_tg): Likewise.
18533         (RUN_TEST_ff_i_tg): Likewise.
18534         (RUN_TEST_f_b): Likewise.
18535         (RUN_TEST_f_b_tg): Likewise.
18536         (RUN_TEST_f_l): Likewise.
18537         (RUN_TEST_f_L): Likewise.
18538         (RUN_TEST_fFF_11): Likewise.
18539         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
18540         conditionals.
18541         (cosh_test_data): Likewise.
18542         (exp_test_data): Likewise.
18543         (expm1_test_data): Likewise.
18544         (hypot_test_data): Likewise.
18545         (pow_test_data): Likewise.
18546         (sinh_test_data): Likewise.
18547         (tanh_test_data): Likewise.
18548         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
18549         flags argument.
18551         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
18552         tests with quiet NaN input and output.
18553         (acosh_test_data): Likewise.
18554         (asin_test_data): Likewise.
18555         (asinh_test_data): Likewise.
18556         (atan_test_data): Likewise.
18557         (atanh_test_data): Likewise.
18558         (atan2_test_data): Likewise.
18559         (cbrt_test_data): Likewise.
18560         (cos_test_data): Likewise.
18561         (cosh_test_data): Likewise.
18562         (erf_test_data): Likewise.
18563         (erfc_test_data): Likewise.
18564         (exp_test_data): Likewise.
18565         (exp10_test_data): Likewise.
18566         (exp2_test_data): Likewise.
18567         (expm1_test_data): Likewise.
18568         (hypot_test_data): Likewise.
18569         (j0_test_data): Likewise.
18570         (j1_test_data): Likewise.
18571         (jn_test_data): Likewise.
18572         (lgamma_test_data): Likewise.
18573         (log_test_data): Likewise.
18574         (log10_test_data): Likewise.
18575         (log1p_test_data): Likewise.
18576         (log2_test_data): Likewise.
18577         (pow_test_data): Likewise.
18578         (scalb_test_data): Likewise.
18579         (sin_test_data): Likewise.
18580         (sincos_test_data): Likewise.
18581         (sinh_test_data): Likewise.
18582         (tan_test_data): Likewise.
18583         (tanh_test_data): Likewise.
18584         (tgamma_test_data): Likewise.
18585         (y0_test_data): Likewise.
18586         (y1_test_data): Likewise.
18587         (yn_test_data): Likewise.
18589         [BZ #16167]
18590         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
18591         argument being NaN and avoid computations with second argument in
18592         that case.
18593         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
18594         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
18595         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
18597 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
18599         * locale/iso-639.def: Add Chitwani Tharu (the).
18601 2013-11-14  Andreas Schwab  <schwab@suse.de>
18603         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
18604         word instead of empty string.
18606 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18608         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18609         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
18610         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18611         (__fe_nomask_env): Likewise.
18613 2013-11-13  Steve Ellcey  <sellcey@mips.com>
18615         * benchtests/bench-timing.h: Include time.h.
18617 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
18619         [BZ #15997]
18620         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
18621         to 3.4.0 for x32.
18622         * sysdeps/unix/sysv/linux/configure: Regenerated.
18624 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
18626         [BZ #16151]
18627         * stdlib/strtod_l.c (round_and_return): Do not consider
18628         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
18629         exponent one less than half the least subnormal exponent.
18630         * stdlib/test-strtod-round-data: Add more tests.
18631         * stdlib/tst-strtod-round.c (tests): Regenerated.
18633 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18635         [BZ #14143]
18636         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
18637         (__fe_mask_env): Likewise.
18638         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
18639         libm_hidden_proto and add function prototype.
18640         (__fe_mask_env): Add function prototype.
18641         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
18642         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
18643         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
18644         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
18645         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
18646         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
18648 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
18650         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
18651         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
18653 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
18655         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
18656         of htab_find_slot().
18658 2013-11-11  David S. Miller  <davem@davemloft.net>
18660         [BZ #16150]
18661         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
18662         symbol in the non-vis3 case in static builds.
18663         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
18664         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
18665         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
18666         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
18668 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
18670         [BZ #387]
18671         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
18672         it is empty.
18674 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18676         * benchtests/Makefile: Add bench-strtod.
18677         * benchtests/bench-strtod.c: New file: strtod benchtest
18679 2013-11-11  Andreas Schwab  <schwab@suse.de>
18681         [BZ #16153]
18682         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
18683         terminating NUL in key length.
18685 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18687         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
18688         Add artificial ODP entry for vDSO symbol for PPC64.
18689         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
18690         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
18692 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
18694         [BZ #15374]
18695         * nss/getent.c (services_keys): Recognize services starting with digit.
18697 2013-11-06  David S. Miller  <davem@davemloft.net>
18699         [BZ #15985]
18700         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
18701         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
18703 2013-11-06  Will Newton  <will.newton@linaro.org>
18705         * manual/memory.texi (Malloc Examples): Remove register
18706         keyword from examples.
18708 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
18710         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
18712 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
18714         [BZ #6981]
18715         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
18716         depending on [__GCC_IEC_559 > 0].
18717         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
18718         depending on [__GCC_IEC_559_COMPLEX > 0].
18720 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
18722         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
18723         to iso-639.def.
18725 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
18727         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
18729 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
18731         [BZ #16112]
18732         * malloc/malloc (malloc_info): Do not handle first bin as
18733         special case.
18735 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
18737         * locale/iso-639.def: Add Central Nahuatl (nhn).
18739 2013-11-01  Bruno Haible  <bruno@clisp.org>
18741         [BZ #7003]
18742         * manual/math.texi (BSD Random): Specify range upper bound as
18743         in POSIX.
18745 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
18747         * locale/iso-639.def: Add Meadow Mari (mhr).
18749 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
18751         [BZ #14752], [BZ #15763]
18752         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
18753         Validate name.
18754         * rt/tst_shm.c: Add test for escaping directory.
18756 2013-10-31  Andreas Schwab  <schwab@suse.de>
18758         [BZ #15917]
18759         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
18760         followed by 'x' as part of digit sequence.
18761         * stdio-common/tst-sscanf.c (double_tests2): New tests.
18763 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
18765         [BZ #16037]
18766         * configure.ac: allow GNU Make 4.0 and greater.
18767         * configure: Regenerated.
18769 2013-10-30  Will Newton  <will.newton@linaro.org>
18771         [BZ #16038]
18772         * malloc/hooks.c (memalign_check): Limit alignment to the
18773         maximum representable power of two.
18774         * malloc/malloc.c (__libc_memalign): Likewise.
18775         * malloc/tst-memalign.c (do_test): Add test for very
18776         large alignment values.
18777         * malloc/tst-posix_memalign.c (do_test): Likewise.
18779 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
18781         [BZ #11087]
18782         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
18783         (munmap_chunk): Likewise.
18784         (mremap_chunk): Likewise.
18786 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
18788         [BZ #15799]
18789         * stdlib/div.c (div): Remove obsolete code.
18790         * stdlib/ldiv.c (ldiv): Likewise.
18791         * stdlib/lldiv.c (lldiv): Likewise.
18793 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
18795         [BZ #16071]
18796         * nss/nss_files/files-XXX.c (get_contents_ret): New
18797         enumerator.
18798         (get_contents): New function.
18799         (internal_getent): Use it.  Expand size of LINEBUFLEN.
18801 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
18803         * configure.in: Moved to ...
18804         * configure.ac: ... here. Change reference to configure.in
18805         to configure.ac.
18806         * sysdeps/arm/preconfigure.ac: ... here.
18807         configure.in to configure.ac.
18808         * sysdeps/gnu/configure.in: Moved to ...
18809         * sysdeps/gnu/configure.ac: ... here.
18810         * sysdeps/i386/configure.in: Moved to ...
18811         * sysdeps/i386/configure.ac: ... here.
18812         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
18813         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
18814         * sysdeps/mach/configure.in: Moved to ...
18815         * sysdeps/mach/configure.ac: ... here.
18816         * sysdeps/mach/hurd/configure.in: Moved to ...
18817         * sysdeps/mach/hurd/configure.ac: ... here.
18818         * sysdeps/powerpc/configure.in: Moved to ...
18819         * sysdeps/powerpc/configure.ac: ... here.
18820         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
18821         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
18822         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
18823         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
18824         * sysdeps/s390/s390-32/configure.in: Moved to ...
18825         * sysdeps/s390/s390-32/configure.ac: ... here.
18826         * sysdeps/s390/s390-64/configure.in: Moved to ...
18827         * sysdeps/s390/s390-64/configure.ac: ... here.
18828         * sysdeps/sh/configure.in: Moved to ...
18829         * sysdeps/sh/configure.ac: ... here.
18830         * sysdeps/sparc/configure.in: Moved to ...
18831         * sysdeps/sparc/configure.ac: ... here.
18832         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
18833         * sysdeps/unix/sysv/linux/configure.ac: ... here.
18834         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
18835         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
18836         * sysdeps/x86_64/configure.in: Moved to ...
18837         * sysdeps/x86_64/configure.ac: ... here.
18838         * sysdeps/x86_64/preconfigure.in: Moved to ...
18839         * sysdeps/x86_64/preconfigure.ac: ... here.
18840         * aclocal.m4: Change reference to configure.in to configure.ac.
18841         * config.h.in: Likewise.
18842         * manual/install.texi: Likewise.
18843         * manual/maint.texi: Likewise.
18844         * Makefile: Likewise.
18845         * malloc/Makefile: Likewise.
18846         * nscd/Makefile: Likewise.
18847         * Makeconfig: Change reference to configure.in and
18848         preconfigure.in to configure.ac and preconfigure.ac
18849         respectively.
18850         * INSTALL: Regenerated.
18851         * configure: Likewise.
18852         * sysdeps/gnu/configure: Likewise.
18853         * sysdeps/i386/configure: Likewise.
18854         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
18855         * sysdeps/mach/configure: Likewise.
18856         * sysdeps/mach/hurd/configure: Likewise.
18857         * sysdeps/powerpc/configure: Likewise.
18858         * sysdeps/powerpc/powerpc32/configure: Likewise.
18859         * sysdeps/powerpc/powerpc64/configure: Likewise.
18860         * sysdeps/s390/s390-32/configure: Likewise.
18861         * sysdeps/s390/s390-64/configure: Likewise.
18862         * sysdeps/sh/configure: Likewise.
18863         * sysdeps/sparc/configure: Likewise.
18864         * sysdeps/unix/sysv/linux/configure: Likewise.
18865         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
18866         * sysdeps/x86_64/configure: Likewise.
18867         * sysdeps/x86_64/preconfigure: Likewise.
18869 2013-10-29  Andreas Schwab  <schwab@suse.de>
18871         * stdio-common/Makefile (tst-swscanf-ENV): Define.
18873 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
18875         * benchtests/pow-inputs: Add new inputs.
18877         * benchtests/exp-inputs: Add new inputs.
18879         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
18880         conditional check for return value.
18881         (__cos32): Likewise.
18883 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18885         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
18886         to provide a boost for large inputs with word alignment.
18887         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
18888         implementation based on optimized PPC64 strcpy.
18889         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
18890         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
18891         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
18892         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
18894 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
18896         [BZ #2801]
18897         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
18899 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
18901         [BZ #14876]
18902         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
18903         * time/tst-strptime.c (day_tests): Add testcase.
18905 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
18907         [BZ #14029]
18908         * manual/pattern.texi: Acknowledge that fnmatch can fail.
18910 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
18912         [BZ #16074]
18913         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
18914         MAP_FAILED on error.
18916 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
18918         [BZ #16072]
18919         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
18920         heap for large requests.
18922 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
18924         [BZ #9954]
18925         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
18926         result if the result has no associated interface.
18927         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
18928         interface for all 127.X.Y.Z addresses.
18930 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
18932         * locale/iso-639.def: Add Ligurian (lij)
18934 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
18936         [BZ #15825]
18937         * sunrpc/rpc_main.c: Document rpcgen -5.
18939 2013-10-19  Michael Stahl  <mstahl@redhat.com>
18941         * elf/rtld.c (do_preload): Print the reason why preloading failed.
18943 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
18945         [BZ #10278]
18946         * posix/glob.c: Match only directories when trailing slash is present.
18947         * posix/tst-gnuglob.c (my_opendir): Do not open files.
18948         (main): Add testcase.
18950 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
18952         [BZ #15670]
18953         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
18955 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
18957         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
18958         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
18959         AUTH_DES and cindex for FIPS 140-2.
18960         (DES Encryption): Add cindex FIPS 46-3.
18962         * locale/locarchive.h (struct locarhandle): Add fname.
18963         * locale/programs/localedef.c (main): Pass ARGV[remaining]
18964         if an optional argument was specified to --list-archive,
18965         otherwise NULL.
18966         * locale/programs/locarchive.c (show_archive_content): Take new
18967         argument fname and pass it via ah.fname to open_archive.
18968         * locale/programs/localedef.h: Update decl.
18969         (open_archive): If AH->fname is non-null, open that file
18970         rather than the default file name, and don't ignore ENOENT.
18971         (create_archive): Set AH.fname to NULL.
18972         (delete_locales_from_archive): Likewise.
18973         (add_locales_to_archive): Likewise.
18974         * locale/programs/locfile.c (write_all_categories): Likewise.
18976 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
18977             Aldy Hernandez  <aldyh@redhat.com>
18979         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
18980         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
18981         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
18982         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
18983         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
18984         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
18985         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
18986         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
18987         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
18988         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
18989         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
18990         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
18991         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
18992         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
18993         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
18994         Likewise.
18995         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
18996         Likewise.
18997         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
18998         Likewise.
18999         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
19000         Likewise.
19001         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
19002         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
19003         Likewise.
19004         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
19005         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
19006         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
19007         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
19008         Likewise.
19009         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
19010         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
19011         * sysdeps/powerpc/preconfigure: Likewise.
19012         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
19013         Likewise.
19014         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
19015         Replace contents of file by #include of <fenv_libc.h>.
19016         * sysdeps/powerpc/soft-fp/sfp-machine.h
19017         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
19018         and <sys/prctl.h>.
19019         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
19020         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
19021         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
19022         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
19023         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
19024         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
19025         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
19026         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
19027         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
19028         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
19029         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
19030         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
19031         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
19032         Allow copysignl PLT reference to be missing.
19034 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
19035             Joseph Myers  <joseph@codesourcery.com
19037         [BZ #15948]
19038         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
19039         single character.
19040         (add_to_tablewc): Assert sequence of wide characters is nonempty.
19042 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
19044         * elf/tst-tls-dlinfo.c: Don't include tls.h.
19045         * elf/tst-tls1.c: Likewise.
19046         * elf/tst-tls10.h: Likewise.
19047         * elf/tst-tls14.c: Likewise.
19048         * elf/tst-tls2.c: Likewise.
19049         * elf/tst-tls3.c: Likewise.
19050         * elf/tst-tls4.c: Likewise.
19051         * elf/tst-tls5.c: Likewise.
19052         * elf/tst-tls6.c: Likewise.
19053         * elf/tst-tls7.c: Likewise.
19054         * elf/tst-tls8.c: Likewise.
19055         * elf/tst-tls9.c: Likewise.
19056         * elf/tst-tlsmod1.c: Likewise.
19057         * elf/tst-tlsmod13.c: Likewise.
19058         * elf/tst-tlsmod13a.c: Likewise.
19059         * elf/tst-tlsmod14a.c: Likewise.
19060         * elf/tst-tlsmod16a.c: Likewise.
19061         * elf/tst-tlsmod16b.c: Likewise.
19062         * elf/tst-tlsmod2.c: Likewise.
19063         * elf/tst-tlsmod3.c: Likewise.
19064         * elf/tst-tlsmod4.c: Likewise.
19065         * elf/tst-tlsmod5.c: Likewise.
19066         * elf/tst-tlsmod6.c: Likewise.
19068 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
19070         [BZ #12486]
19071         * malloc/malloc.c: remove checks for statistics.
19073 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19075         [BZ #15277]
19076         * inet/inet_net.c (inet_network): Detect additional invalid strings.
19077         * inet/tst-network.c: Add testcase.
19079 2013-10-17  Andreas Schwab  <schwab@suse.de>
19081         [BZ #15218]
19082         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
19083         to determine canonical name.
19085 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
19087         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
19088         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
19089         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
19090         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
19091         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
19092         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
19093         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
19094         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
19095         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
19096         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
19097         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
19098         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
19099         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
19100         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
19101         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
19102         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
19103         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
19104         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
19105         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
19106         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
19107         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
19108         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
19109         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
19110         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
19111         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
19112         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
19113         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
19114         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
19115         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
19116         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
19117         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
19118         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
19119         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
19120         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
19121         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
19122         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
19123         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
19124         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
19125         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
19126         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
19127         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
19128         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
19129         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
19130         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
19131         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
19132         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
19133         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
19134         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
19135         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
19136         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
19137         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
19138         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
19139         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
19140         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
19141         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19142         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
19143         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
19144         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
19146 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
19148         [BZ #16041]
19149         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
19150         make result into a quiet NaN.
19152 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
19154         * soft-fp/adddf3.c: Fix horizontal whitespace.
19155         * soft-fp/addsf3.c: Likewise.
19156         * soft-fp/addtf3.c: Likewise.
19157         * soft-fp/divdf3.c: Likewise.
19158         * soft-fp/divsf3.c: Likewise.
19159         * soft-fp/divtf3.c: Likewise.
19160         * soft-fp/double.h: Likewise.
19161         * soft-fp/eqdf2.c: Likewise.
19162         * soft-fp/eqsf2.c: Likewise.
19163         * soft-fp/eqtf2.c: Likewise.
19164         * soft-fp/extenddftf2.c: Likewise.
19165         * soft-fp/extended.h: Likewise.
19166         * soft-fp/extendsfdf2.c: Likewise.
19167         * soft-fp/extendsftf2.c: Likewise.
19168         * soft-fp/extendxftf2.c: Likewise.
19169         * soft-fp/fixdfdi.c: Likewise.
19170         * soft-fp/fixdfsi.c: Likewise.
19171         * soft-fp/fixdfti.c: Likewise.
19172         * soft-fp/fixsfdi.c: Likewise.
19173         * soft-fp/fixsfsi.c: Likewise.
19174         * soft-fp/fixsfti.c: Likewise.
19175         * soft-fp/fixtfdi.c: Likewise.
19176         * soft-fp/fixtfsi.c: Likewise.
19177         * soft-fp/fixtfti.c: Likewise.
19178         * soft-fp/fixunsdfdi.c: Likewise.
19179         * soft-fp/fixunsdfsi.c: Likewise.
19180         * soft-fp/fixunsdfti.c: Likewise.
19181         * soft-fp/fixunssfdi.c: Likewise.
19182         * soft-fp/fixunssfsi.c: Likewise.
19183         * soft-fp/fixunssfti.c: Likewise.
19184         * soft-fp/fixunstfdi.c: Likewise.
19185         * soft-fp/fixunstfsi.c: Likewise.
19186         * soft-fp/fixunstfti.c: Likewise.
19187         * soft-fp/floatdidf.c: Likewise.
19188         * soft-fp/floatdisf.c: Likewise.
19189         * soft-fp/floatditf.c: Likewise.
19190         * soft-fp/floatsidf.c: Likewise.
19191         * soft-fp/floatsisf.c: Likewise.
19192         * soft-fp/floatsitf.c: Likewise.
19193         * soft-fp/floattidf.c: Likewise.
19194         * soft-fp/floattisf.c: Likewise.
19195         * soft-fp/floattitf.c: Likewise.
19196         * soft-fp/floatundidf.c: Likewise.
19197         * soft-fp/floatundisf.c: Likewise.
19198         * soft-fp/floatunditf.c: Likewise.
19199         * soft-fp/floatunsidf.c: Likewise.
19200         * soft-fp/floatunsisf.c: Likewise.
19201         * soft-fp/floatunsitf.c: Likewise.
19202         * soft-fp/floatuntidf.c: Likewise.
19203         * soft-fp/floatuntisf.c: Likewise.
19204         * soft-fp/floatuntitf.c: Likewise.
19205         * soft-fp/fmadf4.c: Likewise.
19206         * soft-fp/fmasf4.c: Likewise.
19207         * soft-fp/fmatf4.c: Likewise.
19208         * soft-fp/gedf2.c: Likewise.
19209         * soft-fp/gesf2.c: Likewise.
19210         * soft-fp/getf2.c: Likewise.
19211         * soft-fp/ledf2.c: Likewise.
19212         * soft-fp/lesf2.c: Likewise.
19213         * soft-fp/letf2.c: Likewise.
19214         * soft-fp/muldf3.c: Likewise.
19215         * soft-fp/mulsf3.c: Likewise.
19216         * soft-fp/multf3.c: Likewise.
19217         * soft-fp/negdf2.c: Likewise.
19218         * soft-fp/negsf2.c: Likewise.
19219         * soft-fp/negtf2.c: Likewise.
19220         * soft-fp/op-1.h: Likewise.
19221         * soft-fp/op-2.h: Likewise.
19222         * soft-fp/op-4.h: Likewise.
19223         * soft-fp/op-8.h: Likewise.
19224         * soft-fp/op-common.h: Likewise.
19225         * soft-fp/quad.h: Likewise.
19226         * soft-fp/single.h: Likewise.
19227         * soft-fp/soft-fp.h: Likewise.
19228         * soft-fp/sqrtdf2.c: Likewise.
19229         * soft-fp/sqrtsf2.c: Likewise.
19230         * soft-fp/sqrttf2.c: Likewise.
19231         * soft-fp/subdf3.c: Likewise.
19232         * soft-fp/subsf3.c: Likewise.
19233         * soft-fp/subtf3.c: Likewise.
19234         * soft-fp/truncdfsf2.c: Likewise.
19235         * soft-fp/trunctfdf2.c: Likewise.
19236         * soft-fp/trunctfsf2.c: Likewise.
19237         * soft-fp/trunctfxf2.c: Likewise.
19238         * soft-fp/unorddf2.c: Likewise.
19239         * soft-fp/unordsf2.c: Likewise.
19240         * soft-fp/unordtf2.c: Likewise.
19242 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
19244         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
19245         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
19247 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
19249         * elf/dl-libc.c: Clear initfini list after freeing.
19251 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
19253         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
19254         * soft-fp/addsf3.c: Likewise.
19255         * soft-fp/addtf3.c: Likewise.
19256         * soft-fp/divdf3.c: Likewise.
19257         * soft-fp/divsf3.c: Likewise.
19258         * soft-fp/divtf3.c: Likewise.
19259         * soft-fp/double.h: Likewise.
19260         * soft-fp/eqdf2.c: Likewise.
19261         * soft-fp/eqsf2.c: Likewise.
19262         * soft-fp/eqtf2.c: Likewise.
19263         * soft-fp/extenddftf2.c: Likewise.
19264         * soft-fp/extended.h: Likewise.
19265         * soft-fp/extendsfdf2.c: Likewise.
19266         * soft-fp/extendsftf2.c: Likewise.
19267         * soft-fp/extendxftf2.c: Likewise.
19268         * soft-fp/fixdfdi.c: Likewise.
19269         * soft-fp/fixdfsi.c: Likewise.
19270         * soft-fp/fixdfti.c: Likewise.
19271         * soft-fp/fixsfdi.c: Likewise.
19272         * soft-fp/fixsfsi.c: Likewise.
19273         * soft-fp/fixsfti.c: Likewise.
19274         * soft-fp/fixtfdi.c: Likewise.
19275         * soft-fp/fixtfsi.c: Likewise.
19276         * soft-fp/fixtfti.c: Likewise.
19277         * soft-fp/fixunsdfdi.c: Likewise.
19278         * soft-fp/fixunsdfsi.c: Likewise.
19279         * soft-fp/fixunsdfti.c: Likewise.
19280         * soft-fp/fixunssfdi.c: Likewise.
19281         * soft-fp/fixunssfsi.c: Likewise.
19282         * soft-fp/fixunssfti.c: Likewise.
19283         * soft-fp/fixunstfdi.c: Likewise.
19284         * soft-fp/fixunstfsi.c: Likewise.
19285         * soft-fp/fixunstfti.c: Likewise.
19286         * soft-fp/floatdidf.c: Likewise.
19287         * soft-fp/floatdisf.c: Likewise.
19288         * soft-fp/floatditf.c: Likewise.
19289         * soft-fp/floatsidf.c: Likewise.
19290         * soft-fp/floatsisf.c: Likewise.
19291         * soft-fp/floatsitf.c: Likewise.
19292         * soft-fp/floattidf.c: Likewise.
19293         * soft-fp/floattisf.c: Likewise.
19294         * soft-fp/floattitf.c: Likewise.
19295         * soft-fp/floatundidf.c: Likewise.
19296         * soft-fp/floatundisf.c: Likewise.
19297         * soft-fp/floatunsidf.c: Likewise.
19298         * soft-fp/floatunsisf.c: Likewise.
19299         * soft-fp/floatuntidf.c: Likewise.
19300         * soft-fp/floatuntisf.c: Likewise.
19301         * soft-fp/floatuntitf.c: Likewise.
19302         * soft-fp/fmadf4.c: Likewise.
19303         * soft-fp/fmasf4.c: Likewise.
19304         * soft-fp/fmatf4.c: Likewise.
19305         * soft-fp/gedf2.c: Likewise.
19306         * soft-fp/gesf2.c: Likewise.
19307         * soft-fp/getf2.c: Likewise.
19308         * soft-fp/ledf2.c: Likewise.
19309         * soft-fp/lesf2.c: Likewise.
19310         * soft-fp/letf2.c: Likewise.
19311         * soft-fp/muldf3.c: Likewise.
19312         * soft-fp/mulsf3.c: Likewise.
19313         * soft-fp/multf3.c: Likewise.
19314         * soft-fp/negdf2.c: Likewise.
19315         * soft-fp/negsf2.c: Likewise.
19316         * soft-fp/negtf2.c: Likewise.
19317         * soft-fp/op-1.h: Likewise.
19318         * soft-fp/op-2.h: Likewise.
19319         * soft-fp/op-4.h: Likewise.
19320         * soft-fp/op-8.h: Likewise.
19321         * soft-fp/op-common.h: Likewise.
19322         * soft-fp/quad.h: Likewise.
19323         * soft-fp/single.h: Likewise.
19324         * soft-fp/soft-fp.h: Likewise.
19325         * soft-fp/sqrtdf2.c: Likewise.
19326         * soft-fp/sqrtsf2.c: Likewise.
19327         * soft-fp/sqrttf2.c: Likewise.
19328         * soft-fp/subdf3.c: Likewise.
19329         * soft-fp/subsf3.c: Likewise.
19330         * soft-fp/subtf3.c: Likewise.
19331         * soft-fp/truncdfsf2.c: Likewise.
19332         * soft-fp/trunctfdf2.c: Likewise.
19333         * soft-fp/trunctfsf2.c: Likewise.
19334         * soft-fp/trunctfxf2.c: Likewise.
19335         * soft-fp/unorddf2.c: Likewise.
19336         * soft-fp/unordsf2.c: Likewise.
19337         * soft-fp/unordtf2.c: Likewise.
19339 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
19341         [BZ #15672]
19342         * misc/error.c (error_tail): Fix possible buffer overflow.
19344 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
19346         [BZ #13028]
19347         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
19348         address.
19350 2013-10-14  P. J. McDermott  <pj@pehjota.net>
19352         [BZ #832]
19353         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
19354         testing pipefail option.
19356 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
19358         * soft-fp/double.h: Indent preprocessor directives inside #if.
19359         * soft-fp/extended.h: Likewise.
19360         * soft-fp/op-2.h: Likewise.
19361         * soft-fp/op-4.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.
19367 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
19369         * iconv/iconv_prog.c: Fix typos.
19370         * stdio-common/psiginfo-data.h: Likewise.
19372 2013-10-12   Reuben Thomas <rrt@sc3d.org>
19374         [BZ #15764]
19375         * locale/setlocale.c: Fix typo.
19377 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
19379         [BZ #16036]
19380         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
19381         signaling NaN arguments.
19382         * soft-fp/unordsf2.c (__unordsf2): Likewise.
19383         * soft-fp/unordtf2.c (__unordtf2): Likewise.
19385         [BZ #14910]
19386         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
19387         unordered operands.
19388         * soft-fp/gesf2.c (__gesf2): Likewise.
19389         * soft-fp/getf2.c (__getf2): Likewise.
19390         * soft-fp/ledf2.c (__ledf2): Likewise.
19391         * soft-fp/lesf2.c (__lesf2): Likewise.
19392         * soft-fp/letf2.c (__letf2): Likewise.
19394         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
19395         * soft-fp/eqsf2.c (__eqsf2): Likewise.
19396         * soft-fp/eqtf2.c (__eqtf2): Likewise.
19397         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
19398         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
19399         * soft-fp/fixdfti.c (__fixdfti): Likewise.
19400         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
19401         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
19402         * soft-fp/fixsfti.c (__fixsfti): Likewise.
19403         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
19404         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
19405         * soft-fp/fixtfti.c (__fixtfti): Likewise.
19406         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
19407         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
19408         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
19409         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
19410         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
19411         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
19412         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
19413         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
19414         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
19415         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
19416         * soft-fp/floatdisf.c (__floatdisf): Likewise.
19417         * soft-fp/floatsisf.c (__floatsisf): Likewise.
19418         * soft-fp/floattidf.c (__floattidf): Likewise.
19419         * soft-fp/floattisf.c (__floattisf): Likewise.
19420         * soft-fp/floattitf.c (__floattitf): Likewise.
19421         * soft-fp/floatundidf.c (__floatundidf): Likewise.
19422         * soft-fp/floatundisf.c (__floatundisf): Likewise.
19423         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
19424         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
19425         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
19426         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
19427         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
19428         * soft-fp/gesf2.c (__gesf2): Likewise.
19429         * soft-fp/getf2.c (__getf2): Likewise.
19430         * soft-fp/ledf2.c (__ledf2): Likewise.
19431         * soft-fp/lesf2.c (__lesf2): Likewise.
19432         * soft-fp/letf2.c (__letf2): Likewise.
19434         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
19435         Undefine and redefine.
19436         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
19437         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
19438         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
19439         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
19440         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19441         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
19442         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19443         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
19444         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19445         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
19446         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19447         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
19448         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19449         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
19450         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
19452         [BZ #16032]
19453         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
19454         without decrementing exponent if mantissa >= that for the
19455         denominator, not >.
19456         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
19457         denominator, not >.  Decrement exponent in < case instead of
19458         incrementing in >= case.
19459         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
19460         without decrementing exponent if mantissa >= that for the
19461         denominator, not >.
19463         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
19464         computing saturated result for unsigned overflow.
19466 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
19467             Jeff Law  <law@redhat.com>
19469         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
19470         (atan2Mp): Add systemtap probe marker.
19471         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
19472         (__ieee754_log): Add systemtap probe marker.
19473         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
19474         (atanMp): Add systemtap probe marker.
19475         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
19476         (tanMp): Add systemtap probe marker.
19477         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
19478         (__slowexp): Add systemtap probe marker.
19479         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
19480         (__slowpow): Add systemtap probe marker.
19481         * manual/probes.texi: Document probes.
19483 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
19485         [BZ #15362]
19486         * libio/fileops.c (_IO_new_file_write): Return count of bytes
19487         written.
19488         (_IO_new_file_xsputn): Don't return EOF if nothing has been
19489         written.
19490         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
19491         written to buffer but not flushed.
19492         * libio/iofwrite_u.c:  Likewise.
19493         * libio/iopadn.c:  Return bytes returned even if EOF was
19494         encountered.
19495         * libio/iowpadn.c:  Likewise.
19496         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
19497         if _IO_padn does not write the whole buffer.
19498         [!COMPILE_WPRINTF] (PAD): Likewise.
19500 2013-10-10  David S. Miller  <davem@davemloft.net>
19502         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
19503         directory block.
19505 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
19507         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
19508         instead of FSF address.
19509         * soft-fp/fixdfti.c: Likewise.
19510         * soft-fp/fixsfti.c: Likewise.
19511         * soft-fp/fixtfti.c: Likewise.
19512         * soft-fp/fixunsdfti.c: Likewise.
19513         * soft-fp/fixunssfti.c: Likewise.
19514         * soft-fp/fixunstfti.c: Likewise.
19515         * soft-fp/floattidf.c: Likewise.
19516         * soft-fp/floattisf.c: Likewise.
19517         * soft-fp/floattitf.c: Likewise.
19518         * soft-fp/floatuntidf.c: Likewise.
19519         * soft-fp/floatuntisf.c: Likewise.
19520         * soft-fp/floatuntitf.c: Likewise.
19521         * soft-fp/trunctfxf2.c: Likewise.
19523         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
19524         * soft-fp/fixdfti.c: Likewise.
19525         * soft-fp/fixsfti.c: Likewise.
19526         * soft-fp/fixtfti.c: Likewise.
19527         * soft-fp/fixunsdfti.c: Likewise.
19528         * soft-fp/fixunssfti.c: Likewise.
19529         * soft-fp/fixunstfti.c: Likewise.
19530         * soft-fp/floattidf.c: Likewise.
19531         * soft-fp/floattisf.c: Likewise.
19532         * soft-fp/floattitf.c: Likewise.
19533         * soft-fp/floatuntidf.c: Likewise.
19534         * soft-fp/floatuntisf.c: Likewise.
19535         * soft-fp/floatuntitf.c: Likewise.
19536         * soft-fp/trunctfxf2.c: Likewise.
19538 2013-10-10  David S. Miller  <davem@davemloft.net>
19540         * sysdeps/sparc/fpu/libm-test-ulps: Update.
19542 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
19544         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
19545         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
19546         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
19547         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
19548         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
19549         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
19550         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
19552         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
19553         for NaNs before doing comparisons on argument.
19554         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
19555         Likewise.
19557 2013-10-10  Will Newton  <will.newton@linaro.org>
19559         * malloc/hooks.c (memalign_check): Ensure the value of bytes
19560         passed to _int_memalign does not overflow.
19562 2013-10-10  Torvald Riegel  <triegel@redhat.com>
19564         * scripts/bench.pl: Add include-sources directive.
19565         * benchtests/README: Update documentation.
19567 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
19569         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
19570         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
19571         instead of FP_INIT_ROUNDMODE.
19572         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
19573         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
19575         [BZ #16034]
19576         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
19577         copy class of input value.
19578         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
19579         not handle exceptions.
19580         * soft-fp/negsf2.c (__negsf2): Likewise.
19581         * soft-fp/negtf2.c (__negtf2): Likewise.
19582         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
19584 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
19586         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
19587         semicolon.  From Linux kernel.
19589 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
19591         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
19593 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
19595         [BZ #156]
19596         * manual/socket.texi: Added statement about buffer
19597         for gethostbyname2_r.
19599 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
19601         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
19602         Use .p2align directive instead, throughout.
19603         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
19604         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
19605         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
19606         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
19607         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
19608         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
19609         * sysdeps/x86_64/strchr.S: Likewise.
19610         * sysdeps/x86_64/strrchr.S: Likewise.
19612 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
19614         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
19616         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
19618         * sysdeps/generic/math_private.h (__mpsin1): Remove
19619         declaration.
19620         (__mpcos1): Likewise.
19621         (__mpsin): New argument __range_reduce.
19622         (__mpcos): Likewise.
19623         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
19624         (slow): Use __mpsin and __mpcos.
19625         (slow1): Likewise.
19626         (slow2): Likewise.
19627         (sloww): Likewise.
19628         (sloww1): Likewise.
19629         (sloww2): Likewise.
19630         (bsloww): Likewise.
19631         (bsloww1): Likewise.
19632         (bsloww2): Likewise.
19633         (cslow2): Likewise.
19634         (csloww): Likewise.
19635         (csloww1): Likewise.
19636         (csloww2): Likewise.
19637         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
19638         range_reduce.  Merge in __mpsin1.
19639         (__mpcos): Likewise.
19640         (__mpsin1): Remove.
19641         (__mpcos1): Likewise.
19643 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
19645         * locale/loadlocale.c (_nl_intern_locale_data): Use
19646         LOCFILE_ALIGNED_P.
19647         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
19648         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
19649         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
19650         obstack data is appropriately aligned.
19651         (obstack_int32_grow_fast): Likewise.
19652         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
19653         * locale/programs/locfile.c (add_locale_uint32): Likewise.
19654         (add_locale_uint32_array): Likewise.
19656 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
19658         * benchtests/Makefile: Remove ARGLIST and RET variables.
19659         ($(objpfx)bench-%.c): Pass only function name to the script.
19660         * benchtests/README: Update documentation.
19661         * benchtests/acos-inputs: Add new directives.
19662         * benchtests/acosh-inputs: Likewise.
19663         * benchtests/asin-inputs: Likewise.
19664         * benchtests/asinh-inputs: Likewise.
19665         * benchtests/atan-inputs: Likewise.
19666         * benchtests/atanh-inputs: Likewise.
19667         * benchtests/cos-inputs: Likewise.
19668         * benchtests/cosh-inputs: Likewise.
19669         * benchtests/exp-inputs: Likewise.
19670         * benchtests/log-inputs: Likewise.
19671         * benchtests/pow-inputs: Likewise.
19672         * benchtests/rint-inputs: Likewise.
19673         * benchtests/sin-inputs: Likewise.
19674         * benchtests/sinh-inputs: Likewise.
19675         * benchtests/tan-inputs: Likewise.
19676         * benchtests/tanh-inputs: Likewise.
19677         * scripts/bench.pl: Add support for new directives.
19679 2013-10-07  Alan Modra  <amodra@gmail.com>
19681         * README: Fix careless merge.
19683 2013-10-05  Alan Modra  <amodra@gmail.com>
19685         * NEWS: Mention powerpc64le support and bugs fixed.
19686         * README: Both big-endian and little-endian powerpc64 supported.
19688 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
19690         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
19691         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
19692         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
19693         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
19695 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
19697         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
19698         match prototype.
19700 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
19702         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
19703         Move -mhard-float appending from
19704         ports/sysdeps/powerpc/powerpc32/Makefile.
19705         [$(with-fp) = yes] (ASFLAGS): Likewise.
19706         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
19707         * sysdeps/powerpc/nofpu: Move directory from
19708         ports/sysdeps/powerpc/nofpu.
19709         * sysdeps/powerpc/soft-fp: Move directory from
19710         ports/sysdeps/powerpc/soft-fp.
19711         * sysdeps/powerpc/powerpc32/405: Move directory from
19712         ports/sysdeps/powerpc/powerpc32/405.
19713         * sysdeps/powerpc/powerpc32/440: Move directory from
19714         ports/sysdeps/powerpc/powerpc32/440.
19715         * sysdeps/powerpc/powerpc32/464: Move directory from
19716         ports/sysdeps/powerpc/powerpc32/464.
19717         * sysdeps/powerpc/powerpc32/476: Move directory from
19718         ports/sysdeps/powerpc/powerpc32/476.
19719         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
19720         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
19721         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
19722         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
19723         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
19724         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
19725         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
19726         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
19727         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
19728         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
19729         * README: Update for powerpc-*-linux-gnu software floating point
19730         support in libc.
19732         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
19733         case to powerpc/powerpc32*.
19734         * sysdeps/unix/sysv/linux/configure: Regenerated.
19736         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
19737         (_FPU_MASK_OM): Define as 0x04.
19738         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
19739         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
19740         0x00c10080.
19741         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
19742         0x0000003c.
19743         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
19745         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
19746         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
19747         getcontext_e500.
19748         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
19749         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
19750         setcontext_e500.
19751         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
19752         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
19753         and setcontext_e500.
19755 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
19757         * locale/iso-3166.def: Update iso-1366.def and related occurrences
19759 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
19761         * manual/threads.texi (Default Thread Attributes): Fix typo.
19763 2013-10-04  Will Newton  <will.newton@linaro.org>
19765         * malloc/Makefile: Add tst-memalign.
19766         * malloc/tst-memalign.c: New file.
19768         * malloc/tst-posix_memalign.c: Add comments.
19769         (do_test): Add comments and call free on all potentially
19770         allocated pointers. Add space after cast.
19772         * malloc/tst-pvalloc.c: Add comments.
19773         (do_test): Add comments and call free on all potentially
19774         allocated pointers. Remove duplicate check for NULL pointer.
19775         Add space after cast.
19777         * malloc/tst-valloc.c: Add comments.
19778         (do_test): Add comments and call free on all potentially
19779         allocated pointers. Remove duplicate check for NULL pointer.
19780         Add space after cast.
19782 2013-10-04  Alan Modra  <amodra@gmail.com>
19784         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
19785         Use stdint types in rather than __attribute__((mode())).
19786         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
19788 2013-10-04  Alan Modra  <amodra@gmail.com>
19790         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
19791         Correct handling of unaligned relocs for little-endian.
19792         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
19794 2013-10-04  Alan Modra  <amodra@gmail.com>
19796         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
19797         * configure: Regenerate.
19798         * nptl/shlib-versions: Powerpc*le starts at 2.18.
19799         * shlib-versions: Likewise.
19801 2013-10-04  Alan Modra  <amodra@gmail.com>
19803         * string/tester.c (test_memrchr): Increment reported test cycle.
19805 2013-10-04  Alan Modra  <amodra@gmail.com>
19807         * string/test-memcpy.c (do_one_test): When reporting errors, print
19808         string address and don't overrun end of string.
19810 2013-10-04  Alan Modra  <amodra@gmail.com>
19812         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
19813         insrdi.  Make better use of reg selection to speed exit slightly.
19814         Schedule entry path a little better.  Remove useless "are we done"
19815         checks on entry to main loop.  Handle wrapping around zero address.
19816         Correct main loop count.  Handle single left-over word from main
19817         loop inline rather than by using loop_small.  Remove extra word
19818         case in loop_small caused by wrong loop count.  Add little-endian
19819         support.
19820         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
19821         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
19822         cache hint.
19823         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
19824         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
19825         support.  Avoid rlwimi.
19826         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
19828 2013-10-04  Alan Modra  <amodra@gmail.com>
19830         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
19831         insrdi.  Formatting.
19832         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
19833         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
19834         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
19835         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
19836         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
19837         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
19839 2013-10-04  Alan Modra  <amodra@gmail.com>
19841         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
19842         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
19843         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
19844         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
19845         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
19846         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
19847         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
19848         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
19849         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
19850         use of regs.  Use power7 mtocrf.  Tidy function tails.
19852 2013-10-04  Alan Modra  <amodra@gmail.com>
19854         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
19855         Formatting.  Consistently use rXXX register defines or rN defines.
19856         Use early exit labels that avoid restoring unused non-volatile regs.
19857         Make cr field use more consistent with rWORDn compares.  Rename
19858         regs used as shift registers for unaligned loop, using rN defines
19859         for short lifetime/multiple use regs.
19860         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
19861         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
19862         addi 1,1,64 to pop stack frame.  Simplify return value code.
19863         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
19865 2013-10-04  Alan Modra  <amodra@gmail.com>
19867         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
19868         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
19869         rather than rlwimi.
19870         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
19871         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
19872         little-endian support.  Correct typos.
19873         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
19874         rather than rlwimi.
19875         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
19876         in loop and entry code to keep "and." results.
19877         (strchr): Add little-endian support.  Comment.  Move cntlzd
19878         earlier in tail.
19879         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
19881 2013-10-04  Alan Modra  <amodra@gmail.com>
19883         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
19884         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
19885         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
19886         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
19888 2013-10-04  Alan Modra  <amodra@gmail.com>
19890         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
19891         (rTMP): Define as r11.
19892         (strcmp): Add little-endian support.  Optimise tail.
19893         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
19894         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
19895         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
19896         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
19897         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
19898         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
19899         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
19901 2013-10-04  Alan Modra  <amodra@gmail.com>
19903         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
19904         little-endian support.  Remove unnecessary "are we done" tests.
19905         Handle "s" wrapping around zero and extremely large "size".
19906         Correct main loop count.  Handle single left-over word from main
19907         loop inline rather than by using small_loop.  Correct comments.
19908         Delete "zero" tail, use "end_max" instead.
19909         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
19911 2013-10-04  Alan Modra  <amodra@gmail.com>
19913         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
19914         support.  Don't branch over align.
19915         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
19916         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
19917         support.  Rearrange tmp reg use to suit.  Comment.
19918         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
19920 2013-10-04  Alan Modra  <amodra@gmail.com>
19922         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
19924 2013-10-04  Alan Modra  <amodra@gmail.com>
19926         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
19927         conditional form of branch and link when obtaining pc.
19928         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
19930 2013-10-04  Alan Modra  <amodra@gmail.com>
19932         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
19933         HIWORD/LOWORD.
19934         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
19935         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
19937 2013-10-04  Alan Modra  <amodra@gmail.com>
19939         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
19940         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
19941         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
19942         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
19943         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
19944         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
19945         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
19946         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
19947         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
19948         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
19950 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
19951             Alistair Popple <alistair@ozlabs.au.ibm.com>
19952             Alan Modra <amodra@gmail.com>
19954         [BZ #15723]
19955         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
19956         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
19957         _dl_hwcap access for little-endian.
19958         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
19959         destroy vmx regs when saving unaligned.
19960         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
19961         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
19962         destroy vmx regs when saving unaligned.
19964 2013-10-04  Alan Modra  <amodra@gmail.com>
19966         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
19967         Don't use a union to pack hi/low value.
19969 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
19971         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
19972         for little-endian.
19973         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
19974         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
19975         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
19976         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
19977         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
19979 2013-10-04  Alan Modra  <amodra@gmail.com>
19981         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
19982         constants to usual value for .cst8 section, and remove redundant
19983         high address load.
19984         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
19985         constant for 0x1p52.  Load little-endian words of double from
19986         correct stack offsets.
19988 2013-10-04  Alan Modra  <amodra@gmail.com>
19990         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
19991         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
19992         words of double from correct stack offsets.
19993         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
19994         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
19995         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
19996         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
19997         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
19998         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
19999         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
20000         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
20001         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
20002         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
20003         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
20004         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
20005         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
20006         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
20007         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
20008         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
20009         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
20011 2013-10-04  Alan Modra  <amodra@gmail.com>
20013         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
20014         64-bit int/double union.
20015         (_FPU_SETCW): Likewise.
20016         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
20017         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
20019 2013-10-04  Alan Modra  <amodra@gmail.com>
20021         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
20022         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
20024 2013-10-04  Alan Modra  <amodra@gmail.com>
20026         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
20027         use vector int constants.
20028         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
20030 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20032         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
20033         array with long long.
20034         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
20035         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
20036         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
20037         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
20038         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
20039         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
20040         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
20041         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
20042         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
20043         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
20044         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
20045         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
20046         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
20048 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
20050         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
20051         (__signbit): Likewise.  Correct for little-endian.
20052         (__signbitl): Call __signbit.
20053         (lrint): Correct for little-endian.
20054         (lrintf): Call lrint.
20056 2013-10-04  Alan Modra  <amodra@gmail.com>
20058         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
20059         union 32-bit int array member with 64-bit int array.
20060         (t515, tm256): Double rather than long double.
20061         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
20063 2013-10-04  Alan Modra  <amodra@gmail.com>
20065         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
20066         Delete.
20067         (IEEE854_LONG_DOUBLE_BIAS): Delete.
20068         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
20069         version of math_ldbl.h.
20071 2013-10-04  Alan Modra  <amodra@gmail.com>
20073         [BZ #15734], [BZ #15735]
20074         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
20075         all uses of ieee875 long double macros and unions.  Simplify test
20076         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
20077         ldbl_extract_mantissa value for ix,iy exponents.  Properly
20078         normalize after ldbl_extract_mantissa, and don't add hidden bit
20079         already handled.  Don't treat low word of ieee854 mantissa like
20080         low word of IBM long double and mask off bit when testing for
20081         zero.
20082         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
20083         all uses of ieee875 long double macros and unions.  Simplify tests
20084         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
20085         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
20086         two1022, instead use their values.  Recognise that tests for large
20087         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
20088         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
20089         Rewrite all uses of ieee875 long double macros and unions.  Simplify
20090         test for 0.0L and nan.  Correct negation.
20091         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
20092         ieee875 long double macros and unions.  Correct output for large
20093         magnitude x.  Correct absolute value calculation.
20094         (__erfcl): Likewise.
20095         * math/libm-test.inc: Add tests for errors discovered in IBM long
20096         double versions of fmodl, remainderl, erfl and erfcl.
20098 2013-10-04  Alan Modra  <amodra@gmail.com>
20100         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
20101         all uses of ieee854 long double macros and unions.  Simplify tests
20102         for long doubles that are fully specified by the high double.
20103         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
20104         Likewise.
20105         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
20106         Remove dead code too.
20107         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
20108         (__ieee754_ynl): Likewise.
20109         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
20110         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
20111         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
20112         Remove dead code too.
20113         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
20114         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
20115         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
20116         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
20117         Simplify.
20118         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
20119         Simplify.
20120         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
20121         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
20122         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
20123         Comment on variable precision.
20124         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
20125         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
20126         Likewise.
20127         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
20128         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
20129         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
20130         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
20131         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
20133 2013-10-04  Alan Modra  <amodra@gmail.com>
20135         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
20136         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
20137         all uses of ieee854 long double macros and unions.
20138         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
20139         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
20140         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
20141         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
20142         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
20143         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
20144         Likewise.
20145         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
20146         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
20147         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
20148         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
20149         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
20150         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
20151         Simplify sign and nan test too.
20152         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
20153         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
20154         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
20155         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
20156         Likewise.
20157         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
20158         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
20159         Likewise.
20160         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
20161         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
20162         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
20163         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
20164         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
20165         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
20167 2013-10-04  Alan Modra  <amodra@gmail.com>
20169         * stdio-common/printf_size.c (__printf_size): Don't use
20170         union ieee854_long_double in fpnum union.
20171         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
20172         signbit macro to retrieve sign from long double.
20173         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
20174         retrieve sign from long double.
20175         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
20176         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
20177         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
20178         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
20179         * math/test-misc.c (main): Don't use union ieee854_long_double.
20181 2013-10-04  Alan Modra  <amodra@gmail.com>
20183         [BZ #15680]
20184         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
20185         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
20186         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
20187         calculation.  Remove unnecessary test for denormal exponent.
20188         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
20189         Correct handling of denormals.  Avoid undefined shift behaviour.
20190         Correct normalisation of low mantissa when low double is denormal.
20191         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
20192         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
20193         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
20194         Correct normalisation of low mantissa.  Test for overflow of high
20195         mantissa and normalise.
20196         (ldbl_nearbyint): Use more readable constant for two52.
20197         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
20198         (__mpn_construct_long_double): Fix test for overflow of high
20199         mantissa and correct normalisation.  Avoid undefined shift.
20201 2013-10-04  Alan Modra  <amodra@gmail.com>
20203         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
20204         (union ibm_extended_long_double): Define as an array of ieee754_double.
20205         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
20206         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
20207         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
20208         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
20209         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
20210         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
20211         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20212         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
20213         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
20214         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
20215         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
20217 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
20219         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
20220         page size instead of calling getpagesize.
20222         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
20223         (LOCFILE_ALIGN_MASK): Likewise.
20224         (LOCFILE_ALIGN_UP): Likewise.
20225         (LOCFILE_ALIGNED_P): Likewise.
20226         * locale/programs/ld-collate.c (collate_output): Use the new
20227         macros instead of __alignof__ (int32_t).
20228         * locale/weight.h (findidx): Likewise.
20230 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
20232         [BZ #431]
20233         * manual/string.texi: Fix strncat and wcsncat.
20235 2013-10-03  Brooks Moses  <bmoses@google.com>
20237         [BZ #15915]
20238         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
20239         * Makerules: ...here, and adjust associated comments.
20241 2013-10-02  Will Newton  <will.newton@linaro.org>
20243         * malloc/Makefile: Add tst-pvalloc.
20244         * malloc/tst-pvalloc.c: New file.
20246 2013-10-02  Will Newton  <will.newton@linaro.org>
20248         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
20249         improve test coverage.
20251 2013-10-02  Will Newton  <will.newton@linaro.org>
20253         * malloc/Makefile: Add tst-posix_memalign.
20254         * malloc/tst-posix_memalign.c: New file.
20256 2013-10-01  Eric Blake  <eblake@redhat.com>
20258         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
20259         Use __THROWNL rather than __THROW on static functions.
20261 2013-09-30  Petr Machata  <pmachata@redhat.com>
20263         * elf/elf.h (R_AARCH64_ABS16): New macro.
20264         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
20265         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
20266         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
20267         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
20268         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
20269         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
20270         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
20271         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
20272         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
20273         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
20274         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
20275         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
20276         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
20277         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
20278         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
20279         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
20280         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
20281         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
20282         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
20283         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
20284         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
20285         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
20286         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
20287         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
20288         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
20289         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
20290         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
20291         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
20292         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
20293         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
20294         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
20295         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
20296         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
20297         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
20298         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
20299         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
20300         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
20301         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
20302         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
20303         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
20304         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
20305         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
20306         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
20307         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
20308         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
20309         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
20310         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
20311         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
20312         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
20313         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
20314         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
20315         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
20316         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
20317         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
20318         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
20319         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
20320         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
20321         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
20322         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
20323         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
20324         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
20325         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
20326         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
20327         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
20328         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
20329         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
20330         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
20331         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
20332         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
20333         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
20334         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
20335         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
20336         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
20337         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
20338         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
20339         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
20340         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
20341         (R_AARCH64_TLSDESC_LDR): Likewise.
20342         (R_AARCH64_TLSDESC_ADD): Likewise.
20343         (R_AARCH64_TLSDESC_CALL): Likewise.
20345 2013-09-30  Andreas Schwab  <schwab@suse.de>
20347         [BZ #15048]
20348         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
20349         the nss database lookup.
20350         * nscd/initgrcache.c (addinitgroupsX): Likewise.
20351         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
20353 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
20355         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
20357 2013-09-28  P. J. McDermott  <pj@pehjota.net>
20359         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
20360         ${Bash-specific parameter/pattern/string} parameter expansion.
20361         * sysdeps/unix/make-syscalls.sh: Likewise.
20363 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20365         * sysdeps/sh/stackguard-macros.h: New file.
20367 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
20369         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
20370         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
20371         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
20372         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
20373         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
20374         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
20376 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20378         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
20379         Fix thread ID register.
20381 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
20383         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
20384         [POSIX || UNIX98]: Require rather than permitting all symbols from
20385         <time.h>.
20386         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
20387         element of struct sched_param.
20388         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
20389         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
20390         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
20391         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
20392         constant.
20394 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
20396         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
20397         argument calculation.
20399 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
20401         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
20402         Expect macro.
20403         [POSIX] (pthread_attr_t): Do not require type.
20404         [POSIX] (pthread_cond_t): Likewise.
20405         [POSIX] (pthread_condattr_t): Likewise.
20406         [POSIX] (pthread_key_t): Likewise.
20407         [POSIX] (pthread_mutex_t): Likewise.
20408         [POSIX] (pthread_mutexattr_t): Likewise.
20409         [POSIX] (pthread_once_t): Likewise.
20410         [POSIX] (pthread_t): Likewise.
20411         [POSIX-based standards] (pthread_atfork): Expect function.
20413 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
20414             Richard Sandiford  <richard@codesourcery.com>
20416         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
20417         (swap_endianness_p): New extern variable.
20418         (set_big_endian): New inline function.
20419         (maybe_swap_uint32): Likewise.
20420         (maybe_swap_uint32_array): Likewise.
20421         (maybe_swap_uint32_obstack): Likewise.
20422         * locale/programs/locfile.c: Include <stdbool.h>.
20423         (swap_endianness_p): New variable.
20424         (add_locale_uint32): Call maybe_swap_uint32.
20425         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
20426         (write_locale_data): Call maybe_swap_uint32_array.
20427         * locale/programs/ld-collate.c (obstack_int32_grow): Call
20428         maybe_swap_uint32.
20429         (obstack_int32_grow_fast): Likewise.
20430         (output_weightwc): Call maybe_swap_uint32_obstack.
20431         (collate_output): Likewise.
20432         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
20433         (OPT_LITTLE_ENDIAN): Likewise.
20434         (options): Add --little-endian and --big-endian options.
20435         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
20436         * locale/programs/locarchive.c: Include "locfile.h".
20437         (GET): New macro.
20438         (SET): Likewise.
20439         (INC): Likewise.
20440         (create_archive): Use the new macros to access fields of
20441         structures directly mapped from or written to locale archives.
20442         (oldlocrecentcmp): Likewise.
20443         (enlarge_archive): Likewise.
20444         (insert_name): Likewise.
20445         (add_alias): Likewise.
20446         (add_locale): Likewise.
20447         (delete_locales_from_archive): Likewise.
20448         (show_archive_content): Likewise.
20449         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
20450         locale data.
20452 2013-09-24  Roland McGrath  <roland@hack.frob.com>
20454         * manual/freemanuals.texi: Updated from (newly) canonical copy at
20455         http://www.gnu.org/doc/freemanuals.texi.
20456         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
20458 2013-09-24  Will Newton  <will.newton@linaro.org>
20460         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
20461         macro.
20463 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
20465         * locale/hashval.h (compute_hashval): Interpret bytes of key as
20466         unsigned char.
20468 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
20470         * manual/threads.texi (POSIX Threads): Fix a typo.
20472 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
20474         [BZ #14547]
20475         * string/tst-strcoll-overflow.c: New test case.
20476         * string/Makefile (xtests): Add tst-strcoll-overflow.
20477         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
20478         cache if string sizes may cause integer overflow.
20480         [BZ #14547]
20481         * string/strcoll_l.c (coll_seq): New members rule, idx,
20482         save_idx and back_us.
20483         (get_next_seq_nocache): New function.
20484         (do_compare_nocache): New function.
20485         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
20486         when malloc fails.
20488 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
20490         [BZ #15754]
20491         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
20492         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
20493         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
20495         [BZ #15754]
20496         * elf/Makefile (tests): Add tst-ptrguard1.
20497         (tests-static): Add tst-ptrguard1-static.
20498         (tst-ptrguard1-ARGS): Define.
20499         (tst-ptrguard1-static-ARGS): Define.
20500         * elf/tst-ptrguard1.c: New file.
20501         * elf/tst-ptrguard1-static.c: New file.
20502         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
20503         * sysdeps/i386/stackguard-macros.h: Likewise.
20504         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
20505         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
20506         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
20507         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
20508         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
20509         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
20511 2013-09-23  Hector Marco  <hecmargi@upv.es>
20512             Ismael Ripoll  <iripoll@disca.upv.es>
20513             Carlos O'Donell  <carlos@redhat.com>
20515         [BZ #15754]
20516         * sysdeps/generic/stackguard-macros.h: Define
20517         __pointer_chk_guard_local and POINTER_CHK_GUARD.
20518         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
20519         Define __pointer_chk_guard_local.
20520         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
20521         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
20523 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
20525         [BZ #15859]
20526         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
20528 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
20530         * include/string.h (__ffs): Declare as hidden.
20531         * string/ffs.c (__ffs): Define as hidden.
20532         * sysdeps/i386/ffs.c (__ffs): Likewise.
20533         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
20534         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
20535         * sysdeps/s390/ffs.c (__ffs): Likewise.
20536         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
20538 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
20540         * NEWS: Mention malloc probes.
20542         * malloc/arena.c (new_heap): New memory_heap_new probe.
20543         (grow_heap): New memory_heap_more probe.
20544         (shrink_heap): New memory_heap_less probe.
20545         (heap_trim): New memory_heap_free probe.
20546         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
20547         (systrim): New memory_sbrk_less probe.
20548         * manual/probes.texi: Document them.
20550         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
20551         * manual/probes.texi: Document it.
20553         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
20554         (__libc_realloc): Add memory_realloc_retry probe.
20555         (__libc_memalign): Add memory_memalign_retry probe.
20556         (__libc_valloc): Add memory_valloc_retry probe.
20557         (__libc_pvalloc): Add memory_pvalloc_retry probe.
20558         (__libc_calloc): Add memory_calloc_retry probe.
20559         * manual/probes.texi: Document them.
20561         * malloc/arena.c (get_free_list): Add probe
20562         memory_arena_reuse_free_list.
20563         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
20564         and memory_arena_reuse.
20565         (arena_get2) [!PER_THREAD]: Likewise.
20566         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
20567         memory_arena_reuse_realloc.
20568         * manual/probes.texi: Document them.
20570         * malloc/malloc.c (__libc_free): Add
20571         memory_mallopt_free_dyn_thresholds probe.
20572         (__libc_mallopt): Add multiple memory_mallopt probes.
20573         * manual/probes.texi: Document them.
20575         * malloc/malloc.c: Include stap-probe.h.
20576         (__libc_mallopt): Add memory_mallopt probe.
20577         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
20578         * manual/probes.texi: New.
20579         * manual/Makefile (chapters): Add probes.
20580         * manual/threads.texi: Set next node.
20582 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
20584         [BZ #15963, #13985]
20585         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
20586         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
20587         Add `Chinese' to `nan' entry name.
20589 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
20591         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
20592         (POLYNOMIAL): Likewise.
20593         (TAYLOR_SINCOS): Likewise.
20594         (TAYLOR_SLOW): Likewise.
20595         (__sin): Use TAYLOR_SINCOS.
20596         (__cos): Likewise.
20597         (slow): Use TAYLOR_SLOW.
20598         (sloww): Likewise.
20599         (bsloww): Likewise.
20600         (csloww): Likewise.
20602 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
20604         * stdlib/strtod_l.c: Fix buffer overrun.
20606 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
20608         * benchtests/Makefile (bench): Add sincos.
20609         * benchtests/bench-sincos.c: New file.
20611         * math/libm-test.inc (cos_test_data): New test inputs.
20612         (sin_test_data): Likewise.
20614         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
20615         macro.
20616         (__sin): Use it.
20617         (__cos): Likewise.
20618         (slow1): Likewise.
20619         (slow2): Likewise.
20620         (sloww1): Likewise.
20621         (sloww2): Likewise.
20622         (bsloww1): Likewise.
20623         (bsloww2): Likewise.
20624         (cslow2): Likewise.
20625         (csloww1): Likewise.
20626         (csloww2): Likewise.
20628         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
20629         function.
20630         (__sin): Use it.
20631         (__cos): Likewise.
20633         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
20634         gotos.
20635         (__cos): Likewise.
20637 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
20639         * config.h.in (HAVE_MIPS_NAN2008): New macro.
20640         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
20641         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
20642         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
20643         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
20644         * elf/cache.c (print_entry): Handle the new cache flags.
20646 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
20647             Aldy Hernandez  <aldyh@redhat.com>
20649         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
20650         Change condition to [_SOFT_FLOAT].
20651         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
20652         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
20653         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
20654         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
20655         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
20656         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
20657         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
20658         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
20659         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
20660         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
20661         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
20662         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
20663         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
20664         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
20665         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
20666         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
20667         declaration.
20669 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
20671         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
20672         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
20673         (__longjmp): Use LOAD_GP to load saved GPRs.
20674         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
20675         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
20676         (__sigsetjmp): Use SAVE_GP to save GPRs.
20678         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
20679         Do not append -msoft-float.
20680         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
20682 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
20684         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
20686 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
20688         [BZ #15966]
20689         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
20690         (_FPU_GETCW): Use initial "__" on variable and field names but not
20691         on macro parameter name.
20692         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
20693         parentheses around reference to macro parameter.
20695 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
20697         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
20698         prototype.
20699         (ctype_startup): Use uint32_t in cast and sizeof for
20700         ctype->charnames.
20702 2013-09-11  Jia Liu  <proljc@gmail.com>
20704         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
20705         __daddr_t_defined.
20706         [__FreeBSD__]: Likewise.
20708 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
20710         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
20711         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
20712         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
20713         (strchr): Remove __strchr_sse42 ifunc selection.
20714         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
20715         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
20717 2013-09-11  Will Newton  <will.newton@linaro.org>
20719         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
20720         parameter to RES. Remove hardcoded 1000 value.
20721         * benchtests/bench-skeleton.c (main): Pass RES parameter
20722         to TIMING_INIT and multiply result by 1000.
20724 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20726         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20728 2013-09-11  Andreas Schwab  <schwab@suse.de>
20730         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
20731         if not defined.
20732         (O_TMPFILE) [__USE_GNU]: Define.
20733         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
20734         Define.
20736 2013-09-11  Will Newton  <will.newton@linaro.org>
20738         [BZ #15857]
20739         * malloc/malloc.c (__libc_memalign): Check the value of bytes
20740         does not overflow.
20742 2013-09-11  Will Newton  <will.newton@linaro.org>
20744         [BZ #15856]
20745         * malloc/malloc.c (__libc_valloc): Check the value of bytes
20746         does not overflow.
20748 2013-09-11  Will Newton  <will.newton@linaro.org>
20750         [BZ #15855]
20751         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
20752         does not overflow.
20754 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
20756         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
20757         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
20758         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
20759         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
20760         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
20762 2013-09-10  Allan McRae  <allan@archlinux.org>
20764         [BZ #15748]
20765         * manual/arith.texi (Parsing of Floats): Clarify
20766         cross-reference.
20768         [BZ #15849]
20769         * manual/install.texi (Running make install): Mention
20770         --enable-pt-chown.
20771         * INSTALL: Regenerated.
20773 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
20775         * csu/init-first.c (_init): Remove the !SHARED condition around
20776         FPU control word initialization.
20777         * elf/dl-support.c (_dl_fpu_control): New variable.
20778         (_dl_aux_init) <AT_FPUCW>: Initialize it.
20779         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
20780         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
20781         * math/test-fpucw-static.c: New file.
20782         * math/test-fpucw-ieee.c: New file.
20783         * math/test-fpucw-ieee-static.c: New file.
20784         * math/Makefile (tests): Add `test-fpucw-ieee' and
20785         `$(tests-static)'.
20786         (tests-static): New variable.
20787         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
20788         dependency to...
20789         [($(build-shared),yes)]
20790         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
20791         ... this.
20792         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
20793         New dependency.
20795 2013-09-09  Allan McRae  <allan@archlinux.org>
20797         [BZ #15939]
20798         * manual/string.texi (Collation Functions): Fix typo in
20799         strcoll example.
20800         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
20802         [BZ #15893]
20803         * stdlib/isomac.c (get_null_defines): Fix memory leak.
20805         [BZ #15892]
20806         * libio/memstream.c (open_memstream): Fix memory leak.
20807         * libio/wmemstream.c (open_wmemstream): Likewise.
20809         [BZ #15895]
20810         * nscd/netgroupcache.c: Fix nesting of ifdefs.
20812 2013-09-09  Will Newton  <will.newton@linaro.org>
20814         * malloc/Makefile: Add tst-realloc to tests.
20815         * malloc/tst-realloc.c: New file.
20817 2013-09-09  Allan McRae  <allan@archlinux.org>
20819         [BZ #15844]
20820         * COPYING: Update from GNU website to fix FSF address.
20821         * COPYING.LIB: Likewise.
20823 2013-09-06  David S. Miller  <davem@davemloft.net>
20825         * po/zh_TW.po: Update Chinese (traditional) translation from
20826         translation project.
20828 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
20829             Joseph Myers  <joseph@codesourcery.com>
20831         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
20832         "localeinfo.h".
20833         (obstack_chunk_alloc): New macro.
20834         (obstack_chunk_free): Likewise.
20835         (record_offset): New function.
20836         (init_locale_data): Likewise.
20837         (align_locale_data): Likewise.
20838         (add_locale_empty): Likewise.
20839         (add_locale_raw_data): Likewise.
20840         (add_locale_raw_obstack): Likewise.
20841         (add_locale_string): Likewise.
20842         (add_locale_wstring): Likewise.
20843         (add_locale_uint32): Likewise.
20844         (add_locale_uint32_array): Likewise.
20845         (add_locale_char): Likewise.
20846         (start_locale_structure): Likewise.
20847         (end_locale_structure): Likewise.
20848         (start_locale_prelude): Likewise.
20849         (end_locale_prelude): Likewise.
20850         (write_locale_data): Take locale_file structure rather than an
20851         iovec.
20852         * locale/programs/locfile.h: Include "obstack.h".
20853         (struct locale_file): Change to store locale file contents instead
20854         of header.
20855         (init_locale_data): New prototype.
20856         (align_locale_data): Likewise.
20857         (add_locale_empty): Likewise.
20858         (add_locale_raw_data): Likewise.
20859         (add_locale_raw_obstack): Likewise.
20860         (add_locale_string): Likewise.
20861         (add_locale_wstring): Likewise.
20862         (add_locale_uint32): Likewise.
20863         (add_locale_uint32_array): Likewise.
20864         (add_locale_char): Likewise.
20865         (start_locale_structure): Likewise.
20866         (end_locale_structure): Likewise.
20867         (start_locale_prelude): Likewise.
20868         (end_locale_prelude): Likewise.
20869         (write_locale_data): Update prototype.
20870         * locale/programs/3level.h (struct TABLE): Remove result field.
20871         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
20872         Use new locale_file interface.
20873         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
20874         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
20875         * locale/programs/ld-address.c (address_output): Use new
20876         locale_file interface.
20877         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
20878         NO_ADD_LOCALE.
20879         (collate_finish): Don't call collseq_table_finalize.
20880         (collate_output): Use new locale_file interface.
20881         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
20882         in file.
20883         (NO_FINALIZE): Change to NO_ADD_LOCALE.
20884         (TABLE): Move defines earlier in file.
20885         (ELEMENT): Likewise.
20886         (DEFAULT): Likewise.
20887         (wctrans_table_add): Move macro and inline function earlier in
20888         file.
20889         (struct wctype_table): Move type earlier in file.
20890         (add_locale_wctype_table): New static prototype.
20891         (struct locale_ctype_t): Use logical types instead of struct iovec
20892         pointers for members.
20893         (ctype_output): Use new locale_file interface.
20894         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
20895         new locale_file interface.
20896         (allocate_arrays): Update for use of new locale_file interface.
20897         * locale/programs/ld-identification.c (identification_output): Use
20898         new locale_file interface.
20899         * locale/programs/ld-measurement.c (measurement_output): Likewise.
20900         * locale/programs/ld-messages.c (messages_output): Likewise.
20901         * locale/programs/ld-monetary.c (monetary_output): Likewise.
20902         * locale/programs/ld-name.c (name_output): Likewise.
20903         * locale/programs/ld-numeric.c (numeric_output): Likewise.
20904         * locale/programs/ld-paper.c (paper_output): Likewise.
20905         * locale/programs/ld-telephone.c (telephone_output): Likewise.
20906         * locale/programs/ld-time.c (time_output): Likewise.
20908 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20910         * benchtests/Makefile: Add memrchr benchmark.
20911         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
20912         benchmark as memrchr.
20913         * benchtests/bench-memrchr-ifunc.c: New file.
20914         * benchtests/bench-memrchr.c: New file.
20916 2013-09-06   Will Newton  <will.newton@linaro.org>
20918         * benchtests/Makefile (string-bench): Add memcpy.
20920 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
20921             Cong Wang  <amwang@redhat.com>
20923         [BZ #15850]
20924         * sysdeps/unix/sysv/linux/bits/in.h
20925         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
20926         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
20927         before __USE_KERNEL_IPV6_DEFS uses.
20928         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
20929         IPPROTO_BEETPH.
20930         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
20931         sockaddr_in6, or ipv6_mreq.
20933 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20935         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
20936         memory access for final bytes in some large inputs.
20937         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
20939 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20941         * string/test-memrchr.c: New file.
20942         * string/test-memrchr-ifunc.c: New file.
20943         * string/Makefile: Add new memrchr testcase.
20945 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
20947         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
20948         fanotify_init returns EPERM.
20950 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
20952         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
20953         errors.
20954         (top level): Treat second token from macro or constant entries for
20955         allowed headers as allowed.
20956         * include/complex.h: Condition internal declarations on
20957         [!_ISOMAC].
20958         * include/fenv.h: Condition include of <stdbool.h> and internal
20959         declarations on [!_ISOMAC].
20961 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
20963         [BZ #15923]
20964         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
20966 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
20968         * configure.in (--enable-versioning): Remove configure option.
20969         (libc_cv_asm_symver_directive): Remove configure test.
20970         (libc_cv_ld_version_script_option): Likewise.
20971         (VERSIONING): Remove variable and AC_SUBST.
20972         (DO_VERSIONING): Remove AC_DEFINE.
20973         * configure: Regenerated.
20974         * config.h.in (DO_VERSIONING): Remove macro.
20975         * Makerules [$(versioning) = yes]: Change conditionals to
20976         [$(build-shared) = yes].
20977         * config.make.in (versioning): Remove variable.
20978         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
20979         [$(build-shared) = yes].
20980         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
20981         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
20982         * elf/Makefile [$(versioning) = yes]: Change conditionals to
20983         [$(build-shared) = yes].
20984         * extra-lib.mk [$(versioning) = yes]: Likewise.
20985         * hurd/Makefile [$(versioning) = yes]: Likewise.
20986         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
20987         [SHARED].
20988         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
20989         [SHARED].
20990         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
20991         [SHARED && !NO_HIDDEN].
20992         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
20993         [SHARED].
20994         [SHARED && DO_VERSIONING]: Likewise..
20995         * libio/Makefile [$(versioning) = yes]: Change conditionals to
20996         [$(build-shared) = yes].
20997         * manual/install.texi (--disable-versioning): Remove
20998         documentation.
20999         * INSTALL: Regenerated.
21000         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
21001         to [SHARED].
21002         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
21003         [$(build-shared) = yes].
21004         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
21005         * sysdeps/i386/i686/multiarch/strstr-c.c
21006         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
21007         [SHARED && !NO_HIDDEN].
21008         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
21009         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
21010         * sysdeps/powerpc/powerpc32/dl-machine.c
21011         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
21012         * sysdeps/powerpc/powerpc32/sysdep.h
21013         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
21014         to [SHARED && PIC && !NO_HIDDEN].
21015         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
21016         conditional to [SHARED].
21018 2013-09-04   Will Newton  <will.newton@linaro.org>
21020         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
21021         * benchtests/bench-string.h: Include bench-timing.h instead
21022         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
21023         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
21024         call to HP_TIMING_DIFF_INIT.
21025         * benchtests/bench-memccpy.c: Use bench-timing.h macros
21026         instead of hp-timing.h macros.
21027         * benchtests/bench-memchr.c: Likewise.
21028         * benchtests/bench-memcmp.c: Likewise.
21029         * benchtests/bench-memcpy.c: Likewise.
21030         * benchtests/bench-memmem.c: Likewise.
21031         * benchtests/bench-memmove.c: Likewise.
21032         * benchtests/bench-memset.c: Likewise.
21033         * benchtests/bench-rawmemchr.c: Likewise.
21034         * benchtests/bench-strcasecmp.c: Likewise.
21035         * benchtests/bench-strcasestr.c: Likewise.
21036         * benchtests/bench-strcat.c: Likewise.
21037         * benchtests/bench-strchr.c: Likewise.
21038         * benchtests/bench-strcmp.c: Likewise.
21039         * benchtests/bench-strcpy.c: Likewise.
21040         * benchtests/bench-strcpy_chk.c: Likewise.
21041         * benchtests/bench-strlen.c: Likewise.
21042         * benchtests/bench-strncasecmp.c: Likewise.
21043         * benchtests/bench-strncat.c: Likewise.
21044         * benchtests/bench-strncmp.c: Likewise.
21045         * benchtests/bench-strncpy.c: Likewise.
21046         * benchtests/bench-strnlen.c: Likewise.
21047         * benchtests/bench-strpbrk.c: Likewise.
21048         * benchtests/bench-strrchr.c: Likewise.
21049         * benchtests/bench-strspn.c: Likewise.
21050         * benchtests/bench-strstr.c: Likewise.
21052 2013-09-04  Will Newton  <will.newton@linaro.org>
21054         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
21056 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
21058         [BZ #15427]
21059         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
21060         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
21061         * math/libm-test.inc (lgamma_test_data): Add more tests.
21062         * sysdeps/i386/fpu/libm-test-ulps: Update.
21063         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21065 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
21067         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
21068         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
21069         Add ifunc.
21070         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
21071         Add strcmp-sse2-unaligned
21072         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
21074 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21076         * Versions.def (libc): Add GLIBC_2.19.
21078 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
21080         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
21081         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
21083 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
21085         [BZ #14155]
21086         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
21087         intermediate calculations in recurrence.
21088         (__ieee754_ynf): Likewise.
21089         * math/libm-test.inc (jn_test_data): Do not allow spurious
21090         underflow exception.  Add more tests.
21091         (yn_test_data): Add more tests.
21092         * sysdeps/i386/fpu/libm-test-ulps: Update.
21093         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21095 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
21097         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
21099 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21101         * csu/init-first.c: Fix then/than typos.
21102         * locale/programs/ld-collate.c: Likewise.
21103         * locale/programs/linereader.h: Likewise.
21104         * manual/charset.texi: Likewise.
21105         * manual/filesys.texi: Likewise.
21106         * manual/stdio.texi: Likewise.
21107         * manual/string.texi: Likewise.
21108         * stdlib/fmtmsg.c: Likewise.
21109         * sysdeps/i386/stpncpy.S: Likewise.
21110         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
21111         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
21112         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
21113         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
21115 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
21117         * elf/dl-open.c: Fix typos.
21118         * iconvdata/gbbig5.c: Likewise.
21119         * iconvdata/iso-2022-jp.c: Likewise.
21120         * iconv/gconv_int.h: Likewise.
21121         * iconv/loop.c: Likewise.
21122         * nis/rpcsvc/nis.h: Likewise.
21123         * resolv/ns_name.c: Likewise.
21124         * stdio-common/vfscanf.c: Likewise.
21125         * streams/stropts.h: Likewise.
21126         * sunrpc/rpc_thread.c: Likewise.
21127         * sysdeps/i386/strpbrk.S: Likewise.
21128         * sysdeps/ieee754/k_standard.c: Likewise.
21129         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
21130         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
21131         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
21132         * sysdeps/mach/hurd/profil.c: Likewise.
21133         * sysdeps/s390/dl-procinfo.h: Likewise.
21134         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
21135         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
21136         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
21137         * sysdeps/x86_64/dl-trampoline.S: Likewise.
21138         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
21140 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
21142         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
21143         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
21145 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
21147         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
21148         aix specific files.
21149         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
21150         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
21151         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
21152         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
21153         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
21154         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
21155         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
21156         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
21158 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21159             Roland McGrath  <roland@hack.frob.com>
21161         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
21162         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
21164 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
21166         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
21167         __executable_start symbol instead of _start.
21169 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
21171         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
21172         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
21173         Move macros to...
21174         * sysdeps/gnu/ldsodefs.h: ... this new file.
21176         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
21177         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
21178         instead of ELFOSABI_LINUX.
21180         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
21181         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
21182         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
21183         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
21184         Likewise.
21185         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
21186         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
21187         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
21188         Likewise.
21189         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
21190         (ibm_extended_long_double): Add ieee_nan member.
21191         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
21192         (do_test): New function.
21194         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
21195         TEST_TRUNC.
21196         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
21197         functions, renamed from truncdfsf_test, trunctfsf_test,
21198         trunctfdf_test.
21199         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
21200         functions.
21201         (do_test): Run all these.
21203 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
21205         * argp/argp-help.c: Fix typos.
21206         * argp/argp-parse.c: Likewise.
21207         * debug/backtracesyms.c: Likewise.
21208         * elf/elf.h: Likewise.
21209         * malloc/malloc.c: Likewise.
21210         * nis/nis_print.c: Likewise.
21211         * resolv/res_comp.c: Likewise.
21212         * stdlib/stdlib.h: Likewise.
21213         * sunrpc/clnt_tcp.c: Likewise.
21214         * sunrpc/clnt_udp.c: Likewise.
21215         * sunrpc/clnt_unix.c: Likewise.
21216         * sysdeps/unix/bsd/ptsname.c: Likewise.
21217         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
21218         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
21219         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
21220         Likewise.
21221         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
21222         Likewise.
21223         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
21224         Likewise.
21225         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
21227 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
21229         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
21230         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
21232 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
21234         [BZ #15897]
21235         * dlfcn/Makefile (tests): Add bug-dl-leaf.
21236         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
21237         ($(objpfx)bug-dl-leaf): New rule.
21238         ($(objpfx)bug-dl-leaf.so): Likewise.
21239         ($(objpfx)bug-dl-leaf.out): Likewise.
21240         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
21241         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
21242         * dlfcn/bug-dl-leaf.c: New test.
21243         * dlfcn/bug-dl-leaf-lib.c: Likewise.
21244         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
21245         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
21246         (dlclose): Likewise.
21247         (dlmopen): Likewise.
21249 2013-08-27  Roland McGrath  <roland@hack.frob.com>
21251         * include/netdb.h [!_ISOMAC]:
21252         Don't include <tls.h>.
21253         (h_errno, __libc_h_errno): Move declaration and macros out of
21254         [_LIBC_REENTRANT].
21256         * include/resolv.h [_RESOLV_H_]:
21257         Don't include <tls.h>.
21258         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
21259         * resolv/res_libc.c: Don't include <tls.h>.
21260         (_res): Use __attribute__ ((nocommon)) in place of
21261         __attribute__ ((section (".bss"))).
21263         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
21264         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
21266         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
21268         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
21269         only under [SIOCGIFCONF && SIOCGIFNETMASK].
21271         * resolv/res_mkquery.c: Include <sys/time.h>.
21273         * inet/ifreq.c: Moved to ...
21274         * sysdeps/unix/ifreq.c: ... here.
21275         * inet/ifreq.c: New file, true stub version.
21277         * socket/sa_len.c: New file.
21278         * socket/Makefile (aux): Add it.
21279         * sysdeps/unix/sysv/linux/Makefile
21280         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
21281         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
21282         and #include <socket/sa_len.c>.
21283         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
21284         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
21286         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
21287         * bits/socket.h: ... here.
21289         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
21290         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
21291         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
21293 2013-08-27  Andreas Schwab  <schwab@suse.de>
21295         [BZ #15736]
21296         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
21297         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
21298         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
21299         * string/test-strcasecmp.c (test_main): Run tests in several
21300         locales.
21301         * string/test-strncasecmp.c (test_main): Likewise.
21303         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
21304         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
21305         to __strcasecmp_nonascii and __strncasecmp_nonascii.
21306         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
21307         (__strncasecmp_ssse3) [PIC]: Likewise.
21309 2013-08-26  Roland McGrath  <roland@hack.frob.com>
21311         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
21313         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
21314         instead of explicitly declaring xdecrypt.
21315         * nis/nss_nis/nis-publickey.c: Likewise.
21317 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21319         [BZ #15890]
21320         * nscd/aicache.c: Include res_hconf.h.
21321         (addhstaiX): Initialize res_hconf.
21323 2013-08-26  Andreas Schwab  <schwab@suse.de>
21325         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
21326         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
21328 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
21330         * nscd/aicache.c (addhstaiX): Fix indentation.
21332 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
21334         * configure.ac: Quote $build_pt_chown test.
21335         * configure: Regenerated.
21337 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
21339         [BZ #15532]
21340         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
21341         * math/s_cexpf.c (__cexpf): Likewise.
21342         * math/s_cexpl.c (__cexpl): Likewise.
21343         * math/libm-test.inc (cexp_test_data): Correct expected return
21344         value for NaN + i0.  Add another test.
21346 2013-08-22  David S. Miller  <davem@davemloft.net>
21348         * po/ca.po: Update Catalan translation from translation project.
21349         * po/uk.po: Add Ukrainian translations from translation project.
21351 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
21353         [BZ #15797]
21354         * math/s_fdim.c (__fdim): Check for infinite arguments if result
21355         is infinite, not alongside NaN test.
21356         * math/s_fdimf.c (__fdimf): Likewise.
21357         * math/s_fdiml.c (__fdiml): Likewise.
21358         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
21359         errno is unchanged.
21361 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
21363         * argp/argp-help.c: Fix typos.
21364         * crypt/speeds.c: Likewise.
21365         * csu/check_fds.c: Likewise.
21366         * elf/dl-load.c: Likewise.
21367         * elf/dl-open.c: Likewise.
21368         * elf/reldep3.c: Likewise.
21369         * elf/reldep.c: Likewise.
21370         * elf/sprof.c: Likewise.
21371         * iconv/iconv_charmap.c: Likewise.
21372         * iconv/skeleton.c: Likewise.
21373         * iconv/strtab.c: Likewise.
21374         * io/lockf64.c: Likewise.
21375         * libio/libioP.h: Likewise.
21376         * resolv/gai_notify.c: Likewise.
21377         * resolv/ns_name.c: Likewise.
21378         * resolv/ns_samedomain.c: Likewise.
21379         * resolv/res_send.c: Likewise.
21380         * stdlib/random.c: Likewise.
21381         * sunrpc/rpc/xdr.h: Likewise.
21382         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
21383         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
21384         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
21385         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
21386         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
21387         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
21388         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
21389         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
21390         * sysdeps/mach/hurd/check_fds.c: Likewise.
21391         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
21392         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
21393         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
21394         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
21395         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
21396         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
21397         * sysdeps/pthread/aio_notify.c: Likewise.
21398         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
21399         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
21400         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
21401         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
21402         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
21404 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21406         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
21407         version if bit_Slow_SSE4_2 is set.
21408         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
21409         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
21411 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21413         [BZ #15867]
21414         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
21415         trampoline stack frame information.
21416         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
21417         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
21418         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
21419         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
21420         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
21421         * sysdeps/unix/sysv/linux/powerpc/init-first.c
21422         (_libc_vdso_platform_setup): Initialize the signal trampolines.
21423         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
21424         sa_flags value.
21425         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
21426         interrupting a syscall and set with option SA_SIGINFO.
21428 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
21430         [BZ #15531]
21431         * math/s_cproj.c (__cproj): Only return an infinity if one part of
21432         argument is infinite.
21433         * math/s_cprojf.c (__cprojf): Likewise.
21434         * math/s_cprojl.c (__cprojl): Likewise.
21435         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
21436         * math/libm-test.inc (cproj_test_data): Add more tests.
21438         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
21440         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
21441         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
21442         size.  Use __ffs to determine corresponding shift.
21444 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
21445             Roland McGrath  <roland@hack.frob.com>
21447         * Makefile (INSTALL): Remove trailing blank lines from output of
21448         makeinfo.
21450 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21452         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
21453         Align 32 bit compat elf_greg to 8 bytes.
21455 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
21457         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
21459 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
21461         * string/strcoll_l.c (coll_seq): New structure.
21462         (get_next_seq_cached): New function.
21463         (get_next_seq): New function.
21464         (do_compare): New function.
21465         (STRCOLL): Use GNU style definition.  Simplify implementation
21466         by using get_next_seq, get_next_seq_cached and do_compare.
21468 2013-08-16  Florian Weimer  <fweimer@redhat.com>
21470         [BZ #14699]
21471         CVE-2013-4237
21472         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
21473         member.
21474         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
21475         member.
21476         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
21477         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
21478         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
21479         conditional.
21480         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
21481         GETDENTS_64BIT_ALIGNED.
21482         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
21483         * manual/filesys.texi (Reading/Closing Directory): Document
21484         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
21485         strongly.
21486         * manual/conf.texi (Limits for Files): Add portability note to
21487         NAME_MAX, PATH_MAX.
21488         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
21490 2013-08-13  Andreas Schwab  <schwab@suse.de>
21492         [BZ #15749]
21493         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
21494         of fabs.
21495         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
21496         LDBL_MAX_EXP >= 16384]: Add tests for it.
21498 2013-08-12  David S. Miller  <davem@davemloft.net>
21500         * version.h (RELEASE): Set to "development".
21501         (VERSION): Set to "2.18.90".
21502         * NEWS: Add 2.19 section.
21504 2013-08-03  David S. Miller  <davem@davemloft.net>
21506         * po/ko.po: Update Korean translation from translation project.
21508 2013-08-01  David S. Miller  <davem@davemloft.net>
21510         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
21511         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
21512         Bilka.
21514 2013-07-30  David S. Miller  <davem@davemloft.net>
21516         * po/fr.po: Update French translation from translation project.
21518 2013-07-28  David S. Miller  <davem@davemloft.net>
21520         * po/cs.po: Update Czech translation from translation project.
21522         * po/sv.po: Update Swedish translation from translation project.
21524 2013-07-27  David S. Miller  <davem@davemloft.net>
21526         * po/eo.po: Update Esperanto translation from translation project.
21528         * po/vi.po: Update Vietnamese translation from translation project.
21530         * po/de.po: Update German translation from translation project.
21532 2013-07-26  David S. Miller  <davem@davemloft.net>
21534         * po/bg.po: Update Bulgarian translation from translation project.
21536         * po/nl.po: Update Dutch translation from translation project.
21537         * po/pl.po: Update Polish translation from translation project.
21538         * po/ru.po: Update Russian translation from translation project.
21540 2013-07-24  David S. Miller  <davem@davemloft.net>
21542         * po/libc.pot: Update.
21544 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21546         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
21547         variable page size.
21548         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
21549         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
21550         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
21552 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
21554         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
21556 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
21557             Andreas Schwab  <schwab@suse.de>
21558             Roland McGrath  <roland@hack.frob.com>
21559             Joseph Myers  <joseph@codesourcery.com>
21560             Carlos O'Donell  <carlos@redhat.com>
21562         [BZ #15755]
21563         * config.h.in: Define HAVE_PT_CHOWN.
21564         * config.make.in (build-pt-chown): New variable.
21565         * configure.in (--enable-pt_chown): New configure option.
21566         * configure: Regenerate.
21567         * login/Makefile: Include Makeconfig.  Build pt_chown only if
21568         build-pt-chown is enabled.
21569         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
21570         pt_chown to fix pty ownership.
21571         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
21572         CLOSE_ALL_FDS.
21573         * manual/install.texi (Configuring and compiling): Mention
21574         --enable-pt_chown. Add @findex for grantpt.
21575         * INSTALL: Regenerate.
21577 2013-07-20  David S. Miller  <davem@davemloft.net>
21579         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
21580         difference between 32-bit and 64-bit.
21582 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
21584         [BZ #15711]
21585         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
21586         Avoid system header dependency with -ffreestanding.
21587         ($(objpfx)bits/syscall%d): Likewise.
21589 2013-07-13  David S. Miller  <davem@davemloft.net>
21591         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
21592         underflows from atanl/atan2l due to bug 15319.
21593         (casinh_test_data): Likewise.
21595 2013-07-07  David S. Miller  <davem@davemloft.net>
21597         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
21599 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
21601         * sysdeps/i386/fpu/libm-test-ulps: Update.
21602         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21604 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
21606         * configure.in (--enable-lock-elision): Fix message text.
21607         * INSTALL: Regenerate.
21608         * configure: Regenerate.
21610 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21612         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21614 2013-07-03  Andreas Jaeger  <aj@suse.de>
21616         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
21617         define.
21618         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
21619         (ptrace_peeksiginfo_args): Add.
21620         (__ptrace_peeksiginfo_flags): Add.
21621         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
21622         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
21623         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
21625 2013-07-03  Allan McRae  <allan@archlinux.org>
21627         * sysdeps/i386/fpu/libm-test-ulps: Update.
21629 2013-07-02  David S. Miller  <davem@davemloft.net>
21631         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21633 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
21635         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21637 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
21639         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
21640         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21642 2013-07-02  Andi Kleen <ak@linux.intel.com>
21644         * config.h.in (ENABLE_LOCK_ELISION): Add.
21645         * configure.in (--enable-lock-elision): Add option.
21646         * manual/install.texi: Document --enable lock elision.
21647         * configure: Regenerate
21648         * INSTALL: Regenerate.
21650 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
21652         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
21653         SSE4.2 strcasecmp for libc.a.
21654         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
21656 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
21658         [BZ #13304]
21659         * soft-fp/op-common.h (_FP_FMA): New macro.
21660         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
21661         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
21662         (_FP_MUL_MEAT_1_imm): ... here.
21663         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
21664         (_FP_MUL_MEAT_1_wide): ... here.
21665         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
21666         (_FP_MUL_MEAT_1_hard): ... here.
21667         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
21668         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
21669         (_FP_MUL_MEAT_2_wide): ... here.
21670         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
21671         (_FP_MUL_MEAT_2_wide_3mul): ... here.
21672         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
21673         (_FP_MUL_MEAT_2_gmp): ... here.
21674         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
21675         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
21676         (_FP_MUL_MEAT_4_wide): ... here.
21677         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
21678         (_FP_MUL_MEAT_4_gmp): ... here.
21679         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
21680         (_FP_WFRACBITS_DW_S): Likewise.
21681         (_FP_WFRACXBITS_DW_S): Likewise.
21682         (_FP_HIGHBIT_DW_S): Likewise.
21683         (FP_FMA_S): Likewise.
21684         (_FP_FRAC_HIGH_DW_S): Likewise.
21685         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
21686         (_FP_WFRACBITS_DW_D): Likewise.
21687         (_FP_WFRACXBITS_DW_D): Likewise.
21688         (_FP_HIGHBIT_DW_D): Likewise.
21689         (FP_FMA_D): Likewise.
21690         (_FP_FRAC_HIGH_DW_D): Likewise.
21691         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
21692         (_FP_WFRACBITS_DW_E): Likewise.
21693         (_FP_WFRACXBITS_DW_E): Likewise.
21694         (_FP_HIGHBIT_DW_E): Likewise.
21695         (FP_FMA_E): Likewise.
21696         (_FP_FRAC_HIGH_DW_E): Likewise.
21697         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
21698         (_FP_WFRACBITS_DW_Q): Likewise.
21699         (_FP_WFRACXBITS_DW_Q): Likewise.
21700         (_FP_HIGHBIT_DW_Q): Likewise.
21701         (FP_FMA_Q): Likewise.
21702         (_FP_FRAC_HIGH_DW_Q): Likewise.
21703         * soft-fp/fmasf4.c: New file.
21704         * soft-fp/fmadf4.c: Likewise.
21705         * soft-fp/fmatf4.c: Likewise.
21707 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21709         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
21710         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
21711         Silvermont.
21712         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
21713         macro.
21714         (index_Slow_SSE4_2): Likewise.
21715         (index_Prefer_PMINUB_for_stringop): Likewise.
21716         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
21717         bit_Slow_SSE4_2 is set.
21718         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
21719         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
21721 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
21723         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
21724         rtld_global._dl_hwcap2.
21725         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
21726         POWER8.
21727         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
21728         POWER8 feature descriptions defined in _dl_hwcap2.
21729         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
21730         string handling for POWER8 feature bits.
21731         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
21732         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
21733         _dl_powerpc_cap_flags.
21734         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
21735         * sysdeps/powerpc/rtld-global-offsets.sym
21736         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
21737         _dl_hwcap2 in the rtld_global_ro structure.
21739 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
21741         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
21742         hardware capabilities in support of AT_HWCAP2.
21743         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
21744         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
21745         GLRO(dl_hwcap2).
21746         (_dl_show_auxv): Add support for calling _dl_procinfo to display
21747         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
21748         explicitly the unknown a_type display mechanism is used.
21749         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
21750         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
21751         struct member.
21752         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
21753         to macro prototype for AT_HWCAP2 support.
21754         * sysdeps/i386/dl-procinfo.h: Likewise.
21755         * sysdeps/s390/dl-procinfo.h: Likewise.
21756         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
21757         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
21758         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
21759         return -1 for unknown a_type display fallback.
21760         * sysdeps/sparc/dl-procinfo.h: Likewise.
21761         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
21762         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
21764 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
21766         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
21767         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
21769 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
21771         [BZ #12492]
21772         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
21773         mprotect making __stack_prot writable.
21775 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
21776             Joseph Myers  <joseph@codesourcery.com>
21778         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
21779         as being properly aligned.
21781 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
21783         * dlfcn/modstatic5.c: New file.
21784         * dlfcn/tststatic5.c: New file.
21785         * dlfcn/Makefile (tests): Add tststatic5.
21786         (tests-static): Likewise.
21787         (modules-names): Add modstatic5.
21788         (tststatic5-ENV): New variable.
21789         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
21791         [BZ #15022]
21792         * elf/dl-support.c (_dl_main_map): New variable.
21793         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
21794         (_dl_nns, _dl_load_adds): Set to 1.
21795         (_dl_initial_searchlist): Refer to _dl_main_map.
21796         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
21797         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
21798         call to _dl_get_origin.
21799         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
21800         around call_map.
21801         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
21802         * dlfcn/modstatic3.c: New file.
21803         * dlfcn/tststatic3.c: New file.
21804         * dlfcn/tststatic4.c: New file.
21805         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
21806         (tests-static): Likewise.
21807         (modules-names): Add modstatic3.
21808         (tststatic3-ENV, tststatic4-ENV): New variables.
21809         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
21810         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
21812 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
21814         * configure.in (CC): Require GCC version 4.4 or later.
21815         * configure: Regenerated.
21816         * manual/install.texi (Tools for Compilation): Update GCC version
21817         requirement.
21818         * INSTALL: Regenerated.
21820 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
21822         [BZ #15674]
21823         * string/test-memcmp.c (check2): New.
21824         (main): Call check2.
21826         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
21828 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
21830         [BZ #15022]
21831         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
21832         over to...
21833         (dl_open_worker) [!SHARED]: ... here.
21835 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
21837         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
21839 2013-06-25  Richard Henderson  <rth@redhat.com>
21841         * locale/programs/locarchive.c: Include <libc-internal.h>
21843 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
21845         * manual/texinfo.tex: Update to version 2013-06-21.17, with
21846         trailing whitespace removed.
21848 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
21850         [BZ #10283]
21851         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
21852         * locale/programs/locarchive.c: Include libc-mmap.h.
21853         (prepare_address_space): Take two new outputs (the mmap base and len).
21854         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
21855         values.
21856         (create_archive): Declare new mmap base and len values for
21857         prepare_address_space, and store the result in ah.
21858         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
21859         (enlarge_archive): If ah->mmap_base is not NULL, use that and
21860         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
21861         Declare new mmap base and len values for
21862         prepare_address_space, and store the result in new_ah.
21863         (open_archive): Declare new mmap base and len values for
21864         prepare_address_space, and store the result in ah.
21865         (close_archive): If ah->mmap_base is not NULL, use that and
21866         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
21867         * sysdeps/generic/libc-mmap.h: New file.
21869 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
21871         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
21872         (ALIGN_UP): Likewise.
21873         (PTR_ALIGN_DOWN): Likewise.
21874         (PTR_ALIGN_UP): Likewise.
21876 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
21878         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
21879         entry mapped to PPC_PLATFORM_POWER8.
21880         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
21881         POWER8.
21882         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
21883         (_dl_string_platform): Add case for exporting platform position for
21884         POWER8.
21885         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
21886         search path to sysdeps/powerpc/powerpc32/power8 directory.
21887         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
21888         search path to sysdeps/powerpc/powerpc64/power8 directory.
21889         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
21890         power7 directories.
21891         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
21892         power7 directories.
21894 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
21896         * INSTALL: Regenerate.
21898         * nscd/connections.c (nscd_init): Fix comment.
21900 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
21902         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
21904         [BZ #15667]
21905         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
21906         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
21908 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
21910         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
21911         DL_DST_REQ_STATIC.
21912         (DL_DST_REQ_STATIC): Remove macro.
21914 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
21916         [BZ #7006]
21917         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
21918         with a shift of 0 bits.
21920 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
21922         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
21923         $(tststatic-ENV).
21925 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21927         [BZ #15655]
21928         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
21930 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21932         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
21933         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
21934         accepts -fno-tree-loop-distribute-patterns.
21935         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
21936         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
21937         recursive call.
21938         * string/memset.c (memset): Likewise.
21939         * string/test-memmove.c (simple_memmove): Disable loop transformation
21940         to library calls.
21941         * string/test-memset.c (simple_memset): Likewise.
21942         * benchtests/bench-memmove.c (simple_memmove): Likewise.
21943         * benchtests/bench-memset.c (simple_memset): Likewise.
21944         * configure: Regenerated.
21946 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
21948         * math/test-misc.c (main): Ignore fesetround failure when failures
21949         of subsequent rounding tests would be ignored.
21951         [BZ #15654]
21952         * math/fedisblxcpt.c (fedisableexcept): Return 0.
21953         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
21954         * math/fegetenv.c (__fegetenv): Return 0.
21955         * math/fegetexcept.c (fegetexcept): Return 0.
21956         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
21957         FE_TONEAREST.
21958         * math/feholdexcpt.c (feholdexcept): Return 0.
21959         * math/fesetenv.c (__fesetenv): Return 0.
21960         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
21961         argument FE_TONEAREST.
21962         * math/feupdateenv.c (__feupdateenv): Return 0.
21963         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
21965 2013-06-18  Roland McGrath  <roland@hack.frob.com>
21967         * elf/rtld-Rules (rtld-compile-command.S): New variable.
21968         (rtld-compile-command.s, rtld-compile-command.c): New variables.
21969         ($(objpfx)rtld-%.os rules): Use them.
21971 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21973         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
21974         fields.
21976 2013-06-17  Roland McGrath  <roland@hack.frob.com>
21978         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
21979         length of target pattern, then descending length of dependency pattern.
21980         * configure.in (AWK): Require gawk 3.1.2 or newer.
21981         * manual/install.texi (Tools for Compilation): Say that we do.
21982         * configure: Regenerated.
21984         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
21985         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
21986         * scripts/sysd-rules.awk: ... this new script.
21987         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
21988         than a glob-style pattern.
21990 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
21992         * math/test-misc.c (main): Do not treat incorrectly rounded
21993         conversions as failure unless ROUNDING_TESTS passes.
21995 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
21997         [BZ #15631]
21998         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
21999         restore exception state around main square root computation, then
22000         check for inexactness explicitly.
22002         * math/libm-test.inc (fma_test_data): Add another test.
22004 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22006         * manual/threads.texi (Non-POSIX Extensions): New document
22007         node.  Document pthread_getattr_default_np and
22008         pthread_setattr_default_np.
22010         * Versions.def (libpthread): Add GLIBC_2.18.
22011         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
22012         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
22013         Likewise.
22014         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
22015         Likewise.
22016         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
22017         Likewise.
22018         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
22019         Likewise.
22020         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
22021         Likewise.
22022         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
22023         Likewise.
22024         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
22025         Likewise.
22026         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
22027         Likewise.
22028         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
22029         Likewise.
22031 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
22033         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22034         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
22036 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22037             H.J. Lu  <hjl.tools@gmail.com>
22039         [BZ #15627]
22040         * sysdeps/x86_64/rtld-memset.c: Remove file.
22041         * sysdeps/x86_64/rtld-memset.S: New file.
22043 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
22045         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
22046         (test_in_one_mode): Take arguments for whether the rounding mode
22047         is supported for each floating-point type.
22048         (do_test): Pass new arguments to test_in_one_mode using
22049         ROUNDING_TESTS.
22051 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22053         * posix/tst-waitid.c (do_test): Distinguish different instances of
22054         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
22055         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
22056         before entering the kernel for waitpid.
22058 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22060         * NEWS: Fix note on clock function precision.  Text by Roland
22061         McGrath.
22063 2013-06-13  Roland McGrath  <roland@hack.frob.com>
22065         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
22066         it into place only when and if the sanity check passes.
22068 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
22070         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
22071         output for whether conversion result is exact.  Take argument
22072         indicating whether type is IBM long double.
22073         (round_for_all): Change need_exact field to ibm_ld.
22074         * stdlib/tst-strtod-round.c (struct exactness): New type.
22075         (struct test): Change bool ld_ok field to struct exactness exact.
22076         (TEST): Update all definitions for change to field.
22077         (tests): Regenerate array contents.
22078         (test_in_one_mode): Take pointer to new field instead of old ld_ok
22079         field value.  Check for IBM long double here.
22080         (do_test): Update calls to test_in_one_mode.
22082 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
22084         [BZ #12515]
22085         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
22086         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
22088 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22090         [BZ #15605]
22091         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
22092         generated by the compiler on loop optimizations.
22093         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
22094         general definitions.
22096 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
22098         * math/bug-nextafter.c: Include <math-tests.h>.
22099         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22100         the relevant type.
22101         * math/bug-nexttoward.c: Include <math-tests.h>.
22102         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22103         the relevant type.
22104         * math/test-misc.c: Include <math-tests.h>.
22105         (main): Only test for exceptions if EXCEPTION_TESTS is true for
22106         the relevant type.
22108 2013-06-12  Andreas Jaeger  <aj@suse.de>
22110         * po/ia.po: Update Interlingua translation from translation
22111         project.
22113 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
22115         * include/fenv.h: Include stdbool.h.
22116         (struct rm_ctx): New structure.
22117         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
22118         Define macro.
22119         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
22120         (SET_RESTORE_ROUNDF): Likewise.
22121         (SET_RESTORE_ROUNDL): Likewise.
22122         (SET_RESTORE_ROUND_NOEX): Likewise.
22123         (SET_RESTORE_ROUND_NOEXF): Likewise.
22124         (SET_RESTORE_ROUND_NOEXL): Likewise.
22125         (SET_RESTORE_ROUND_53BIT): Likewise.
22126         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
22127         (libc_feresetround_noexf_ctx): Likewise.
22128         (libc_feresetround_noexl_ctx): Likewise.
22129         (libc_feholdsetround_53bit_ctx): Likewise.
22130         (libc_feresetround_53bit_ctx): Likewise.
22131         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
22132         (libc_feholdexcept_setround_sse_ctx): New function.
22133         (libc_fesetenv_sse_ctx): Likewise.
22134         (libc_feupdateenv_sse_ctx): Likewise.
22135         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
22136         (libc_feholdexcept_setround_387_ctx): Likewise.
22137         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
22138         (libc_feholdsetround_387_prec_ctx): Likewise.
22139         (libc_feholdsetround_387_ctx): Likewise.
22140         (libc_feholdsetround_387_53bit_ctx): Likewise.
22141         (libc_feholdsetround_sse_ctx): Likewise.
22142         (libc_feresetround_sse_ctx): Likewise.
22143         (libc_feresetround_387_ctx): Likewise.
22144         (libc_feupdateenv_387_ctx): Likewise.
22145         (libc_feholdexcept_setroundf_ctx): Define macro.
22146         (libc_fesetenvf_ctx): Likewise.
22147         (libc_feupdateenvf_ctx): Likewise.
22148         (libc_feholdsetroundf_ctx): Likewise.
22149         (libc_feresetroundf_ctx): Likewise.
22150         (libc_feholdexcept_setround_ctx): Likewise.
22151         (libc_fesetenv_ctx): Likewise.
22152         (libc_feupdateenv_ctx): Likewise.
22153         (libc_feholdsetround_ctx): Likewise.
22154         (libc_feresetround_ctx): Likewise.
22155         (libc_feholdexcept_setroundl_ctx): Likewise.
22156         (libc_feupdateenvl_ctx): Likewise.
22157         (libc_feholdsetroundl_ctx): Likewise.
22158         (libc_feresetroundl_ctx): Likewise.
22159         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
22160         (libc_feresetround_53bit_ctx): Likewise.
22162 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22164         * locale/iso-639.def: Convert to UTF-8.
22166 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
22168         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
22169         (EXCEPTION_TESTS_double): Likewise.
22170         (EXCEPTION_TESTS_long_double): Likewise.
22171         (EXCEPTION_TESTS): Likewise.
22172         * math/libm-test.inc (test_exceptions): Only test exceptions if
22173         EXCEPTION_TESTS (FLOAT).
22175 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22177         * benchtests/Makefile (string-bench): Add strcpy_chk and
22178         stpcpy_chk.
22179         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
22180         * benchtests/bench-stpcpy_chk.c: New file.
22181         * benchtests/bench-strcpy_chk-ifunc.c: New file.
22182         * benchtests/bench-strcpy_chk.c: New file.
22183         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
22184         code.
22185         (do_test): Likewise.
22187 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22189         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
22190         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
22191         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
22192         with tabs where appropriate.
22193         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
22194         dl-procinfo.h.
22195         [PPC_PLATFORM_PPC440]: Likewise.
22196         [PPC_PLATFORM_PPC464]: Likewise.
22197         [PPC_PLATFORM_PPC476]: Likewise.
22198         (_dl_string_platform): Add support for detecting ppc405, ppc440,
22199         ppc464, and ppc476 platform strings merging from ports/
22200         dl-procinfo.h.
22202 2013-06-11  Andreas Schwab  <schwab@suse.de>
22204         [BZ #14991]
22205         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
22206         (from_ucs4_idx): Regenerate.
22207         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
22208         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
22209         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
22210         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
22211         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
22212         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
22213         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
22214         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
22215         from FROM_LOOP and TO_LOOP specific macros.
22216         (BODY): Handle combining characters.
22217         * iconvdata/BIG5HKSCS.irreversible: Update.
22218         * iconvdata/BIG5HKSCS.precomposed: New file.
22219         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
22220         characters.
22221         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
22223 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22225         * include/sys/time.h: Fix indentation and add copyright header.
22227         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
22228         (do_test): Likewise.
22229         * string/test-memchr.c (do_one_test): Likewise.
22230         (do_test): Likewise.
22231         * string/test-memcmp.c (do_one_test): Likewise.
22232         (do_test): Likewise.
22233         * string/test-memcpy.c (do_one_test): Likewise.
22234         (do_test): Likewise.
22235         * string/test-memmem.c (do_one_test): Likewise.
22236         (do_test): Likewise.
22237         (do_random_tests): Likewise.
22238         * string/test-memmove.c (do_one_test): Likewise.
22239         (do_test): Likewise.
22240         * string/test-memset.c (do_one_test): Likewise.
22241         (do_test): Likewise.
22242         * string/test-rawmemchr.c (do_one_test): Likewise.
22243         (do_test): Likewise.
22244         * string/test-strcasecmp.c (do_one_test): Likewise.
22245         (do_test): Likewise.
22246         * string/test-strcasestr.c (do_one_test): Likewise.
22247         (do_test): Likewise.
22248         * string/test-strcat.c (do_one_test): Likewise.
22249         (do_test): Likewise.
22250         * string/test-strchr.c (do_one_test): Likewise.
22251         (do_test): Likewise.
22252         * string/test-strcmp.c (do_one_test): Likewise.
22253         (do_test): Likewise.
22254         * string/test-strcpy.c (do_one_test): Likewise.
22255         (do_test): Likewise.
22256         * string/test-string.h: Likewise.
22257         (test_init): Likewise.
22258         * string/test-strlen.c (do_one_test): Likewise.
22259         (do_test): Likewise.
22260         * string/test-strncasecmp.c (do_one_test): Likewise.
22261         (do_test): Likewise.
22262         * string/test-strncat.c (do_one_test): Likewise.
22263         (do_test): Likewise.
22264         * string/test-strncmp.c (do_one_test): Likewise.
22265         (do_test_limit): Likewise.
22266         (do_test): Likewise.
22267         * string/test-strncpy.c (do_one_test): Likewise.
22268         (do_test): Likewise.
22269         * string/test-strnlen.c (do_one_test): Likewise.
22270         (do_test): Likewise.
22271         * string/test-strpbrk.c (do_one_test): Likewise.
22272         (do_test): Likewise.
22273         * string/test-strrchr.c (do_one_test): Likewise.
22274         (do_test): Likewise.
22275         * string/test-strspn.c (do_one_test): Likewise.
22276         (do_test): Likewise.
22277         * string/test-strstr.c (do_one_test): Likewise.
22278         (do_test): Likewise.
22280         * benchtests/Makefile (string-bench): Add string benchmarks.
22281         * benchtests/bench-bcopy-ifunc.c: New file.
22282         * benchtests/bench-bcopy.c: New file.
22283         * benchtests/bench-bzero-ifunc.c: New file.
22284         * benchtests/bench-bzero.c: New file.
22285         * benchtests/bench-memccpy-ifunc.c: New file.
22286         * benchtests/bench-memccpy.c: New file.
22287         * benchtests/bench-memchr-ifunc.c: New file.
22288         * benchtests/bench-memchr.c: New file.
22289         * benchtests/bench-memcmp-ifunc.c: New file.
22290         * benchtests/bench-memcmp.c: New file.
22291         * benchtests/bench-memmem-ifunc.c: New file.
22292         * benchtests/bench-memmem.c: New file.
22293         * benchtests/bench-memmove-ifunc.c: New file.
22294         * benchtests/bench-memmove.c: New file.
22295         * benchtests/bench-mempcpy-ifunc.c: New file.
22296         * benchtests/bench-mempcpy.c: New file.
22297         * benchtests/bench-memset-ifunc.c: New file.
22298         * benchtests/bench-memset.c: New file.
22299         * benchtests/bench-rawmemchr-ifunc.c: New file.
22300         * benchtests/bench-rawmemchr.c: New file.
22301         * benchtests/bench-stpcpy-ifunc.c: New file.
22302         * benchtests/bench-stpcpy.c: New file.
22303         * benchtests/bench-stpncpy-ifunc.c: New file.
22304         * benchtests/bench-stpncpy.c: New file.
22305         * benchtests/bench-strcasecmp-ifunc.c: New file.
22306         * benchtests/bench-strcasecmp.c: New file.
22307         * benchtests/bench-strcasestr-ifunc.c: New file.
22308         * benchtests/bench-strcasestr.c: New file.
22309         * benchtests/bench-strcat-ifunc.c: New file.
22310         * benchtests/bench-strcat.c: New file.
22311         * benchtests/bench-strchr-ifunc.c: New file.
22312         * benchtests/bench-strchr.c: New file.
22313         * benchtests/bench-strchrnul-ifunc.c: New file.
22314         * benchtests/bench-strchrnul.c: New file.
22315         * benchtests/bench-strcmp-ifunc.c: New file.
22316         * benchtests/bench-strcmp.c: New file.
22317         * benchtests/bench-strcpy-ifunc.c: New file.
22318         * benchtests/bench-strcpy.c: New file.
22319         * benchtests/bench-strcspn-ifunc.c: New file.
22320         * benchtests/bench-strcspn.c: New file.
22321         * benchtests/bench-strlen-ifunc.c: New file.
22322         * benchtests/bench-strlen.c: New file.
22323         * benchtests/bench-strncasecmp-ifunc.c: New file.
22324         * benchtests/bench-strncasecmp.c: New file.
22325         * benchtests/bench-strncat-ifunc.c: New file.
22326         * benchtests/bench-strncat.c: New file.
22327         * benchtests/bench-strncmp-ifunc.c: New file.
22328         * benchtests/bench-strncmp.c: New file.
22329         * benchtests/bench-strncpy-ifunc.c: New file.
22330         * benchtests/bench-strncpy.c: New file.
22331         * benchtests/bench-strnlen-ifunc.c: New file.
22332         * benchtests/bench-strnlen.c: New file.
22333         * benchtests/bench-strpbrk-ifunc.c: New file.
22334         * benchtests/bench-strpbrk.c: New file.
22335         * benchtests/bench-strrchr-ifunc.c: New file.
22336         * benchtests/bench-strrchr.c: New file.
22337         * benchtests/bench-strspn-ifunc.c: New file.
22338         * benchtests/bench-strspn.c: New file.
22339         * benchtests/bench-strstr-ifunc.c: New file.
22340         * benchtests/bench-strstr.c: New file.
22342         * benchtests/Makefile: Disable parallel execution of targets.
22343         (string-bench): Add memcpy.
22344         (benchset): New variable to store a list of benchmark sets.
22345         (bench-func): Renamed from bench.
22346         (bench-set): New target.
22347         (bench): Depend on bench-func and bench-set.
22348         * benchtests/README: Add section on benchmark sets.
22349         * benchtests/bench-memcpy-ifunc.c: New file.
22350         * benchtests/bench-memcpy.c: New file.
22351         * benchtests/bench-string.h: New file.
22353 2013-06-11  Andreas Schwab  <schwab@suse.de>
22355         [BZ #15577]
22356         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
22357         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
22358         values in the triple.
22359         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
22360         terminator in the group key.
22362 2013-06-11  Andreas Jaeger  <aj@suse.de>
22364         * po/zh_TW.po: Update Chinese (traditional) translation from
22365         translation project.
22367 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
22369         * include/time.h (__clock_gettime): Add libc_hidden_proto.
22370         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
22371         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
22372         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
22373         (clock_getcpuclockid): Likewise.
22374         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
22375         Add weak_alias and libc_hidden_def.
22376         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
22377         * rt/clock_gettime.c (clock_gettime): Rename to
22378         __clock_gettime.  Add weak_alias and libc_hidden_def.
22379         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
22380         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
22381         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
22382         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
22383         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
22384         Likewise.
22385         * rt/clock_settime.c (clock_settime): Rename to
22386         __clock_settime.  Add weak_alias and libc_hidden_def.
22387         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
22389 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
22391         * mach/err_boot.sub: Remove trailing whitespace.
22392         * mach/err_ipc.sub: Likewise.
22393         * mach/err_mach.sub: Likewise.
22395         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
22396         (ROUNDING_TESTS_double): Likewise.
22397         (ROUNDING_TESTS_long_double): Likewise.
22398         (ROUNDING_TESTS): Likewise.
22399         * math/libm-test.inc: Include <math-tests.h>.
22400         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
22401         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
22402         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
22403         (IF_ROUND_INIT_FE_UPWARD): Likewise.
22405 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
22407         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
22408         of assigning.
22410 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
22412         * sysdeps/gnu/errlist.awk: Do not generate space at end of
22413         otherwise empty TRANS lines.
22414         * sysdeps/gnu/errlist.c: Regenerated.
22416         * catgets/gencat.c (error_print): Use (void) in function
22417         definition.
22418         * crypt/crypt_util.c (__init_des): Likewise.
22419         * crypt/speeds.c (Stop): Likewise.
22420         (main): Likewise.
22421         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
22422         * inet/ruserpass.c (token): Likewise.
22423         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
22424         * intl/localealias.c (extend_alias_table): Likewise.
22425         * intl/plural-exp.c (init_germanic_plural): Likewise.
22426         * libio/fcloseall.c (__fcloseall): Likewise.
22427         * libio/genops.c (_IO_flush_all): Likewise.
22428         (_IO_flush_all_linebuffered): Likewise.
22429         (_IO_cleanup): Likewise.
22430         (_IO_iter_begin): Likewise.
22431         (_IO_iter_end): Likewise.
22432         (_IO_list_lock): Likewise.
22433         (_IO_list_unlock): Likewise.
22434         (_IO_list_resetlock): Likewise.
22435         * libio/getchar.c (getchar): Likewise.
22436         * libio/getchar_u.c (getchar_unlocked): Likewise.
22437         * libio/getwchar.c (getwchar): Likewise.
22438         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
22439         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
22440         * login/getpt.c (__getpt): Likewise.
22441         * login/tst-utmp.c (main): Likewise.
22442         * malloc/hooks.c (__malloc_check_init): Likewise.
22443         * malloc/malloc.c (__malloc_stats): Likewise.
22444         * malloc/mtrace.c (tr_break): Likewise.
22445         (mtrace): Likewise.
22446         (muntrace): Likewise.
22447         * misc/fstab.c (endfsent): Likewise.
22448         * misc/getclktck.c (__getclktck): Likewise.
22449         * misc/getdtsz.c (__getdtablesize): Likewise.
22450         * misc/gethostid.c (gethostid): Likewise.
22451         * misc/getpagesize.c (__getpagesize): Likewise.
22452         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
22453         (__get_nprocs): Likewise.
22454         (__get_phys_pages): Likewise.
22455         (__get_avphys_pages): Likewise.
22456         * misc/getttyent.c (getttyent): Likewise.
22457         (setttyent): Likewise.
22458         (endttyent): Likewise.
22459         * misc/getusershell.c (getusershell): Likewise.
22460         (endusershell): Likewise.
22461         (setusershell): Likewise.
22462         (initshells): Likewise.
22463         * misc/hsearch.c (__hdestroy): Likewise.
22464         * misc/sync.c (sync): Likewise.
22465         * misc/syslog.c (closelog_internal): Likewise.
22466         (closelog): Likewise.
22467         * misc/ttyslot.c (ttyslot): Likewise.
22468         * misc/vhangup.c (vhangup): Likewise.
22469         * posix/fork.c (__fork): Likewise.
22470         * posix/getegid.c (__getegid): Likewise.
22471         * posix/geteuid.c (__geteuid): Likewise.
22472         * posix/getgid.c (__getgid): Likewise.
22473         * posix/getpid.c (__getpid): Likewise.
22474         * posix/getppid.c (__getppid): Likewise.
22475         * posix/getuid.c (__getuid): Likewise.
22476         * posix/pause.c (pause): Likewise.
22477         * posix/setpgrp.c (setpgrp): Likewise.
22478         * posix/setsid.c (__setsid): Likewise.
22479         * posix/test-vfork.c (noop): Likewise.
22480         * resolv/gethnamaddr.c (_endhtent): Likewise.
22481         (_gethtent): Likewise.
22482         (ht_endhostent): Likewise.
22483         (gethostent): Likewise.
22484         (dns_service): Likewise.
22485         * stdlib/drand48.c (drand48): Likewise.
22486         * stdlib/lrand48.c (lrand48): Likewise.
22487         * stdlib/mrand48.c (mrand48): Likewise.
22488         * stdlib/rand.c (rand): Likewise.
22489         * stdlib/random.c (__random): Likewise.
22490         * stdlib/setenv.c (clearenv): Likewise.
22491         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
22492         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
22493         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
22494         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
22495         (__get_nprocs): Likewise.
22496         (__get_phys_pages): Likewise.
22497         (__get_avphys_pages): Likewise.
22498         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
22499         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
22500         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
22501         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
22502         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
22503         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
22504         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
22505         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
22506         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
22507         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
22508         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
22509         * sysdeps/mach/hurd/sync.c (sync): Likewise.
22510         * sysdeps/posix/clock.c (clock): Likewise.
22511         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
22512         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
22513         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
22514         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
22515         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
22516         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
22517         (__get_nprocs_conf): Likewise.
22518         (__get_phys_pages): Likewise.
22519         (__get_avphys_pages): Likewise.
22520         * time/clock.c (clock): Likewise.
22521         * time/tzset.c (__tzname_max): Likewise.
22523 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
22525         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
22526         (__bswap_32): Do not use "register".
22527         * crypt/crypt.c (_ufc_doit_r): Likewise.
22528         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
22529         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
22530         * gmon/gmon.c (__monstartup): Likewise.
22531         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
22532         * hurd/hurdmalloc.c (more_memory): Likewise.
22533         (malloc): Likewise.
22534         (free): Likewise.
22535         (realloc): Likewise.
22536         (malloc_fork_prepare): Likewise.
22537         (malloc_fork_parent): Likewise.
22538         (malloc_fork_child): Likewise.
22539         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
22540         (_svcauth_des): Likewise.
22541         * inet/inet_lnaof.c (inet_lnaof): Likewise.
22542         * inet/inet_net.c (inet_network): Likewise.
22543         * inet/inet_netof.c (inet_netof): Likewise.
22544         * inet/rcmd.c (__validuser2_sa): Likewise.
22545         * io/fts.c (fts_open): Likewise.
22546         (fts_load): Likewise.
22547         (fts_close): Likewise.
22548         (fts_read): Likewise.
22549         (fts_children): Likewise.
22550         (fts_build): Likewise.
22551         (fts_stat): Likewise.
22552         (fts_sort): Likewise.
22553         (fts_alloc): Likewise.
22554         (fts_lfree): Likewise.
22555         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
22556         (_IO_file_xsgetn): Likewise.
22557         (_IO_file_xsgetn_mmap): Likewise.
22558         * libio/iofopncook.c (_IO_cookie_read): Likewise.
22559         (_IO_cookie_write): Likewise.
22560         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
22561         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
22562         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
22563         * malloc/obstack.c (_obstack_begin): Likewise.
22564         (_obstack_begin_1): Likewise.
22565         (_obstack_newchunk): Likewise.
22566         (_obstack_allocated_p): Likewise.
22567         (obstack_free): Likewise.
22568         (_obstack_memory_used): Likewise.
22569         * misc/getttyent.c (getttynam): Likewise.
22570         (getttyent): Likewise.
22571         (skip): Likewise.
22572         (value): Likewise.
22573         * misc/getusershell.c (initshells): Likewise.
22574         * misc/syslog.c (__vsyslog_chk): Likewise.
22575         * misc/ttyslot.c (ttyslot): Likewise.
22576         * nis/nis_hash.c (__nis_hash): Likewise.
22577         * posix/fnmatch_loop.c (FCT): Likewise.
22578         * posix/getconf.c (print_all): Likewise.
22579         (main): Likewise.
22580         * posix/getopt.c (exchange): Likewise.
22581         * posix/glob.c (globfree): Likewise.
22582         (prefix_array): Likewise.
22583         (__glob_pattern_type): Likewise.
22584         * resolv/arpa/nameser.h (NS_GET16): Likewise.
22585         (NS_GET32): Likewise.
22586         (NS_PUT16): Likewise.
22587         (NS_PUT32): Likewise.
22588         * resolv/gethnamaddr.c (getanswer): Likewise.
22589         (gethostbyname2): Likewise.
22590         (gethostbyaddr): Likewise.
22591         (_gethtent): Likewise.
22592         (_gethtbyname2): Likewise.
22593         (_gethtbyaddr): Likewise.
22594         * resolv/ns_print.c (dst_s_get_int16): Likewise.
22595         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
22596         * resolv/res_init.c (__res_vinit): Likewise.
22597         (net_mask): Likewise.
22598         * resolv/res_mkquery.c (outchar): Likewise.
22599         (PRINT): Likewise.
22600         * stdio-common/printf_fp.c (outchar): Likewise.
22601         (PRINT): Likewise.
22602         * stdio-common/printf_fphex.c (outchar): Likewise.
22603         (PRINT): Likewise.
22604         * stdio-common/printf_size.c (outchar): Likewise.
22605         (PRINT): Likewise.
22606         * stdio-common/test_rdwr.c (main): Likewise.
22607         * stdio-common/tfformat.c (matches): Likewise.
22608         * stdio-common/vfprintf.c (outchar): Likewise.
22609         (printf_unknown): Likewise.
22610         (buffered_vfprintf): Likewise.
22611         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
22612         * stdio-common/xbug.c (AppendToBuffer): Likewise.
22613         (ReadFile): Likewise.
22614         * stdlib/qsort.c (SWAP): Likewise.
22615         (_quicksort): Likewise.
22616         * stdlib/setenv.c (__add_to_environ): Likewise.
22617         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
22618         * stdlib/strtol_l.c (__strtol_l): Likewise.
22619         * stdlib/tst-strtod.c (main): Likewise.
22620         * stdlib/tst-strtol.c (main): Likewise.
22621         * stdlib/tst-strtoll.c (main): Likewise.
22622         * string/bits/string2.h (__strcmp_cc): Likewise.
22623         (__strcmp_cg): Likewise.
22624         (__strcspn_c1): Likewise.
22625         (__strcspn_c2): Likewise.
22626         (__strcspn_c3): Likewise.
22627         (__strspn_c1): Likewise.
22628         (__strspn_c2): Likewise.
22629         (__strspn_c3): Likewise.
22630         (__strsep_1c): Likewise.
22631         (__strsep_2c): Likewise.
22632         (__strsep_3c): Likewise.
22633         * string/memccpy.c (__memccpy): Likewise.
22634         * string/stpcpy.c (__stpcpy): Likewise.
22635         * string/strcmp.c (strcmp): Likewise.
22636         * string/strrchr.c (strrchr): Likewise.
22637         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
22638         Likewise.
22639         * sysdeps/mach/hurd/getcwd.c
22640         (_hurd_canonicalize_directory_name_internal): Likewise.
22641         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
22642         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
22643         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
22644         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
22645         Likewise, in both definitions.
22646         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
22647         definitions.
22648         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
22649         64] (__bswap_64): Likewise.
22650         * time/test_time.c (main): Likewise.
22651         * time/tzfile.c (__tzfile_read): Likewise.
22652         (__tzfile_compute): Likewise.
22653         * time/tzset.c (__tzset_parse_tz): Likewise.
22654         (tzset_internal): Likewise.
22655         (compute_change): Likewise.
22656         * wcsmbs/wcscat.c (__wcscat): Likewise.
22657         * wcsmbs/wcschr.c (wcschr): Likewise.
22658         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
22659         * wcsmbs/wcscspn.c (wcscspn): Likewise.
22660         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
22661         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
22662         * wcsmbs/wcsspn.c (wcsspn): Likewise.
22663         * wcsmbs/wcsstr.c (wcsstr): Likewise.
22664         * wcsmbs/wmemchr.c (wmemchr): Likewise.
22665         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
22666         * wcsmbs/wmemset.c (wmemset): Likewise.
22668 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
22670         * scripts/config.guess: Update to version 2013-05-16.
22671         * scripts/config.sub: Update to version 2013-04-24.
22672         * scripts/install-sh: Update to version 2011-11-20.07.
22673         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
22674         * scripts/move-if-change: Update to version 2012-01-06 07:23.
22676 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
22678         * debug/fgetws_u_chk.c: Fix leading whitespaces.
22679         * elf/sln.c: Likewise.
22680         * hurd/hurd/ioctl.h: Likewise.
22681         * hurd/hurdmalloc.c: Likewise.
22682         * hurd/xattr.c: Likewise.
22683         * include/shlib-compat.h: Likewise.
22684         * inet/ruserpass.c: Likewise.
22685         * libio/iofgets_u.c: Likewise.
22686         * libio/iofgetws_u.c: Likewise.
22687         * locale/programs/ld-identification.c: Likewise.
22688         * locale/programs/ld-time.c: Likewise.
22689         * mach/msg-destroy.c: Likewise.
22690         * nss/nss_files/files-netgrp.c: Likewise.
22691         * resolv/res_data.c: Likewise.
22692         * soft-fp/op-1.h: Likewise.
22693         * soft-fp/op-2.h: Likewise.
22694         * soft-fp/op-4.h: Likewise.
22695         * soft-fp/op-common.h: Likewise.
22696         * stdio-common/printf_fphex.c: Likewise.
22697         * stdlib/strtod_l.c: Likewise.
22698         * sunrpc/rpc/clnt.h: Likewise.
22699         * sysdeps/generic/framestate.c: Likewise.
22700         * sysdeps/i386/bsd-_setjmp.S: Likewise.
22701         * sysdeps/i386/bsd-setjmp.S: Likewise.
22702         * sysdeps/i386/__longjmp.S: Likewise.
22703         * sysdeps/i386/setjmp.S: Likewise.
22704         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
22705         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
22706         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
22707         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
22708         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
22709         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
22710         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
22711         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
22712         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
22713         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
22714         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
22715         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
22716         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
22717         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
22718         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
22719         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
22720         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
22721         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
22722         * sysdeps/ieee754/support.c: Likewise.
22723         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
22724         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
22725         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
22726         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
22727         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
22728         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
22729         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
22730         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
22731         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
22732         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
22733         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
22734         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
22735         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
22736         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
22737         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
22738         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
22739         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
22740         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
22742 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
22744         * posix/transbug.c: Remove executable mode.
22746 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
22748         * crypt/speeds.c: Remove trailing whitespace.
22749         * dlfcn/default.c: Likewise.
22750         * elf/ifuncdep2.c: Likewise.
22751         * elf/ifuncmain1.c: Likewise.
22752         * elf/ifuncmain1vis.c: Likewise.
22753         * elf/testobj.h: Likewise.
22754         * elf/tst-stackguard1.c: Likewise.
22755         * gmon/sys/gmon.h: Likewise.
22756         * hurd/hurdmsg.c: Likewise.
22757         * hurd/new-fd.c: Likewise.
22758         * hurd/ports-get.c: Likewise.
22759         * iconvdata/ibm1008_420.c: Likewise.
22760         * inet/tst-getni1.c: Likewise.
22761         * inet/tst-getni2.c: Likewise.
22762         * libio/ioungetc.c: Likewise.
22763         * libio/wfiledoalloc.c: Likewise.
22764         * manual/libm-err-tab.pl: Likewise.
22765         * math/w_dremf.c: Likewise.
22766         * misc/ftruncate.c: Likewise.
22767         * posix/bug-glob2.c: Likewise.
22768         * posix/tst-pcre.c: Likewise.
22769         * posix/wait4.c: Likewise.
22770         * resolv/README: Likewise.
22771         * resolv/res_debug.h: Likewise.
22772         * resolv/tst-inet_ntop.c: Likewise.
22773         * setjmp/bug269-setjmp.c: Likewise.
22774         * soft-fp/extended.h: Likewise.
22775         * soft-fp/op-1.h: Likewise.
22776         * soft-fp/op-2.h: Likewise.
22777         * soft-fp/op-4.h: Likewise.
22778         * soft-fp/op-8.h: Likewise.
22779         * soft-fp/testit.c: Likewise.
22780         * stdio-common/bug16.c: Likewise.
22781         * stdlib/random.c: Likewise.
22782         * sunrpc/rpcsvc/rquota.x: Likewise.
22783         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
22784         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
22785         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
22786         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
22787         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
22788         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
22789         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
22790         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
22791         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
22792         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
22793         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
22794         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
22795         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
22796         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
22797         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
22798         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
22799         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
22800         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
22801         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
22802         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
22803         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
22804         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
22805         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
22806         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
22807         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
22808         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
22809         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
22810         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
22811         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
22812         * sysdeps/ieee754/s_lib_version.c: Likewise.
22813         * sysdeps/mach/hurd/check_fds.c: Likewise.
22814         * sysdeps/mach/hurd/getsockname.c: Likewise.
22815         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
22816         * sysdeps/mach/hurd/recvfrom.c: Likewise.
22817         * sysdeps/powerpc/bits/link.h: Likewise.
22818         * sysdeps/powerpc/dl-procinfo.c: Likewise.
22819         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
22820         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
22821         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
22822         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
22823         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
22824         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
22825         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
22826         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
22827         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
22828         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
22829         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
22830         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
22831         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
22832         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
22833         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
22834         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
22835         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
22836         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
22837         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
22838         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
22839         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
22840         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
22841         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
22842         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
22843         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
22844         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
22845         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
22846         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
22847         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
22848         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
22849         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
22850         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
22851         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
22852         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
22853         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
22854         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
22855         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
22856         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
22857         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
22858         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
22859         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
22860         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
22861         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
22862         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
22863         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
22864         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
22865         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
22866         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
22867         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
22868         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
22869         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
22870         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
22871         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
22872         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
22873         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
22874         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
22875         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
22876         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
22877         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
22878         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
22879         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
22880         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
22881         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
22882         * sysdeps/powerpc/sysdep.h: Likewise.
22883         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
22884         * sysdeps/s390/s390-64/sub_n.S: Likewise.
22885         * sysdeps/sh/dl-trampoline.S: Likewise.
22886         * sysdeps/sh/memset.S: Likewise.
22887         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
22888         * sysdeps/sh/strlen.S: Likewise.
22889         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
22890         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
22891         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
22892         * sysdeps/sparc/sparc32/rem.S: Likewise.
22893         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
22894         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
22895         * sysdeps/sparc/sparc32/strchr.S: Likewise.
22896         * sysdeps/sparc/sparc32/udiv.S: Likewise.
22897         * sysdeps/sparc/sparc32/urem.S: Likewise.
22898         * sysdeps/sparc/sparc64/add_n.S: Likewise.
22899         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
22900         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
22901         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
22902         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
22903         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
22904         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
22905         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
22906         * sysdeps/unix/bsd/times.c: Likewise.
22907         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
22908         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
22909         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
22910         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
22911         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
22912         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
22913         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
22914         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
22915         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
22916         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
22917         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
22918         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
22919         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
22920         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
22921         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
22922         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
22923         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
22924         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
22925         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
22926         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
22927         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
22928         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
22929         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
22930         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
22931         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
22932         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
22933         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
22934         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
22935         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
22936         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
22937         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
22938         * sysdeps/x86_64/strcspn.S: Likewise.
22940 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
22942         * locale/C-translit.h: Revert #include <stdint.h> because this is a
22943         generated file.  Regenerate properly from gen-translit.pl.
22944         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
22945         locale/C-translit.h.
22947 2013-06-05  Andreas Schwab  <schwab@suse.de>
22949         [BZ #15100]
22950         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
22951         week as 6 instead of -1.
22952         * time/tst-strptime.c (day_tests): Add test case.
22954 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
22956         * sysdeps/generic/math_private.h
22957         (libc_feholdexcept_setround_53bit): Replace with
22958         libc_feholdsetround_53bit.
22959         (libc_feupdateenv_53bit): Replace with
22960         libc_feresetround_53bit.
22961         (SET_RESTORE_ROUND_53BIT): Adjust.
22963 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
22965         * string/test-strchrnul.c: Add copyright header.
22967         * posix/tst-getaddrinfo4.c: Increase test timeout.
22969 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
22971         [BZ #15536]
22972         * math/libm-test.inc (MAX_EXP): Remove
22973         (MIN_EXP): Define.
22974         (ulp): Use MIN_EXP - MANT_DIG.
22975         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
22977 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
22979         * po/be.po: Revert last change.
22980         * po/zh_CN.po: Likewise.
22981         * po/header.pot: Likewise.
22983 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
22985         * Makefile ($(common-objpfx)linkobj/libc.so): Define
22986         link-libc-deps to empty as target-specific variable.
22987         * Makerules (link-libc-args): New variable.
22988         (libc-for-link): Likewise.
22989         (link-libc-deps): Likewise.
22990         (lib%.so): Depend on $(link-libc-deps).  Link with
22991         $(link-libc-args).
22992         (build-module): Link with $(link-libc-args).
22993         (build-module-asneeded): Likewise.
22994         (build-module-helper-objlist): Filter out $(link-libc-deps) from
22995         list of objects.
22996         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
22997         target-specific variable.
22998         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
22999         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
23000         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
23001         libc.
23002         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
23003         libc and ld.so.
23004         ($(objpfx)libpcprofile.so): Likewise.
23005         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
23006         libc_nonshared.a.
23007         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
23008         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
23009         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
23010         $(link-libc-deps).
23011         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
23012         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
23013         * login/Makefile ($(objpfx)libutil.so): Likewise.
23014         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
23015         * math/Makefile ($(objpfx)libm.so): Likewise.
23016         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
23017         $(objpfx)libnsl.so): Define libc-for-link as target-specific
23018         variable instead of depending directly on libc.
23019         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
23020         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
23021         $(link-libc-deps).
23022         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
23023         libc.
23024         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
23025         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
23026         ($(objpfx)libanl.so): Likewise.
23027         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
23028         ld.so.
23029         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
23030         $(link-libc-deps).
23031         * sysdeps/i386/fpu/Makefile: Remove file.
23032         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
23033         ($(objpfx)libm.so): Remove dependency on ld.so.
23035 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
23037         [BZ # 15553]
23038         * nis/yp_xdr.c (XDRMAXNAME): Define.
23039         (XDRMAXRECORD): Define.
23040         (xdr_domainname): Use XDRMAXNAME.
23041         (xdr_mapname): Likewise.
23042         (xdr_peername): Likewise.
23043         (xdr_keydat): Use XDRMAXRECORD.
23044         (xdr_valdat): Likewise.
23046 2013-05-30  Jeff Law  <law@redhat.com>
23048         [BZ #14256]
23049         * manual/errno.texi (ESTALE): Update to account for more than
23050         just NFS file systems.
23051         * sysdeps/gnu/errlist.c: Regenerated.
23053 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
23055         [BZ #15465]
23056         * elf/Makefile (tests): Add tst-null-argv.
23057         (modules-names):  Add tst-null-argv-lib.
23058         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
23059         (tst-null-argv-ENV): Set environment for tst-null-argv.
23060         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
23061         (RTLD_PROGNAME): New macro.
23062         * elf/tst-null-argv.c: New test case.
23063         * elf/tst-null-argv-lib.c: Library for test case.
23064         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
23065         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
23066         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
23067         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
23068         * elf/dl-init.c (call_init): Likewise.
23069         (_dl_init): Likewise.
23070         * elf/dl-load.c (print_search_path): Likewise.
23071         (_dl_map_object): Likewise.
23072         * elf/dl-lookup.c (do_lookup_x): Likewise.
23073         (add_dependency): Likewise.
23074         (_dl_lookup_symbol_x): Likewise.
23075         (_dl_debug_bindings): Likewise.
23076         * elf/dl-open.c (_dl_show_scope): Likewise.
23077         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
23078         * elf/dl-version.c (match_symbol): Likewise.
23079         (_dl_check_map_versions): Likewise.
23080         * elf/rtld.c (dl_main): Likewise.
23081         (print_unresolved): Use RTLD_PROGNAME.
23082         (print_missing_version): Likewise.
23083         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
23084         (elf_machine_rela): Likewise.
23085         * sysdeps/powerpc/powerpc32/dl-machine.c
23086         (__process_machine_rela): Likewise.
23087         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
23088         Likewise.
23089         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
23090         Likewise.
23091         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
23092         Likewise.
23093         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
23094         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
23095         Likewise.
23096         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
23097         Likewise.
23098         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
23100 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
23102         * po/be.po: Add descriptive title.
23103         * po/zh_CN.po: Likewise.
23104         * po/header.pot: Likewise.
23106 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
23108         * locale/programs/locarchive.c (create_archive): Inlucde fname in
23109         error message.
23110         (enlarge_archive): Likewise.
23112 2013-05-28  Ben North  <ben@redfrontdoor.org>
23114         * manual/arith.texi (frexp): It is the magnitude of the return
23115         value which lies in [0.5, 1), not the return value itself.
23117 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23119         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
23121 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
23123         * stdio-common/bug26.c (main): Correct fscanf template.
23125         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
23126         declare _dl_skip_args.
23128         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
23129         Don't declare.
23131         * manual/platform.texi: Add missing @end deftypefun.
23133 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23135         [BZ #15529]
23136         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
23137         bit of mantissa of 2^16382.
23138         * math/libm-test.inc (hypot_test_data): Add more tests.
23140         * math/libm-test.inc: Add drem and pow10 to list of tested
23141         functions.
23142         (pow10_test): New function.
23143         (drem_test): Likewise.
23144         (drem_test_tonearest): Likewise.
23145         (drem_test_towardzero): Likewise.
23146         (drem_test_downward): Likewise.
23147         (drem_test_upward): Likewise.
23148         (main): Call the new functions.
23150         * math/libm-test.inc (finite_test_data): Remove.
23151         (finite_test): Run tests from isfinite_test_data.
23152         (gamma_test_data): Remove.
23153         (gamma_test): Run tests from lgamma_test_data.
23154         * sysdeps/i386/fpu/libm-test-ulps: Update.
23155         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23157 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23159         * manual/platform.texi: Add PowerPC PPR function set documentation.
23160         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
23161         implementation.
23163 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
23165         * math/libm-test.inc (MAX_EXP): Define.
23166         (ULPDIFF): Define.
23167         (ulp): New function.
23168         (check_float_internal): Use ULPDIFF.
23169         (cpow_test): Disable failing test.
23170         (check_ulp): Test ulp() implemetnation.
23171         (main): Call check_ulp before starting tests.
23173 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
23175         * math/gen-libm-test.pl (generate_testfile): Do not handle
23176         START_DATA and END_DATA.
23177         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
23178         END_DATA.
23179         (acos_tonearest_test_data): Likewise.
23180         (acos_towardzero_test_data): Likewise.
23181         (acos_downward_test_data): Likewise.
23182         (acos_upward_test_data): Likewise.
23183         (acosh_test_data): Likewise.
23184         (asin_test_data): Likewise.
23185         (asin_tonearest_test_data): Likewise.
23186         (asin_towardzero_test_data): Likewise.
23187         (asin_downward_test_data): Likewise.
23188         (asin_upward_test_data): Likewise.
23189         (asinh_test_data): Likewise.
23190         (atan_test_data): Likewise.
23191         (atanh_test_data): Likewise.
23192         (atan2_test_data): Likewise.
23193         (cabs_test_data): Likewise.
23194         (cacos_test_data): Likewise.
23195         (cacosh_test_data): Likewise.
23196         (carg_test_data): Likewise.
23197         (casin_test_data): Likewise.
23198         (casinh_test_data): Likewise.
23199         (catan_test_data): Likewise.
23200         (catanh_test_data): Likewise.
23201         (cbrt_test_data): Likewise.
23202         (ccos_test_data): Likewise.
23203         (ccosh_test_data): Likewise.
23204         (ceil_test_data): Likewise.
23205         (cexp_test_data): Likewise.
23206         (cimag_test_data): Likewise.
23207         (clog_test_data): Likewise.
23208         (clog10_test_data): Likewise.
23209         (conj_test_data): Likewise.
23210         (copysign_test_data): Likewise.
23211         (cos_test_data): Likewise.
23212         (cos_tonearest_test_data): Likewise.
23213         (cos_towardzero_test_data): Likewise.
23214         (cos_downward_test_data): Likewise.
23215         (cos_upward_test_data): Likewise.
23216         (cosh_test_data): Likewise.
23217         (cosh_tonearest_test_data): Likewise.
23218         (cosh_towardzero_test_data): Likewise.
23219         (cosh_downward_test_data): Likewise.
23220         (cosh_upward_test_data): Likewise.
23221         (cpow_test_data): Likewise.
23222         (cproj_test_data): Likewise.
23223         (creal_test_data): Likewise.
23224         (csin_test_data): Likewise.
23225         (csinh_test_data): Likewise.
23226         (csqrt_test_data): Likewise.
23227         (ctan_test_data): Likewise.
23228         (ctan_tonearest_test_data): Likewise.
23229         (ctan_towardzero_test_data): Likewise.
23230         (ctan_downward_test_data): Likewise.
23231         (ctan_upward_test_data): Likewise.
23232         (ctanh_test_data): Likewise.
23233         (ctanh_tonearest_test_data): Likewise.
23234         (ctanh_towardzero_test_data): Likewise.
23235         (ctanh_downward_test_data): Likewise.
23236         (ctanh_upward_test_data): Likewise.
23237         (erf_test_data): Likewise.
23238         (erfc_test_data): Likewise.
23239         (exp_test_data): Likewise.
23240         (exp_tonearest_test_data): Likewise.
23241         (exp_towardzero_test_data): Likewise.
23242         (exp_downward_test_data): Likewise.
23243         (exp_upward_test_data): Likewise.
23244         (exp10_test_data): Likewise.
23245         (exp2_test_data): Likewise.
23246         (expm1_test_data): Likewise.
23247         (fabs_test_data): Likewise.
23248         (fdim_test_data): Likewise.
23249         (finite_test_data): Likewise.
23250         (floor_test_data): Likewise.
23251         (fma_test_data): Likewise.
23252         (fma_towardzero_test_data): Likewise.
23253         (fma_downward_test_data): Likewise.
23254         (fma_upward_test_data): Likewise.
23255         (fmax_test_data): Likewise.
23256         (fmin_test_data): Likewise.
23257         (fmod_test_data): Likewise.
23258         (fpclassify_test_data): Likewise.
23259         (frexp_test_data): Likewise.
23260         (gamma_test_data): Likewise.
23261         (hypot_test_data): Likewise.
23262         (ilogb_test_data): Likewise.
23263         (isfinite_test_data): Likewise.
23264         (isgreater_test_data): Likewise.
23265         (isgreaterequal_test_data): Likewise.
23266         (isinf_test_data): Likewise.
23267         (isless_test_data): Likewise.
23268         (islessequal_test_data): Likewise.
23269         (islessgreater_test_data): Likewise.
23270         (isnan_test_data): Likewise.
23271         (isnormal_test_data): Likewise.
23272         (issignaling_test_data): Likewise.
23273         (isunordered_test_data): Likewise.
23274         (j0_test_data): Likewise.
23275         (j1_test_data): Likewise.
23276         (jn_test_data): Likewise.
23277         (ldexp_test_data): Likewise.
23278         (lgamma_test_data): Likewise.
23279         (lrint_test_data): Likewise.
23280         (lrint_tonearest_test_data): Likewise.
23281         (lrint_towardzero_test_data): Likewise.
23282         (lrint_downward_test_data): Likewise.
23283         (lrint_upward_test_data): Likewise.
23284         (llrint_test_data): Likewise.
23285         (llrint_tonearest_test_data): Likewise.
23286         (llrint_towardzero_test_data): Likewise.
23287         (llrint_downward_test_data): Likewise.
23288         (llrint_upward_test_data): Likewise.
23289         (log_test_data): Likewise.
23290         (log10_test_data): Likewise.
23291         (log1p_test_data): Likewise.
23292         (log2_test_data): Likewise.
23293         (logb_test_data): Likewise.
23294         (logb_downward_test_data): Likewise.
23295         (lround_test_data): Likewise.
23296         (llround_test_data): Likewise.
23297         (modf_test_data): Likewise.
23298         (nearbyint_test_data): Likewise.
23299         (nextafter_test_data): Likewise.
23300         (nexttoward_test_data): Likewise.
23301         (pow_test_data): Likewise.
23302         (pow_tonearest_test_data): Likewise.
23303         (pow_towardzero_test_data): Likewise.
23304         (pow_downward_test_data): Likewise.
23305         (pow_upward_test_data): Likewise.
23306         (remainder_test_data): Likewise.
23307         (remainder_tonearest_test_data): Likewise.
23308         (remainder_towardzero_test_data): Likewise.
23309         (remainder_downward_test_data): Likewise.
23310         (remainder_upward_test_data): Likewise.
23311         (remquo_test_data): Likewise.
23312         (rint_test_data): Likewise.
23313         (rint_tonearest_test_data): Likewise.
23314         (rint_towardzero_test_data): Likewise.
23315         (rint_downward_test_data): Likewise.
23316         (rint_upward_test_data): Likewise.
23317         (round_test_data): Likewise.
23318         (scalb_test_data): Likewise.
23319         (scalbn_test_data): Likewise.
23320         (scalbln_test_data): Likewise.
23321         (signbit_test_data): Likewise.
23322         (sin_test_data): Likewise.
23323         (sin_tonearest_test_data): Likewise.
23324         (sin_towardzero_test_data): Likewise.
23325         (sin_downward_test_data): Likewise.
23326         (sin_upward_test_data): Likewise.
23327         (sincos_test_data): Likewise.
23328         (sinh_test_data): Likewise.
23329         (sinh_tonearest_test_data): Likewise.
23330         (sinh_towardzero_test_data): Likewise.
23331         (sinh_downward_test_data): Likewise.
23332         (sinh_upward_test_data): Likewise.
23333         (sqrt_test_data): Likewise.
23334         (tan_test_data): Likewise.
23335         (tan_tonearest_test_data): Likewise.
23336         (tan_towardzero_test_data): Likewise.
23337         (tan_downward_test_data): Likewise.
23338         (tan_upward_test_data): Likewise.
23339         (tanh_test_data): Likewise.
23340         (tgamma_test_data): Likewise.
23341         (trunc_test_data): Likewise.
23342         (y0_test_data): Likewise.
23343         (y1_test_data): Likewise.
23344         (yn_test_data): Likewise.
23345         (significand_test_data): Likewise.
23347         * math/gen-libm-test.pl (@functions): Remove variable.
23348         (generate_testfile): Don't handle START and END lines.
23349         * math/libm-test.inc (START): New macro.
23350         (END): Likewise.
23351         (END_COMPLEX): Likewise.
23352         (acos_test): Use END macro without arguments.
23353         (acos_test_tonearest): Likewise.
23354         (acos_test_towardzero): Likewise.
23355         (acos_test_downward): Likewise.
23356         (acos_test_upward): Likewise.
23357         (acosh_test): Likewise.
23358         (asin_test): Likewise.
23359         (asin_test_tonearest): Likewise.
23360         (asin_test_towardzero): Likewise.
23361         (asin_test_downward): Likewise.
23362         (asin_test_upward): Likewise.
23363         (asinh_test): Likewise.
23364         (atan_test): Likewise.
23365         (atanh_test): Likewise.
23366         (atan2_test): Likewise.
23367         (cabs_test): Likewise.
23368         (cacos_test): Use END_COMPLEX macro without arguments.
23369         (cacosh_test): Likewise.
23370         (carg_test): Use END macro without arguments.
23371         (casin_test): Use END_COMPLEX macro without arguments.
23372         (casinh_test): Likewise.
23373         (catan_test): Likewise.
23374         (catanh_test): Likewise.
23375         (cbrt_test): Use END macro without arguments.
23376         (ccos_test): Use END_COMPLEX macro without arguments.
23377         (ccosh_test): Likewise.
23378         (ceil_test): Use END macro without arguments.
23379         (cexp_test): Use END_COMPLEX macro without arguments.
23380         (cimag_test): Use END macro without arguments.
23381         (clog_test): Use END_COMPLEX macro without arguments.
23382         (clog10_test): Likewise.
23383         (conj_test): Likewise.
23384         (copysign_test): Use END macro without arguments.
23385         (cos_test): Likewise.
23386         (cos_test_tonearest): Likewise.
23387         (cos_test_towardzero): Likewise.
23388         (cos_test_downward): Likewise.
23389         (cos_test_upward): Likewise.
23390         (cosh_test): Likewise.
23391         (cosh_test_tonearest): Likewise.
23392         (cosh_test_towardzero): Likewise.
23393         (cosh_test_downward): Likewise.
23394         (cosh_test_upward): Likewise.
23395         (cpow_test): Use END_COMPLEX macro without arguments.
23396         (cproj_test): Likewise.
23397         (creal_test): Use END macro without arguments.
23398         (csin_test): Use END_COMPLEX macro without arguments.
23399         (csinh_test): Likewise.
23400         (csqrt_test): Likewise.
23401         (ctan_test): Likewise.
23402         (ctan_test_tonearest): Likewise.
23403         (ctan_test_towardzero): Likewise.
23404         (ctan_test_downward): Likewise.
23405         (ctan_test_upward): Likewise.
23406         (ctanh_test): Likewise.
23407         (ctanh_test_tonearest): Likewise.
23408         (ctanh_test_towardzero): Likewise.
23409         (ctanh_test_downward): Likewise.
23410         (ctanh_test_upward): Likewise.
23411         (erf_test): Use END macro without arguments.
23412         (erfc_test): Likewise.
23413         (exp_test): Likewise.
23414         (exp_test_tonearest): Likewise.
23415         (exp_test_towardzero): Likewise.
23416         (exp_test_downward): Likewise.
23417         (exp_test_upward): Likewise.
23418         (exp10_test): Likewise.
23419         (exp2_test): Likewise.
23420         (expm1_test): Likewise.
23421         (fabs_test): Likewise.
23422         (fdim_test): Likewise.
23423         (finite_test): Likewise.
23424         (floor_test): Likewise.
23425         (fma_test): Likewise.
23426         (fma_test_towardzero): Likewise.
23427         (fma_test_downward): Likewise.
23428         (fma_test_upward): Likewise.
23429         (fmax_test): Likewise.
23430         (fmin_test): Likewise.
23431         (fmod_test): Likewise.
23432         (fpclassify_test): Likewise.
23433         (frexp_test): Likewise.
23434         (gamma_test): Likewise.
23435         (hypot_test): Likewise.
23436         (ilogb_test): Likewise.
23437         (isfinite_test): Likewise.
23438         (isgreater_test): Likewise.
23439         (isgreaterequal_test): Likewise.
23440         (isinf_test): Likewise.
23441         (isless_test): Likewise.
23442         (islessequal_test): Likewise.
23443         (islessgreater_test): Likewise.
23444         (isnan_test): Likewise.
23445         (isnormal_test): Likewise.
23446         (issignaling_test): Likewise.
23447         (isunordered_test): Likewise.
23448         (j0_test): Likewise.
23449         (j1_test): Likewise.
23450         (jn_test): Likewise.
23451         (ldexp_test): Likewise.
23452         (lgamma_test): Likewise.
23453         (lrint_test): Likewise.
23454         (lrint_test_tonearest): Likewise.
23455         (lrint_test_towardzero): Likewise.
23456         (lrint_test_downward): Likewise.
23457         (lrint_test_upward): Likewise.
23458         (llrint_test): Likewise.
23459         (llrint_test_tonearest): Likewise.
23460         (llrint_test_towardzero): Likewise.
23461         (llrint_test_downward): Likewise.
23462         (llrint_test_upward): Likewise.
23463         (log_test): Likewise.
23464         (log10_test): Likewise.
23465         (log1p_test): Likewise.
23466         (log2_test): Likewise.
23467         (logb_test): Likewise.
23468         (logb_test_downward): Likewise.
23469         (lround_test): Likewise.
23470         (llround_test): Likewise.
23471         (modf_test): Likewise.
23472         (nearbyint_test): Likewise.
23473         (nextafter_test): Likewise.
23474         (nexttoward_test): Likewise.
23475         (pow_test): Likewise.
23476         (pow_test_tonearest): Likewise.
23477         (pow_test_towardzero): Likewise.
23478         (pow_test_downward): Likewise.
23479         (pow_test_upward): Likewise.
23480         (remainder_test): Likewise.
23481         (remainder_test_tonearest): Likewise.
23482         (remainder_test_towardzero): Likewise.
23483         (remainder_test_downward): Likewise.
23484         (remainder_test_upward): Likewise.
23485         (remquo_test): Likewise.
23486         (rint_test): Likewise.
23487         (rint_test_tonearest): Likewise.
23488         (rint_test_towardzero): Likewise.
23489         (rint_test_downward): Likewise.
23490         (rint_test_upward): Likewise.
23491         (round_test): Likewise.
23492         (scalb_test): Likewise.
23493         (scalbn_test): Likewise.
23494         (scalbln_test): Likewise.
23495         (signbit_test): Likewise.
23496         (sin_test): Likewise.
23497         (sin_test_tonearest): Likewise.
23498         (sin_test_towardzero): Likewise.
23499         (sin_test_downward): Likewise.
23500         (sin_test_upward): Likewise.
23501         (sincos_test): Likewise.
23502         (sinh_test): Likewise.
23503         (sinh_test_tonearest): Likewise.
23504         (sinh_test_towardzero): Likewise.
23505         (sinh_test_downward): Likewise.
23506         (sinh_test_upward): Likewise.
23507         (sqrt_test): Likewise.
23508         (tan_test): Likewise.
23509         (tan_test_tonearest): Likewise.
23510         (tan_test_towardzero): Likewise.
23511         (tan_test_downward): Likewise.
23512         (tan_test_upward): Likewise.
23513         (tanh_test): Likewise.
23514         (tgamma_test): Likewise.
23515         (trunc_test): Likewise.
23516         (y0_test): Likewise.
23517         (y1_test): Likewise.
23518         (yn_test): Likewise.
23519         (significand_test): Likewise.
23521 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
23523         [BZ #15381]
23524         * libio/genops.c (_IO_no_init): Initialize wide struct info.
23526 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
23528         [BZ #14894]
23529         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
23530         __ppc_mdoio and __ppc_mdoom.
23531         * manual/platform.texi: Document new functions __ppc_yield,
23532         __ppc_mdoio and __ppc_mdoom.
23534 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
23536         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
23537         (main): Mention "tls" pseudo-hwcap is legacy.
23538         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
23540 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
23542         * math/gen-libm-test.pl (parse_args): Output only string of
23543         arguments as text for test name, not full call or descriptions of
23544         tests for extra outputs.
23545         (generate_testfile): Do not pass function name to parse_args.
23546         Generate this_func variable from START.
23547         * math/libm-test.inc (struct test_f_f_data): Rename test_name
23548         field to arg_str.
23549         (struct test_ff_f_data): Likewise.
23550         (test_ff_f_data_nexttoward): Likewise.
23551         (struct test_fi_f_data): Likewise.
23552         (struct test_fl_f_data): Likewise.
23553         (struct test_if_f_data): Likewise.
23554         (struct test_fff_f_data): Likewise.
23555         (struct test_c_f_data): Likewise.
23556         (struct test_f_f1_data): Likewise.  Remove field extra_name.
23557         (struct test_fF_f1_data): Likewise.
23558         (struct test_ffI_f1_data): Likewise.
23559         (struct test_c_c_data): Rename test_name field to arg_str.
23560         (struct test_cc_c_data): Likewise.
23561         (struct test_f_i_data): Likewise.
23562         (struct test_ff_i_data): Likewise.
23563         (struct test_f_l_data): Likewise.
23564         (struct test_f_L_data): Likewise.
23565         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
23566         and extra2_name.
23567         (COMMON_TEST_SETUP): New macro.
23568         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
23569         (COMMON_TEST_CLEANUP): Likewise.
23570         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
23571         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
23572         macros.
23573         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
23574         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
23575         macros.
23576         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
23577         (RUN_TEST_fff_f): Take argument string.  Call new setup and
23578         cleanup macros.
23579         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
23580         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
23581         macros.
23582         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
23583         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
23584         macros.
23585         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
23586         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
23587         cleanup macros.
23588         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
23589         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
23590         cleanup macros.
23591         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
23592         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
23593         cleanup macros.
23594         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
23595         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
23596         macros.
23597         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
23598         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
23599         macros.
23600         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
23601         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
23602         macros.
23603         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
23604         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
23605         cleanup macros.
23606         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
23607         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
23608         cleanup macros.
23609         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
23610         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
23611         macros.
23612         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
23613         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
23614         cleanup macros.
23615         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
23616         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
23617         macros.
23618         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
23619         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
23620         macros.
23621         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
23622         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
23623         cleanup macros.
23624         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
23626 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
23628         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
23629         to _sifields.sigfault.
23630         (si_addr_lsb): Define new macro.
23631         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
23632         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
23633         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
23635 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
23637         [BZ #15441]
23638         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
23639         returns -1.
23640         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
23641         null return -1.
23642         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
23643         loading the domain.
23645 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
23647         * math/gen-libm-test.pl (parse_args): Do not include expected
23648         result in test name.
23649         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
23650         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
23651         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
23652         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
23653         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
23654         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23656 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
23658         * benchtests/Makefile: Sort function entries.
23660         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
23661         tanh, asinh, acosh, atanh.
23662         * benchtests/acos-inputs: New file.
23663         * benchtests/acosh-inputs: New file.
23664         * benchtests/asin-inputs: New file.
23665         * benchtests/asinh-inputs: New file.
23666         * benchtests/atanh-inputs: New file.
23667         * benchtests/cosh-inputs: New file.
23668         * benchtests/log-inputs: New file.
23669         * benchtests/sinh-inputs: New file.
23670         * benchtests/tanh-inputs: New file.
23672 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
23674         [BZ #15339]
23675         * posix/tst-getaddrinfo4.c: New test.
23676         * posix/Makefile (tests): Add it.
23678 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23680         [BZ #15339]
23681         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
23682         when no services were used.
23683         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
23684         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
23686 2013-05-21  Andreas Schwab  <schwab@suse.de>
23688         [BZ #15014]
23689         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
23690         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
23691         successful.
23692         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
23693         redundant variable declarations and reallocation of buffer when
23694         parsing as IPv6 address.  Always set NSS status when called from
23695         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
23696         buffer too small.  Correct computation of needed size.
23697         * nss/Makefile (tests): Add test-digits-dots.
23698         * nss/test-digits-dots.c: New test.
23700 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23702         * benchtests/Makefile: Remove instructions for adding
23703         benchmark tests.
23704         * benchtests/README: New file to explain how to execute and
23705         enhance the benchmark tests.
23707 2013-05-21  Andreas Schwab  <schwab@suse.de>
23709         [BZ #15493]
23710         * setjmp/Makefile (tests): Add tst-sigsetjmp.
23711         * setjmp/tst-sigsetjmp.c: New test.
23713 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
23715         * sysdeps/x86_64/memset.S (memset): New implementation.
23716         (__bzero): Likewise.
23717         (__memset_tail): New function.
23719 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
23721         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
23722         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
23723         __memcpy_sse2_unaligned ifunc selection.
23724         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
23725         Add memcpy-sse2-unaligned.S.
23726         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
23727         Add: __memcpy_sse2_unaligned.
23729 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
23731         [BZ #15490]
23732         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
23733         math_force_eval before restoring floating-point envrionment.
23734         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
23735         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
23736         Likewise.
23737         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
23738         <math_private.h>.
23739         (__nearbyintl): Use math_force_eval before restoring
23740         floating-point environment.
23741         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
23743         * math/gen-libm-test.pl (special_functions): Remove.
23744         (parse_args): Don't handle TEST_extra.  Handle functions with no
23745         return value.
23746         * math/libm-test.inc (struct test_sincos_data): Replace with
23747         struct test_fFF_11_data.
23748         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
23749         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
23750         (sincos_test_data): Change element type to struct
23751         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
23752         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
23753         RUN_TEST_LOOP_sincos.
23754         * math/README.libm-test: Don't mention special handling of
23755         individual functions.
23756         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
23757         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
23758         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
23759         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
23760         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
23761         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
23763         * math/gen-libm-test.pl (get_variable): Remove function.
23764         (parse_args): Don't show pointer parameters to call in test
23765         names.  Use "extra output N" in test names for extra outputs
23766         rather than naming variables.
23768 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
23770         [BZ #15488]
23771         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
23772         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
23773         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
23774         double tests.
23775         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
23776         disable.
23777         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
23778         check_long_double.
23780         * math/gen-libm-test.pl (@tests): Remove variable.
23781         ($count): Likewise.
23782         (new_test): Remove function.
23783         (show_exceptions): New function.
23784         (special_functions): Use show_exceptions instead of new_test.
23785         (parse_args): Likewise.
23786         (generate_testfile): Pass only function name in generated call to
23787         print_max_error or print_complex_max_error.
23788         (get_ulps): Do not handle complex tests specially.
23789         (output_test): Rename to ...
23790         (get_all_ulps_for_test): ... this.  Return a string rather than
23791         printing to a file.  Require ulps to be present.
23792         (output_ulps): Generate arrays rather than #defines.
23793         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
23794         (struct ulp_data): New type.
23795         (BUILD_COMPLEX_ULP): Remove macro.
23796         (compare_ulp_data): New function.
23797         (find_ulps): Likewise.
23798         (find_test_ulps): Likewise.
23799         (find_function_ulps): Likewise.
23800         (find_complex_function_ulps): Likewise.
23801         (print_max_error): Determine allowed ulps using
23802         find_function_ulps.
23803         (print_complex_max_error): Determine allowed ulps using
23804         find_complex_function_ulps.
23805         (check_float_internal): Determine max ulps using find_test_ulps.
23806         (check_float): Do not take max_ulp parameter.  Update call to
23807         check_float_internal.
23808         (check_complex): Likewise.
23809         (check_int): Do not take max_ulp parameter.
23810         (check_long): Likewise.
23811         (check_bool): Likewise.
23812         (check_longlong): Likewise.
23813         (struct test_f_f_data): Remove max_ulp field.
23814         (struct test_ff_f_data): Likewise.
23815         (struct test_ff_f_data_nexttoward): Likewise.
23816         (struct test_fi_f_data): Likewise.
23817         (struct test_fl_f_data): Likewise.
23818         (struct test_if_f_data): Likewise.
23819         (struct test_fff_f_data): Likewise.
23820         (struct test_c_f_data): Likewise.
23821         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
23822         (struct test_fF_f1_data): Likewise.
23823         (struct test_ffI_f1_data): Likewise.
23824         (struct test_c_c_data): Remove max_ulp field.
23825         (struct test_cc_c_data): Likewise.
23826         (struct test_f_i_data): Likewise.
23827         (struct test_ff_i_data): Likewise.
23828         (struct test_f_l_data): Likewise.
23829         (struct test_f_L_data): Likewise.
23830         (struct test_sincos_data): Likewise.
23831         (RUN_TEST_f_f): Do not handle ulps.
23832         (RUN_TEST_LOOP_f_f): Likewise.
23833         (RUN_TEST_2_f): Likewise.
23834         (RUN_TEST_LOOP_2_f): Likewise.
23835         (RUN_TEST_fff_f): Likewise.
23836         (RUN_TEST_LOOP_fff_f): Likewise.
23837         (RUN_TEST_c_f): Likewise.
23838         (RUN_TEST_LOOP_c_f): Likewise.
23839         (RUN_TEST_f_f1): Likewise.
23840         (RUN_TEST_LOOP_f_f1): Likewise.
23841         (RUN_TEST_fF_f1): Likewise.
23842         (RUN_TEST_LOOP_fF_f1): Likewise.
23843         (RUN_TEST_fI_f1): Likewise.
23844         (RUN_TEST_LOOP_fI_f1): Likewise.
23845         (RUN_TEST_ffI_f1): Likewise.
23846         (RUN_TEST_LOOP_ffI_f1): Likewise.
23847         (RUN_TEST_c_c): Likewise.
23848         (RUN_TEST_LOOP_c_c): Likewise.
23849         (RUN_TEST_cc_c): Likewise.
23850         (RUN_TEST_LOOP_cc_c): Likewise.
23851         (RUN_TEST_f_i): Likewise.
23852         (RUN_TEST_LOOP_f_i): Likewise.
23853         (RUN_TEST_f_i_tg): Likewise.
23854         (RUN_TEST_LOOP_f_i_tg): Likewise.
23855         (RUN_TEST_ff_i_tg): Likewise.
23856         (RUN_TEST_LOOP_ff_i_tg): Likewise.
23857         (RUN_TEST_f_b): Likewise.
23858         (RUN_TEST_LOOP_f_b): Likewise.
23859         (RUN_TEST_f_b_tg): Likewise.
23860         (RUN_TEST_LOOP_f_b_tg): Likewise.
23861         (RUN_TEST_f_l): Likewise.
23862         (RUN_TEST_LOOP_f_l): Likewise.
23863         (RUN_TEST_f_L): Likewise.
23864         (RUN_TEST_LOOP_f_L): Likewise.
23865         (RUN_TEST_sincos): Likewise.
23866         (RUN_TEST_LOOP_sincos): Likewise.
23868 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
23870         [BZ #15480]
23871         [BZ #15485]
23872         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
23873         main case of finite arguments, set rounding mode to FE_TONEAREST
23874         and discard exceptions.
23875         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
23876         exceptions.
23877         (remainder_tonearest_test_data): New variable.
23878         (remainder_test_tonearest): New function.
23879         (remainder_towardzero_test_data): New variable.
23880         (remainder_test_towardzero): New function.
23881         (remainder_downward_test_data): New variable.
23882         (remainder_test_downward): New function.
23883         (remainder_upward_test_data): New variable.
23884         (remainder_test_upward): New function.
23885         (main): Call the new test functions.
23887         * math/libm-test.inc (struct test_f_f1_data): Remove field
23888         extra_init.
23889         (struct test_fF_f1_data): Likewise.
23890         (struct test_ffI_f1_data): Likewise.
23891         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
23892         based on value of EXTRA_EXPECTED.
23893         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
23894         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
23895         EXTRA_VAR based on value of EXTRA_EXPECTED.
23896         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
23897         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
23898         EXTRA_VAR based on value of EXTRA_EXPECTED.
23899         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
23900         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
23901         EXTRA_VAR based on value of EXTRA_EXPECTED.
23902         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
23903         * math/gen-libm-test.pl (parse_args): Don't output initializers
23904         for extra output values.
23906         * math/libm-test.inc (check_int): Expect result to be exactly
23907         equal to expected value and do not handle ulps.
23908         (check_long): Likewise.
23909         (check_longlong): Likewise.
23911         * math/libm-test.inc (ceil_test_data): Test for "inexact"
23912         exceptions.
23913         (cimag_test_data): Likewise.
23914         (conj_test_data): Likewise.
23915         (copysign_test_data): Likewise.
23916         (cproj_test_data): Likewise.
23917         (creal_test_data): Likewise.
23918         (fabs_test_data): Likewise.
23919         (fdim_test_data): Likewise.
23920         (finite_test_data): Likewise.
23921         (floor_test_data): Likewise.
23922         (fmax_test_data): Likewise.
23923         (fmin_test_data): Likewise.
23924         (fmod_test_data): Likewise.
23925         (fpclassify_test_data): Likewise.
23926         (frexp_test_data): Likewise.
23927         (ilogb_test_data): Likewise.
23928         (isfinite_test_data): Likewise.
23929         (isgreater_test_data): Likewise.
23930         (isgreaterequal_test_data): Likewise.
23931         (isinf_test_data): Likewise.
23932         (isless_test_data): Likewise.
23933         (islessequal_test_data): Likewise.
23934         (islessgreater_test_data): Likewise.
23935         (isnan_test_data): Likewise.
23936         (isnormal_test_data): Likewise.
23937         (issignaling_test_data): Likewise.
23938         (isunordered_test_data): Likewise.
23939         (ldexp_test_data): Likewise.
23940         (lrint_test_data): Likewise.
23941         (lrint_test_data) [TEST_FLOAT]: Disable one test.
23942         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
23943         (lrint_tonearest_test_data): Test for "inexact" exceptions.
23944         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
23945         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
23946         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
23947         test input.
23948         (lrint_towardzero_test_data): Test for "inexact" exceptions.
23949         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
23950         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
23951         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
23952         that test input.
23953         (lrint_downward_test_data): Test for "inexact" exceptions.
23954         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
23955         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
23956         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
23957         test input.
23958         (lrint_upward_test_data): Test for "inexact" exceptions.
23959         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
23960         test input.
23961         (llrint_test_data): Test for "inexact" exceptions.
23962         (llrint_test_data) [TEST_FLOAT]: Disable one test.
23963         (llrint_tonearest_test_data): Test for "inexact" exceptions.
23964         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
23965         (llrint_towardzero_test_data): Test for "inexact" exceptions.
23966         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
23967         (llrint_downward_test_data): Test for "inexact" exceptions.
23968         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
23969         (llrint_upward_test_data): Test for "inexact" exceptions.
23970         (logb_test_data): Likewise.
23971         (logb_downward_test_data): Likewise.
23972         (nextafter_test_data): Likewise.
23973         (nexttoward_test_data): Likewise.
23974         (remainder_test_data): Likewise.
23975         (remquo_test_data): Likewise.
23976         (scalbn_test_data): Likewise.
23977         (scalbln_test_data): Likewise.
23978         (signbit_test_data): Likewise.
23979         (sqrt_test_data): Likewise.
23980         (significand_test_data): Likewise.
23982 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
23984         [BZ #15424]
23985         * benchtests/bench-modf.c (struct args): Mark arg0 as
23986         volatile.
23987         * scripts/bench.pl: Mark members of struct args as volatile.
23989 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23991         [BZ # 15497]
23992         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
23993         negative infinity on POWER6 or lower.
23994         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
23996 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
23998         [BZ #15442]
23999         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
24000         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
24001         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
24002         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
24003         (_FP_SETQNAN): New macro.
24004         (_FP_SETQNAN_SEMIRAW): Likewise.
24005         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
24006         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
24007         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
24008         (FP_EXTEND): Use _FP_FRAC_SNANP.
24009         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
24010         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
24011         into account.
24012         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24013         New macro.
24014         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
24015         Likewise.
24017 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24019         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
24020         with DIVIDE_BY_ZERO_EXCEPTION.
24021         (gamma_test_data): Likewise.
24022         (lgamma_test_data): Likewise.
24023         (log_test_data): Likewise.
24024         (log10_test_data): Likewise.
24025         (log2_test_data): Likewise.
24026         (tgamma_test_data): Likewise.
24028         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
24029         (acos_test_tonearest): Likewise.
24030         (acos_test_towardzero): Likewise.
24031         (acos_test_downward): Likewise.
24032         (acos_test_upward): Likewise.
24033         (acosh_test): Likewise.
24034         (asin_test): Likewise.
24035         (asin_test_tonearest): Likewise.
24036         (asin_test_towardzero): Likewise.
24037         (asin_test_downward): Likewise.
24038         (asin_test_upward): Likewise.
24039         (asinh_test): Likewise.
24040         (atan_test): Likewise.
24041         (atanh_test): Likewise.
24042         (atan2_test): Likewise.
24043         (cabs_test): Likewise.
24044         (cacos_test): Likewise.
24045         (cacosh_test): Likewise.
24046         (casin_test): Likewise.
24047         (casinh_test): Likewise.
24048         (catan_test): Likewise.
24049         (catanh_test): Likewise.
24050         (cbrt_test): Likewise.
24051         (ccos_test): Likewise.
24052         (ccosh_test): Likewise.
24053         (cexp_test): Likewise.
24054         (clog_test): Likewise.
24055         (clog10_test): Likewise.
24056         (cos_test): Likewise.
24057         (cos_test_tonearest): Likewise.
24058         (cos_test_towardzero): Likewise.
24059         (cos_test_downward): Likewise.
24060         (cos_test_upward): Likewise.
24061         (cosh_test): Likewise.
24062         (cosh_test_tonearest): Likewise.
24063         (cosh_test_towardzero): Likewise.
24064         (cosh_test_downward): Likewise.
24065         (cosh_test_upward): Likewise.
24066         (cpow_test): Likewise.
24067         (csin_test): Likewise.
24068         (csinh_test): Likewise.
24069         (csqrt_test): Likewise.
24070         (ctan_test): Likewise.
24071         (ctan_test_tonearest): Likewise.
24072         (ctan_test_towardzero): Likewise.
24073         (ctan_test_downward): Likewise.
24074         (ctan_test_upward): Likewise.
24075         (ctanh_test): Likewise.
24076         (ctanh_test_tonearest): Likewise.
24077         (ctanh_test_towardzero): Likewise.
24078         (ctanh_test_downward): Likewise.
24079         (ctanh_test_upward): Likewise.
24080         (erf_test): Likewise.
24081         (erfc_test): Likewise.
24082         (exp_test): Likewise.
24083         (exp_test_tonearest): Likewise.
24084         (exp_test_towardzero): Likewise.
24085         (exp_test_downward): Likewise.
24086         (exp_test_upward): Likewise.
24087         (exp10_test): Likewise.
24088         (exp2_test): Likewise.
24089         (expm1_test): Likewise.
24090         (fmod_test): Likewise.
24091         (gamma_test): Likewise.
24092         (hypot_test): Likewise.
24093         (j0_test): Likewise.
24094         (j1_test): Likewise.
24095         (jn_test): Likewise.
24096         (lgamma_test): Likewise.
24097         (log_test): Likewise.
24098         (log10_test): Likewise.
24099         (log1p_test): Likewise.
24100         (log2_test): Likewise.
24101         (logb_test_downward): Likewise.
24102         (pow_test): Likewise.
24103         (pow_test_tonearest): Likewise.
24104         (pow_test_towardzero): Likewise.
24105         (pow_test_downward): Likewise.
24106         (pow_test_upward): Likewise.
24107         (remainder_test): Likewise.
24108         (remquo_test): Likewise.
24109         (sin_test): Likewise.
24110         (sin_test_tonearest): Likewise.
24111         (sin_test_towardzero): Likewise.
24112         (sin_test_downward): Likewise.
24113         (sin_test_upward): Likewise.
24114         (sincos_test): Likewise.
24115         (sinh_test): Likewise.
24116         (sinh_test_tonearest): Likewise.
24117         (sinh_test_towardzero): Likewise.
24118         (sinh_test_downward): Likewise.
24119         (sinh_test_upward): Likewise.
24120         (sqrt_test): Likewise.
24121         (tan_test): Likewise.
24122         (tan_test_tonearest): Likewise.
24123         (tan_test_towardzero): Likewise.
24124         (tan_test_downward): Likewise.
24125         (tan_test_upward): Likewise.
24126         (tanh_test): Likewise.
24127         (tgamma_test): Likewise.
24128         (y0_test): Likewise.
24129         (y1_test): Likewise.
24130         (yn_test): Likewise.
24132         * math/gen-libm-test.pl (adjust_arg): Remove function.
24133         (special_function): Remove argument $in_func.  Only handle
24134         generating output for tables of tests, not inside functions.
24135         (parse_args): Likewise.
24136         (generate_testfile): Remove variable $in_func.  Update call to
24137         parse_args.
24138         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
24139         (MINUS_ZERO_INIT): Rename macro to minus_zero.
24140         (PLUS_INFTY_INIT): Rename macro to plus_infty.
24141         (MINUS_INFTY_INIT): Rename macro to minus_infty.
24142         (QNAN_VALUE_INIT): Rename macro to qnan_value.
24143         (MAX_VALUE_INIT): Rename macro to max_value.
24144         (MIN_VALUE_INIT): Rename macro to min_value.
24145         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
24146         (plus_zero): Remove variable.
24147         (minus_zero): Likewise.
24148         (plus_infty): Likewise.
24149         (minus_infty): Likewise.
24150         (qnan_value): Likewise.
24151         (max_value): Likewise.
24152         (min_value): Likewise.
24153         (min_subnorm_value): Likewise.
24155 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
24157         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
24158         uint64_t or uint32_t usage.
24159         * crypt/sha256-block.c: Likewise.
24160         * crypt/sha256-crypt.c: Likewise.
24161         * crypt/sha256.c: Likewise.
24162         * crypt/sha512-block.c: Likewise.
24163         * crypt/sha512-crypt.c: Likewise.
24164         * crypt/sha512.c: Likewise.
24165         * debug/backtrace-tst.c: Likewise.
24166         * debug/pcprofiledump.c: Likewise.
24167         * elf/cache.c: Likewise.
24168         * elf/dl-cache.c: Likewise.
24169         * elf/dl-misc.c: Likewise.
24170         * elf/dl-profile.c: Likewise.
24171         * elf/dl-support.c: Likewise.
24172         * elf/ldconfig.c: Likewise.
24173         * elf/sprof.c: Likewise.
24174         * iconv/dummy-repertoire.c: Likewise.
24175         * iconv/iconv_charmap.c: Likewise.
24176         * iconv/skeleton.c: Likewise.
24177         * iconvdata/8bit-generic.c: Likewise.
24178         * iconvdata/cp737.h: Likewise.
24179         * iconvdata/cp775.h: Likewise.
24180         * iconvdata/ibm1008.h: Likewise.
24181         * iconvdata/ibm1025.h: Likewise.
24182         * iconvdata/ibm1046.h: Likewise.
24183         * iconvdata/ibm1097.h: Likewise.
24184         * iconvdata/ibm1112.h: Likewise.
24185         * iconvdata/ibm1122.h: Likewise.
24186         * iconvdata/ibm1123.h: Likewise.
24187         * iconvdata/ibm1124.h: Likewise.
24188         * iconvdata/ibm1129.h: Likewise.
24189         * iconvdata/ibm1130.h: Likewise.
24190         * iconvdata/ibm1132.h: Likewise.
24191         * iconvdata/ibm1133.h: Likewise.
24192         * iconvdata/ibm1137.h: Likewise.
24193         * iconvdata/ibm1140.h: Likewise.
24194         * iconvdata/ibm1141.h: Likewise.
24195         * iconvdata/ibm1142.h: Likewise.
24196         * iconvdata/ibm1143.h: Likewise.
24197         * iconvdata/ibm1144.h: Likewise.
24198         * iconvdata/ibm1145.h: Likewise.
24199         * iconvdata/ibm1146.h: Likewise.
24200         * iconvdata/ibm1147.h: Likewise.
24201         * iconvdata/ibm1148.h: Likewise.
24202         * iconvdata/ibm1149.h: Likewise.
24203         * iconvdata/ibm1153.h: Likewise.
24204         * iconvdata/ibm1154.h: Likewise.
24205         * iconvdata/ibm1155.h: Likewise.
24206         * iconvdata/ibm1156.h: Likewise.
24207         * iconvdata/ibm1157.h: Likewise.
24208         * iconvdata/ibm1158.h: Likewise.
24209         * iconvdata/ibm1160.h: Likewise.
24210         * iconvdata/ibm1161.h: Likewise.
24211         * iconvdata/ibm1162.h: Likewise.
24212         * iconvdata/ibm1163.h: Likewise.
24213         * iconvdata/ibm1164.h: Likewise.
24214         * iconvdata/ibm1166.h: Likewise.
24215         * iconvdata/ibm1167.h: Likewise.
24216         * iconvdata/ibm12712.h: Likewise.
24217         * iconvdata/ibm1390.h: Likewise.
24218         * iconvdata/ibm1399.h: Likewise.
24219         * iconvdata/ibm16804.h: Likewise.
24220         * iconvdata/ibm4517.h: Likewise.
24221         * iconvdata/ibm4899.h: Likewise.
24222         * iconvdata/ibm4909.h: Likewise.
24223         * iconvdata/ibm4971.h: Likewise.
24224         * iconvdata/ibm5347.h: Likewise.
24225         * iconvdata/ibm803.h: Likewise.
24226         * iconvdata/ibm856.h: Likewise.
24227         * iconvdata/ibm901.h: Likewise.
24228         * iconvdata/ibm902.h: Likewise.
24229         * iconvdata/ibm9030.h: Likewise.
24230         * iconvdata/ibm9066.h: Likewise.
24231         * iconvdata/ibm921.h: Likewise.
24232         * iconvdata/ibm922.h: Likewise.
24233         * iconvdata/ibm9448.h: Likewise.
24234         * iconvdata/isiri-3342.h: Likewise.
24235         * iconvdata/jis0201.h: Likewise.
24236         * include/link.h: Likewise.
24237         * include/netdb.h: Likewise.
24238         * inet/check_native.c: Likewise.
24239         * inet/check_pf.c: Likewise.
24240         * inet/getipv4sourcefilter.c: Likewise.
24241         * inet/getnameinfo.c: Likewise.
24242         * inet/getsourcefilter.c: Likewise.
24243         * inet/htonl.c: Likewise.
24244         * inet/setipv4sourcefilter.c: Likewise.
24245         * inet/setsourcefilter.c: Likewise.
24246         * inet/test-inet6_opt.c: Likewise.
24247         * inet/tst-network.c: Likewise.
24248         * locale/C-collate.c: Likewise.
24249         * locale/C-ctype.c: Likewise.
24250         * locale/C-time.c: Likewise.
24251         * locale/C-translit.h: Likewise.
24252         * locale/loadarchive.c: Likewise.
24253         * locale/programs/3level.h: Likewise.
24254         * locale/programs/charmap.c: Likewise.
24255         * locale/programs/charmap.h: Likewise.
24256         * locale/programs/ld-address.c: Likewise.
24257         * locale/programs/ld-collate.c: Likewise.
24258         * locale/programs/ld-ctype.c: Likewise.
24259         * locale/programs/ld-identification.c: Likewise.
24260         * locale/programs/ld-measurement.c: Likewise.
24261         * locale/programs/ld-messages.c: Likewise.
24262         * locale/programs/ld-monetary.c: Likewise.
24263         * locale/programs/ld-name.c: Likewise.
24264         * locale/programs/ld-numeric.c: Likewise.
24265         * locale/programs/ld-paper.c: Likewise.
24266         * locale/programs/ld-telephone.c: Likewise.
24267         * locale/programs/ld-time.c: Likewise.
24268         * locale/programs/linereader.c: Likewise.
24269         * locale/programs/locale.c: Likewise.
24270         * locale/programs/locarchive.c: Likewise.
24271         * locale/programs/locfile.h: Likewise.
24272         * locale/programs/repertoire.c: Likewise.
24273         * locale/programs/simple-hash.c: Likewise.
24274         * locale/programs/simple-hash.h: Likewise.
24275         * malloc/memusage.c: Likewise.
24276         * malloc/memusagestat.c: Likewise.
24277         * nis/nis_defaults.c: Likewise.
24278         * nis/nis_hash.c: Likewise.
24279         * nis/nis_print.c: Likewise.
24280         * nis/nis_xdr.c: Likewise.
24281         * nscd/connections.c: Likewise.
24282         * nscd/hstcache.c: Likewise.
24283         * nscd/nscd_gethst_r.c: Likewise.
24284         * nscd/nscd_getserv_r.c: Likewise.
24285         * nscd/nscd_helper.c: Likewise.
24286         * nscd/servicescache.c: Likewise.
24287         * nss/makedb.c: Likewise.
24288         * nss/nss_db/db-XXX.c: Likewise.
24289         * nss/nss_db/db-initgroups.c: Likewise.
24290         * nss/nss_db/db-netgrp.c: Likewise.
24291         * nss/nss_files/files-network.c: Likewise.
24292         * nss/nss_files/files-parse.c: Likewise.
24293         * posix/bug-regex5.c: Likewise.
24294         * posix/fnmatch_loop.c: Likewise.
24295         * posix/regcomp.c: Likewise.
24296         * posix/regexec.c: Likewise.
24297         * posix/tst-rfc3484-2.c: Likewise.
24298         * posix/tst-rfc3484-3.c: Likewise.
24299         * posix/tst-rfc3484.c: Likewise.
24300         * resolv/nss_dns/dns-canon.c: Likewise.
24301         * resolv/nss_dns/dns-network.c: Likewise.
24302         * resolv/res_init.c: Likewise.
24303         * resolv/res_mkquery.c: Likewise.
24304         * resolv/tst-aton.c: Likewise.
24305         * stdlib/cxa_atexit.c: Likewise.
24306         * stdlib/cxa_finalize.c: Likewise.
24307         * stdlib/gen-fpioconst.c: Likewise.
24308         * stdlib/strtol_l.c: Likewise.
24309         * string/tst-endian.c: Likewise.
24310         * sunrpc/auth_des.c: Likewise.
24311         * sunrpc/clnt_udp.c: Likewise.
24312         * sunrpc/rtime.c: Likewise.
24313         * sunrpc/svcauth_des.c: Likewise.
24314         * sunrpc/xdr.c: Likewise.
24315         * sunrpc/xdr_intXX_t.c: Likewise.
24316         * sunrpc/xdr_rec.c: Likewise.
24317         * sysdeps/generic/ldconfig.h: Likewise.
24318         * sysdeps/generic/ldsodefs.h: Likewise.
24319         * sysdeps/generic/memusage.h: Likewise.
24320         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
24321         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
24322         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
24323         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
24324         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
24325         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
24326         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
24327         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
24328         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
24329         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24330         * sysdeps/posix/getaddrinfo.c: Likewise.
24331         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
24332         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
24333         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
24334         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
24335         * sysdeps/powerpc/test-gettimebase.c: Likewise.
24336         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
24337         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
24338         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
24339         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
24340         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
24341         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
24342         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
24343         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
24344         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
24345         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
24346         * sysdeps/x86_64/dl-tls.h: Likewise.
24347         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
24348         * time/alt_digit.c: Likewise.
24349         * time/era.c: Likewise.
24350         * wcsmbs/tst-c16c32-1.c: Likewise.
24352 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24354         * math/libm-test.inc (struct test_sincos_data): New type.
24355         (RUN_TEST_LOOP_sincos): New macro.
24356         (sincos_test_data): New variable.
24357         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
24359 2013-05-16  Richard Henderson  <rth@redhat.com>
24361         * math/atest-exp2.c (LIMB64): New macro.
24362         (CONSTSZ): New macro.
24363         (mp_exp1, mp_exp_m1, mp_log2): New variables.
24364         (hexdig): Move ...
24365         (print_mpn_fp): ... to function scope.
24366         (read_mpn_hex): Remove.
24367         (get_log2): Remove.
24368         (exp2_mpn): Use mp_log2.
24369         (main): Use mp_exp1.
24371 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
24373         * math/libm-test.inc: Remove comment about not testing "inexact"
24374         exceptions.
24375         (INEXACT_EXCEPTION): New macro.
24376         (NO_INEXACT_EXCEPTION): Likewise.
24377         (INVALID_EXCEPTION_OK): Update value.
24378         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
24379         (OVERFLOW_EXCEPTION_OK): Likewise.
24380         (UNDERFLOW_EXCEPTION_OK): Likewise.
24381         (IGNORE_ZERO_INF_SIGN): Likewise.
24382         (ERRNO_UNCHANGED): Likewise.
24383         (ERRNO_EDOM): Likewise.
24384         (ERRNO_ERANGE): Likewise.
24385         (test_exceptions): Handle testing "inexact" exceptions.
24386         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
24387         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
24388         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
24389         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
24390         INEXACT_EXCEPTION.
24391         (rint_towardzero_test_data): Likewise.
24392         (rint_downward_test_data): Likewise.
24393         (rint_upward_test_data): Likewise.
24395         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
24396         with OVERFLOW_EXCEPTION.
24397         (exp10_test_data): Likewise.
24398         (exp2_test_data): Likewise.
24399         (expm1_test_data): Likewise.
24400         (lgamma_test_data): Likewise.
24401         (pow_test_data): Likewise.
24402         (tgamma_test_data): Likewise.
24403         (yn_test_data): Remove duplicate test of overflow.
24405         * math/libm-test.inc (struct test_cc_c_data): New type.
24406         (RUN_TEST_LOOP_cc_c): New macro.
24407         (cpow_test_data): New variable.
24408         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
24410         * math/libm-test.inc (struct test_f_L_data): New type.
24411         (RUN_TEST_LOOP_f_L): New macro.
24412         (llrint_test_data): New variable.
24413         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
24414         (llrint_tonearest_test_data): New variable.
24415         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
24416         (llrint_towardzero_test_data): New variable.
24417         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
24418         (llrint_downward_test_data): New variable.
24419         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
24420         (llrint_upward_test_data): New variable.
24421         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
24422         (llround_test_data): New variable.
24423         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
24425 2013-05-13  Peter Collingbourne  <pcc@google.com>
24427         * math/atest-exp2.c (get_log2): Remove const attribute.
24429 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
24431         * math/libm-test.inc (struct test_f_l_data): New type.
24432         (RUN_TEST_LOOP_f_l): New macro.
24433         (lrint_test_data): New variable.
24434         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
24435         (lrint_tonearest_test_data): New variable.
24436         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
24437         (lrint_towardzero_test_data): New variable.
24438         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
24439         (lrint_downward_test_data): New variable.
24440         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
24441         (lrint_upward_test_data): New variable.
24442         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
24443         (lround_test_data): New variable.
24444         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
24446 2013-05-15  Peter Collingbourne  <pcc@google.com>
24448         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
24449         (EXTRACT_WORDS64) Use where appropriate.
24450         (INSERT_WORDS64) Likewise.
24452         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
24453         constraints with x constraints.
24454         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
24456         * malloc/obstack.c (_obstack_compat): Add initializer.
24458 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
24460         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
24461         si_trapno and add si_addr_lsb to _sifields.sigfault.
24462         (si_trapno): Remove macro.
24463         (si_addr_lsb): Define new macro.
24464         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
24466 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
24468         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
24469         instead of TEST_f_l.
24470         (llrint_test_tonearest): Likewise.
24471         (llrint_test_towardzero): Likewise.
24472         (llrint_test_downward): Likewise.
24473         (llrint_test_upward): Likewise.
24474         (llround_test): Likewise.
24476         * math/libm-test.inc (struct test_f_i_data): Add comment.
24477         (RUN_TEST_LOOP_f_b): New macro.
24478         (RUN_TEST_LOOP_f_b_tg): Likewise.
24479         (finite_test_data): New variable.
24480         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
24481         (isfinite_test_data): New variable.
24482         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24483         (isinf_test_data): New variable.
24484         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24485         (isnan_test_data): New variable.
24486         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24487         (isnormal_test_data): New variable.
24488         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24489         (issignaling_test_data): New variable.
24490         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24491         (signbit_test_data): New variable.
24492         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
24494         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
24495         with INVALID_EXCEPTION.
24496         (acosh_test_data): Likewise.
24497         (asin_test_data): Likewise.
24498         (atanh_test_data): Likewise.
24499         (fmod_test_data): Likewise.
24500         (log_test_data): Likewise.
24501         (log10_test_data): Likewise.
24502         (log2_test_data): Likewise.
24503         (pow_test_data): Likewise.
24504         (sqrt_test_data): Likewise.
24505         (y0_test_data): Likewise.
24506         (y1_test_data): Likewise.
24507         (yn_test_data): Likewise.
24509         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
24510         function contents.
24512         * math/libm-test.inc (struct test_ff_i_data): New type.
24513         (RUN_TEST_LOOP_ff_i_tg): New macro.
24514         (isgreater_test_data): New variable.
24515         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24516         (isgreaterequal_test_data): New variable.
24517         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24518         (isless_test_data): New variable.
24519         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24520         (islessequal_test_data): New variable.
24521         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24522         (islessgreater_test_data): New variable.
24523         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24524         (isunordered_test_data): New variable.
24525         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
24527 2013-05-14  David S. Miller  <davem@davemloft.net>
24529         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24531 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
24533         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
24535         * math/libm-test.inc (struct test_fF_f1_data): Change type of
24536         extra_test to int.
24537         (struct test_f_i_data): Change type of max_ulp to int.
24539         * math/libm-test.inc (test_ffI_f1_data): New type.
24540         (RUN_TEST_LOOP_ffI_f1): New macro.
24541         (remquo_test_data): New variable.
24542         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
24544         * setjmp/tst-setjmp-fp.c: New file.
24545         * setjmp/Makefile (tests): Add tst-setjmp-fp.
24546         (link-libm): New variable.
24547         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
24549         * math/libm-test.inc (struct test_f_i_data): New type.
24550         (RUN_TEST_LOOP_f_i): New macro.
24551         (RUN_TEST_LOOP_f_i_tg): Likewise.
24552         (fpclassify_test_data): New variable.
24553         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
24554         (ilogb_test_data): New variable.
24555         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
24557         * math/libm-test.inc (scalbln_test): Correct function name in END
24558         call.
24560         * math/libm-test.inc (struct test_f_f1_data): Add comment.
24561         (RUN_TEST_LOOP_fI_f1): New macro.
24562         (frexp_test_data): New variable.
24563         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
24565         * math/libm-test.inc (struct test_fF_f1_data): New type.
24566         (RUN_TEST_LOOP_fF_f1): New macro.
24567         (modf_test_data): New variable.
24568         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
24570         * math/libm-test.inc (struct test_f_f1_data): New type.
24571         (RUN_TEST_LOOP_f_f1): New macro.
24572         (gamma_test_data): New variable.
24573         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
24574         (lgamma_test_data): New variable.
24575         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
24577 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
24579         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
24580         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
24581         (main): Comment "tls" pseudo-hwcap.
24583 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
24585         * math/libm-test.inc (struct test_fl_f_data): New type.
24586         (RUN_TEST_LOOP_fl_f): New variable.
24587         (scalbln_test_data): New variable.
24588         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
24590         * math/libm-test.inc (struct test_fi_f_data): New type.
24591         (RUN_TEST_LOOP_fi_f): New macro.
24592         (ldexp_test_data): New variable.
24593         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
24594         (scalbn_test_data): New variable.
24595         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
24597         * math/libm-test.inc (struct test_c_f_data): New type.
24598         (RUN_TEST_LOOP_c_f): New macro.
24599         (cabs_test_data): New variable.
24600         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
24601         (carg_test_data): New variable.
24602         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
24603         (cimag_test_data): New variable.
24604         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
24605         (creal_test_data): New variable.
24606         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
24608         * math/libm-test.inc (struct test_if_f_data): New type.
24609         (RUN_TEST_LOOP_if_f): New macro.
24610         (jn_test_data): New variable.
24611         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
24612         (yn_test_data): New variable.
24613         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
24615         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
24617 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
24619         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
24620         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
24622 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24624         * benchtests/Makefile (CPPFLAGS-nonlib): Add
24625         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
24626         (bench-deps): Add bench-timing.h.
24627         * benchtests-bench-skeleton.c: Include bench-timing.h.
24628         (main): Use TIMING_* macros instead of clock_gettime.
24629         * benchtests/bench-timing.h: New file.
24631         [BZ #14582]
24632         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
24633         Renamed from _LIB_VERSION.
24634         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
24636 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
24638         * math/libm-test.inc (struct test_fff_f_data): New type.
24639         (RUN_TEST_LOOP_fff_f): New macro.
24640         (fma_test_data): New variable.
24641         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
24642         (fma_towardzero_test_data): New variable.
24643         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
24644         (fma_downward_test_data): New variable.
24645         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
24646         (fma_upward_test_data): New variable.
24647         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
24649         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
24650         (struct test_c_c_data): New type.
24651         (RUN_TEST_LOOP_c_c): New macro.
24652         (cacos_test_data): New variable.
24653         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
24654         (cacosh_test_data): New variable.
24655         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
24656         (casin_test_data): New variable.
24657         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
24658         (casinh_test_data): New variable.
24659         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
24660         (catan_test_data): New variable.
24661         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
24662         (catanh_test_data): New variable.
24663         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
24664         (ccos_test_data): New variable.
24665         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
24666         (ccosh_test_data): New variable.
24667         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
24668         (cexp_test_data): New variable.
24669         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
24670         (clog_test_data): New variable.
24671         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
24672         (clog10_test_data): New variable.
24673         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
24674         (conj_test_data): New variable.
24675         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
24676         (cproj_test_data): New variable.
24677         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
24678         (csin_test_data): New variable.
24679         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
24680         (csinh_test_data): New variable.
24681         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
24682         (csqrt_test_data): New variable.
24683         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
24684         (ctan_test_data): New variable.
24685         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
24686         (ctan_tonearest_test_data): New variable.
24687         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
24688         (ctan_towardzero_test_data): New variable.
24689         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
24690         (ctan_downward_test_data): New variable.
24691         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
24692         (ctan_upward_test_data): New variable.
24693         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
24694         (ctanh_test_data): New variable.
24695         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
24696         (ctanh_tonearest_test_data): New variable.
24697         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
24698         (ctanh_towardzero_test_data): New variable.
24699         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
24700         (ctanh_downward_test_data): New variable.
24701         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
24702         (ctanh_upward_test_data): New variable.
24703         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
24704         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
24705         of BUILD_COMPLEX.
24707         * math/libm-test.inc (struct test_ff_f_data): New type.
24708         (struct test_ff_f_data_nexttoward): Likewise.
24709         (RUN_TEST_LOOP_2_f): New macro.
24710         (RUN_TEST_LOOP_ff_f): Likewise.
24711         (atan2_test_data): New variable.
24712         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
24713         (copysign_test_data): New variable.
24714         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
24715         (fdim_test_data): New variable.
24716         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
24717         (fmax_test_data): New variable.
24718         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
24719         (fmin_test_data): New variable.
24720         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
24721         (fmod_test_data): New variable.
24722         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
24723         (hypot_test_data): New variable.
24724         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
24725         (nextafter_test_data): New variable.
24726         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
24727         (nexttoward_test_data): New variable.
24728         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
24729         (pow_test_data): New variable.
24730         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
24731         (pow_tonearest_test_data): New variable.
24732         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
24733         (pow_towardzero_test_data): New variable.
24734         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
24735         (pow_downward_test_data): New variable.
24736         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
24737         (pow_upward_test_data): New variable.
24738         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
24739         (remainder_test_data): New variable.
24740         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
24741         (scalb_test_data): New variable.
24742         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
24743         * sysdeps/i386/fpu/libm-test-ulps: Update.
24745 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
24747         * math/libm-test.inc (fma_test): Use max_value instead of local
24748         variable fltmax.
24749         (nextafter_test): Likewise.
24751         * math/libm-test.inc (acos_towardzero_test_data): New variable.
24752         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24753         (acos_downward_test_data): New variable.
24754         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24755         (acos_upward_test_data): New variable.
24756         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24757         (acosh_test_data): New variable.
24758         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
24759         (asin_test_data): New variable.
24760         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
24761         (asin_tonearest_test_data): New variable.
24762         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24763         (asin_towardzero_test_data): New variable.
24764         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24765         (asin_downward_test_data): New variable.
24766         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24767         (asin_upward_test_data): New variable.
24768         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24769         (asinh_test_data): New variable.
24770         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
24771         (atan_test_data): New variable.
24772         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
24773         (atanh_test_data): New variable.
24774         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
24775         (cbrt_test_data): New variable.
24776         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
24777         (ceil_test_data): New variable.
24778         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
24779         (cos_test_data): New variable.
24780         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
24781         (cos_tonearest_test_data): New variable.
24782         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24783         (cos_towardzero_test_data): New variable.
24784         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24785         (cos_downward_test_data): New variable.
24786         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24787         (cos_upward_test_data): New variable.
24788         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24789         (cosh_test_data): New variable.
24790         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
24791         (cosh_tonearest_test_data): New variable.
24792         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24793         (cosh_towardzero_test_data): New variable.
24794         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24795         (cosh_downward_test_data): New variable.
24796         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24797         (cosh_upward_test_data): New variable.
24798         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24799         (erf_test_data): New variable.
24800         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
24801         (erfc_test_data): New variable.
24802         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
24803         (exp_test_data): New variable.
24804         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
24805         (exp_tonearest_test_data): New variable.
24806         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24807         (exp_towardzero_test_data): New variable.
24808         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24809         (exp_downward_test_data): New variable.
24810         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24811         (exp_upward_test_data): New variable.
24812         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24813         (exp10_test_data): New variable.
24814         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
24815         (exp2_test_data): New variable.
24816         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
24817         (expm1_test_data): New variable.
24818         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
24819         (fabs_test_data): New variable.
24820         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
24821         (floor_test_data): New variable.
24822         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
24823         (j0_test_data): New variable.
24824         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
24825         (j1_test_data): New variable.
24826         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
24827         (log_test_data): New variable.
24828         (log_test): Run tests with RUN_TEST_LOOP_f_f.
24829         (log10_test_data): New variable.
24830         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
24831         (log1p_test_data): New variable.
24832         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
24833         (log2_test_data): New variable.
24834         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
24835         (logb_test_data): New variable.
24836         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
24837         (logb_downward_test_data): New variable.
24838         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24839         (nearbyint_test_data): New variable.
24840         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
24841         (rint_test_data): New variable.
24842         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
24843         (rint_tonearest_test_data): New variable.
24844         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24845         (rint_towardzero_test_data): New variable.
24846         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24847         (rint_downward_test_data): New variable.
24848         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24849         (rint_upward_test_data): New variable.
24850         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24851         (round_test_data): New variable.
24852         (round_test): Run tests with RUN_TEST_LOOP_f_f.
24853         (sin_test_data): New variable.
24854         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
24855         (sin_tonearest_test_data): New variable.
24856         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24857         (sin_towardzero_test_data): New variable.
24858         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24859         (sin_downward_test_data): New variable.
24860         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24861         (sin_upward_test_data): New variable.
24862         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24863         (sinh_test_data): New variable.
24864         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
24865         (sinh_tonearest_test_data): New variable.
24866         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24867         (sinh_towardzero_test_data): New variable.
24868         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24869         (sinh_downward_test_data): New variable.
24870         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24871         (sinh_upward_test_data): New variable.
24872         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24873         (sqrt_test_data): New variable.
24874         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
24875         (tan_test_data): New variable.
24876         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
24877         (tan_tonearest_test_data): New variable.
24878         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24879         (tan_towardzero_test_data): New variable.
24880         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
24881         (tan_downward_test_data): New variable.
24882         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
24883         (tan_upward_test_data): New variable.
24884         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
24885         (tanh_test_data): New variable.
24886         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
24887         (tgamma_test_data): New variable.
24888         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
24889         (trunc_test_data): New variable.
24890         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
24891         (y0_test_data): New variable.
24892         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
24893         (y1_test_data): New variable.
24894         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
24895         (significand_test_data): New variable.
24896         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
24898 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
24900         [BZ #12387]
24901         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
24903 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
24905         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
24907 2013-05-10  Andreas Jaeger  <aj@suse.de>
24909         [BZ #15448]
24910         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
24911         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
24913 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
24915         * math/gen-libm-test.pl (adjust_arg): New function.
24916         (special_functions): Handle generating output in both functions
24917         and arrays.
24918         (parse_args): Likewise.
24919         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
24920         $in_func argument to parse_args.
24921         * math/libm-test.inc (struct test_f_f_data): New type.
24922         (IF_ROUND_INIT_): New macro.
24923         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
24924         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
24925         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
24926         (IF_ROUND_INIT_FE_UPWARD): Likewise.
24927         (ROUND_RESTORE_): Likewise.
24928         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
24929         (ROUND_RESTORE_FE_TONEAREST): Likewise.
24930         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
24931         (ROUND_RESTORE_FE_UPWARD): Likewise.
24932         (RUN_TEST_LOOP_f_f): New macro.
24933         (acos_test_data): New variable.
24934         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
24935         (acos_tonearest_test_data): New variable.
24936         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
24938 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
24940         * benchtests/bench-skeleton.c (startup): Fix coding style.
24942 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
24944         [BZ #6809]
24945         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
24946         negative infinity argument.
24947         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
24948         negative infinity argument.
24949         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
24950         negative infinity argument.
24951         * math/libm-test.inc (tgamma_test): Expect errno to be set for
24952         domain errors.
24954 2013-05-10  Florian Weimer  <fweimer@redhat.com>
24956         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
24957         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
24958         * iconv/iconv_prog.c (main): Likewise.
24959         * locale/programs/charmap-dir.c (charmap_readdir)
24960         (fopen_uncompressed): Likewise.
24961         * locale/programs/locfile.c (siblings_uncached)
24962         (write_locale_data): Use lstat64 instead of lstat.
24963         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
24964         stat.
24966 2013-05-10  Andreas Jaeger  <aj@suse.de>
24968         [BZ #15395]
24969         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
24970         localization.
24971         Include <locale.h>.
24973 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
24975         * elf/dl-close.c (_dl_close_worker): Add comments.
24977 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
24979         [BZ #15359]
24980         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
24981         high part of pi/2.
24982         (__ieee754_rem_pio2l): Update comments.
24984         [BZ #15429]
24985         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
24986         high part of pi/2.
24987         (__ieee754_rem_pio2l): Update comments.
24989         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
24990         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
24992         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
24993         M_PI_4l.
24995         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
24996         (M_PI_34_LOG10El): Likewise.
24997         (M_PI2_LOG10El): Likewise.
24998         (M_PI4_LOG10El): Likewise.
24999         (M_PI_LOG10El): Likewise.
25001 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25003         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25005 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
25007         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
25008         (MINUS_ZERO_INIT): Likewise.
25009         (PLUS_INFTY_INIT): Likewise.
25010         (MINUS_INFTY_INIT): Likewise.
25011         (QNAN_VALUE_INIT): Likewise.
25012         (MAX_VALUE_INIT): Likewise.
25013         (MIN_VALUE_INIT): Likewise.
25014         (MIN_SUBNORM_VALUE_INIT): Likewise.
25015         (plus_zero): Initialize with PLUS_ZERO_INIT.
25016         (minus_zero): Initialize with MINUS_ZERO_INIT.
25017         (plus_infty): Initialize with PLUS_INFTY_INIT.
25018         (minus_infty): Initialize with MINUS_INFTY_INIT.
25019         (qnan_value): Initialize with QNAN_VALUE_INIT.
25020         (max_value): Initialize with MAX_VALUE_INIT.
25021         (min_value): Initialize with MIN_VALUE_INIT.
25022         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
25024         * math/libm-test.inc (RUN_TEST_if_f): New macro.
25025         (jn_test): Use TEST_if_f instead of TEST_ff_f.
25026         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
25027         (yn_test): Use TEST_if_f instead of TEST_ff_f.
25029         * math/libm-test.inc (RUN_TEST_f_f): New macro.
25030         (RUN_TEST_2_f): Likewise.
25031         (RUN_TEST_ff_f): Likewise.
25032         (RUN_TEST_fi_f): Likewise.
25033         (RUN_TEST_fl_f): Likewise.
25034         (RUN_TEST_fff_f): Likewise.
25035         (RUN_TEST_c_f): Likewise.
25036         (RUN_TEST_f_f1): Likewise.
25037         (RUN_TEST_fF_f1): Likewise.
25038         (RUN_TEST_fI_f1): Likewise.
25039         (RUN_TEST_ffI_f1): Likewise.
25040         (RUN_TEST_c_c): Likewise.
25041         (RUN_TEST_cc_c): Likewise.
25042         (RUN_TEST_f_i): Likewise.
25043         (RUN_TEST_f_i_tg): Likewise.
25044         (RUN_TEST_ff_i_tg): Likewise.
25045         (RUN_TEST_f_b): Likewise.
25046         (RUN_TEST_f_b_tg): Likewise.
25047         (RUN_TEST_f_l): Likewise.
25048         (RUN_TEST_f_L): Likewise.
25049         (RUN_TEST_sincos): Likewise.
25050         * math/gen-libm-test.pl (new_test): Take new argument to indicate
25051         whether to show exceptions.  Do not include ");\n" in return
25052         value.
25053         (special_functions): Output call to RUN_TEST_sincos instead of
25054         check_float calls.  Update calls to new_test.
25055         (parse_args): Output call to single RUN_TEST_* macro instead of
25056         check_* calls and other assignments.  Update calls to new_test.
25058         [BZ #2546]
25059         [BZ #2560]
25060         [BZ #5159]
25061         [BZ #15426]
25062         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
25063         input to result for tgamma overflow.
25064         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
25065         (gamma_coeff): New variable.
25066         (NCOEFF): New macro.
25067         (gamma_positive): New function.
25068         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
25069         underflow here.  Use gamma_positive instead of exp (lgamma) for
25070         other arguments.
25071         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
25072         (gamma_coeff): New variable.
25073         (NCOEFF): New macro.
25074         (gammaf_positive): New function.
25075         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
25076         underflow here.  Use gamma_positive instead of exp (lgamma) for
25077         other arguments.
25078         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
25079         (gamma_coeff): New variable.
25080         (NCOEFF): New macro.
25081         (gammal_positive): New function.
25082         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
25083         underflow here.  Use gamma_positive instead of exp (lgamma) for
25084         other arguments.
25085         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
25086         (gamma_coeff): New variable.
25087         (NCOEFF): New macro.
25088         (gammal_positive): New function.
25089         (__ieee754_gammal_r): Handle positive infinity, overflow and
25090         underflow here.  Handle NaN the same as positive infinity.  Remove
25091         check x < 0xffffffff for negative integers.  Use gamma_positive
25092         instead of exp (lgamma) for other arguments.
25093         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
25094         (gamma_coeff): New variable.
25095         (NCOEFF): New macro.
25096         (gammal_positive): New function.
25097         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
25098         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
25099         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
25100         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
25101         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
25102         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
25103         * sysdeps/generic/math_private.h (__gamma_productf): New
25104         prototype.
25105         (__gamma_product): Likewise.
25106         (__gamma_productl): Likewise.
25107         * math/Makefile (libm-calls): Add gamma_product.
25108         * math/libm-test.inc (tgamma_test): Add more tests.
25109         * sysdeps/i386/fpu/libm-test-ulps: Update.
25110         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25112 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
25114         * benchtests/bench-skeleton.c (main): Preheat CPU.
25116 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
25118         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
25120 2013-05-07  Roland McGrath  <roland@hack.frob.com>
25122         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
25123         and _dl_skip_args_internal.
25125 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
25127         * manual/message.texi (Message Translation): Talk about users.
25128         Message to key mapping impacts design.
25130 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25132         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
25134         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
25136         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
25137         * sysdeps/wordsize-64/glob64.c: ... here.
25139         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
25140         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
25141         New macros.
25143         * debug/getlogin_r_chk.c: Moved to ...
25144         * login/getlogin_r_chk.c: ... here.
25145         * debug/Makefile (routines): Move getlogin_r_chk to ...
25146         * login/Makefile (routines): ... here.
25147         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
25148         * login/Versions (libc: GLIBC_2.4): ... here.
25150         * io/poll.c (__poll): Renamed from poll.
25151         Add libc_hidden_def.
25152         (poll): Define as weak alias.
25154         * debug/ptsname_r_chk.c: Moved to ...
25155         * login/ptsname_r_chk.c: ... here.
25156         * debug/Makefile (routines): Move ptsname_r_chk to ...
25157         * login/Makefile (routines): ... here.
25158         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
25159         * login/Versions (libc: GLIBC_2.4): ... here.
25161         * posix/getlogin.c: Moved to ...
25162         * login/getlogin.c: ... here.
25163         * posix/getlogin_r.c: Moved to ...
25164         * login/getlogin_r.c: ... here.
25165         * posix/getlogin_r.c: Moved to ...
25166         * login/getlogin_r.c: ... here.
25167         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
25168         * login/Makefile (routines): ... here.
25169         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
25170         * login/Versions (libc: GLIBC_2.0): ... here.
25172         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
25173         (setrlimit): Define as weak alias.
25175         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
25176         Call __ names for open, ftruncate, and close.
25177         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
25178         (truncate): Define as weak alias.
25180 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
25182         * math/gen-libm-test.pl (parse_args): Initialize x before each
25183         test of frexp, modf and remquo.
25185         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
25186         test signgam value.
25188 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25190         [BZ #15418]
25191         [BZ #15419]
25192         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
25193         internal tests.
25194         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
25196 2013-05-06  Roland McGrath  <roland@hack.frob.com>
25198         * elf/dl-writev.h: New file.
25199         * elf/dl-misc.c: Include it.
25200         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
25201         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
25203 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
25205         * math/libm-test.inc (noXFails): Remove variable.
25206         (noXPasses): Likewise.
25207         (BUILD_COMPLEX_INT): Remove macro.
25208         (print_screen): Remove xfail argument.
25209         (print_screen_max_error): Likewise.
25210         (update_stats): Likewise.
25211         (print_max_error): Likewise.  Update calls to other affected
25212         functions.
25213         (print_complex_max_error): Likewise.
25214         (test_single_exception): Update calls to print_screen.
25215         (test_single_errno): Likewise.
25216         (check_float_internal): Remove xfail argument.  Update calls to
25217         other affected functions.
25218         (check_float): Likewise.
25219         (check_complex): Likewise.
25220         (check_int): Likewise.
25221         (check_long): Likewise.
25222         (check_bool): Likewise.
25223         (check_longlong): Likewise.
25224         (main): Don't print noXFails and noXPasses.
25225         * math/gen-libm-test.pl (top level): Don't mention expected
25226         failure handling in comment.
25227         (new_test): Don't handle expected failures.
25228         (parse_args): Don't mention expected failure handling in comment.
25229         (generate_testfile): Don't handle expected failures.
25230         (parse_ulps): Likewise.
25231         (print_ulps_file): Likewise.
25232         (get_failure): Remove function.
25233         (output_test): Don't handle expected failures.
25234         * make/README.libm-test: Don't mention expected failure handling.
25236         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
25237         (minus_zero): Likewise.
25238         (plus_infty): Likewise.
25239         (minus_infty): Likewise.
25240         (qnan_value): Likewise.
25241         (max_value): Likewise.
25242         (min_value): Likewise.
25243         (min_subnorm_value): Likewise.
25244         (initialize): Do not initialize those variables dynamically.
25246 2013-05-03  Roland McGrath  <roland@hack.frob.com>
25248         * io/open.c (__open_2): Moved to ...
25249         * io/open_2.c: ... this new file.
25250         * io/open64.c (__open64_2): Moved to ...
25251         * io/open64_2.c: ... this new file.
25252         * io/openat.c (__openat_2): Moved to ...
25253         * io/openat_2.c: ... this new file.
25254         * io/openat64.c (__openat64_2): Moved to ...
25255         * io/openat64_2.c: ... this new file.
25256         * io/Makefile (routines): Add them.
25257         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
25258         * sysdeps/unix/sysv/linux/open_2.c: File removed.
25259         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
25260         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
25261         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
25262         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
25263         (__openat64): Add hidden_ver.
25264         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
25265         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
25267         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
25268         Separately conditionalize setting of GLRO(dl_sysinfo) so
25269         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
25270         as well, but the actual setting is only under [NEED_DL_SYSINFO].
25272 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25274         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
25275         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
25276         definition.
25277         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
25278         * sysdeps/unix/sysv/linux/powerpc/init-first.c
25279         (_libc_vdso_platform_setup): Add __vdso_time initialization.
25280         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
25281         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
25283 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
25285         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
25286         test signgam value.
25288         * math/libm-test.inc (hypot_test): Do not use
25289         IGNORE_ZERO_INF_SIGN.
25291 2013-05-03  Andreas Jaeger  <aj@suse.de>
25293         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
25294         Linux 3.9.
25295         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
25296         (PF_MAX): Adjust for VSOCK change.
25298 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25300         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25302 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
25304         [BZ #15264]
25305         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
25306         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
25307         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
25309 2013-05-02  David S. Miller  <davem@davemloft.net>
25311         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25313 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
25315         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
25317 2013-05-01  Roland McGrath  <roland@hack.frob.com>
25319         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
25321 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
25323         [BZ #14952]
25324         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
25325         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25326         Use __attribute__ ((__gnu_inline__)).
25327         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
25328         Don't use __attribute__ ((__gnu_inline__)).
25330 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
25332         [BZ #15423]
25333         * math/s_catan.c (__catan): Handle small real or imaginary part of
25334         input specially to avoid spurious underflow.
25335         * math/s_catanf.c (__catanf): Likewise.
25336         * math/s_catanh.c (__catanh): Likewise.
25337         * math/s_catanhf.c (__catanhf): Likewise.
25338         * math/s_catanhl.c (__catanhl): Likewise.
25339         * math/s_catanl.c (__catanl): Likewise.
25340         * math/libm-test.inc (catan_test): Add more tests.
25341         (catanh_test): Likewise.
25342         * sysdeps/i386/fpu/libm-test-ulps: Update.
25343         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25345 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25347         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25349 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
25351         [BZ #15416]
25352         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
25353         accurately for denominator in atan2.
25354         * math/s_catanf.c (__catanf): Likewise.
25355         * math/s_catanh.c (__catanh): Likewise.
25356         * math/s_catanhf.c (__catanhf): Likewise.
25357         * math/s_catanhl.c (__catanhl): Likewise.
25358         * math/s_catanl.c (__catanl): Likewise.
25359         * math/libm-test.inc (catan_test): Add more tests.
25360         (catanh_test): Likewise.
25361         * sysdeps/i386/fpu/libm-test-ulps: Update.
25362         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25364 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
25366         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
25368         * benchtests/Makefile (bench): Remove slow benchmarks.
25369         * benchtests/atan-inputs: Add slow benchmark inputs.
25370         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
25371         (BENCH_FUNC): Accept variant offset.
25372         (VARIANT): Define.
25373         * benchtests/bench-skeleton.c (main): Run benchmark for each
25374         variant.
25375         * benchtests/cos-inputs: Add slow benchmark inputs.
25376         * benchtests/exp-inputs: Likewise.
25377         * benchtests/pow-inputs: Likewise.
25378         * benchtests/sin-inputs: Likewise.
25379         * benchtests/slowatan-inputs: Remove.
25380         * benchtests/slowatan.c: Remove.
25381         * benchtests/slowcos-inputs: Remove.
25382         * benchtests/slowcos.c: Remove.
25383         * benchtests/slowexp-inputs: Remove.
25384         * benchtests/slowexp.c: Remove.
25385         * benchtests/slowpow-inputs: Remove.
25386         * benchtests/slowpow.c: Remove.
25387         * benchtests/slowsin-inputs: Remove.
25388         * benchtests/slowsin.c: Remove.
25389         * benchtests/slowtan-inputs: Remove.
25390         * benchtests/slowtan.c: Remove.
25391         * benchtests/tan-inputs: Add slow benchmark inputs.
25392         * scripts/bench.pl: Parse comments and directives.
25394         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
25395         in CPPFLAGS.
25396         ($(objpfx)bench-%.c): Remove *-ITER.
25397         * benchtests/bench-modf.c: Remove definition of ITER.
25398         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
25399         (main): Loop for DURATION seconds instead of fixed number of
25400         iterations.
25401         * scripts/bench.pl: Don't expect iterations in parameters.
25403 2013-04-29  Roland McGrath  <roland@hack.frob.com>
25405         * io/fchdir.c (__fchdir): Renamed from fchdir.
25406         (fchdir): Define as weak alias.
25408 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
25410         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
25411         (ERRNO_EDOM): Likewise.
25412         (ERRNO_ERANGE): Likewise.
25413         (noErrnoTests): New variable.
25414         (init_max_error): Set errno to 0.
25415         (test_single_errno): New function.
25416         (test_errno): Likewise.
25417         (check_float_internal): Call test_errno.  Set errno to 0.
25418         (check_complex): Refer to errno tests in comment.
25419         (check_int): Call test_errno.  Set errno to 0.
25420         (check_long): Likewise.
25421         (check_bool): Likewise.
25422         (check_longlong): Likewise.
25423         (cos_test): Use ERRNO_* flags for errno tests instead of
25424         check_int.
25425         (expm1_test): Likewise.
25426         (fmod_test): Likewise.
25427         (ilogb_test): Likewise.
25428         (lgamma_test): Likewise.
25429         (pow_test): Likewise.
25430         (remainder_test): Likewise.
25431         (sin_test): Likewise.
25432         (tan_test): Likewise.
25433         (yn_test): Likewise.
25434         (initialize): Set errno to 0.
25435         (main): Print number of errno tests.
25436         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
25438 2013-04-29  Andreas Jaeger  <aj@suse.de>
25440         [BZ #15084]
25441         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
25442         and RES_USEVC.
25444         [BZ #15085]
25445         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
25446         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
25447         unimplemented.
25449         [BZ #15380]
25450         * stdlib/random.c (__initstate): Return NULL if
25451         __initstate fails.
25453         [BZ #15086]
25454         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
25455         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
25456         RES_SNGLKUPREOP.
25458 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25460         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25462 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
25464         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
25465         of individual tests.
25466         (casin_test): Likewise.
25467         (casinh_test): Likewise.
25469 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
25471         [BZ #15409]
25472         * math/s_catan.c (__catan): Handle arguments with large real or
25473         imaginary part separately without squaring.
25474         * math/s_catanf.c (__catanf): Likewise.
25475         * math/s_catanh.c (__catanh): Likewise.
25476         * math/s_catanhf.c (__catanhf): Likewise.
25477         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
25478         and redefine.
25479         (__catanhl): Handle arguments with large real or imaginary part
25480         separately without squaring.
25481         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
25482         and redefine.
25483         (__catanl): Handle arguments with large real or imaginary part
25484         separately without squaring.
25485         * math/libm-test.inc (catan_test): Add more tests.
25486         (catanh_test): Likewise.
25487         * sysdeps/i386/fpu/libm-test-ulps: Update.
25488         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25490 2013-04-27  Andreas Jaeger  <aj@suse.de>
25492         [BZ #15007]
25493         * stdlib/stdlib.h: Update guards for qecvt.
25494         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
25495         <stdlib.h>.
25497 2013-04-27  Allan McRae  <allan@archlinux.org>
25499         * sysdeps/i386/fpu/libm-test-ulps: Update.
25501 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
25503         [BZ #15406]
25504         * math/s_catan.c: Include <float.h>.
25505         (__catan): Ensure underflow exception occurs for underflowed
25506         result.
25507         * math/s_catanf.c: Include <float.h>.
25508         (__catanf): Ensure underflow exception occurs for underflowed
25509         result.
25510         * math/s_catanh.c: Include <float.h>.
25511         (__catanh): Ensure underflow exception occurs for underflowed
25512         result.
25513         * math/s_catanhf.c: Include <float.h>.
25514         (__catanhf): Ensure underflow exception occurs for underflowed
25515         result.
25516         * math/s_catanhl.c: Include <float.h>.
25517         (__catanhl): Ensure underflow exception occurs for underflowed
25518         result.
25519         * math/s_catanl.c: Include <float.h>.
25520         (__catanl): Ensure underflow exception occurs for underflowed
25521         result.
25522         * math/libm-test.inc (catan_test): Add more tests.
25523         (catanh_test): Likewise.
25525         [BZ #15405]
25526         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
25527         underflowed result.
25528         * math/s_ccoshf.c (__ccoshf): Likewise.
25529         * math/s_ccoshl.c (__ccoshl): Likewise.
25530         * math/s_csin.c (__csin): Likewise.
25531         * math/s_csinf.c (__csinf): Likewise.
25532         * math/s_csinh.c (__csinh): Likewise.
25533         * math/s_csinhf.c (__csinhf): Likewise.
25534         * math/s_csinhl.c (__csinhl): Likewise.
25535         * math/s_csinl.c (__csinl): Likewise.
25536         * math/libm-test.inc (ccos_test): Add more tests.
25537         (ccosh_test): Likewise.
25538         (csin_test): Likewise.
25539         (csinh_test): Likewise.
25541 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25543         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
25544         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
25545         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
25546         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
25547         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
25548         powerpc/power5+/fpu folders.
25549         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
25552 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
25554         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
25556 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
25558         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
25559         additions to variable.
25560         [$(config-machine) = x86_64] (modules-names): Likewise.
25561         ($(objpfx)tst-audit3): Remove dependency.
25562         ($(objpfx)tst-audit3.out): Likewise.
25563         ($(objpfx)tst-audit4): Likewise.
25564         ($(objpfx)tst-audit4.out): Likewise.
25565         ($(objpfx)tst-audit5): Likewise.
25566         ($(objpfx)tst-audit5.out): Likewise.
25567         ($(objpfx)tst-audit6): Likewise.
25568         ($(objpfx)tst-audit6.out): Likewise.
25569         ($(objpfx)tst-audit7): Likewise.
25570         ($(objpfx)tst-audit7.out): Likewise.
25571         (tst-audit3-ENV): Remove variable.
25572         (tst-audit4-ENV): Likewise.
25573         (tst-audit5-ENV): Likewise.
25574         (tst-audit6-ENV): Likewise.
25575         (tst-audit7-ENV): Likewise.
25576         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
25577         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
25578         addition to variable.
25579         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
25580         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
25581         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
25582         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
25583         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
25584         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
25585         tst-audit3, tst-audit4 and tst-audit5.
25586         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
25587         tst-audit6 and tst-audit7.
25588         [$(subdir) = elf] (modules-names): Add audit modules for those
25589         tests.
25590         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
25591         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
25592         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
25593         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
25594         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
25595         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
25596         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
25597         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
25598         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
25599         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
25600         [$(subdir) = elf] (tst-audit3-ENV): New variable.
25601         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
25602         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
25603         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
25604         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
25605         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
25606         Likewise.
25607         [$(subdir) = elf && $(config-cflags-avx) = yes]
25608         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
25609         [$(subdir) = elf && $(config-cflags-avx) = yes]
25610         (CFLAGS-tst-auditmod4a.c): Likewise.
25611         [$(subdir) = elf && $(config-cflags-avx) = yes]
25612         (CFLAGS-tst-auditmod4b.c): Likewise.
25613         [$(subdir) = elf && $(config-cflags-avx) = yes]
25614         (CFLAGS-tst-auditmod6b.c): Likewise.
25615         [$(subdir) = elf && $(config-cflags-avx) = yes]
25616         (CFLAGS-tst-auditmod6c.c): Likewise.
25617         [$(subdir) = elf && $(config-cflags-avx) = yes]
25618         (CFLAGS-tst-auditmod7b.c): Likewise.
25619         * elf/tst-audit3.c: Move to ...
25620         * sysdeps/x86_64/tst-audit3.c: ... here.
25621         * elf/tst-audit4.c: Move to ...
25622         * sysdeps/x86_64/tst-audit4.c: ... here.
25623         * elf/tst-audit5.c: Move to ...
25624         * sysdeps/x86_64/tst-audit5.c: ... here.
25625         * elf/tst-audit6.c: Move to ...
25626         * sysdeps/x86_64/tst-audit6.c: ... here.
25627         * elf/tst-audit7.c: Move to ...
25628         * sysdeps/x86_64/tst-audit7.c: ... here.
25629         * elf/tst-auditmod3a.c: Move to ...
25630         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
25631         * elf/tst-auditmod3b.c: Move to ...
25632         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
25633         * elf/tst-auditmod4a.c: Move to ...
25634         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
25635         * elf/tst-auditmod4b.c: Move to ...
25636         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
25637         * elf/tst-auditmod5a.c: Move to ...
25638         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
25639         * elf/tst-auditmod5b.c: Move to ...
25640         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
25641         * elf/tst-auditmod6a.c: Move to ...
25642         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
25643         * elf/tst-auditmod6b.c: Move to ...
25644         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
25645         * elf/tst-auditmod6c.c: Move to ...
25646         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
25647         * elf/tst-auditmod7a.c: Move to ...
25648         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
25649         * elf/tst-auditmod7b.c: Move to ...
25650         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
25652 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
25654         [BZ #15366]
25655         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
25656         define unconditionally.
25657         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
25658         define unconditionally.
25659         (INT8_C, INT16_C, etc.): Likewise.
25661 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
25663         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
25664         __ehdr_start with hidden visibility.
25666         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
25668 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
25670         * math/libm-test.inc (cos_test): Use accurate hex constants.
25671         (sincost_test): Likewise.
25673 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
25675         * math/libm-test.inc (catan_test): Add more tests.
25676         (catanh_test): Likewise.
25678         * math/s_catanf.c (__catanf): Use suffixed floating-point
25679         constants.
25680         * math/s_catanhf.c (__catanhf): Likewise.
25681         * math/s_catanhl.c (__catanhl): Likewise.
25682         * math/s_catanl.c (__catanl): Likewise.
25684         [BZ #15394]
25685         * math/s_catan.c (__catan): Calculate imaginary part of result
25686         with log1p not log unless computing log of number close to 0.
25687         * math/s_catanf.c (__catanf): Likewise.
25688         * math/s_catanl.c (__catanl): Likewise.
25689         * math/s_catanh.c (__catanh): Calculate real part of result with
25690         log1p not log unless computing log of number close to 0.
25691         * math/s_catanhf.c (__catanhf): Likewise.
25692         * math/s_catanhl.c (__catanhl): Likewise.
25693         * math/libm-test.inc (catan_test): Add more tests.
25694         (catanh_test): Likewise.
25695         * sysdeps/i386/fpu/libm-test-ulps: Update.
25696         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25698 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
25700         * benchtests/Makefile: Mention files in which fast and slow
25701         paths of math functions are implemented.
25703 2013-04-23  Roland McGrath  <roland@hack.frob.com>
25705         * sysdeps/posix/timespec_get.c: New file.
25707 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25709         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
25710         POWER.
25711         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
25712         for POWER.
25713         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
25714         powerpc/power5/fpu folders.
25715         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
25716         * benchtests/Makefile: Add modf testcase.
25717         * benchtests/bench-modf.c: New file: Benchmark test for mo
25719 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
25721         [BZ #14888]
25722         * time/Makefile (tests): Add tst-strptime-whitespace.
25723         * time/strptime_l.c (get_number): Use ISSPACE.
25724         (__strptime_internal): Likewise.
25725         * time/tst-strptime-whitespace.c: New test case.
25727 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
25729         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
25730         member.
25731         (_nss_files_init): Set it here.
25733 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
25735         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
25736         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
25737         unsigned.
25739 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
25741         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
25743 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
25745         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
25746         size just once.
25748 2013-04-21  David S. Miller  <davem@davemloft.net>
25750         * po/ru.po: Update Russion translation from translation project.
25752 2013-04-17  Adam Conrad  <adconrad@0c3.net>
25754         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
25755         and setfsgid.
25757 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
25759         * configure.in: Remove i386 configure warning. Remove i386 case.
25760         * configure: Regenerate.
25761         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
25762         Add example to error message.
25763         * sysdeps/i386/configure: Regenerate.
25765 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
25767         * benchtests/Makefile (bench): Add cos, tan, slowcos and
25768         slowtan.
25769         * benchtests/cos-inputs: New file.
25770         * benchtests/slowcos-inputs: New file.
25771         * benchtests/slowcos.c: New file.
25772         * benchtests/slowtan-inputs: New file.
25773         * benchtests/slowtan.c: New file.
25774         * benchtests/tan-inputs: New file.
25776 2013-04-16  Roland McGrath  <roland@hack.frob.com>
25778         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
25779         considered kosher.
25781 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
25783         * benchtests/Makefile: Include cppflags-iterator.mk to add
25784         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
25786         * Makefile.in (bench-clean): New target.
25787         * benchtests/Makefile (bench-clean): Likewise.
25789 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
25791         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
25793 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
25795         * stdio-common/tstdiomisc.c: Fix coding-style violation.
25797 2013-04-15  Andreas Schwab  <schwab@suse.de>
25799         * nscd/grpcache.c (cache_addgr): Properly check for short write.
25800         * nscd/initgrcache.c (addinitgroupsX): Likewise.
25801         * nscd/pwdcache.c (cache_addpw): Likewise.
25802         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
25803         more than recsize.
25805 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
25807         * benchtests/Makefile (bench): Write all output to
25808         bench-out.tmp together.
25810 2013-04-15  Andreas Schwab  <schwab@suse.de>
25812         * nscd/nscd.c (main): Don't fork again after closing files.
25814 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
25816         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
25818         * benchtests/Rules (bench-deps): Collect dependencies into a
25819         single variable.  Add Makefile to dependencies.
25820         ($(objpfx)bench-%.c): Depend on bench-deps.
25822 2013-04-12  Roland McGrath  <roland@hack.frob.com>
25823             Xavier Roche  <roche+kml2@exalead.com>
25825         [BZ #15361]
25826         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
25827         just that it's a file descriptor.
25828         * manual/llio.texi (Synchronizing AIO Operations): Update description
25829         for EBADF error from aio_fsync.
25831 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
25833         * Rules (bench): Move target definition...
25834         * benchtests/Makefile: ... here.
25836 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
25838         * math/libm-test.inc (cos_test): Fix PI/2 test.
25839         (sincos_test): Likewise.
25840         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
25841         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
25843 2013-04-11  Andreas Schwab  <schwab@suse.de>
25845         [BZ #13988]
25846         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
25847         accept exponent character only when digits were seen.
25848         * stdio-common/Makefile (tests): Add bug26.
25849         * stdio-common/bug26.c: New file.
25851         [BZ #14293]
25852         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
25853         non-freeable.
25855 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
25857         * Makeconfig (rtld-prefix): Define built linker prefix.
25858         * Rules (run-bench): Use it.
25859         * math/Makefile (run-regen-ulps): Likewise.
25861         * Rules (bench): Remove eval.
25863 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25864             Roland McGrath  <roland@hack.frob.com>
25865             Ondrej Bilka  <neleai@seznam.cz>
25867         [BZ #15346]
25868         * time/getdate.c: Include ctype.h and alloca.h.
25869         (__getdate_r): Trim leading and trailing spaces of input.
25870         * time/tst-getdate.c (tests): Add tests with leading and
25871         trailing spaces.
25873 2013-04-08  Roland McGrath  <roland@hack.frob.com>
25875         [BZ #14280]
25876         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
25877         when computing value.
25879 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
25881         * math/README.libm-test (How can I generate "libm-test-ulps"?):
25882         Use testrun.sh to run libm tests.
25884         [BZ #15309]
25885         * elf/dl-open.c (dl_open_worker): memset all of seen array.
25887 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
25889         [BZ #15264]
25890         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
25892 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
25894         * Makefile.in (regen-ulps): New target.
25895         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
25896         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
25897         [ifneq (no,$(PERL)] (regen-ulps): New target.
25898         [ifeq (no,$(PERL)] (regen-ulps): New target.
25899         * math/libm-test.inc (ulps_file_name): Define.
25900         (output_dir): New variable.
25901         (options): Add "output-dir" option.
25902         (parse_opt): Handle 'o' case.
25903         (main): If output_dir is non-NULL use it as a prefix
25904         otherwise use "".
25905         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
25907 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
25909         [BZ #10060, #10062]
25910         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
25911         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
25912         fail configure if __sync_val_compare_and_swap is not inlined.
25913         * sysdeps/i386/configure: Regenerate.
25914         * configure.in: Build for i686 when configured for i386.
25915         * configure: Regenerate.
25916         * README: Remove i386 reference.
25918 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
25920         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
25921         * sysdeps/s390/s390-64/sysdep.h: Likewise.
25923 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
25925         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
25926         (lmsnanval): New variables.
25927         (F): Add conversion tests.
25928         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
25929         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
25931         * stdio-common/tstdiomisc.c (F): Properly collect individual
25932         tests' results.
25934         [BZ #14686, #15336]
25935         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
25936         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
25937         Instead, use input NaN values or generate a qNaN by arithmetic
25938         operation.  Also fix bugs to comply with the standard.
25939         * math/libm-test.inc (remainder_test): Add more tests.
25941         [BZ #15335, #15342]
25942         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
25943         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
25944         input NaN values or generate a qNaN by arithmetic operation.
25946         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
25947         unreachable code.
25949         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
25950         definitions.
25952 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
25954         [BZ #14478]
25955         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
25956         underflowed result.
25957         * math/s_cexpf.c (__cexpf): Likewise.
25958         * math/s_cexpl.c (__cexpl): Likewise.
25959         * math/libm-test.inc (cexp_test): Add more tests.
25961 2013-04-03  Andreas Schwab  <schwab@suse.de>
25963         [BZ #15330]
25964         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
25965         order arrays from heap if bigger than alloca cutoff.
25967 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
25969         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
25970         (SNAN_TESTS_double): Refer to GCC PR56831.
25971         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
25972         GCC PR56828.
25974 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
25976         * Rules (bench): Move bench.out after the run is complete.
25978         * Rules (bench): Echo currently running benchmark.
25980         * benchtests/Makefile (bench): Add atan and slowatan.
25981         * benchtests/atan-inputs: New file.
25982         * benchtests/slowatan-inputs: New file.
25983         * benchtests/slowatan.c: New file.
25985         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
25986         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
25987         its value.
25989         [BZ #15305]
25990         * sysdeps/unix/sysv/linux/kernel-features.h
25991         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
25992         __ASSUME_XFS_RESTRICTED_CHOWN.
25993         * sysdeps/unix/sysv/linux/pathconf.c
25994         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
25995         Save and restore errno.
25997 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
25999         [BZ #15327]
26000         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
26001         arguments using __kernel_casinh.
26002         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
26003         arguments using __kernel_casinhf.
26004         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
26005         arguments using __kernel_casinhl.
26006         * math/libm-test.inc (cacosh_test): Add more tests.
26007         * sysdeps/i386/fpu/libm-test-ulps: Update.
26008         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26010 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26012         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
26013         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
26015         * bench/Makefile (bench): Add sin and slowsin.
26016         * benchtests/sin-inputs: New file.
26017         * benchtests/slowsin-inputs: New file.
26018         * benchtests/slowsin.c: New file.
26020         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
26021         (bench): Add slowexp and slowpow.
26022         (exp-ITER): Increase iterations.
26023         (pow-ITER): Likewise.
26024         * benchtests/exp-inputs: Change input.
26025         * benchtests/pow-inputs: Likewise.
26026         * benchtests/slowexp-inputs: New file.
26027         * benchtests/slowexp.c: New file.
26028         * benchtests/slowpow-inputs: New file.
26029         * benchtests/slowpow.c: New file.
26031 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26033         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
26034         instructions.
26035         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
26036         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
26037         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
26038         * benchtests/Makefile: Add rint benchtest.
26039         * benchtests/rint-inputs: Input for rint benchtest.
26041 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
26043         * Versions.def (libm): Add GLIBC_2.18.
26044         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
26045         hidden libm prototypes.
26046         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
26047         * math/Makefile (libm-calls): Add s_issignaling.
26048         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
26049         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
26050         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
26051         declaration.
26052         * math/math.h [__USE_GNU] (issignaling): New macro.
26053         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
26054         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
26055         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
26056         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
26057         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
26058         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
26059         * manual/arith.texi (issignaling): New section.
26060         * manual/libm-err-tab.pl (@all_functions): Update comment.
26061         * math/gen-libm-test.pl (parse_args): Apply special handling for
26062         issignaling.
26063         * math/libm-test.inc (print_float, issignaling_test): New
26064         functions.
26065         (check_float_internal): Add issignaling checks.
26066         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
26067         default definition.
26068         * sysdeps/powerpc/math-tests.h: New file.
26069         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
26070         tests.
26071         * math/test-snan.c (TEST_FUNC): Likewise.
26073 2013-03-30  David S. Miller  <davem@davemloft.net>
26075         * po/de.po: Update from translation team.
26077 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
26079         [BZ #10357]
26080         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26081         imaginary part less than 1.0 and real part less than 0.5
26082         specially.
26083         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26084         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26085         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
26086         (cacos_test): Add more tests.
26087         (casin_test): Likewise.
26088         (casinh_test): Likewise.
26089         * sysdeps/i386/fpu/libm-test-ulps: Update.
26090         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26092 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26094         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
26095         ONE with its value.
26097         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
26098         (__pow_mp): Replace ONE and MONE with their values.
26099         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26100         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
26101         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26102         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
26103         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26104         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26106         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
26108         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
26109         (__pow_mp): Replace ZERO and MZERO with their values.
26110         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26111         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26112         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26113         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
26114         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26115         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
26116         (__sqr): Likewise.
26118         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
26120         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
26122 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26124         * include/stdlib.h [!SHARED] (__call_tls_dtors):
26125         Declare with __attribute__ ((weak)).
26126         * stdlib/exit.c (__libc_atexit) [!SHARED]:
26127         Call __call_tls_dtors only if it's not NULL.
26129 2013-03-28  Roland McGrath  <roland@hack.frob.com>
26131         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
26132         didn't do it already, then set _dl_phdr and _dl_phnum based on the
26133         magic __ehdr_start linker symbol if it's defined.
26134         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
26135         them up here if it was already done.
26137         * elf/dl-support.c (_dl_phdr): Make pointer to const.
26138         (_dl_aux_init): Use const in cast when setting it.
26139         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
26140         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
26141         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
26143         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
26144         Declare them here.
26145         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
26146         * csu/libc-tls.c: Nor here.
26147         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
26149         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
26150         (__libc_message): Never call vsyslog.
26152 2013-03-28  Alan Modra  <amodra@gmail.com>
26154         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
26155         Define as empty.
26156         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
26157         Likewise.
26159 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26161         [BZ #15214]
26162         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
26163         underflow.
26164         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26166 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26168         [BZ #15304]
26169         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
26170         Don't add gid passed as argument.
26172         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
26174 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
26176         [BZ #15307]
26177         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26178         imaginary part between 1.0 and 1.5 and real part less than 0.5
26179         specially.
26180         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26181         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26182         * math/libm-test.inc (cacos_test): Add more tests.
26183         (casin_test): Likewise.
26184         (casinh_test): Likewise.
26185         * sysdeps/i386/fpu/libm-test-ulps: Update.
26186         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26188 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26190         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
26191         constants.
26192         (norm): Likewise.
26193         (denorm): Likewise.
26194         (__dbl_mp): Likewise.
26195         (add_magnitudes): Likewise.
26196         (sub_magnitudes): Likewise.
26197         (__add): Likewise.
26198         (__sub): Likewise.
26199         (__mul): Likewise.
26200         (__sqr): Likewise.
26201         (__inv): Likewise.
26202         (__dvd): Likewise.
26204         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
26205         commented code.
26206         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
26207         (__dubcos): Likewise.
26208         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
26209         (__ieee754_acos): Likewise.
26210         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
26211         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
26212         (__exp1): Likewise.
26213         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
26214         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
26215         (log1): Likewise.
26216         (my_log2): Likewise.
26217         (checkint): Likewise.
26218         * sysdeps/ieee754/dbl-64/e_remainder.c
26219         (__ieee754_remainder): Likewise.
26220         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
26221         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
26222         (bsloww): Likewise.
26223         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26225         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
26226         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
26227         MANTISSA_STORE_T to store computations on mantissa.  Use
26228         macros for rounding and division.
26229         (denorm): Likewise.
26230         (__dbl_mp): Likewise.
26231         (add_magnitudes): Likewise.
26232         (sub_magnitudes): Likewise.
26233         (__mul): Likewise.
26234         (__sqr): Likewise.
26235         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
26236         powers of two in terms of TWOPOW macro.
26237         (mp_no): Make type of mantissa as MANTISSA_T.
26238         [!RADIXI]: Define RADIXI.
26239         [!TWO52]: Define TWO52.
26240         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
26242 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26244         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
26245         llroundl symbol when building for PPC32.
26247 2013-03-24  Mark H Weaver  <mhw@netris.org>
26249         * manual/arith.texi (Normalization Functions): Fix prototypes for
26250         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
26252 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26254         [BZ #13889]
26255         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
26256         high value to check if expl overflow.
26257         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
26258         to check for underflow and overflow.
26259         * math/libm-test.inc: Add exp test.
26261 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
26263         [BZ #11120]
26264         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
26265         with NOT_IN_libc.
26267 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26269         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
26270         symbol.
26272 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
26274         * math/gen-libm-test.pl (parse_args, special_functions): Properly
26275         wrap blocks consisting of several statements.
26277         * sysdeps/generic/math-tests.h: New file.
26278         * sysdeps/i386/fpu/math-tests.h: Likewise.
26279         * math/test-snan.c: Include it.
26280         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
26282 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
26284         [BZ #15285]
26285         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
26286         (__ieee754_j0l): Do not improve calculations using cos of twice
26287         input for inputs above LDBL_MAX / 2.0L.
26288         (__ieee754_y0l): Likewise.
26289         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
26290         (__ieee754_j1l): Do not improve calculations using cos of twice
26291         input for inputs above LDBL_MAX / 2.0L.
26292         (__ieee754_y1l): Likewise.
26293         * math/libm-test.inc (j0_test): Add another test.
26294         (j1_test): Likewise.
26295         (y0_test): Likewise.
26296         (y1_test): Likewise.
26297         * sysdeps/i386/fpu/libm-test-ulps: Update.
26299 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26301         * Rules ($(objpfx)bench-%.c): Include code from a C source
26302         file.
26304 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
26306         [BZ #15287]
26307         * math/k_casinh.c (__kernel_casinh): Handle arguments with
26308         imaginary part 1.0 and real part less than 0.5 specially.
26309         * math/k_casinhf.c (__kernel_casinhf): Likewise.
26310         * math/k_casinhl.c (__kernel_casinhl): Likewise.
26311         * math/libm-test.inc (cacos_test): Add more tests.
26312         (casin_test): Likewise.
26313         (casinh_test): Likewise.
26314         * sysdeps/i386/fpu/libm-test-ulps: Update.
26315         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26317 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26319         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
26320         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
26322 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
26324         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
26325         * config.make.in (config-cflags-sse4): Remove variable.
26326         (config-cflags-avx): Likewise.
26327         (config-cflags-sse2avx): Likewise.
26328         (config-cflags-novzeroupper): Likewise.
26329         (config-asflags-i686): Likewise.
26330         (have-mfma4): Likewise.
26331         (have-as-vis3): Likewise.
26332         (MIG): Likewise.
26333         * configure.in (MIG): Do not AC_SUBST.
26334         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
26335         (libc_cv_cc_sse4): Do not AC_SUBST.
26336         (libc_cv_cc_avx): Likewise.
26337         (libc_cv_cc_sse2avx): Likewise.
26338         (libc_cv_cc_novzeroupper): Likewise.
26339         (libc_cv_cc_fma4): Likewise.
26340         (libc_cv_as_i686): Likewise.
26341         (libc_cv_sparc_as_vis3): Likewise.
26342         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
26343         LIBC_CONFIG_VAR.
26344         (config-asflags-i686): Likewise.
26345         (config-cflags-avx): Likewise.
26346         (config-cflags-sse2avx): Likewise.
26347         (have-mfma4): Likewise.
26348         (config-cflags-novzeroupper): Likewise.
26349         * sysdeps/mach/configure.in (MIG): Likewise.
26350         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
26351         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
26352         LIBC_CONFIG_VAR.
26353         (config-cflags-avx): Likewise.
26354         (config-cflags-sse2avx): Likewise.
26355         (have-mfma4): Likewise.
26356         (config-cflags-novzeroupper): Likewise.
26357         * configure: Regenerated.
26358         * sysdeps/i386/configure: Likewise.
26359         * sysdeps/mach/configure: Likewise.
26360         * sysdeps/sparc/configure: Likewise.
26361         * sysdeps/x86_64/configure: Likewise.
26363 2013-03-20  Roland McGrath  <roland@hack.frob.com>
26365         [BZ #14812]
26366         * locale/programs/localedef.c (options): Put N_ translation marker
26367         on argument names, not just descriptions.
26369 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26371         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
26373 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
26375         [BZ #14176]
26376         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
26378 2013-03-19  Roland McGrath  <roland@hack.frob.com>
26380         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
26381         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
26382         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
26383         [!BEFORE_ABORT] (before_abort): New function.
26384         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
26385         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
26386         (writev_for_fatal): New function.
26387         (WRITEV_FOR_FATAL): New macro; call that.
26388         (backtrace_and_maps): New function.
26389         (BEFORE_ABORT): New macro; call that.
26390         (struct str_list): Type removed.
26391         (__libc_message, __libc_fatal): Functions removed.
26392         Include <sysdeps/posix/libc_fatal.c> instead.
26394 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
26396         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
26397         constants.
26398         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
26399         double constants.
26401 2013-03-19  Andreas Schwab  <schwab@suse.de>
26403         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
26404         * sysdeps/gnu/configure: Regenerate.
26406         * configure.in: Substitute libc_cv_rtlddir.
26407         * configure: Regenerate.
26408         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
26409         * Makeconfig (rtlddir, inst_rtlddir): New variables.
26410         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
26411         * elf/Makefile (install-others, CFLAGS-interp.c)
26412         (ldso_install, common-ldd-rewrite): Likewise.
26413         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
26414         $(inst_slibdir)/$(rtld-installed-name).
26415         * scripts/rellns-sh: Add -p option.
26416         * Makerules (make-shlib-link): Use rellns-sh to get relative name
26417         for source.
26419 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
26421         * manual/nptl.texi: Renamed to ...
26422         * manual/threads.texi: ... this.
26423         * manual/Makefile (chapters): Update.
26425 2013-03-18  Roland McGrath  <roland@hack.frob.com>
26427         [BZ #14812]
26428         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
26429         on argument names, not just descriptions.
26430         * malloc/memusagestat.c (options): Likewise.
26431         * nss/getent.c (options): Likewise.
26433 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
26435         [BZ #14812]
26436         * iconv/iconv_prog.c (options): Put N_ translation marker
26437         on argument names, not just descriptions.
26438         * iconv/iconvconfig.c (options): Likewise.
26440 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
26442         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
26443         implementation which is faster on all x86_64 architectures.
26444         Tested on AMD, Intel Nehalem, SNB, IVB.
26445         * sysdeps/x86_64/strnlen.S: Likewise.
26447         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
26448         Remove all multiarch strlen and strnlen versions.
26449         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
26450         Remove strlen and strnlen related parts.
26452         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
26453         Inline strlen part.
26454         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
26456         * sysdeps/x86_64/multiarch/strlen.S: Remove.
26457         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
26458         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
26459         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
26460         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
26461         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
26463 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
26465         * manual/memory.texi (Malloc Tunable Parameters):
26466         Sort parameters alphabetically. Add comments for missing entries.
26468 2013-03-17  David S. Miller  <davem@davemloft.net>
26470         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26472 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
26474         [BZ #15283]
26475         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
26476         for arguments at most half maximum finite value.
26477         * math/libm-test.inc (j0_test): Add more tests.
26478         (j1_test): Likewise.
26479         (y0_test): Likewise.
26480         (y1_test): Likewise.
26481         * sysdeps/i386/fpu/libm-test-ulps: Update.
26482         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26484         [BZ #14155]
26485         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
26486         1 / x and functions P and Q for arguments above 0x1p256L.
26487         (__ieee754_y0l): Likewise.
26488         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
26489         (__ieee754_y1l): Likewise.
26490         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
26491         (j1_test): Likewise.
26492         (y0_test): Likewise.
26493         (y1_test): Likewise.
26495 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
26497         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
26498         variable.
26500 2013-03-15  Roland McGrath  <roland@hack.frob.com>
26502         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
26503         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
26504         zero since it's initialized to EXEC_PAGESIZE.
26506         * sysdeps/unix/sysv/linux/ldsodefs.h
26507         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
26508         * sysdeps/generic/ldsodefs.h: ... here.
26510 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
26512         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
26514         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
26515         math/test-snan.c.
26516         * math/test-snan.c: Renamed from
26517         sysdeps/powerpc/fpu/test-powerpc-snan.c.
26518         * math/Makefile (tests): Add test-snan.
26519         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
26520         test-powerpc-snan.
26522         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
26523         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
26524         functions.
26525         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
26526         __builtin_nan family of functions.
26527         * math/libm-test.inc (initialize): Initialize qnan_value with
26528         __builtin_nan family of functions.
26529         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
26530         Remove variables.
26531         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
26532         Remove functions.
26533         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
26534         storage class.  Initialize qNaN_var and sNaN_var with
26535         __builtin_nan and __builtin_nans families of functions,
26536         respectively.
26538         * math/libm-test.inc (acosh_test): Also test with qNaN input.
26539         (sqrt_test): Remove duplicate test with qNaN input.
26540         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
26541         (round_test, signbit_test, significand_test): Note missing +/-Inf
26542         as well as qNaN tests.
26544         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
26545         qNaN_var.  Fix a few strings, too.
26546         * math/libm-test.inc (nan_value): Rename to qnan_value.
26547         * math/gen-libm-test.pl (%beautify): Adjust to that.
26548         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
26549         * math/test-misc.c (main): Likewise.
26550         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
26551         to __qnan_bytes, and __qnan_union, respectively.
26552         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
26553         Likewise.
26554         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
26555         and lqnanval, respectively.
26556         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
26557         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
26558         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
26559         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
26561         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
26562         * math/test-misc.c (main) [__x86_64__]: Enable test for long
26563         doubles.
26565         * math/test-misc.c (main): Fix copy'n'pastos.
26566         * misc/tst-efgcvt.c (special): Likewise.
26568         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
26569         Remove declarations.
26571 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26573         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
26574         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
26575         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
26576         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
26578 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26580         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
26581         macro to return vdso values correctly in IFUNC implementations.
26582         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
26583         Optimization by using IFUNC.
26585 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26586             Richard Henderson  <rth@redhat.com>
26587             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
26589         * Makefile.in (bench): New target.
26590         * NEWS: Mention the benchmark framework.
26591         * Rules (bench): Likewise.
26592         (binaries-bench): Generate binaries for functions to
26593         benchmark.
26594         * benchtests/Makefile: New makefile for benchmark tests.
26595         * benchtests/bench-skeleton.c: New skeleton file for benchmark
26596         programs.
26597         * benchtests/exp-inputs: New input file for EXP function.
26598         * benchtests/pow-inputs: New input file for POW function.
26599         * scripts/bench.pl: New script to generate source files for
26600         benchmark programs.
26602 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26604         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
26605         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
26606         computations on mantissa.  Use macros for rounding and
26607         division.
26608         (denorm): Likewise.
26609         (__dbl_mp): Likewise.
26610         (add_magnitudes): Likewise.
26611         (sub_magnitudes): Likewise.
26612         (__mul): Likewise.
26613         (__sqr): Likewise.
26614         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
26615         powers of two in terms of TWOPOW macro.
26616         (mp_no): Make type of mantissa as MANTISSA_T.
26617         [!RADIXI]: Define RADIXI.
26618         [!TWO52]: Define TWO52.
26619         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
26621         * manual/nptl.texi (cindex): Modify threads to pthreads.
26623 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
26625         * sysdeps/x86_64/preconfigure: Regenerated.
26627 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
26629         [BZ #14155]
26630         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
26631         0x1p28 and above.
26632         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
26633         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
26634         0x1p28 and above.
26635         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
26636         * math/libm-test.inc (j0_test): Do not allow one spurious
26637         underflow exception.
26638         (y1_test): Likewise.
26640 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
26642         * manual/Makefile (chapters): Add nptl.
26643         * manual/debug.texi (Debugging Support): Add link to Threads
26644         chapter.
26645         * manual/nptl.texi: New file.
26647         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
26649 2013-03-14  Petr Baudis  <pasky@ucw.cz>
26651         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
26652         for non-NULL pointer before the memory validity test. Pointed
26653         out by Holger Brunck <holger.brunck@keymile.com>.
26655 2013-03-13  Andreas Schwab  <schwab@suse.de>
26657         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
26658         instead of .os.
26660 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
26662         * timezone/zic.c: Update from tzcode 2013b.
26664 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
26666         * manual/install.texi (Configuring and compiling):
26667         Mention i686 and i586.
26668         * INSTALL: Regenerate.
26670 2013-03-12  Roland McGrath  <roland@hack.frob.com>
26672         * sysdeps/init_array/elf-init.c: New file.
26673         * csu/elf-init.c
26674         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
26675         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
26677         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
26678         __gmon_start__ as global, but as static with a .preinit_array pointer.
26679         * sysdeps/init_array/gmon-start.c: New file.  Use that.
26680         * sysdeps/init_array/crti.S: New file, empty except for comments.
26681         * sysdeps/init_array/crtn.S: Likewise.
26683 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
26685         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
26686         definining bcopy.
26687         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26688         Remove Prefer_SSE_for_memop.
26689         * sysdeps/x86_64/multiarch/init-arch.h: Remove
26690         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
26691         HAS_PREFER_SSE_FOR_MEMOP.
26692         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
26693         memset-x86-64.
26694         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
26695         Remove bzero, memset ifunc support.
26696         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
26697         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
26698         * sysdeps/x86_64/multiarch/memset.S: Likewise.
26699         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
26701 2013-03-11  Andreas Schwab  <schwab@suse.de>
26703         [BZ #15234]
26704         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
26705         by SHLIB_COMPAT.
26706         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
26707         (GLIBC_2.16): Remove pthread_atfork.
26709 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
26711         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
26712         (ptestcases.h): Likewise.
26714 2013-03-08  Roland McGrath  <roland@hack.frob.com>
26716         * Makeconfig ($(common-objpfx)config.status): Depend on
26717         sysdeps/*/preconfigure{,.in} too.
26719 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
26721         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
26722         (__free_hook): Use void * instead of __malloc_ptr_t.
26723         (__malloc_hook): Likewise.
26724         (__realloc_hook): Likewise.
26725         (__memalign_hook): Likewise.
26726         (__after_morecore_hook): Likewise.
26727         * malloc/arena.c (save_malloc_hook): Likewise.
26728         (save_free_hook): Likewise.
26729         * malloc/hooks.c (malloc_hook_ini): Likewise.
26730         (realloc_hook_ini): Likewise.
26731         (memalign_hook_ini): Likewise.
26732         * malloc/malloc.c (malloc_hook_ini): Likewise.
26733         (realloc_hook_ini): Likewise.
26734         (memalign_hook_ini): Likewise.
26735         (__free_hook): Likewise.
26736         (__malloc_hook): Likewise.
26737         (__realloc_hook): Likewise.
26738         (__memalign_hook): Likewise.
26739         (__libc_malloc): Likewise.
26740         (__libc_free): Likewise.
26741         (__libc_realloc): Likewise.
26742         (__libc_memalign): Likewise.
26743         (__libc_valloc): Likewise.
26744         (__libc_pvalloc): Likewise.
26745         (__libc_calloc): Likewise.
26746         (__posix_memalign): Likewise.
26747         * malloc/morecore.c (__sbrk): Likewise.
26748         (__default_morecore): Likewise.
26750         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
26752         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
26753         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
26754         __malloc_ptrdiff_t.
26756         * malloc/malloc.h (__malloc_size_t): Remove macro.
26757         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
26758         __malloc_size_t.
26759         (old_memalign_hook): Likewise.
26760         (old_realloc_hook): Likewise.
26761         (struct hdr): Likewise.
26762         (flood): Likewise.
26763         (mallochook): Likewise.
26764         (memalignhook): Likewise.
26765         (reallochook): Likewise.
26766         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
26767         (tr_old_realloc_hook): Likewise.
26768         (tr_old_memalign_hook): Likewise.
26769         (tr_mallochook): Likewise.
26770         (tr_reallochook): Likewise.
26771         (tr_memalignhook): Likewise.
26773 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26775         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
26776         default_ldbl_pack and using as default implementation.
26777         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
26778         implementation.
26779         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
26780         redundant definition.
26781         (ldbl_insert_mantissa): Likewise.
26782         (ldbl_canonicalize): Likewise.
26783         (ldbl_nearbyint): Likewise.
26784         (ldbl_pack): Rename to ldbl_pack_ppc.
26785         (ldbl_unpack): Rename to ldbl_unpack_ppc.
26786         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
26787         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
26789 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
26791         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
26792         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
26793         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
26794         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
26795         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
26796         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
26797         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
26798         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
26800 2013-03-07  Andreas Jaeger  <aj@suse.de>
26802         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
26803         bits/mman-linux.h.
26805 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
26807         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
26808         Include mpa.h and declare __MPEXP.
26809         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
26810         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
26811         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
26812         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
26813         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
26814         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
26815         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
26817         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
26818         (__slowpow): Use long double EXPL and LOGL functions to
26819         compute POW.
26820         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
26821         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
26822         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
26823         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
26824         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
26825         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
26827         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
26828         intermediate variable to calculate exponent.
26829         (__sqr): Likewise.
26830         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
26831         Likewise.
26832         (__sqr): Likewise.
26834         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
26835         [!NO__SQR]: Define __sqr.
26836         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
26837         and NO__SQR.  Remove all code except __mul and __sqr.  Include
26838         sysdeps/ieee754/dbl-64/mpa.c.
26839         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26841         [BZ #12723]
26842         * posix/Makefile (tests): Add tst-pathconf.
26843         * posix/tst-pathconf.c: New test case.
26844         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
26845         _PC_PIPE_BUF.
26846         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
26848 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
26850         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
26852 2013-03-06  Andreas Jaeger  <aj@suse.de>
26854         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
26855         definition via __MAP_ANONYMOUS.
26857         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
26858         it's not part of Linux headers.
26860         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
26861         (MAP_HUGE_MASK): Define.
26863         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
26864         Define.
26865         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
26866         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
26867         Define.
26868         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
26869         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
26870         Define.
26871         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
26872         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
26873         Define.
26874         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
26876         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
26877         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
26878         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
26879         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
26880         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
26881         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
26883         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
26884         Handle f2fs.
26886         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
26887         Handle f2fs and efivarfs.
26889         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
26890         f2fs.
26892         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
26893         (EFIVARFS_MAGIC): Add.
26894         (F2FS_LINK_MAX): Add.
26896 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
26898         * stdio-common/vfprintf.c: Replace __builtin_expect with
26899         __glibc_unlikely.
26901 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
26903         [BZ #13550]
26904         * sysdeps/generic/bp-sym.h: Remove file.
26905         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
26906         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
26907         <bp-sym.h> and <bp-asm.h>.
26908         (__longjmp): Don't use BP_SYM.
26909         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
26910         and <bp-asm.h>.
26911         (memcpy): Don't use BP_SYM.
26912         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
26913         <bp-sym.h> and <bp-asm.h>.
26914         (memcpy): Don't use BP_SYM.
26915         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
26916         <bp-asm.h>.
26917         (memcpy): Don't use BP_SYM.
26918         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
26919         <bp-asm.h>.
26920         (memset): Don't use BP_SYM.
26921         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
26922         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
26923         (__bzero): Don't use BP_SYM.
26924         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
26925         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
26926         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
26927         <bp-sym.h> and <bp-asm.h>.
26928         (memcmp): Don't use BP_SYM.  Remove comment about bounded
26929         pointers.
26930         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
26931         <bp-sym.h> and <bp-asm.h>.
26932         (memcpy): Don't use BP_SYM.
26933         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
26934         <bp-sym.h> and <bp-asm.h>.
26935         (memset): Don't use BP_SYM.
26936         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
26937         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
26938         (__bzero): Don't use BP_SYM.
26939         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
26940         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
26941         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
26942         <bp-sym.h> and <bp-asm.h>.
26943         (strncmp): Don't use BP_SYM.  Remove comment about bounded
26944         pointers.
26945         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
26946         <bp-sym.h> and <bp-asm.h>.
26947         (memcpy): Don't use BP_SYM.
26948         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
26949         <bp-sym.h> and <bp-asm.h>.
26950         (memset): Don't use BP_SYM.
26951         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
26952         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
26953         (__bzero): Don't use BP_SYM.
26954         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
26955         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
26956         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
26957         <bp-sym.h> and <bp-asm.h>.
26958         (__memchr): Don't use BP_SYM.
26959         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
26960         <bp-sym.h> and <bp-asm.h>.
26961         (memcmp): Don't use BP_SYM.  Remove comment about bounded
26962         pointers.
26963         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
26964         <bp-sym.h> and <bp-asm.h>.
26965         (memcpy): Don't use BP_SYM.
26966         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
26967         <bp-sym.h> and <bp-asm.h>.
26968         (__mempcpy): Don't use BP_SYM.
26969         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
26970         <bp-sym.h> and <bp-asm.h>.
26971         (__memrchr): Don't use BP_SYM.
26972         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
26973         <bp-sym.h> and <bp-asm.h>.
26974         (memset): Don't use BP_SYM.
26975         (__bzero): Likewise.
26976         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
26977         <bp-sym.h> and <bp-asm.h>.
26978         (__rawmemchr): Don't use BP_SYM.
26979         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
26980         <bp-sym.h> and <bp-asm.h>.
26981         (__STRCMP): Don't use BP_SYM.
26982         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
26983         <bp-sym.h> and <bp-asm.h>.
26984         (strchr): Don't use BP_SYM.
26985         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
26986         <bp-sym.h> and <bp-asm.h>.
26987         (__strchrnul): Don't use BP_SYM.
26988         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
26989         <bp-sym.h> and <bp-asm.h>.
26990         (strlen): Don't use BP_SYM.
26991         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
26992         <bp-sym.h> and <bp-asm.h>.
26993         (strncmp): Don't use BP_SYM.  Remove comment about bounded
26994         pointers.
26995         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
26996         <bp-sym.h> and <bp-asm.h>.
26997         (__strnlen): Don't use BP_SYM.
26998         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
26999         <bp-sym.h> and <bp-asm.h>.
27000         (__GI__setjmp): Don't use BP_SYM.
27001         (_setjmp): Likewise.
27002         (__sigsetjmp): Likewise.
27003         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
27004         (L(start_addresses)): Don't use BP_SYM.
27005         (_start): Likewise.
27006         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
27007         <bp-asm.h>.
27008         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
27009         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
27010         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27011         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27012         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
27013         <bp-asm.h>.
27014         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
27015         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
27016         about bounded pointers.
27017         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27018         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27019         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
27020         <bp-asm.h>.
27021         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27022         about bounded pointers.  Remove GKM FIXME comments.
27023         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27024         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
27025         <bp-asm.h>.
27026         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
27027         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
27028         Remove GKM FIXME comments.
27029         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27030         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27031         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
27032         <bp-asm.h>.
27033         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
27034         about bounded pointers.  Remove GKM FIXME comment.
27035         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
27036         and <bp-asm.h>.
27037         (strncmp): Don't use BP_SYM.  Remove comment about bounded
27038         pointers.
27039         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
27040         <bp-sym.h> and <bp-asm.h>.
27041         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27042         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
27043         <bp-sym.h> and <bp-asm.h>.
27044         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27045         comment.
27047 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
27049         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
27050         call free(NULL).
27052 2013-03-05  David S. Miller  <davem@davemloft.net>
27054         * po/es.po: Update from translation team.
27056 2013-03-05  Andreas Jaeger  <aj@suse.de>
27058         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
27059         <bits/mman-linux.h>.
27060         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27061         is fine.
27062         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
27063         <bits/mman-linux.h> to end of file.
27064         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27065         is fine.
27066         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
27067         <bits/mman-linux.h> to end of file.
27068         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
27069         is fine.
27070         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
27071         <bits/mman-linux.h> to end of file.
27073         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
27074         (MCL_CURRENT, MCL_FUTURE): Define here.
27076 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27078         [BZ #15232]
27079         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
27080         attribute_hidden.
27081         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
27083 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27085         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
27086         fourth parameter needed for rt_sigprocmask syscall.
27087         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
27088         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27089         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
27090         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27091         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27092         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
27094 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
27096         [BZ #13550]
27097         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
27098         comment about bounded pointers.
27099         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
27100         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
27102 2013-03-04  Andreas Jaeger  <aj@suse.de>
27104         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
27105         common definitions.
27107         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
27108         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
27109         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
27110         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
27111         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
27112         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
27114 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27116         [BZ #15055]
27117         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
27118         __ieee754_sqrl instead of __sqrl.
27120 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
27122         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
27123         * sysdeps/powerpc/fpu_control.h: ... here.
27124         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
27125         * sysdeps/powerpc/bits/fenvinline.h: ... here.
27126         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
27127         * sysdeps/powerpc/bits/mathinline.h: ... here.
27129 2013-03-01  Roland McGrath  <roland@hack.frob.com>
27131         * elf/dl-hwcaps.c (_dl_important_hwcaps):
27132         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
27133         to just [NEED_DL_SYSINFO_DSO].
27134         * elf/dl-support.c: Likewise.
27135         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
27136         * elf/rtld.c (dl_main): Likewise.
27137         * elf/setup-vdso.h (setup_vdso): Likewise.
27138         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
27139         * sysdeps/unix/sysv/linux/dl-sysdep.c
27140         (_dl_discover_osversion): Likewise.
27142 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
27144         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
27145         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27147 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
27149         * NEWS: Mention libm performance improvements and non-x86 PI
27150         futex support.
27152         * csu/libc-start.c (__pthread_initialize_minimal): Change
27153         function arguments.
27154         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
27156 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
27158         [BZ #13550]
27159         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
27160         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
27161         <bp-sym.h> and <bp-asm.h>.
27162         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27163         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
27164         and <bp-asm.h>.
27165         (memcpy): Don't use BP_SYM.
27166         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
27167         <bp-asm.h>.
27168         (__mpn_add_n): Don't use BP_SYM.
27169         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
27170         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
27171         and <bp-asm.h>.
27172         (__mpn_addmul_1): Don't use BP_SYM.
27173         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27174         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
27175         <bp-sym.h>.
27176         (_setjmp): Don't use BP_SYM.
27177         (__novmx_setjmp): Likewise.
27178         (__GI__setjmp): Likewise.
27179         (__vmx_setjmp): Likewise.
27180         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
27181         <bp-sym.h>.
27182         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
27183         (__bzero): Don't use BP_SYM.
27184         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
27185         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
27186         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
27187         <bp-sym.h> and <bp-asm.h>.
27188         (memcpy): Don't use BP_SYM.
27189         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
27190         <bp-sym.h> and <bp-asm.h>.
27191         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27192         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
27193         <bp-sym.h> and <bp-asm.h>.
27194         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
27195         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
27196         <bp-asm.h>.
27197         (__mpn_lshift): Don't use BP_SYM.
27198         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27199         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
27200         <bp-asm.h>.
27201         (memset): Don't use BP_SYM.
27202         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
27203         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
27204         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
27205         <bp-asm.h>.
27206         (__mpn_mul_1): Don't use BP_SYM.
27207         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27208         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
27209         <bp-sym.h> and <bp-asm.h>.
27210         (memcmp): Don't use BP_SYM.
27211         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
27212         <bp-sym.h> and <bp-asm.h>.
27213         (memcpy): Don't use BP_SYM.
27214         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
27215         <bp-sym.h> and <bp-asm.h>.
27216         (memset): Don't use BP_SYM.
27217         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
27218         <bp-sym.h> and <bp-asm.h>.
27219         (strncmp): Don't use BP_SYM.
27220         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
27221         <bp-sym.h> and <bp-asm.h>.
27222         (memcpy): Don't use BP_SYM.
27223         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
27224         <bp-sym.h> and <bp-asm.h>.
27225         (memset): Don't use BP_SYM.
27226         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
27227         <bp-sym.h> and <bp-asm.h>.
27228         (__memchr): Don't use BP_SYM.
27229         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
27230         <bp-sym.h> and <bp-asm.h>.
27231         (memcmp): Don't use BP_SYM.
27232         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
27233         <bp-sym.h> and <bp-asm.h>.
27234         (memcpy): Don't use BP_SYM.
27235         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
27236         <bp-sym.h> and <bp-asm.h>.
27237         (__mempcpy): Don't use BP_SYM.
27238         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
27239         <bp-sym.h> and <bp-asm.h>.
27240         (__memrchr): Don't use BP_SYM.
27241         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
27242         <bp-sym.h> and <bp-asm.h>.
27243         (memset): Don't use BP_SYM.
27244         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
27245         <bp-sym.h> and <bp-asm.h>.
27246         (__rawmemchr): Don't use BP_SYM.
27247         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
27248         <bp-sym.h> and <bp-asm.h>.
27249         (__STRCMP): Don't use BP_SYM.
27250         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
27251         <bp-sym.h> and <bp-asm.h>.
27252         (strchr): Don't use BP_SYM.
27253         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
27254         <bp-sym.h> and <bp-asm.h>.
27255         (__strchrnul): Don't use BP_SYM.
27256         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
27257         <bp-sym.h> and <bp-asm.h>.
27258         (strlen): Don't use BP_SYM.
27259         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
27260         <bp-sym.h> and <bp-asm.h>.
27261         (strncmp): Don't use BP_SYM.
27262         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
27263         <bp-sym.h> and <bp-asm.h>.
27264         (__strnlen): Don't use BP_SYM.
27265         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
27266         <bp-asm.h>.
27267         (__mpn_rshift): Don't use BP_SYM.
27268         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27269         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
27270         <bp-sym.h> and <bp-asm.h>.
27271         (__sigsetjmp): Don't use BP_SYM.
27272         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
27273         (L(start_addresses)): Don't use BP_SYM.
27274         (_start): Likewise.
27275         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
27276         <bp-asm.h>.
27277         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
27278         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27279         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27280         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
27281         <bp-asm.h>.
27282         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
27283         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27284         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27285         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
27286         <bp-asm.h>.
27287         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
27288         comments.
27289         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27290         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
27291         <bp-asm.h>.
27292         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
27293         FIXME comments.
27294         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27295         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
27296         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
27297         <bp-asm.h>.
27298         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
27299         comment.
27300         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
27301         and <bp-asm.h>.
27302         (strncmp): Don't use BP_SYM,
27303         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
27304         <bp-asm.h>.
27305         (__mpn_sub_n): Don't use BP_SYM.
27306         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27307         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
27308         and <bp-asm.h>.
27309         (__mpn_submul_1): Don't use BP_SYM.
27310         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27311         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
27312         <bp-sym.h> and <bp-asm.h>.
27313         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
27314         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
27315         <bp-sym.h> and <bp-asm.h>.
27316         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
27317         comment.
27319 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
27321         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
27322         Use ZK to minimize writes to Z.
27323         (sub_magnitudes): Simplify code a bit.
27324         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
27325         Use ZK to minimize writes to Z.
27326         (sub_magnitudes): Simplify code a bit.
27328 2013-02-27  Roland McGrath  <roland@hack.frob.com>
27330         * csu/gmon-start.c: Add special exception to license text.
27332 2013-02-27  Richard Henderson  <rth@redhat.com>
27334         * scripts/config.guess: Update from config.git.
27335         * scripts/config.sub: Likewise.
27337 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
27339         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
27341         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
27343         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
27345         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
27347         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
27349 2013-02-26  Roland McGrath  <roland@hack.frob.com>
27351         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
27352         [$(build-shared = yes].
27354 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27356         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
27357         (__mul): Reduce iterations for calculating mantissa.
27359         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
27360         MPTWO.
27361         (__mpranred): Likewise.
27363         [BZ #15160]
27364         * malloc/memusagestat.c (main): Draw graphs for heap and stack
27365         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
27367 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
27369         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
27370         Define __attribute__.
27372 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
27374         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
27375         unused.
27376         * posix/regex_internal.h (__attribute): Remove.
27377         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
27378         (re_string_context_at): Likewise.
27379         (bitset_not): Use __attribute__ and mark function as possibly
27380         unused.
27381         (bitset_merge): Likewise.
27382         (bitset_mask): Likewise.
27383         (re_string_char_size_at): Likewise.
27384         (re_string_wchar_at): Likewise.
27385         (re_string_elem_size_at): Likewise.
27387 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
27389         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
27390         code.
27391         (cc32): Likewise.
27393         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
27394         (__acr): Likewise.
27395         (__cpy): Likewise.
27396         (norm): Likewise.
27397         (denorm): Likewise.
27398         (__dbl_mp): Likewise.
27399         (add_magnitudes): Likewise.
27400         (sub_magnitudes): Likewise.
27401         (__mul): Likewise.
27402         (__inv): Likewise.
27404         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
27405         style.
27407         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
27408         style.
27410         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
27411         code.
27413         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
27414         up changes with default code.
27415         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
27416         Likewise.
27418 2013-02-24  Allan McRae  <allan@archlinux.org>
27420         * manual/socket.texi (The Internet Namespace): Order menu items
27421         to match that in the file.
27423         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
27424         node listing of the info page menu.
27426 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
27428         [BZ #13550]
27429         * sysdeps/i386/bp-asm.h: Remove file.
27430         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
27431         (PARMS): Do not use macros from bp-asm.h.
27432         (S1): Likewise.
27433         (S2): Likewise.
27434         (SIZE): Likewise.
27435         (__mpn_add_n): Do not use BP_SYM
27436         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
27437         "bp-asm.h".
27438         (PARMS): Do not use macros from bp-asm.h.
27439         (S1): Likewise.
27440         (SIZE): Likewise.
27441         (__mpn_addmul_1): Do not use BP_SYM
27442         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
27443         "bp-asm.h".
27444         (PARMS): Do not use macros from bp-asm.h.
27445         (SIGMSK): Likewise.
27446         (_setjmp): Likewise.  Do not use BP_SYM.
27447         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
27448         "bp-asm.h".
27449         (PARMS): Do not use macros from bp-asm.h.
27450         (SIGMSK): Likewise.
27451         (setjmp): Likewise.  Do not use BP_SYM.
27452         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
27453         "bp-asm.h".
27454         (PARMS): Do not use macros from bp-asm.h.
27455         (__frexp): Do not use BP_SYM.
27456         (frexp): Likewise.
27457         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
27458         "bp-asm.h".
27459         (PARMS): Do not use macros from bp-asm.h.
27460         (__frexpf): Do not use BP_SYM.
27461         (frexpf): Likewise.
27462         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
27463         "bp-asm.h".
27464         (PARMS): Do not use macros from bp-asm.h.
27465         (__frexpl): Do not use BP_SYM.
27466         (frexpl): Likewise.
27467         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
27468         "bp-asm.h".
27469         (PARMS): Do not use macros from bp-asm.h.
27470         (__remquo): Do not use BP_SYM.
27471         (remquo): Likewise.
27472         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
27473         "bp-asm.h".
27474         (PARMS): Do not use macros from bp-asm.h.
27475         (__remquof): Do not use BP_SYM.
27476         (remquof): Likewise.
27477         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
27478         "bp-asm.h".
27479         (PARMS): Do not use macros from bp-asm.h.
27480         (__remquol): Do not use BP_SYM.
27481         (remquol): Likewise.
27482         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
27483         "bp-asm.h".
27484         (PARMS): Do not use macros from bp-asm.h.
27485         (DEST): Likewise.
27486         (SRC): Likewise.
27487         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
27488         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
27489         "bp-asm.h".
27490         (PARMS): Do not use macros from bp-asm.h.
27491         (strlen): Do not use BP_SYM.
27492         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
27493         "bp-asm.h".
27494         (PARMS): Do not use macros from bp-asm.h.
27495         (S1): Likewise.
27496         (S2): Likewise.
27497         (SIZE): Likewise.
27498         (__mpn_add_n): Do not use BP_SYM.
27499         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
27500         "bp-asm.h".
27501         (PARMS): Do not use macros from bp-asm.h.
27502         (S1): Likewise.
27503         (SIZE): Likewise.
27504         (__mpn_addmul_1): Do not use BP_SYM.
27505         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
27506         weak_alias.
27507         (bzero): Likewise.
27508         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
27509         "bp-asm.h".
27510         (PARMS): Do not use macros from bp-asm.h.
27511         (S): Likewise.
27512         (SIZE): Likewise.
27513         (__mpn_lshift): Do not use BP_SYM.
27514         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
27515         "bp-asm.h".
27516         (PARMS): Do not use macros from bp-asm.h.
27517         (DEST): Likewise.
27518         (SRC): Likewise.
27519         (LEN): Likewise.
27520         (memcpy): Likewise.  Do not use BP_SYM.
27521         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
27522         libc_hidden_def and weak_alias.
27523         (mempcpy): Do not use BP_SYM in weak_alias.
27524         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
27525         "bp-asm.h".
27526         (PARMS): Do not use macros from bp-asm.h.
27527         (DEST): Likewise.
27528         (LEN): Likewise.
27529         [!BZERO_P] (CHR): Likewise.
27530         (memset): Likewise.  Do not use BP_SYM.
27531         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
27532         "bp-asm.h".
27533         (PARMS): Do not use macros from bp-asm.h.
27534         (S1): Likewise.
27535         (SIZE): Likewise.
27536         (__mpn_mul_1): Do not use BP_SYM.
27537         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
27538         "bp-asm.h".
27539         (PARMS): Do not use macros from bp-asm.h.
27540         (S): Likewise.
27541         (SIZE): Likewise.
27542         (__mpn_rshift): Do not use BP_SYM.
27543         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
27544         "bp-asm.h".
27545         (PARMS): Do not use macros from bp-asm.h.
27546         (STR): Likewise.
27547         (CHR): Likewise.
27548         (strchr): Likewise.  Do not use BP_SYM.
27549         (index): Do not use BP_SYM in weak_alias.
27550         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
27551         "bp-asm.h".
27552         (PARMS): Do not use macros from bp-asm.h.
27553         (DEST): Likewise.
27554         (SRC): Likewise.
27555         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
27556         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
27557         "bp-asm.h".
27558         (PARMS): Do not use macros from bp-asm.h.
27559         (strlen): Do not use BP_SYM.
27560         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
27561         "bp-asm.h".
27562         (PARMS): Do not use macros from bp-asm.h.
27563         (S1): Likewise.
27564         (S2): Likewise.
27565         (SIZE): Likewise.
27566         (__mpn_sub_n): Do not use BP_SYM.
27567         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
27568         "bp-asm.h".
27569         (PARMS): Do not use macros from bp-asm.h.
27570         (S1): Likewise.
27571         (SIZE): Likewise.
27572         (__mpn_submul_1): Do not use BP_SYM.
27573         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
27574         "bp-asm.h".
27575         (PARMS): Do not use macros from bp-asm.h.
27576         (S1): Likewise.
27577         (S2): Likewise.
27578         (SIZE): Likewise.
27579         (__mpn_add_n): Do not use BP_SYM.
27580         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
27581         weak_alias.
27582         (bzero): Likewise.
27583         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
27584         "bp-asm.h".
27585         (PARMS): Do not use macros from bp-asm.h.
27586         (BLK2): Likewise.
27587         (LEN): Likewise.
27588         (memcmp): Do not use BP_SYM.
27589         (bcmp): Do not use BP_SYM in weak_alias.
27590         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
27591         "bp-asm.h".
27592         (PARMS): Do not use macros from bp-asm.h.
27593         (DEST): Likewise.
27594         (SRC): Likewise.
27595         (LEN): Likewise.
27596         (memcpy): Likewise.  Do not use BP_SYM.
27597         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
27598         "bp-asm.h".
27599         (PARMS): Do not use macros from bp-asm.h.
27600         (DEST): Likewise.
27601         (SRC): Likewise.
27602         (LEN): Likewise.
27603         (memmove): Likewise.  Do not use BP_SYM.
27604         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
27605         "bp-asm.h".
27606         (PARMS): Do not use macros from bp-asm.h.
27607         (DEST): Likewise.
27608         (SRC): Likewise.
27609         (LEN): Likewise.
27610         (__mempcpy): Likewise.  Do not use BP_SYM.
27611         (mempcpy): Do not use BP_SYM in weak_alias.
27612         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
27613         "bp-asm.h".
27614         (PARMS): Do not use macros from bp-asm.h.
27615         (DEST): Likewise.
27616         (LEN): Likewise.
27617         [!BZERO_P] (CHR): Likewise.
27618         (memset): Likewise.  Do not use BP_SYM.
27619         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
27620         "bp-asm.h".
27621         (PARMS): Do not use macros from bp-asm.h.
27622         (STR2): Likewise.
27623         (strcmp): Do not use BP_SYM.
27624         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
27625         "bp-asm.h".
27626         (PARMS): Do not use macros from bp-asm.h.
27627         (STR): Likewise.
27628         (DELIM): Likewise.
27629         [USE_AS_STRTOK_R] (SAVE): Likewise.
27630         (FUNCTION): Likewise.  Do not use BP_SYM.
27631         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
27632         aliases.
27633         (strtok_r): Likewise.
27634         (__GI___strtok_r): Likewise.
27635         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
27636         (PARMS): Do not use macros from bp-asm.h.
27637         (S): Likewise.
27638         (SIZE): Likewise.
27639         (__mpn_lshift): Do not use BP_SYM.
27640         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
27641         (PARMS): Do not use macros from bp-asm.h.
27642         (STR): Likewise.
27643         (CHR): Likewise.
27644         (__memchr): Do not use BP_SYM.
27645         (memchr): Do not use BP_SYM in weak_alias.
27646         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
27647         (PARMS): Do not use macros from bp-asm.h.
27648         (BLK2): Likewise.
27649         (LEN): Likewise.
27650         (memcmp): Do not use BP_SYM.
27651         (bcmp): Do not use BP_SYM in weak_alias.
27652         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
27653         (PARMS): Do not use macros from bp-asm.h.
27654         (S1): Likewise.
27655         (SIZE): Likewise.
27656         (__mpn_mul_1): Do not use BP_SYM.
27657         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
27658         "bp-asm.h".
27659         (PARMS): Do not use macros from bp-asm.h.
27660         (STR): Likewise.
27661         (CHR): Likewise.
27662         (__rawmemchr): Do not use BP_SYM.
27663         (rawmemchr): Do not use BP_SYM in weak_alias.
27664         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
27665         (PARMS): Do not use macros from bp-asm.h.
27666         (S): Likewise.
27667         (SIZE): Likewise.
27668         (__mpn_rshift): Do not use BP_SYM.
27669         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
27670         (PARMS): Do not use macros from bp-asm.h.
27671         (SIGMSK): Likewise.
27672         (__sigsetjmp): Likewise.  Do not use BP_SYM.
27673         * sysdeps/i386/start.S: Do not include "bp-sym.h".
27674         (_start): Do not use BP_SYM.
27675         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
27676         (PARMS): Do not use macros from bp-asm.h.
27677         (DEST): Likewise.
27678         (SRC): Likewise.
27679         (__stpcpy): Likewise.  Do not use BP_SYM.
27680         (stpcpy): Do not use BP_SYM in weak_alias.
27681         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
27682         "bp-asm.h".
27683         (PARMS): Do not use macros from bp-asm.h.
27684         (DEST): Likewise.
27685         (SRC): Likewise.
27686         (LEN): Likewise.
27687         (__stpncpy): Likewise.  Do not use BP_SYM.
27688         (stpncpy): Do not use BP_SYM in weak_alias.
27689         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
27690         (PARMS): Do not use macros from bp-asm.h.
27691         (STR): Likewise.
27692         (CHR): Likewise.
27693         (strchr): Likewise.  Do not use BP_SYM.
27694         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
27695         "bp-asm.h".
27696         (PARMS): Do not use macros from bp-asm.h.
27697         (STR): Likewise.
27698         (CHR): Likewise.
27699         (__strchrnul): Likewise.  Do not use BP_SYM.
27700         (strchrnul): Do not use BP_SYM in weak_alias.
27701         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
27702         "bp-asm.h".
27703         (PARMS): Do not use macros from bp-asm.h.
27704         (STOP): Likewise.
27705         (strcspn): Do not use BP_SYM.
27706         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
27707         "bp-asm.h".
27708         (PARMS): Do not use macros from bp-asm.h.
27709         (STR): Likewise.
27710         (STOP): Likewise.
27711         (strpbrk): Likewise.  Do not use BP_SYM.
27712         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
27713         "bp-asm.h".
27714         (PARMS): Do not use macros from bp-asm.h.
27715         (STR): Likewise.
27716         (CHR): Likewise.
27717         (strrchr): Likewise.  Do not use BP_SYM.
27718         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
27719         (PARMS): Do not use macros from bp-asm.h.
27720         (SKIP): Likewise.
27721         (strspn): Do not use BP_SYM.
27722         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
27723         (PARMS): Do not use macros from bp-asm.h.
27724         (STR): Likewise.
27725         (DELIM): Likewise.
27726         (SAVE): Likewise.
27727         (FUNCTION): Likewise.  Do not use BP_SYM.
27728         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
27729         aliases.
27730         (strtok_r): Likewise.
27731         (__GI___strtok_r): Likewise.
27732         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
27733         (PARMS): Do not use macros from bp-asm.h.
27734         (S1): Likewise.
27735         (S2): Likewise.
27736         (SIZE): Likewise.
27737         (__mpn_sub_n): Do not use BP_SYM.
27738         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
27739         "bp-asm.h".
27740         (PARMS): Do not use macros from bp-asm.h.
27741         (S1): Likewise.
27742         (SIZE): Likewise.
27743         (__mpn_submul_1): Do not use BP_SYM.
27744         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
27745         <bp-sym.h>.
27746         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
27747         and <bp-asm.h>.
27748         (PARMS): Do not use macros from bp-asm.h.
27749         (FLAGS): Likewise.
27750         (PTID): Likewise.
27751         (TLS): Likewise.
27752         (CTID): Likewise.
27753         (__clone): Do not use BP_SYM.
27754         (clone): Do not use BP_SYM in weak_alias.
27755         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
27756         and <bp-asm.h>.
27757         (PARMS): Do not use macros from bp-asm.h.
27758         (LEN): Likewise.
27759         (__mmap64): Do not use BP_SYM.
27760         (mmap64): Do not use BP_SYM in weak_alias.
27761         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
27762         <bp-sym.h> and <bp-asm.h>.
27763         (PARMS): Do not use macros from bp-asm.h.
27764         (__posix_fadvise64_l64): Do not use BP_SYM.
27765         * sysdeps/unix/sysv/linux/i386/semtimedop.S
27766         (PARMS): Do not use macros from bp-asm.h.
27767         (NSOPS): Likewise.
27768         (semtimedop): Do not use BP_SYM.
27769         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
27770         and <bp-asm.h>.
27772 2013-02-21  Allan McRae  <allan@archlinux.org>
27774         * manual/message.texi (Charset conversion in gettext):
27775         Move @end statement to beginning of line.
27777 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27779         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
27780         static.
27781         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
27782         Likewise.
27784         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
27785         (denorm): Likewise.
27786         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
27787         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
27789 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27791         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
27792         tail-call to the resolved function if pltexit isn't needed.
27794 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
27796         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
27797         or Y being zero as being unlikely.
27798         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
27799         Likewise.
27801 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
27803         * manual/nss.texi (System Databases and Name Service Switch):
27804         Remove frobnicate @pxref.
27806 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
27808         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
27809         __attribute__ ((unused)) to __attribute__ ((__unused__)).
27811 2013-02-20  Petr Machata  <pmachata@redhat.com>
27813         * elf/elf.h (R_ARM_TARGET1): New macro.
27814         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
27815         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
27816         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
27817         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
27818         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
27819         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
27820         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
27821         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
27822         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
27823         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
27824         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
27825         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
27826         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
27827         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
27828         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
27829         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
27830         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
27831         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
27832         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
27833         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
27834         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
27835         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
27836         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
27837         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
27838         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
27839         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
27840         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
27841         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
27842         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
27843         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
27844         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
27845         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
27846         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
27847         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
27848         (R_ARM_THM_GOT_BREL12): Likewise.
27849         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
27850         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
27851         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
27852         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
27853         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
27854         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
27855         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
27856         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
27857         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
27859 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
27861         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
27862         __attribute_used__ to __attribute__ ((unused)).
27864 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
27866         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
27867         powerpc mpa.c.
27868         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
27869         comment formatting.
27870         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
27872 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
27874         [BZ #13550]
27875         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
27876         Remove macro.
27877         (ENTER): Remove both macro definitions.
27878         (LEAVE): Likewise.
27879         (CHECK_BOUNDS_LOW): Likewise.
27880         (CHECK_BOUNDS_HIGH): Likewise.
27881         (CHECK_BOUNDS_BOTH): Likewise.
27882         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
27883         (RETURN_BOUNDED_POINTER): Likewise.
27884         (RETURN_NULL_BOUNDED_POINTER): Likewise.
27885         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
27886         (POP_ERRNO_LOCATION_RETURN): Likewise.
27887         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
27888         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27889         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
27890         macros.
27891         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27892         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
27893         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
27894         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
27895         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
27896         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
27897         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
27898         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
27899         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
27900         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
27901         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
27902         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
27903         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27904         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
27905         removed macros.
27906         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27907         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
27908         macros.
27909         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27910         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
27911         * sysdeps/i386/i586/memset.S (memset): Likewise.
27912         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
27913         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27914         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
27915         macros.
27916         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27917         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
27918         Change uses of L(2) to L(out).
27919         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
27920         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
27921         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
27922         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27923         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
27924         removed macros.
27925         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27926         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
27927         macros.
27928         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27929         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
27930         (RETURN): Do not use macro LEAVE.
27931         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
27932         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
27933         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
27934         * sysdeps/i386/i686/memset.S (memset): Likewise.
27935         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
27936         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
27937         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
27938         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
27939         Likewise.
27940         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27941         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
27942         L(1_2) and L(1_3) into L(1).
27943         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
27944         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
27945         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27946         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
27947         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
27948         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
27949         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
27950         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27951         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
27952         macros.
27953         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
27954         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
27955         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
27956         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
27957         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
27958         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
27959         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
27960         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
27961         * sysdeps/i386/strcspn.S (strcspn): Likewise.
27962         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
27963         * sysdeps/i386/strrchr.S (strrchr): Likewise.
27964         * sysdeps/i386/strspn.S (strspn): Likewise.
27965         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
27966         conditional code.
27967         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
27968         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
27969         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
27970         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
27971         L(1_3) into L(1_1).
27972         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
27973         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
27974         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
27975         macros.
27976         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
27978 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
27980         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
27981         macro.
27983 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27985         * math/atest-exp.c (exp_mpn): Remove ROUND.
27986         * math/atest-exp2.c (exp_mpn): Likewise.
27987         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
27989         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
27990         * stdlib/tst-tls-atexit-lib.c: Likewise.
27991         * stdlib/tst-tls-atexit.c: Likewise.
27993 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
27995         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
27996         and __attribute_alloc_size__.
27998 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28000         * include/programs/xmalloc.h: Change __attribute_alloc_size to
28001         __attribute_alloc_size__.
28002         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
28003         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
28005 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
28007         * include/programs/xmalloc.h: New file.
28008         * catgets/gencat.c: Include it.
28009         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
28010         * elf/pldd.c: Likewise.
28011         * iconv/iconv_charmap.c: Likewise.
28012         * iconv/iconvconfig.c: Likewise.
28013         * iconv/strtab.c: Likewise.
28014         * locale/programs/locale.c: Likewise.
28015         * locale/programs/localedef.h: Likewise.
28016         * locale/programs/simple-hash.c: Likewise.
28017         * nscd/nscd.h: Likewise.
28018         * nss/makedb.c: Likewise.
28019         * sysdeps/generic/ldconfig.h: Likewise.
28021 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
28023         * Versions.def: Add GLIBC_2.18.
28024         * include/link.h (struct link_map): New member l_tls_dtor_count.
28025         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
28026         (__call_tls_dtors): Likewise.
28027         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
28028         __cxa_thread_atexit_impl.
28029         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28030         Likewise.
28031         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28032         Likewise.
28033         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
28034         Likewise.
28035         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
28036         Likewise.
28037         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28038         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
28039         Likewise.
28040         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
28041         Likewise.
28042         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28043         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
28044         Likewise.
28045         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
28046         (tests): Add test case tst-tls-atexit.
28047         (modules-names): Add shared library for tst-tls-atexit.
28048         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
28049         (GLIBC_PRIVATE): Add __call_tls_dtors.
28050         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
28051         for libstdc++.
28052         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
28053         * stdlib/tst-tls-atexit.c: New test case.
28054         * stdlib/tst-tls-atexit-lib.c: New test case.
28056         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
28058         * elf/Versions (ld): Add _dl_find_dso_for_object.
28059         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
28060         * elf/dl-open.c (_dl_find_dso_for_object): New function.
28061         (dl_open_worker): Use _dl_find_dso_for_object.
28062         * elf/dl-sym.c (do_sym): Likewise.
28063         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
28065 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
28067         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
28068         Syntactic changes only.
28069         (_dl_runtime_profile): Do a tail-call to the resolved function.
28071 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
28073         [BZ #13550]
28074         * sysdeps/x86_64/bp-asm.h: Remove file.
28075         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
28076         <bp-sym.h> and <bp-asm.h>.
28077         (__clone): Do not use BP_SYM.
28078         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
28079         <bp-sym.h> and <bp-asm.h>.
28080         * sysdeps/unix/x86_64/sysdep.S: Likewise.
28081         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
28082         "bp-asm.h".
28083         (_setjmp): Do not use BP_SYM.
28084         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
28085         "bp-asm.h".
28086         (setjmp): Do not use BP_SYM.
28087         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
28088         libc_hidden_def.
28089         (mempcpy): Do not use BP_SYM in weak_alias.
28090         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
28091         "bp-asm.h".
28092         (strchr): Do not use BP_SYM.
28093         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
28094         "bp-asm.h".
28095         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
28096         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
28097         (_start): Do not use BP_SYM.
28098         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
28099         "bp-asm.h".
28100         (strcat): Do not use BP_SYM.
28101         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
28102         "bp-asm.h".
28103         (STRCMP): Do not use BP_SYM.
28104         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
28105         "bp-asm.h".
28106         (STRCPY): Do not use BP_SYM.
28107         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
28108         "bp-asm.h".
28109         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
28110         "bp-asm.h".
28111         (FUNCTION): Do not use BP_SYM.
28112         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
28113         weak_alias.
28114         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
28116 2013-02-17  Andreas Jaeger  <aj@suse.de>
28118         * time/Versions: Sort entries.
28119         * string/Versions: Likewise.
28120         * resolv/Versions: Likewise.
28121         * posix/Versions: Likewise.
28122         * iconv/Versions: Likewise.
28123         * elf/Versions: Likewise.
28124         * wcsmbs/Versions: Likewise.
28126 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
28128         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
28129         loop termination condition.
28131         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
28132         variable to calculate EZ.
28133         (__sqr): Likewise.
28135         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
28136         the lower precision input.
28138 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
28140         [BZ #13550]
28141         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
28142         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
28143         (run-via-rtld-prefix): Do not handle %-bp tests.
28144         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
28145         (all-object-suffixes): Remove .ob.
28146         (bppfx): Remove variable.
28147         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
28148         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
28149         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
28150         [$(build-bounded) = yes] (libtype.ob): Likewise.
28151         * Makerules (elide-routines.ob): Remove variable.
28152         (do-tests-clean): Do not handle *-bp.out.
28153         (common-mostlyclean): Do not handle *-bp and *-bp.out.
28154         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
28155         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
28156         (tests): Do not include $(tests-bp.out).
28157         (xtests): Do not include $(xtests-bp.out).
28158         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
28159         [$(build-bounded) = yes] ($(addprefix
28160         $(objpfx),$(binaries-bounded))): Remove rule.
28161         ($(objpfx)%-bp.out): Remove rule.
28162         * config.make.in (build-bounded): Remove variable.
28163         * crypt/Makefile [$(build-bounded) = yes]
28164         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
28165         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
28166         append to variable.
28167         [$(build-bounded) = yes] (install-lib): Likewise.
28168         [$(build-bounded) = yes] (generated): Likewise.
28169         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
28170         Remove rule.
28171         * intl/Makefile [$(build-bounded) = yes]
28172         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
28173         * math/Makefile [$(build-bounded) = yes]
28174         ($(tests:%=$(objpfx)%-bp): Likewise.
28175         * misc/Makefile [$(build-bounded) = yes]
28176         ($(objpfx)tst-tsearch-bp): Likewise.
28177         * nptl/Makeconfig (bounded-thread-library): Remove variable.
28178         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
28179         Remove dependency.
28180         * string/Makefile (o-objects.ob): Remove variable.
28181         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
28182         (CFLAGS-.ob): Remove variable.
28183         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
28184         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
28185         both definitions of variable.
28186         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
28187         (ASFLAGS-.ob): Remove variable.
28189 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
28191         [BZ #13550]
28192         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
28193         Remove __BOUNDED_POINTERS__ from condition.
28194         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
28195         * string/bits/string2.h [!__NO_STRING_INLINES &&
28196         !__BOUNDED_POINTERS__]: Likewise.
28197         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
28198         Likewise.
28199         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
28200         Remove conditional code.
28201         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
28202         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
28203         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
28204         condition.
28206         [BZ #13550]
28207         * csu/libc-start.c: Do not include <bp-sym.h>.
28208         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
28209         * elf/dl-open.c: Do not include <bp-sym.h>.
28210         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
28211         * math/fegetenv.c: Do not include <bp-sym.h>.
28212         (fegetenv): Do not use BP_SYM in versioned symbols.
28213         * nptl/sysdeps/pthread/bits/libc-lockP.h
28214         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
28215         <bp-sym.h>.
28216         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28217         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
28218         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28219         (__pthread_mutex_destroy): Likewise.
28220         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28221         (__pthread_mutex_lock): Likewise.
28222         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28223         (__pthread_mutex_trylock): Likewise.
28224         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28225         (__pthread_mutex_unlock): Likewise.
28226         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28227         (__pthread_mutexattr_init): Likewise.
28228         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28229         (__pthread_mutexattr_destroy): Likewise.
28230         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28231         (__pthread_mutexattr_settype): Likewise.
28232         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28233         (__pthread_rwlock_init): Likewise.
28234         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28235         (__pthread_rwlock_destroy): Likewise.
28236         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28237         (__pthread_rwlock_rdlock): Likewise.
28238         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28239         (__pthread_rwlock_tryrdlock): Likewise.
28240         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28241         (__pthread_rwlock_wrlock): Likewise.
28242         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28243         (__pthread_rwlock_trywrlock): Likewise.
28244         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28245         (__pthread_rwlock_unlock): Likewise.
28246         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28247         (__pthread_key_create): Likewise.
28248         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28249         (__pthread_setspecific): Likewise.
28250         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28251         (__pthread_getspecific): Likewise.
28252         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
28253         Likewise.
28254         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28255         (_pthread_cleanup_push_defer): Likewise.
28256         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28257         (_pthread_cleanup_pop_restore): Likewise.
28258         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
28259         (pthread_setcancelstate): Likewise.
28260         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
28261         <bp-sym.h>.
28262         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
28263         (memchr): Do not use BP_SYM in weak_alias.
28264         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
28265         (fegetenv): Do not use BP_SYM in versioned symbols.
28266         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
28267         (fesetenv): Do not use BP_SYM in versioned symbols.
28268         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28269         (feupdateenv): Do not use BP_SYM in versioned symbols.
28270         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28271         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28272         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
28273         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
28274         (open64): Do not use BP_SYM in weak_alias.
28275         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
28276         (fegetenv): Do not use BP_SYM in versioned symbols.
28277         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
28278         (fesetenv): Do not use BP_SYM in versioned symbols.
28279         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
28280         (feupdateenv): Do not use BP_SYM in versioned symbols.
28281         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
28282         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
28283         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
28284         (feraiseexcept): Do not use BP_SYM in versioned symbols.
28285         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
28286         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
28287         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
28288         <bp-sym.h>.
28289         (__libc_start_main): Do not use BP_SYM.
28291 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
28293         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
28294         redundant return line.
28295         (norm): Likewise.
28296         (denorm): Likewise.
28297         (dbl_mp): Likewise.
28298         (sub_magnitudes): Likewise.
28299         (__add): Likewise.
28300         (__sub): Likewise.
28301         (__mul): Likewise.
28302         (__inv): Likewise.
28303         (__dvd): Likewise.
28304         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
28305         (norm): Likewise.
28306         (denorm): Likewise.
28307         (dbl_mp): Likewise.
28308         (sub_magnitudes): Likewise.
28309         (__add): Likewise.
28310         (__sub): Likewise.
28311         (__mul): Likewise.
28312         (__inv): Likewise.
28313         (__dvd): Likewise.
28315         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
28316         instead of __mul.
28317         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
28318         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
28319         (cc32): Likewise.
28321         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
28322         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
28323         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
28324         of __mul for squares.
28325         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
28326         function
28327         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
28328         Likewise.
28329         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
28330         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
28332 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
28334         [BZ #13550]
28335         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
28336         code.
28337         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
28338         prototype or function definition.  Rename ubp_* variables and
28339         parameters.  Remove argv definitions conditional on
28340         [__BOUNDED_POINTERS__].
28341         * debug/backtrace.c (__backtrace): Do not use __unbounded.
28342         * elf/dl-runtime.c (_dl_fixup): Likewise.
28343         * include/set-hooks.h (RUN_HOOK): Likewise.
28344         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
28345         definition.
28346         * string/strcpy.c (strcpy): Do not use __unbounded.
28347         * sysdeps/generic/frame.h (struct layout): Likewise.
28348         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
28349         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
28350         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
28351         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
28352         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
28353         (__backtrace): Likewise.
28354         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
28355         use __ptrvalue.
28356         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
28357         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
28358         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
28359         Likewise.
28360         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
28361         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
28362         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
28363         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
28364         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
28365         Do not use __unbounded.
28366         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
28367         Rename __unboundedrlimits parameter to rlimits in prototype.
28368         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
28369         Do not use __unbounded.
28370         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
28371         not use __ptrvalue.
28372         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
28373         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
28374         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
28375         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
28376         __ptrvalue or __unbounded.
28377         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
28378         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
28379         use __unbounded.
28380         (__new_msgctl): Do not use __ptrvalue.
28381         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
28382         __unbounded.
28383         (__libc_msgrcv): Do not use __ptrvalue.
28384         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
28385         startup_info): Do not use __unbounded.
28386         (__libc_start_main): Likewise.  Rename ubp_* variables and
28387         parameters.  Remove argv definitions conditional on
28388         [__BOUNDED_POINTERS__].
28389         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
28390         __ptrvalue.
28391         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
28392         use __unbounded.
28393         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
28394         or __ptrvalue.
28395         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
28396         use __unbounded.
28397         (__new_shmctl): Do not use __ptrvalue.
28398         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
28399         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
28400         Likewise.
28401         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
28402         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
28403         (__libc_sigaction): Likewise.
28404         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
28405         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
28406         Likewise.
28407         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
28409 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
28411         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
28413         * string/mempcpy.c: Implement by calling memcpy.
28415 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
28417         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
28419         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
28420         evaluation.
28422         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
28423         values in the mantissa.
28425         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
28426         minimize writes to Z.
28427         (sub_magnitudes): Simplify code a bit.
28429 2013-02-12  Roland McGrath  <roland@hack.frob.com>
28431         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
28432         from the message.  The linker prefixes all warnings with that already.
28434 2013-02-12  Andreas Schwab  <schwab@suse.de>
28436         [BZ #15078]
28437         * posix/regexec.c (extend_buffers): Add parameter min_len.
28438         (check_matching): Pass minimum needed length.
28439         (clean_state_log_if_needed): Likewise.
28440         (get_subexp): Likewise.
28441         * posix/Makefile (tests): Add bug-regex34.
28442         (bug-regex34-ENV): Define.
28443         * posix/bug-regex34.c: New file.
28445         [BZ #11561]
28446         * posix/regcomp.c (parse_bracket_exp): When looking up collating
28447         elements compare against the byte sequence of it, not its name.
28448         * posix/Makefile (tests): Add bug-regex35.
28449         (bug-regex35-ENV): Define.
28450         * posix/bug-regex35.c: New file.
28452 2013-02-11  Tom de Vries  <tom@codesourcery.com>
28454         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
28455         comment.
28456         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
28457         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
28458         (CHECK_EOL): Add undef.
28460 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
28462         * bits/stdlib-bsearch.h: New file.
28463         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
28464         * stdlib/stdlib.h: Likewise.
28466 2013-02-11  Roland McGrath  <roland@hack.frob.com>
28468         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
28469         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
28470         declaration.
28471         * manual/search.texi (Array Search Function): Add missing const in
28472         lfind prototype.
28473         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
28474         declaration to use rlim_t.
28475         (Basic Scheduling Functions): Remove erroneous const from
28476         sched_getparam prototype.  Remove erroneous * from
28477         sched_get_priority_max and sched_get_priority_min prototypes.
28478         (Resource Usage): Fix summary @comment on vtimes to refer to
28479         sys/vtimes.h rather than vtimes.h.
28480         Add missing *s in vtimes prototype.
28481         (Limits on Resources): Fix ulimit prototype to return long int.
28482         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
28483         prototypes to use long int rather than double.
28484         (BSD Random): Fix initstate and setstate to use char *, not void *.
28485         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
28486         prototype to make second argument 'struct aiocb64 *const[]'.
28487         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
28488         (Status of AIO Operations): Remove erroneous const in aio_return and
28489         aio_return64 prototypes.
28490         (Synchronizing I/O): Fix sync prototype to return void.
28491         * manual/startup.texi (Suboptions): Remove an erroneous const in
28492         getsubopt prototype.
28493         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
28494         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
28495         use size_t rather than int.
28496         (Scanning All Users): Likewise for getpwent_r.
28497         (Setting Groups): Add missing const to setgroups prototype.
28498         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
28499         * manual/socket.texi (Host Names): Fix gethostbyaddr and
28500         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
28501         'const void *' rather than 'const char *'.
28502         (Host Address Functions): Likewise for inet_ntop.
28503         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
28504         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
28505         ssize_t for return value.
28506         (Sending Data): Likewise for send, sendto, sendmsg.
28507         (Socket Option Functions): Add a missing const in setsockopt prototype.
28508         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
28509         use wchar_t for the argument.
28510         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
28511         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
28512         take no arguments.
28513         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
28514         double/float/long double for second argument.
28515         Fix return types of significand, significandf, significandl.
28516         * manual/filesys.texi (Setting Permissions): Use mode_t for second
28517         argument in fchmod prototype.
28518         (File Owner): Use uid_t and gid_t in fchown prototype.
28519         (File Times): Add const to utimes, futimes, and lutimes prototypes.
28520         (Making Special Files): Use mode_t and dev_t in mknod prototype.
28521         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
28522         use 'const struct dirent **' as argument types to CMP function pointer
28523         argument.
28524         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
28525         (File Times): Fix summary magic @comment for struct utimbuf and utime
28526         to refer to utime.h, not time.h.
28527         * manual/string.texi (Argz Functions): Add missing const in
28528         argz_extract and argz_next prototypes.
28529         (Finding Tokens in a String): Likewise for basename.
28530         (String/Array Comparison): Fix typo in wcscasecmp prototype.
28531         (Copying and Concatenation): Fix typo in wmemmove prototype.
28532         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
28533         (Signal Stack): Remove erroneous const in sigstack prototype.
28534         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
28535         prototype.
28536         (Simple Calendar Time): Likewise for stime.
28537         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
28538         prototype.
28539         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
28540         say sys/sysctl.h instead.
28541         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
28542         and vsyslog prototypes.
28544 2013-02-11  Tom de Vries  <tom@codesourcery.com>
28546         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
28547         Remove.
28549 2013-02-11  Roland McGrath  <roland@hack.frob.com>
28551         * misc/sys/mman.h: Fix typo in mremap comment.
28553 2013-02-08  Roland McGrath  <roland@hack.frob.com>
28555         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
28556         the '\0' terminator.
28558 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
28560         [BZ #13550]
28561         * debug/segfault.c: Don't include <bp-checks.h>.
28562         * sysdeps/generic/bp-checks.h: Remove file.
28563         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
28564         (__GETDENTS): Don't use CHECK_N.
28565         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
28566         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
28567         (__getgroups): Don't use CHECK_N.
28568         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
28569         (setgroups): Don't use CHECK_N.
28570         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
28571         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
28572         (__libc_msgrcv): Don't use CHECK_N.
28573         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
28574         (__libc_msgsnd): Don't use CHECK_N.
28575         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
28576         <bp-checks.h>.
28577         (__libc_pread): Don't use CHECK_N.
28578         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
28579         include <bp-checks.h>.
28580         (__libc_pread64): Don't use CHECK_N.
28581         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
28582         include <bp-checks.h>.
28583         (__libc_pwrite): Don't use CHECK_N.
28584         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
28585         include <bp-checks.h>.
28586         (__libc_pwrite64): Don't use CHECK_N.
28587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
28588         <bp-checks.h>.
28589         (__libc_pread): Don't use CHECK_N.
28590         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
28591         include <bp-checks.h>.
28592         (__libc_pread64): Don't use CHECK_N.
28593         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
28594         include <bp-checks.h>.
28595         (__libc_pwrite): Don't use CHECK_N.
28596         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
28597         include <bp-checks.h>.
28598         (__libc_pwrite64): Don't use CHECK_N.
28599         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
28600         (do_pread): Don't use CHECK_N.
28601         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
28602         (do_pread64): Don't use CHECK_N.
28603         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
28604         (do_pwrite): Don't use CHECK_N.
28605         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
28606         (do_pwrite64): Don't use CHECK_N.
28607         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
28608         (__libc_readv): Don't use CHECK_N.
28609         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
28610         (semop): Don't use CHECK_N.
28611         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
28612         <bp-checks.h>.
28613         (semtimedop): Don't use CHECK_N.
28614         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
28615         (__libc_pread): Don't use CHECK_N.
28616         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
28617         <bp-checks.h>.
28618         (__libc_pread64): Don't use CHECK_N.
28619         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
28620         <bp-checks.h>.
28621         (__libc_pwrite): Don't use CHECK_N.
28622         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
28623         <bp-checks.h>.
28624         (__libc_pwrite64): Don't use CHECK_N.
28625         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
28626         <bp-checks.h>.
28627         (__libc_msgrcv): Don't use CHECK_N.
28628         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
28629         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
28630         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
28631         (__libc_writev): Don't use CHECK_N.
28633 2013-02-08  Roland McGrath  <roland@hack.frob.com>
28635         * string/strcpy.c: Removed unused variable.
28637         * Makeconfig (+sysdep-includes): Define with := rather than =.
28638         Use an existing include/ subdir of each sysdeps dir before it.
28640 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
28642         * nscd/connection.c (register_traced_file): Comment function.
28643         [HAVE_INOTIFY] (union __inev): Define.
28644         [HAVE_INOTIFY] (inotify_check_files): New function.
28645         [HAVE_INOTIFY] (clear_db_cache): Likewise.
28646         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
28647         clear_db_cache.
28648         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
28650 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
28652         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
28653         loaded if not already and that a failure is permanent.
28655 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
28657         [BZ #15006]
28658         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
28659         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
28661 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
28663         [BZ #13550]
28664         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
28665         (CHECK_1_NULL_OK): Likewise.
28666         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
28667         (__fxstat): Do not use CHECK_1.
28668         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
28669         <bp-checks.h>.
28670         (___fxstat64): Do not use CHECK_1.
28671         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
28672         <bp-checks.h>.
28673         (__fxstatat): Do not use CHECK_1.
28674         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
28675         <bp-checks.h>.
28676         (__fxstatat64): Do not use CHECK_1.
28677         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
28678         <bp-checks.h>.
28679         (__fxstat): Do not use CHECK_1.
28680         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
28681         <bp-checks.h>.
28682         (__fxstatat): Do not use CHECK_1.
28683         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
28684         <bp-checks.h>.
28685         (__getresgid): Do not use CHECK_1.
28686         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
28687         <bp-checks.h>.
28688         (__getresuid): Do not use CHECK_1.
28689         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
28690         <bp-checks.h>.
28691         (__lxstat): Do not use CHECK_1.
28692         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
28693         <bp-checks.h>.
28694         (__old_msgctl): Do not use CHECK_1.
28695         (__new_msgctl): Likewise.
28696         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
28697         <bp-checks.h>.
28698         (__new_setrlimit): Do not use CHECK_1.
28699         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
28700         <bp-checks.h>.
28701         (__old_shmctl): Do not use CHECK_1.
28702         (__new_shmctl): Likewise.
28703         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
28704         <bp-checks.h>.
28705         (__xstat): Do not use CHECK_1.
28706         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
28707         (__lxstat): Do not use CHECK_1.
28708         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
28709         <bp-checks.h>.
28710         (___lxstat64): Do not use CHECK_1.
28711         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
28712         (__old_msgctl): Do not use CHECK_1.
28713         (__new_msgctl): Likewise.
28714         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
28715         <bp-checks.h>.
28716         (__gettimeofday): Do not use CHECK_1.
28717         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
28718         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
28719         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
28720         <bp-checks.h>.
28721         (__gettimeofday): Do not use CHECK_1.
28722         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
28723         (__old_shmctl): Do not use CHECK_1_NULL_OK.
28724         (__new_shmctl): Do not use CHECK_1.
28725         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
28726         <bp-checks.h>.
28727         (do_sigtimedwait): Do not use CHECK_1.
28728         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
28729         <bp-checks.h>.
28730         (do_sigwaitinfo): Do not use CHECK_1.
28731         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
28732         <bp-checks.h>.
28733         (msgctl): Do not use CHECK_1.
28734         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
28735         <bp-checks.h>.
28736         (shmctl): Do not use CHECK_1.
28737         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
28738         (ustat): Do not use CHECK_1.
28739         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
28740         <bp-checks.h>.
28741         (__fxstat): Do not use CHECK_1.
28742         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
28743         <bp-checks.h>.
28744         (__fxstatat): Do not use CHECK_1.
28745         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
28746         <bp-checks.h>.
28747         (__lxstat): Do not use CHECK_1.
28748         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
28749         <bp-checks.h>.
28750         (__xstat): Do not use CHECK_1.
28751         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
28752         (__xstat): Do not use CHECK_1.
28753         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
28754         (___xstat64): Do not use CHECK_1.
28756         [BZ #13550]
28757         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
28758         definitions.
28759         (CHECK_BOUNDS_HIGH): Likewise.
28760         * string/strcpy.c: Do not include <bp-checks.h>.
28761         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
28763 2013-02-07  Roland McGrath  <roland@hack.frob.com>
28765         * nscd/nscd-client.h (__nscd_drop_map_ref):
28766         Add __attribute__ ((unused)).
28767         * nis/nss-nisplus.h (niserr2nss): Likewise.
28769         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
28770         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
28772         * csu/libc-tls.c (init_static_tls, init_slotinfo):
28773         Remove inline keyword.
28774         * include/rounding-mode.h (round_away): Likewise.
28775         * libio/wfileops.c (adjust_wide_data): Likewise.
28776         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
28777         (__m128i_strloadu_tolower): Likewise.
28778         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
28779         (__m128i_strloadu_tolower): Likewise.
28780         * time/mktime.c (ydhms_diff): Likewise.
28781         * locale/elem-hash.h (elem_hash): Likewise.
28782         * locale/setlocale.c (setdata): Likewise.
28783         * posix/regex_internal.h (re_string_char_size_at): Likewise.
28784         (re_string_wchar_at): Likewise.
28785         (bitset_not, bitset_merge, bitset_mask): Likewise.
28786         [!(__GNUC__ > 3)] (inline): Remove macro.
28787         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
28788         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
28789         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
28790         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
28791         * string/memcmp.c (memcmp_bytes): Likewise.
28792         * locale/programs/locarchive.c (compute_hashval): Likewise.
28793         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
28794         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
28795         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
28796         * nss/getent.c (print_rpc, print_protocols): Likewise.
28797         (print_passwd, print_group, print_aliases): Likewise.
28798         * nis/nss-nisplus.h (niserr2nss): Likewise.
28799         * nscd/connections.c (restart_p): Likewise.
28800         Change return type to bool.
28802 2013-02-05  Roland McGrath  <roland@hack.frob.com>
28804         * Makeconfig (all-Depend-files): Add existing
28805         $(sorted-subdirs:=/Depend) files.
28806         (all-subdirs): Remove nss.
28807         * sysdeps/unix/inet/Subdirs: Add it here instead.
28808         * hesiod/Depend: New file.
28810         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
28811         instead of calling alloca.
28813         * io/lseek.c (__lseek): Rename to __libc_lseek.
28814         Define __lseek as an alias.
28816         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
28818 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
28820         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
28821         else clause and remove check for non-standard endianness.
28823 2013-02-04  David S. Miller  <davem@davemloft.net>
28825         * sysdeps/sparc/fpu/libm-test-ulps: Update.
28827 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
28829         [BZ #13550]
28830         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
28831         (__ubp_memchr): Remove prototype.
28832         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
28833         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
28834         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
28835         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
28836         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
28837         Remove alias.
28838         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
28839         (__ubp_memchr): Likewise.
28840         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
28841         (__ubp_memchr): Likewise.
28842         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
28843         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
28844         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
28845         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
28846         CHECK_STRING.
28847         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
28848         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
28849         (__getcwd): Do not use CHECK_STRING.
28850         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
28851         <bp-checks.h>.
28852         (__real_chown): Do not use CHECK_STRING.
28853         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
28854         <bp-checks.h>.
28855         (fchownat): Do not use CHECK_STRING.
28856         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
28857         CHECK_STRING.
28858         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
28859         <bp-checks.h>.
28860         (__lchown): Do not use CHECK_STRING.
28861         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
28862         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
28863         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
28864         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
28865         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
28866         include <bp-checks.h>.
28867         (truncate64): Do not use CHECK_STRING.
28868         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
28869         <bp-checks.h>.
28870         (__real_chown): Do not use CHECK_STRING.
28871         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
28872         <bp-checks.h>.
28873         (__lchown): Do not use CHECK_STRING.
28874         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
28875         <bp-checks.h>.
28876         (__chown): Do not use CHECK_STRING.
28877         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
28878         <bp-checks.h>.
28879         (truncate64): Do not use CHECK_STRING.
28880         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
28881         Likewise.
28882         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
28883         (__xmknod): Do not use CHECK_STRING.
28884         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
28885         <bp-checks.h>.
28886         (__xmknodat): Do not use CHECK_STRING.
28887         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
28888         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
28890 2013-02-04  Andreas Schwab  <schwab@suse.de>
28892         [BZ #14142]
28893         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
28894         * include/netdb.h: Likewise for h_errno.
28895         * elf/tst-stackguard1.c: Include <tls.h>.
28897 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
28899         * elf/link.h (struct link_map): Extend the l_addr comment.
28900         * include/link.h (struct link_map): Likewise.
28902 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
28904         [BZ #13550]
28905         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
28906         (BOUNDED_1): Remove macro.
28907         * debug/backtrace.c: Don't include <bp-checks.h>.
28908         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
28909         (__backtrace): Likewise.
28910         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
28911         <bp-checks.h>.
28912         (__backtrace): Don't use BOUNDED_1.
28913         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
28914         <bp-checks.h>.
28915         (__backtrace): Don't use BOUNDED_1.
28916         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
28917         (__backtrace): Don't use BOUNDED_1.
28918         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
28919         (shmat): Don't use BOUNDED_N.
28921 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
28923         [BZ #13550]
28924         * sysdeps/generic/bp-start.h: Remove file.
28925         * csu/libc-start.c: Don't include <bp-start.h>.
28926         (LIBC_START_MAIN): Set up __environ directly instead of using
28927         INIT_ARGV_and_ENVIRON.
28928         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
28929         <bp-start.h>.
28931         [BZ #13550]
28932         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
28933         definitions.
28934         (CHECK_FCNTL): Likewise.
28935         (CHECK_N_PAGES): Likewise.
28937         [BZ #13550]
28938         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
28939         definitions.
28940         (CHECK_SIGSET_NULL_OK): Likewise.
28941         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
28942         <bp-checks.h>.
28943         (sigpending): Don't use CHECK_SIGSET.
28944         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
28945         <bp-checks.h>.
28946         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
28947         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
28948         <bp-checks.h>.
28949         (do_sigsuspend): Don't use CHECK_SIGSET.
28950         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
28951         use CHECK_SIGSET.
28952         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
28953         (do_sigwait): Don't use CHECK_SIGSET.
28954         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
28955         use CHECK_SIGSET.
28956         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
28957         include <bp-checks.h>.
28958         (sigpending): Don't use CHECK_SIGSET.
28959         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
28960         include <bp-checks.h>.
28961         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
28962         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
28963         <bp-checks.h>.
28964         (sigpending): Don't use CHECK_SIGSET.
28965         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
28966         <bp-checks.h>.
28967         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
28969         [BZ #13550]
28970         * sysdeps/generic/bp-semctl.h: Remove file.
28971         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
28972         <bp-checks.h> and <bp-semctl.h>.
28973         (__old_semctl): Don't use CHECK_SEMCTL.
28974         (__new_semctl): Likewise.
28975         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
28976         and <bp-semctl.h>.
28977         (__old_semctl): Don't use CHECK_SEMCTL.
28978         (__new_semctl): Likewise.
28979         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
28980         <bp-checks.h> and <bp-semctl.h>.
28981         (__old_semctl): Don't use CHECK_SEMCTL.
28982         (__new_semctl): Likewise.
28983         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
28984         <bp-checks.h> and <bp-semctl.h>.
28985         (semctl): Don't use CHECK_SEMCTL.
28987         [BZ #13550]
28988         * Makerules (elide-bp-thunks): Remove variable.
28989         (elide-routines.oS): Don't use $(elide-bp-thunks).
28990         (elide-routines.os): Likewise.
28991         (elide-routines.o): Likewise.
28992         (elide-routines.op): Likewise.
28993         (elide-routines.og): Likewise.
28994         (objects): Don't use $(bp-thunks).
28995         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
28996         include.
28997         (common-generated): Do not add s-proto-bp.d.
28998         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
28999         (int): Likewise.
29000         (typ): Likewise.
29001         Do not generate makefile rules for bounded-pointer thunks.
29002         * sysdeps/generic/bp-thunks.h: Remove file.
29003         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
29004         * sysdeps/unix/s-proto-bp.S: Likewise.
29006         [BZ #15062]
29007         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
29008         parts of result separately when argument is not close to line from
29009         -i to i and one part of argument is small.
29010         * math/k_casinhf.c (__kernel_casinhf): Likewise.
29011         * math/k_casinhl.c (__kernel_casinhl): Likewise.
29012         * math/libm-test.inc (cacos_test): Add more tests.
29013         (casin_test): Likewise.
29014         (casinh_test): Likewise.
29015         * sysdeps/i386/fpu/libm-test-ulps: Update.
29016         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29018 2013-01-31  David S. Miller  <davem@davemloft.net>
29020         * po/de.po: Update from translation team.
29022 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
29024         * time/tzfile.c: Include stdint.h for SIZE_MAX.
29026 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
29028         * configure.in (_AC_PROG_CC_C89): New definition.
29029         * configure: Regenerate.
29031         * configure.in (AC_PROG_CPP): New definition.
29032         * configure: Regenerate.
29034 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29036         * debug/tst-backtrace.h: New file.
29037         * debug/tst-backtrace2.c: Include tst-backtrace.h.
29038         (ret): Remove variable.
29039         (x): Likewise.
29040         (FAIL): Remove macro.
29041         (NO_INLINE): Likewise.
29042         (fn1): Use match function instead of strstr.
29043         * debug/tst-backtrace3.c: Include tst-backtrace.h.
29044         (ret): Remove variable.
29045         (x): Likewise.
29046         (FAIL): Remove macro.
29047         (NO_INLINE): Likewise.
29048         (fn): Use match function instead of strstr.
29049         * debug/tst-backtrace4.c: Include tst-backtrace.h.
29050         (ret): Remove variable.
29051         (x): Likewise.
29052         (FAIL): Remove macro.
29053         (NO_INLINE): Likewise.
29054         (handle_signal): Use match function instead of strstr.
29055         * debug/tst-backtrace5.c: Include tst-backtrace.h.
29056         (ret): Remove variable.
29057         (x): Likewise.
29058         (FAIL): Remove macro.
29059         (NO_INLINE): Likewise.
29060         (handle_signal): Use match function instead of strstr.
29062 2013-01-23  Roland McGrath  <roland@hack.frob.com>
29064         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
29066 2013-01-23  David S. Miller  <davem@davemloft.net>
29068         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
29069         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
29070         argument of CAS if possible.
29071         * sysdeps/sparc/sparc64/bits/atomic.h
29072         (__arch_compare_and_exchange_val_32_acq): Likewise.
29073         (__arch_compare_and_exchange_val_64_acq): Likewise.
29075 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
29077         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
29078         * sysdeps/posix/ulimit.c: ... this.
29079         Include <limits.h>.
29080         * sysdeps/unix/bsd/ulimit.c: Remove file.
29082 2013-01-23  Adam Conrad  <adconrad@0c3.net>
29084         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
29085         (LDFLAGS-tst-array5): Likewise.
29087 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
29089         [BZ #15036]
29090         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
29091         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
29092         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
29093         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
29095 2013-01-21  David S. Miller  <davem@davemloft.net>
29097         * sysdeps/sparc/backtrace.c: New file.
29098         * sysdeps/sparc/sparc32/backtrace.h: New file.
29099         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
29100         * sysdeps/sparc/sparc64/backtrace.h: New file.
29101         * sysdeps/sparc/sparc64/backtrace.c: Delete.
29102         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
29103         -funwind-tables.
29105 2013-01-21  Andreas Schwab  <schwab@suse.de>
29107         [BZ #15020]
29108         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
29109         closed its stdout.
29111 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
29113         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
29114         "mpa2.h".
29115         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29117 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
29118             Mark Mitchell  <mark@codesourcery.com>
29119             Tom de Vries  <tom@codesourcery.com>
29120             Paul Pluzhnikov  <ppluzhnikov@google.com>
29122         * debug/tst-backtrace2.c: New file.
29123         * debug/tst-backtrace3.c: Likewise.
29124         * debug/tst-backtrace4.c: Likewise.
29125         * debug/tst-backtrace5.c: Likewise.
29126         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
29127         (CFLAGS-tst-backtrace3.c): Likewise.
29128         (CFLAGS-tst-backtrace4.c): Likewise.
29129         (CFLAGS-tst-backtrace5.c): Likewise.
29130         (LDFLAGS-tst-backtrace2): Likewise.
29131         (LDFLAGS-tst-backtrace3): Likewise.
29132         (LDFLAGS-tst-backtrace4): Likewise.
29133         (LDFLAGS-tst-backtrace5): Likewise.
29134         (tests): Add new tests tst-backtrace2, tst-backtrace3,
29135         tst-backtrace4 and tst-backtrace5.
29137 2013-01-18  Anton Blanchard  <anton@samba.org>
29138             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29140         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
29141         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
29142         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
29143         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
29144         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
29145         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
29146         "+r" and remove output regs list as redundant.  Add explicit inline
29147         asm to specify register of return val to work around compiler codegen
29148         bug.  Remove (int) cast on return value.  Add return type parameter to
29149         use in macro so that this macro does not truncate return value for
29150         64-bit values.
29151         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
29152         pass to INTERNAL_VSYSCALL_NCS.
29153         (INLINE_VSYSCALL): Add 'long int' as return type to
29154         INTERNAL_VSYSCALL_NCS macro invocation.
29155         (INTERNAL_VSYSCALL): Add 'long int' as return type to
29156         INTERNAL_VSYSCALL_NCS macro invocation.
29157         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
29159 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29161         [BZ #14496]
29162         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
29163         Fix application of SIMD FP exception mask.
29165         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
29166         mp_no from a power of two.
29167         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
29168         __mpexp_twomm1.  Use __pow_mp.
29170         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
29171         multiplication.
29173 2013-01-17  David S. Miller  <davem@davemloft.net>
29175         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29177 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29179         [BZ #15023]
29180         * include/complex.h: Condition contents on [!_COMPLEX_H].
29181         (__kernel_casinhf): New prototype.
29182         (__kernel_casinh): Likewise.
29183         (__kernel_casinhl): Likewise.
29184         * math/Makefile (libm_calls): Add k_casinh.
29185         * math/k_casinh.c: New file.
29186         * math/k_casinhf.c: Likewise.
29187         * math/k_casinhl.c: Likewise.
29188         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
29189         finite nonzero arguments.
29190         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
29191         finite nonzero arguments.
29192         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
29193         finite nonzero arguments.
29194         * math/s_casinh.c: Do not include <float.h>.
29195         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
29196         * math/s_casinhf.c: Do not include <float.h>.
29197         (__casinhf): Move code for finite nonzero arguments to
29198         k_casinhf.c.
29199         * math/s_casinhl.c: Do not include <float.h>.
29200         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
29201         redefine.
29202         (__casinhl): Move code for finite nonzero arguments to
29203         k_casinhl.c.
29204         * math/libm-test.inc (cacos_test): Add more tests.
29205         * sysdeps/i386/fpu/libm-test-ulps: Update.
29206         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29208 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
29210         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
29211         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
29212         [!HAVE_MREMAP]: Remove [defined linux] case.
29213         * malloc/arena.c: Do not include <malloc-sysdep.h>.
29215 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
29217         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
29219 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
29221         * elf/elf.h (R_386_SIZE32): New relocation.
29222         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
29223         R_386_SIZE32.
29224         (elf_machine_rela): Likewise.
29225         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
29226         R_X86_64_SIZE64 and R_X86_64_SIZE32.
29228 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
29230         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
29231         (FP_FAST_FMA): Do not define.
29232         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
29233         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
29234         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
29235         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
29236         !_SOFT_FLOAT]: Likewise.
29237         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
29238         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
29239         value.
29240         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
29241         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
29242         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
29243         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
29244         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
29245         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
29246         file.
29248 2013-01-16  Andreas Schwab  <schwab@suse.de>
29250         [BZ #14327]
29251         * include/stdlib.h (__mktemp): Add declaration.
29252         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
29253         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
29255 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
29257         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
29258         definitions.
29259         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
29260         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
29261         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
29262         definitions here.
29263         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
29264         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
29265         definitions.
29266         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
29267         and ONE.
29268         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
29269         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
29270         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
29271         definitions.
29272         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
29273         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
29274         definitions.
29275         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
29277         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
29279 2013-01-15  David S. Miller  <davem@davemloft.net>
29281         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29282         trunc{,f} to libm-sysdep_routes.
29283         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29284         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
29285         file.
29286         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
29287         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
29288         file.
29289         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
29290         file.
29291         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
29292         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
29293         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
29294         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
29295         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
29296         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
29297         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
29298         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
29300         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29301         nearbyint{,f} to libm-sysdep_routes.
29302         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29303         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
29304         New file.
29305         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
29306         file.
29307         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
29308         New file.
29309         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
29310         file.
29311         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
29312         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
29313         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
29314         file.
29315         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
29316         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
29317         file.
29318         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
29319         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
29320         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
29322         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
29323         libc_feholdexcept and libc_fesetenv.
29325 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
29327         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
29329 2013-01-14  David S. Miller  <davem@davemloft.net>
29331         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
29332         (SPARC_ASM_VIS2_IFUNC): Likewise.
29333         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
29334         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
29335         use of 'siam' instruction.
29336         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
29337         Likewise.
29338         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
29339         Likewise.
29340         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
29341         Likewise.
29342         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
29343         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
29344         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
29345         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
29346         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
29347         file.
29348         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
29349         file.
29350         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
29351         file.
29352         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
29353         file.
29354         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
29355         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
29356         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
29357         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
29358         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
29359         new VIS2 routines.
29360         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
29361         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
29362         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
29363         Likewise.
29364         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
29365         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
29366         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
29367         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
29368         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
29369         routines to libm-sysdep_routines.
29370         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
29372         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
29373         fdim/fdimf to libm-sysdep_routines.
29374         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
29375         file.
29376         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
29377         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
29378         file.
29379         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
29380         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
29381         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
29382         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
29383         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
29384         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
29385         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
29387 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
29389         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
29390         to optimize copies.
29392         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
29393         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
29394         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29396         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
29397         local variable MPTWO.
29398         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
29399         Likewise.
29401 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29403         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
29404         GLOB_NOESCAPE.
29406 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29408         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
29410 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
29412         * manual/pattern.texi (glob_t): Document gl_flags.
29413         (glob64_t): Likewise.
29415 2013-01-11  David S. Miller  <davem@davemloft.net>
29417         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
29418         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
29419         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
29420         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
29421         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
29422         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
29423         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
29424         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
29425         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
29426         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
29427         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
29428         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
29429         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
29431         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
29432         sparc V9 rather than using V8 code.
29433         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29434         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29436         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
29437         Move to...
29438         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
29439         Here.
29441 2013-01-11  Roland McGrath  <roland@hack.frob.com>
29443         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
29444         not in the main loop.
29445         * configure: Regenerated.
29447 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
29449         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
29450         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
29451         to just #else.
29452         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
29453         [!__GLIBC_HAVE_LONG_LONG] case.
29454         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
29455         condition to just #else.
29456         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
29457         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
29458         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
29459         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
29460         unconditional.
29461         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
29462         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
29463         #elif condition to just #else.
29464         * sysdeps/unix/sysv/linux/sys/sysmacros.h
29465         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
29466         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
29467         #elif condition to just #else.
29469 2013-01-11  Steve Ellcey  <sellcey@mips.com>
29471         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
29472         (EF_MIPS_ARCH_64): Fix value.
29473         (EF_MIPS_ARCH_32R2): New.
29474         (EF_MIPS_ARCH_64R2): New.
29476 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
29478         * Makeconfig (+link-pie-before-libc): New.
29479         (+link-pie-after-libc): Likewise.
29480         (+link-pie-tests): Likewise.
29481         (+link-pie): Rewritten.
29482         (link-before-libc): Remove $(config-LDFLAGS).
29483         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
29484         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
29485         (config-LDFLAGS): Renamed to ...
29486         (rtld-LDFLAGS): This.
29487         (rtld-tests-LDFLAGS): New macro.
29488         (link-libc-rpath-link): Likewise.
29489         (link-libc-tests-rpath-link): Likewise.
29490         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
29491         (link-libc): Prepand $(link-libc-rpath-link).
29492         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
29493         (test-program-prefix): New macro.
29494         (test-via-rtld-prefix): Likewise.
29495         (test-program-cmd): Likewise.
29496         (host-test-program-cmd): Likewise.
29497         * Makefile ($(common-objpfx)testrun.sh): Replace
29498         $(run-program-prefix) with $(test-program-prefix).
29499         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
29500         $(rtld-LDFLAGS).
29501         ($(common-objpfx)shlib.lds): Likewise.
29502         (build-module-helper): Likewise.
29503         ($(common-objpfx)format.lds): Likewise.
29504         * Rules (binaries-pie-tests): New.
29505         (binaries-pie-notests): Likewise.
29506         (binaries-pie): Rewritten.
29507         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
29508         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
29509         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
29510         (make-test-out): Replace $(host-built-program-cmd) with
29511         $(host-test-program-cmd).
29512         * config.make.in (build-hardcoded-path-in-tests): New variable.
29513         * configure.in (--enable-hardcoded-path-in-tests): New configure
29514         option.
29515         (hardcoded_path_in_tests): New AC_SUBST.
29516         * configure: Regenerated.
29517         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
29518         $(built-program-cmd) with $(test-program-cmd).
29519         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
29520         (test_program_cmd): This.
29521         * elf/Makefile ($(objpfx)order.out): Run test with
29522         $(test-program-prefix).
29523         ($(objpfx)order2.out): Likewise.
29524         ($(objpfx)tst-initorder.out): Likewise.
29525         ($(objpfx)tst-initorder2.out): Likewise.
29526         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
29527         $(test-program-cmd).
29528         ($(objpfx)tst-array1-static.out): Likewise.
29529         ($(objpfx)tst-array2.out): Likewise.
29530         ($(objpfx)tst-array3.out): Likewise.
29531         ($(objpfx)tst-array4.out): Likewise.
29532         ($(objpfx)tst-array5.out): Likewise.
29533         ($(objpfx)tst-array5-static.out): Likewise.
29534         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
29535         $(test-program-cmd).
29536         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
29537         $(run-program-prefix) with $(test-program-prefix).
29538         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
29539         (test_program_prefix): This.
29540         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
29541         $(run-program-prefix) with $(test-program-prefix).
29542         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
29543         (test_program_prefix): This.
29544         * iconvdata/tst-tables.sh: Likewise.
29545         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
29546         $(run-program-prefix) with $(test-program-prefix).
29547         ($(objpfx)tst-translit.out): Likewise.
29548         ($(objpfx)tst-gettext2.out): Likewise.
29549         ($(objpfx)tst-gettext4.out): Likewise.
29550         ($(objpfx)tst-gettext6.out): Likewise.
29551         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
29552         (test_program_prefix): This.
29553         * intl/tst-gettext2.sh: Likewise.
29554         * intl/tst-gettext4.sh  Likewise.
29555         * intl/tst-gettext6.sh: Likewise.
29556         * intl/tst-translit.sh: Likewise.
29557         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
29558         with $(test-program-cmd).
29559         * libio/Makefile ($(objpfx)test-freopen.out): Replace
29560         $(run-program-prefix) with $(test-program-prefix).
29561         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
29562         (test_program_prefix): This.
29563         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
29564         $(run-program-prefix) with $(test-program-prefix).
29565         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
29566         (test_program_prefix): This.
29567         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
29568         * posix/Makefile ($(objpfx)globtest.out): Replace
29569         $(run-via-rtld-prefix) and $(test-wrapper) with
29570         $(test-program-prefix) and $(test-via-rtld-prefix).
29571         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
29572         $(test-program-prefix).
29573         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
29574         $(host-test-program-cmd).
29575         (tst-spawn-ARGS): Likewise.
29576         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
29577         $(test-program-prefix).
29578         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
29579         (test_via_rtld_prefix): This.
29580         (test_wrapper): Renamed to ...
29581         (test_program_prefix): This.
29582         (run_program_prefix): Replaced by test_program_prefix.
29583         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
29584         (test_program_prefix): This.
29585         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
29586         with $(host-test-program-cmd).
29587         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
29588         $(run-program-prefix) with $(test-program-prefix).
29589         ($(objpfx)tst-printf.out): Likewise.
29590         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
29591         $(test-program-cmd).
29592         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
29593         (test_program_prefix): This.
29594         * stdio-common/tst-unbputc.sh: Likewise.
29595         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
29596         $(run-program-prefix) with $(test-program-prefix).
29597         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
29598         (test_program_prefix): This.
29599         * string/Makefile ($(objpfx)tst-svc.out):  Replace
29600         $(built-program-cmd) with $(test-program-cmd).
29602 2013-01-11  Andreas Jaeger  <aj@suse.de>
29604         [BZ #15003]
29605         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
29606         value. Sync with Linux 3.7.
29608 2013-01-10  David S. Miller  <davem@davemloft.net>
29610         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
29611         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29612         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29614 2013-01-10  Roland McGrath  <roland@hack.frob.com>
29616         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
29617         never set.
29618         * configure: Regenerated.
29620 2013-01-10  David S. Miller  <davem@davemloft.net>
29622         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
29623         sparc V9 rather than using V8 code.
29624         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
29625         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
29627 2013-01-10  Roland McGrath  <roland@hack.frob.com>
29629         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
29630         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
29631         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
29632         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
29633         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
29634         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
29635         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
29636         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
29637         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
29638         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
29639         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
29640         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
29641         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
29642         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
29643         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
29644         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
29645         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
29646         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
29647         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
29648         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
29649         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
29650         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
29651         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
29652         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
29653         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
29654         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
29655         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
29657 2013-01-10  David S. Miller  <davem@davemloft.net>
29659         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29661 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
29663         * posix/Makefile (tests-static): New variable.
29664         (tests): Add $(tests-static).
29665         (tst-exec-static-ARGS): New variable.
29666         (tst-spawn-static-ARGS): Likewise.
29667         * posix/tst-exec-static.c: New file.
29668         * posix/tst-spawn-static.c: Likewise.
29669         * posix/tst-exec.c: Support run directly.
29670         * posix/tst-spawn.c: Likewise.
29672 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
29674         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
29675         long.
29676         * math/bits/mathcalls.h (llrint): Likewise.
29677         (llround): Likewise.
29678         * stdlib/stdlib.h (struct drand48_data): Likewise.
29679         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
29680         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
29681         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
29682         Likewise.
29683         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
29684         Likewise.
29685         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
29686         (elf_greg_t): Likewise.
29687         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
29688         (__jmp_buf): Likewise.
29689         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
29690         definitions.
29691         (llrint): Likewise, for all definitions.
29692         (llrintl): Likewise.
29694         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
29695         Remove [__GNUC__] condition.
29696         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
29697         condition to just [__USE_ISOC99].
29698         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
29700 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
29702         [BZ #14200]
29703         * sysdeps/unix/sysv/linux/x86/bits/environments.h
29704         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
29705         defined.
29706         (_POSIX_V6_ILP32_OFF32): Likewise.
29707         (_XBS5_ILP32_OFF32): Likewise.
29708         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
29709         (__ILP32_OFFBIG_LDFLAGS): Likewise.
29711 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
29713         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
29715         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
29716         doubles __mpexp_twomm1.  Adjust usage.
29717         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
29718         Remove.
29720 2013-01-10  Andreas Schwab  <schwab@suse.de>
29722         [BZ #14964]
29723         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
29724         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
29726 2013-01-09  David S. Miller  <davem@davemloft.net>
29728         [BZ #15003]
29729         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
29730         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
29731         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
29732         (TCP_FASTOPEN): Define.
29733         (tcp_repair_opt): New structure.
29734         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
29735         enum values.
29736         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
29737         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
29738         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
29739         (tcp_cookie_transactions): New structure.
29741 2013-01-09  Anton Blanchard  <anton@samba.org>
29743         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
29744         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
29745         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
29746         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
29748 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
29750         * include/features.h (__USE_ANSI): Remove.
29752 2013-01-09  Roland McGrath  <roland@hack.frob.com>
29754         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
29756         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
29758 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
29760         * sysdeps/s390/fpu/libm-test-ulps: Update.
29762         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29764         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
29765         (__acr): Likewise.
29766         (__cpy): Likewise.
29767         (norm): Likewise.
29768         (denorm): Likewise.
29769         (__mp_dbl): Likewise.
29770         (__dbl_mp): Likewise.
29771         (add_magnitudes): Likewise.
29772         (sub_magnitudes): Likewise.
29773         (__add): Likewise.
29774         (__sub): Likewise.
29775         (__mul): Likewise.
29776         (__inv): Likewise.
29777         (__dvd): Likewise.
29778         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
29779         (__acr): Likewise.
29780         (__cpy): Likewise.
29781         (norm): Likewise.
29782         (denorm): Likewise.
29783         (__mp_dbl): Likewise.
29784         (__dbl_mp): Likewise.
29785         (add_magnitudes): Likewise.
29786         (sub_magnitudes): Likewise.
29787         (__add): Likewise.
29788         (__sub): Likewise.
29789         (__mul): Likewise.
29790         (__inv): Likewise.
29791         (__dvd): Likewise.
29792         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
29793         (__acr): Likewise.
29794         (__cpy): Likewise.
29795         (norm): Likewise.
29796         (denorm): Likewise.
29797         (__mp_dbl): Likewise.
29798         (__dbl_mp): Likewise.
29799         (add_magnitudes): Likewise.
29800         (sub_magnitudes): Likewise.
29801         (__add): Likewise.
29802         (__sub): Likewise.
29803         (__mul): Likewise.
29804         (__inv): Likewise.
29805         (__dvd): Likewise.
29807 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
29809         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
29810         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
29811         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
29812         2 && __USE_EXTERN_INLINES]: Likewise.
29814 2013-01-08  Andreas Jaeger  <aj@suse.de>
29816         [BZ# 14985]
29817         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
29818         Remove.
29819         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
29820         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
29822 2013-01-07  Anton Blanchard  <anton@samba.org>
29824         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
29825         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
29826         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
29827         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
29828         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
29829         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
29830         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
29831         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
29832         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
29833         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
29834         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
29835         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
29836         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
29837         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
29838         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
29839         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
29840         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
29841         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
29842         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
29843         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
29844         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
29845         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
29846         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
29847         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
29848         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
29849         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
29850         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
29851         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
29852         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
29853         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
29854         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
29855         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
29856         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
29857         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
29858         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
29859         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
29860         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
29861         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
29862         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
29863         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
29864         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
29865         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
29866         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
29868 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
29870         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
29871         (__MALLOC_PMT): Likewise.
29872         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
29873         [__GNUC__], only on [_LIBC].
29874         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
29875         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
29876         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
29877         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
29878         forward declaration.
29879         (realloc_hook_ini): Likewise.
29880         (memalign_hook_ini): Likewise.
29881         (__libc_memalign): Do not use __MALLOC_PMT in variable
29882         declaration.
29883         (__libc_valloc): Likewise.
29884         (__libc_pvalloc): Likewise.
29885         (__libc_calloc): Likewise.
29886         (__posix_memalign): Likewise.
29888         [BZ #14996]
29889         * math/s_casinh.c: Include <float.h>.
29890         (__casinh): Do not do computation with squaring and square root
29891         for large arguments.
29892         * math/s_casinhf.c: Include <float.h>.
29893         (__casinhf): Do not do computation with squaring and square root
29894         for large arguments.
29895         * math/s_casinhl.c: Include <float.h>.
29896         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
29897         (__casinhl): Do not do computation with squaring and square root
29898         for large arguments.
29899         * math/libm-test.inc (casin_test): Add more tests.
29900         (casinh_test): Likewise.
29901         * sysdeps/i386/fpu/libm-test-ulps: Update.
29902         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29904 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
29906         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
29907         (__x86_64_raw_data_cache_size): Likewise.
29908         (__x86_64_data_cache_size_half): Likewise.
29909         (__x86_64_raw_data_cache_size_half): Likewise.
29910         (__x86_64_shared_cache_size): Likewise.
29911         (__x86_64_raw_shared_cache_size): Likewise.
29912         (__x86_64_shared_cache_size_half): Likewise.
29913         (__x86_64_raw_shared_cache_size_half): Likewise.
29914         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
29915         to ...
29916         (__x86_data_cache_size): This.
29917         (__x86_64_raw_data_cache_size): Renamed to ...
29918         (__x86_raw_data_cache_size): This.
29919         (__x86_64_data_cache_size_half): Renamed to ...
29920         (__x86_data_cache_size_half): This.
29921         (__x86_64_raw_data_cache_size_half): Renamed to ...
29922         (__x86_raw_data_cache_size_half): This.
29923         (__x86_64_shared_cache_size): Renamed to ...
29924         (__x86_shared_cache_size): This.
29925         (__x86_64_raw_shared_cache_size): Renamed to ...
29926         (__x86_raw_shared_cache_size): This.
29927         (__x86_64_shared_cache_size_half): Renamed to ...
29928         (__x86_shared_cache_size_half): This.
29929         (__x86_64_raw_shared_cache_size_half): Renamed to ...
29930         (__x86_raw_shared_cache_size_half): This.
29931         * sysdeps/x86_64/memcpy.S: Updated.
29932         * sysdeps/x86_64/memset.S: Likewise.
29933         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
29934         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
29935         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
29937 2013-01-04  David S. Miller  <davem@davemloft.net>
29939         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29941 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
29943         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
29944         1 to avoid redefinition warning.
29945         (__USE_GNU): Don't define.
29946         (init_signaling_nan): Protoize.
29948         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29950 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
29952         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
29953         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
29954         (__cpymn): Likewise.
29955         (norm): Remove commented code.
29956         (denorm): Likewise.
29957         (__mp_dbl): Likewise.
29958         (__inv): Likewise.
29959         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
29960         (__cpymn): Likewise.
29961         (norm): Remove commented code.
29962         (denorm): Likewise.
29963         (__mp_dbl): Likewise.
29964         (__inv): Likewise.
29966         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
29967         mp_no value for 1.0 and 2.0.
29968         (norm): Use RADIXI instead of radixi.d.
29969         (denorm): Likewise.
29970         (__mul): Use 0.0 instead of zero.d.
29971         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
29972         mp_no value for 1.0 and 2.0.
29973         (norm): Use RADIXI instead of radixi.d.
29974         (denorm): Likewise.
29975         (__mul): Use 0.0 instead of zero.d.
29977 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
29979         [BZ #14994]
29980         * math/s_casinh.c (__casinh): Reduce finite argument to first
29981         quadrant then set signs of results at the end.
29982         * math/s_casinhf.c (__casinhf): Likewise.
29983         * math/s_casinhl.c (__casinhl): Likewise.
29984         * math/libm-test.inc (casin_test): Add more tests.
29985         (casinh_test): Likewise.
29986         * sysdeps/i386/fpu/libm-test-ulps: Update.
29987         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29989 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
29991         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
29993         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
29995         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
29996         declarations.
29997         (denorm): Likewise.
29998         (__mp_dbl): Likewise.
29999         (__inv): Likewise.
30001         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
30002         and adjust the header comment.
30004         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
30005         variable name from declaration.
30007 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
30009         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
30010         Initialize COMMON_CPUID_INDEX_7 element.
30011         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
30012         (CPUID_RTM): Likewise.
30013         (HAS_RTM): Likewise.
30014         (COMMON_CPUID_INDEX_7): New enum.
30016 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
30018         [BZ #14981]
30019         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
30020         size is zero, record memory as freed.
30022 2013-01-03  Andreas Jaeger  <aj@suse.de>
30024         * po/ia.po: Add new Interlingua translation.
30026 2012-01-03  Allan McRae  <allan@archlinux.org>
30028         * locale/programs/localedef.c: Fix description of '--posix' flag.
30030 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
30032         * NEWS: Update dates in second copyright notice.
30033         * README: Update copyright dates in example.
30034         * manual/libc.texinfo: Update copyright dates.
30035         * scripts/test-installation.pl: Update copyright date in --version
30036         output.
30038         * hurd/ctty-input.c: Fix copyright notice formatting.
30039         * hurd/ctty-output.c: Likewise.
30040         * hurd/dtable.c: Likewise.
30041         * hurd/hurd-raise.c: Likewise.
30042         * hurd/hurdprio.c: Likewise.
30043         * hurd/msgportdemux.c: Likewise.
30044         * misc/sys/file.h: Likewise.
30045         * misc/sys/ioctl.h: Likewise.
30046         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
30047         * sysdeps/mach/hurd/chdir.c: Likewise.
30048         * sysdeps/mach/hurd/fchdir.c: Likewise.
30049         * sysdeps/mach/hurd/rename.c: Likewise.
30050         * sysdeps/mach/hurd/rmdir.c: Likewise.
30051         * sysdeps/mach/hurd/seekdir.c: Likewise.
30052         * sysdeps/mach/hurd/setsid.c: Likewise.
30053         * sysdeps/posix/wait3.c: Likewise.
30055         * All files with FSF copyright notices: Update copyright dates
30056         using scripts/update-copyrights.
30057         * intl/plural.c: Regenerated.
30058         * locale/programs/charmap-kw.h: Likewise.
30059         * locale/programs/locfile-kw.h: Likewise.
30061 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30063         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
30064         four values.
30066         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
30067         calculation loop and add branch prediction.
30069         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
30070         check access beyond bounds of m1np.
30072         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30073         MPTWO.
30074         (__inv): Remove local variable MPTWO to use the global
30075         constant.
30076         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
30077         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30078         variable MPTWO.
30079         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
30080         MP3HALFS static const.
30082 2013-01-01  David S. Miller  <davem@davemloft.net>
30084         * po/ca.po: Update from translation team.
30086 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
30088         * scripts/update-copyrights: New file.
30089         * Makeconfig: Reformat copyright notice.
30090         * ctype/ctype.h: Likewise.
30091         * debug/swprintf_chk.c: Likewise.
30092         * elf/dl-cache.c: Likewise.
30093         * elf/dl-debug.c: Likewise.
30094         * elf/dl-object.c: Likewise.
30095         * grp/initgroups.c: Likewise.
30096         * hurd/Makefile: Likewise.
30097         * hurd/hurd/signal.h: Likewise.
30098         * hurd/hurdfault.c: Likewise.
30099         * hurd/hurdioctl.c: Likewise.
30100         * hurd/hurdlookup.c: Likewise.
30101         * hurd/intr-msg.c: Likewise.
30102         * iconv/gconv_open.c: Likewise.
30103         * libio/swprintf.c: Likewise.
30104         * locale/lc-ctype.c: Likewise.
30105         * locale/nl_langinfo.c: Likewise.
30106         * mach/Machrules: Likewise.
30107         * mach/Makefile: Likewise.
30108         * malloc/obstack.h: Likewise.
30109         * manual/Makefile: Likewise.
30110         * manual/tsort.awk: Likewise.
30111         * misc/bits/stab.def: Likewise.
30112         * nis/nis_print_group_entry.c: Likewise.
30113         * nis/nis_table.c: Likewise.
30114         * nis/nss_compat/compat-pwd.c: Likewise.
30115         * nis/nss_compat/compat-spwd.c: Likewise.
30116         * po/Makefile: Likewise.
30117         * posix/fnmatch.c: Likewise.
30118         * posix/regex.h: Likewise.
30119         * resolv/Makefile: Likewise.
30120         * resolv/nss_dns/dns-network.c: Likewise.
30121         * resolv/res_hconf.c: Likewise.
30122         * scripts/gen-sorted.awk: Likewise.
30123         * soft-fp/soft-fp.h: Likewise.
30124         * stdio-common/printf.h: Likewise.
30125         * stdlib/monetary.h: Likewise.
30126         * stdlib/random.c: Likewise.
30127         * stdlib/random_r.c: Likewise.
30128         * sysdeps/generic/Makefile: Likewise.
30129         * sysdeps/gnu/Makefile: Likewise.
30130         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
30131         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
30132         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
30133         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
30134         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
30135         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
30136         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
30137         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
30138         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
30139         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
30140         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
30141         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
30142         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
30143         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
30144         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
30145         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
30146         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
30147         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
30148         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
30149         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
30150         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
30151         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
30152         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
30153         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
30154         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
30155         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
30156         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
30157         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
30158         * sysdeps/mach/hurd/errnos.awk: Likewise.
30159         * sysdeps/mach/hurd/fork.c: Likewise.
30160         * sysdeps/mach/hurd/getcwd.c: Likewise.
30161         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
30162         * sysdeps/mach/hurd/mmap.c: Likewise.
30163         * sysdeps/mach/hurd/utimes.c: Likewise.
30164         * sysdeps/mach/hurd/xmknod.c: Likewise.
30165         * sysdeps/posix/profil.c: Likewise.
30166         * sysdeps/posix/readdir_r.c: Likewise.
30167         * sysdeps/powerpc/bits/mathdef.h: Likewise.
30168         * sysdeps/powerpc/bits/setjmp.h: Likewise.
30169         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
30170         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
30171         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
30172         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
30173         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
30174         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
30175         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
30176         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
30177         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
30178         * sysdeps/pthread/lio_listio.c: Likewise.
30179         * sysdeps/sparc/dl-procinfo.h: Likewise.
30180         * sysdeps/unix/i386/sysdep.S: Likewise.
30181         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
30182         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
30183         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
30184         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
30185         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
30186         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
30187         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
30188         * sysdeps/unix/sysv/linux/speed.c: Likewise.
30189         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
30190         * sysdeps/wordsize-32/divdi3.c: Likewise.
30191         * time/sys/time.h: Likewise.
30192         * wcsmbs/Makefile: Likewise.
30194 2013-01-01  David S. Miller  <davem@davemloft.net>
30196         * po/fr.po: Update from translation team.
30198         * catgets/gencat.c: Update copyright year.
30199         * csu/version.c: Likewise.
30200         * debug/catchsegv.sh: Likewise.
30201         * debug/pcprofiledump.c: Likewise.
30202         * debug/xtrace.sh: Likewise.
30203         * elf/ldconfig.c: Likewise.
30204         * elf/ldd.bash.in: Likewise.
30205         * elf/pldd.c: Likewise.
30206         * elf/sotruss.ksh: Likewise.
30207         * elf/sprof.c: Likewise.
30208         * iconv/iconv_prog.c: Likewise.
30209         * iconv/iconvconfig.c: Likewise.
30210         * locale/programs/locale.c: Likewise.
30211         * locale/programs/localedef.c: Likewise.
30212         * login/programs/pt_chown.c: Likewise.
30213         * malloc/memusage.sh: Likewise.
30214         * malloc/memusagestat.c: Likewise.
30215         * malloc/mtrace.pl: Likewise.
30216         * nscd/nscd.c: Likewise.
30217         * nss/getent.c: Likewise.
30218         * nss/makedb.c: Likewise.
30219         * posix/getconf.c: Likewise.
30221 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
30223         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
30224         numbers.
30226 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
30228         * math/bits/mathcalls.h (modf): Use __nonnull.
30230 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30232         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
30233         (split): Use macro CN instead of the bare value.
30234         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
30235         could be used.
30236         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
30237         instead of the bare value.
30238         (power1): Likewise.
30240 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30242         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
30243         __ATAN_TWOM.
30244         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30246         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
30247         their values.
30248         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
30249         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30250         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
30251         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
30253 2012-12-28  Andreas Jaeger  <aj@suse.de>
30255         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
30256         values are from Linux 3.7.
30258         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
30259         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
30261 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30263         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
30264         TRUE case.
30266         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
30267         (norm): Likewise.
30268         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
30269         variables with preprocessor constants.
30270         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
30271         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
30272         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
30274 2012-12-27  Bruno Haible  <bruno@clisp.org>
30276         [BZ #14317]
30277         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
30278         only if needed.
30280 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30282         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
30283         and use variable directly.
30284         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
30286         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
30287         MPONE.
30288         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
30289         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
30290         variable MPONE.
30291         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30292         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
30293         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
30294         include directive.  Remove local variable MPONE.
30295         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
30296         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
30297         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
30299 2012-12-25  David S. Miller  <davem@davemloft.net>
30301         * version.h (RELEASE): Set to "development".
30302         (VERSION): Set to "2.17.90".
30303         * NEWS: Add 2.18 section.
30305 2012-12-21  David S. Miller  <davem@davemloft.net>
30307         * po/hr.po: Update from translation team.
30309 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30311         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
30313 2012-12-19  Steve Ellcey  <sellcey@mips.com>
30315         * NEWS:  Mention new memcpy for MIPS.
30317 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
30319         * manual/contrib.texi (Contributors): Spelling correction.
30321 2012-12-15  David S. Miller  <davem@davemloft.net>
30323         * po/ru.po: Update from translation team.
30325 2012-12-13  David S. Miller  <davem@davemloft.net>
30327         * NEWS: Mention IFUNC testsuite enhancements.
30329         * po/pl.po: Update from translation team.
30330         * po/bg.po: Likewise.
30332         * manual/contrib.texi (Contributors): Update entries for Hongjiu
30333         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
30335 2012-12-11  David S. Miller  <davem@davemloft.net>
30337         * po/sv.po: Update from translation team.
30339         * po/vi.po: Update from translation team.
30341         * po/cs.po: Update from translation team.
30343         * po/de.po: Update from translation team.
30344         * po/eo.po: Likewise.
30345         * po/nl.po: Likewise.
30347 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30349         [BZ #14246]
30350         * manual/argp.texi (Argp Helper Functions): Move node to follow
30351         Argp Parsing State.
30353         [BZ #14872]
30354         * manual/conf.texi (Limits on File System Capacity): Mention if
30355         terminating null is included in the max size.
30357 2012-12-10  Andreas Jaeger  <aj@suse.de>
30359         * po/cs.po: Update from translation team.
30361 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
30363         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
30364         void pointer and cast to uintptr_t.
30365         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
30366         path.
30367         * sysdeps/s390/s390-64/memcpy.S: Likewise.
30368         * sysdeps/s390/s390-64/memset.S: Likewise.
30370 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
30372         [BZ #14833]
30373         * menual/message.texi (Message Translation): Fix typos.
30374         (Helper programs for gettext): Likewise.
30376 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
30378         [BZ #14898]
30379         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
30380         Change to -1.
30382 2012-12-07  David S. Miller  <davem@davemloft.net>
30384         * po/libc.pot: Update.
30386 2012-12-07  Richard Henderson  <rth@redhat.com>
30388         [BZ #10114]
30389         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
30390         normal/normal case to before the switch.
30391         (_FP_DIV): Likewise.
30393 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
30394             Mike Frysinger  <vapier@gentoo.org>
30396         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
30397         check for __NR_fadvise64_64.
30399 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
30401         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
30402         0, not just to plain "0" as a statement.
30403         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
30404         with cw.
30406 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
30408         * NEWS: Use sourceware.org in Bugzilla URL.
30410 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
30412         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
30413         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
30415         * stdio-common/tst-put-error.c (do_test): Add newline to the
30416         padded test to ensure flush.
30418 2012-12-05  Jeff Law  <law@redhat.com>
30420         * sunrpc/etc.rpc (fedfs_admin): Add entry.
30422 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
30424         * README: Don't refer to ports add-on as distributed separately.
30425         Mention AArch64 in list of systems supported in the ports add-on.
30427         * LICENSES: Add more non-FSF copyright and license notices.
30429         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
30430         ((unused)).
30432         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
30434         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
30435         10000 as width of padded output.
30437 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
30439         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
30441         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
30442         variable LX with __attribute__ ((unused)).
30443         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
30444         Likewise.
30445         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
30446         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
30447         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
30448         with __attribute__ ((unused)).
30450 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
30452         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
30454 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
30456         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
30457         (CFLAGS-nldbl-acos.c): New variable.
30458         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
30459         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
30460         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
30461         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
30462         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
30463         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
30464         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
30465         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
30466         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
30467         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
30468         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
30469         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
30470         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
30471         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
30472         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
30473         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
30474         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
30475         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
30476         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
30477         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
30478         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
30479         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
30480         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
30481         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
30482         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
30483         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
30484         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
30485         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
30486         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
30487         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
30488         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
30489         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
30490         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
30491         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
30492         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
30493         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
30494         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
30495         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
30496         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
30497         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
30498         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
30499         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
30500         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
30501         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
30502         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
30503         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
30504         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
30505         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
30506         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
30507         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
30508         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
30509         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
30510         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
30511         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
30512         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
30513         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
30514         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
30515         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
30516         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
30517         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
30518         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
30519         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
30520         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
30521         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
30522         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
30523         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
30524         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
30525         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
30526         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
30527         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
30528         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
30529         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
30530         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
30531         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
30532         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
30533         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
30534         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
30535         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
30536         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
30537         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
30538         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
30539         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
30540         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
30541         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
30542         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
30543         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
30544         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
30545         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
30546         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
30547         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
30548         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
30549         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
30550         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
30551         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
30552         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
30553         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
30554         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
30556         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
30557         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
30559         [BZ #14914]
30560         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
30561         whole low double instead of just low 47 bits when splitting values
30562         into two parts.
30564 2012-12-03  Allan McRae  <allan@archlinux.org>
30566         * manual/stdio.texi (Predefined Printf Handlers): Remove
30567         @hsep and @vsep usage.
30569 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
30571         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
30572         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
30574 2012-12-03  Jeff Law  <law@redhat.com>
30576         * time/sys/time.h (settimeofday): Do not mark TV argument
30577         as __nonnull.
30579 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
30581         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
30582         when currently writing and seek to current position when not.
30583         * libio/Makefile (tests): Remove bug-fclose1.
30584         * libio/bug-fclose1.c: Delete.
30586 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
30588         * manual/arith.texi (feenableexcept): Fix typo.
30589         (fedisableexcept): Likewise.
30591 2012-11-30  Roland McGrath  <roland@hack.frob.com>
30593         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
30594         second, differently-typed declaration, rather than a cast.
30596 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
30598         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
30599         * include/rpc/svc.h: ... here.
30601 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
30603         [BZ #13013]
30604         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
30605         depending n and resplen2 to catch cases where answer
30606         equals answerp2.
30608 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
30610         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
30611         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
30613 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
30615         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
30617 2012-11-29  Roland McGrath  <roland@hack.frob.com>
30619         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
30621 2012-11-28  Jeff Law  <law@redhat.com>
30623         [BZ #13761]
30624         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
30625         dataset_temporary.  Track alloca usage into alloca_used.
30626         If dataset is large allocate and release it via malloc/free.
30628 2012-06-04  Florian Weimer  <fweimer@redhat.com>
30630         [BZ #14197]
30631         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
30633 2012-11-28  David S. Miller  <davem@davemloft.net>
30635         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30637 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
30639         [BZ #14803]
30640         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
30641         of pi/2 rounded to nearest to 64 bits.
30642         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
30643         nearest to 64 bits.
30644         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
30645         bits.
30647 2012-11-28  Jeff Law <law@redhat.com>
30648             Martin Osvald <mosvald@redhat.com>
30650         [BZ #14889]
30651         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
30652         * sunrpc/svc.c: Include time.h.
30653         (__svc_accept_failed): New function.
30654         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
30655         any reason other than EINTR, call __svc_accept_failed.
30656         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
30657         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
30659 2012-11-28  Andreas Schwab  <schwab@suse.de>
30661         * scripts/abilist.awk: Also handle indirect functions in .opd
30662         section.
30664 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
30666         [BZ #13881]
30667         * sysdeps/x86/fpu/powl_helper.c: New file.
30668         * sysdeps/x86/fpu/Makefile: Likewise.
30669         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
30670         (p3): New object.
30671         (__ieee754_powl): Use __powl_helper for finite arguments except
30672         integer exponents below 8.
30673         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
30674         (p3): New object.
30675         (__ieee754_powl): Use __powl_helper for finite arguments except
30676         integer exponents below 8.
30677         * math/libm-test.inc (pow_test): Add more tests and enable some
30678         previously disabled tests.
30679         * sysdeps/i386/fpu/libm-test-ulps: Update.
30680         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30682 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
30683             Carlos O'Donell  <carlos_odonell@mentor.com>
30685         * nss/makedb.c (is_prime): Assert that input is odd and greater
30686         than 4.  Note that fact in a comment too.
30687         (next_prime): Add 4 to input.
30689 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
30691         [BZ #11741]
30692         * libio/Makefile (tests): Add test case tst-fwrite-error.
30693         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
30694         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
30695         * libio/tst-fwrite-error.c: New test case.
30697 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
30699         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
30700         before casting to void *.
30701         * include/libc-internal.h (__pointer_type): New macro.
30702         (__integer_if_pointer_type_sub): Likewise.
30703         (__integer_if_pointer_type): Likewise.
30704         (cast_to_integer): Likewise.
30705         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
30706         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
30707         before casting to atomic64_t.
30708         (atomic_exchange_acq): Likewise.
30709         (__arch_exchange_and_add_body): Likewise.
30710         (__arch_add_body): Likewise.
30711         (atomic_add_negative): Likewise.
30712         (atomic_add_zero): Likewise.
30714 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
30716         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
30717         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
30718         (add_fdes): Likewise.
30719         (linear_search_fdes): Likewise.
30720         (binary_search_unencoded_fdes): Likewise.
30722 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
30724         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
30726 2012-11-24  Adam Conrad  <adconrad@0c3.net>
30728         * configure.in: Autodetect C++ header directories.
30729         * configure: Regenerated.
30731 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
30733         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
30735 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
30737         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30739 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
30741         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
30742         LDBL_MANT_DIG == 106]: Disable some tests.
30743         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
30744         Likewise.
30745         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
30746         Likewise.
30748         [BZ #14871]
30749         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
30750         input for small inputs.  Return +/- pi/2 for large inputs.
30751         * math/libm-test.inc (atan_test): Add more tests.
30753         * sysdeps/generic/unwind-dw2-fde-glibc.c
30754         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
30755         __attribute__ ((unused)).
30757         [BZ #14645]
30758         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
30759         x * y if x and y are nonzero and z is zero.
30761         [BZ #14811]
30762         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
30763         nonzero exponents with absolute value below 0x1p-117 to +/-
30764         0x1p-117.
30766         [BZ #14869]
30767         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
30768         up arguments below 2**-450, not just those below 2**-500.
30769         * math/libm-test.inc (hypot_test): Add another test.
30771         [BZ #14868]
30772         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
30773         Return a+b for ratio over 2**120, not 2**60.
30774         * math/libm-test.inc (hypot_test): Add another test.
30776         * math/libm-test.inc (clog_test): Use
30777         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
30778         (clog10_test): Likewise.
30780         [BZ #6778]
30781         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
30783 2012-11-22  Andreas Schwab  <schwab@suse.de>
30785         * sysdeps/i386/fpu/libm-test-ulps: Update.
30787 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
30789         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
30790         printf output with newline.
30792 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
30794         [BZ #14865]
30795         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
30796         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
30797         -z nodlopen, -z initfirst and -z execstack support.
30798         * configure: Regenerated.
30800         * elf/elf.h (DF_1_NODIRECT): New macro.
30801         (DF_1_IGNMULDEF): Likewise.
30802         (DF_1_NOKSYMS): Likewise.
30803         (DF_1_NOHDR): Likewise.
30804         (DF_1_EDITED): Likewise.
30805         (DF_1_NORELOC): Likewise.
30806         (DF_1_SYMINTPOSE): Likewise.
30807         (DF_1_GLOBAUDIT): Likewise.
30808         (DF_1_SINGLETON): Likewise.
30809         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
30810         DT_1_SUPPORTED_MASK bits.
30811         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
30813 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
30815         * sysdeps/unix/make-syscalls.sh: Document prefixes.
30817 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
30819         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
30820         macro.
30822         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
30823         (sendmmsg): Move declarations...
30824         * socket/sys/socket.h: ... here.
30825         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
30826         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
30827         include it from...
30828         * socket/recvmmsg.c: ... this new file.
30829         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
30830         (sendmmsg): Rename to __sendmmsg, create weak alias and make
30831         definition of __sendmmsg hidden.
30832         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
30833         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
30834         Move ENOSYS stub into and include it from...
30835         * socket/sendmmsg.c: ... this new file.
30836         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
30837         (sysdep_routines): Move recvmmsg and sendmmsg...
30838         * socket/Makefile (routines): ... here.
30839         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
30840         (GLIBC_PRIVATE): Add __sendmmsg.
30841         * include/sys/socket.h (__sendmmsg): Add declarations.
30842         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
30843         sendmmsg.
30845 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
30847         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
30848         variable I1 with __attribute__ ((unused)).
30849         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
30851 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
30853         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
30854         DUMMY variables with __attribute__ ((unused)).
30856         * bits/byteswap.h: Include <bits/types.h>.
30857         (__bswap_64): Use __uint64_t instead of unsigned long long int.
30859 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
30861         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
30862         string_t.  Do not manually set errno.
30863         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
30864         length with __strnlen.  Make sure to both set errno and return it on
30865         failure.
30867 2012-11-19  David S. Miller  <davem@davemloft.net>
30869         With help from Joseph Myers.
30870         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
30871         very large arguments properly.
30872         * math/libm-test.inc (atan_test): New tests.
30873         (atan2_test): New tests.
30874         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30875         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30877 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
30879         [BZ #14856]
30880         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
30881         Define to 3.
30883         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
30884         [POSIX] (EADDRNOTAVAIL): Likewise.
30885         [POSIX] (EAFNOSUPPORT): Likewise.
30886         [POSIX] (EALREADY): Likewise.
30887         [POSIX] (ECONNABORTED): Likewise.
30888         [POSIX] (ECONNREFUSED): Likewise.
30889         [POSIX] (ECONNRESET): Likewise.
30890         [POSIX] (EDESTADDRREQ): Likewise.
30891         [POSIX] (EDQUOT): Likewise.
30892         [POSIX] (EHOSTUNREACH): Likewise.
30893         [POSIX] (EIDRM): Likewise.
30894         [POSIX] (EISCONN): Likewise.
30895         [POSIX] (ELOOP): Likewise.
30896         [POSIX] (EMULTIHOP): Likewise.
30897         [POSIX] (ENETDOWN): Likewise.
30898         [POSIX] (ENETUNREACH): Likewise.
30899         [POSIX] (ENOBUFS): Likewise.
30900         [POSIX] (ENODATA): Likewise.
30901         [POSIX] (ENOLINK): Likewise.
30902         [POSIX] (ENOMSG): Likewise.
30903         [POSIX] (ENOPROTOOPT): Likewise.
30904         [POSIX] (ENOSR): Likewise.
30905         [POSIX] (ENOSTR): Likewise.
30906         [POSIX] (ENOTCONN): Likewise.
30907         [POSIX] (ENOTSOCK): Likewise.
30908         [POSIX] (EOPNOTSUPP): Likewise.
30909         [POSIX] (EOVERFLOW): Likewise.
30910         [POSIX] (EPROTO): Likewise.
30911         [POSIX] (EPROTONOSUPPORT): Likewise.
30912         [POSIX] (EPROTOTYPE): Likewise.
30913         [POSIX] (ESTALE): Likewise.
30914         [POSIX] (ETIME): Likewise.
30915         [POSIX] (ETXTBSY): Likewise.
30916         [POSIX] (EWOULDBLOCK): Likewise.
30917         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
30918         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
30919         [POSIX] (SEEK_CUR): Likewise.
30920         [POSIX] (SEEK_END): Likewise.
30921         [POSIX || UNIX98] (mode_t): Do not require.
30922         [POSIX] (off_t): Likewise.
30923         [POSIX] (pid_t): Likewise.
30924         [POSIX] (sys/stat.h): Do not allow header.
30925         [POSIX] (unistd.h): Likewise.
30926         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
30927         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
30928         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
30929         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
30930         require.
30931         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
30932         sigevent): Specify elements.
30933         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
30934         entry.
30935         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
30936         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
30938         * conform/data/cpio.h-data [POSIX]: Disable whole file.
30939         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
30940         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
30941         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
30942         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
30943         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
30944         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
30945         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
30946         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
30947         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
30948         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
30949         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
30950         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
30951         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
30952         Likewise.
30953         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
30954         Likewise.
30955         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
30956         Likewise.
30957         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
30958         Likewise.
30959         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
30960         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
30961         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
30962         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
30963         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
30964         Specify lower bound on value.
30965         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
30966         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
30967         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
30968         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
30969         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
30970         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
30971         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
30972         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
30973         value.
30974         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
30975         as optional.
30976         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
30977         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
30978         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
30979         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
30980         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
30981         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
30982         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
30983         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
30984         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
30985         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
30986         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
30987         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
30988         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
30989         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
30990         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
30991         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
30992         entry.
30993         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
30994         optional.
30995         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
30996         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
30997         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
30998         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
30999         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
31000         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
31001         Likewise.
31002         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
31003         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
31004         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
31005         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
31006         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
31007         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
31008         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
31009         as optional.
31010         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
31011         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
31012         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
31013         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
31014         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
31015         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
31016         specify as optional.
31017         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
31018         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
31019         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
31020         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
31021         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
31022         [XPG3] (NL_LANGMAX): Likewise.
31023         [POSIX || XPG3] (NL_MSGMAX): Likewise.
31024         [POSIX || XPG3] (NL_NMAX): Likewise.
31025         [POSIX || XPG3] (NL_SETMAX): Likewise.
31026         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
31027         [XPG3] (NZERO): Likewise.
31028         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
31029         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
31030         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
31031         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
31032         (REG_ERANGE): Expect.
31033         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
31034         optional-constant.
31035         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
31036         Use (void) in prototype.
31037         [POSIX] (*_t): Allow.
31038         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
31039         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
31040         (WRDE_BADVAL): Expect.
31042         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
31043         expect.
31044         [XPG3 || XPG4] (O_RSYNC): Likewise.
31045         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
31046         Likewise.
31047         [XPG3 || XPG4] (pthread_sigmask): Likewise.
31048         [XPG3 || XPG4] (sigqueue): Likewise.
31049         [XPG3 || XPG4] (sigtimedwait): Likewise.
31050         [XPG3 || XPG4] (sigwaitinfo): Likewise.
31051         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
31052         [XPG3 || XPG4] (vsnprintf): Likewise.
31053         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
31054         Likewise.
31055         [XPG3 || XPG4] (blksize_t): Likewise.
31056         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
31057         Likewise.
31058         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
31059         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
31060         [XPG3 || XPG4] (struct itimerspec): Likewise.
31061         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
31062         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
31063         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
31064         [XPG3 || XPG4] (clockid_t): Likewise.
31065         [XPG3 || XPG4] (timer_t): Likewise.
31066         [XPG3 || XPG4] (clock_getres): Likewise.
31067         [XPG3 || XPG4] (clock_gettime): Likewise.
31068         [XPG3 || XPG4] (clock_settime): Likewise.
31069         [XPG3 || XPG4] (nanosleep): Likewise.
31070         [XPG3 || XPG4] (timer_create): Likewise.
31071         [XPG3 || XPG4] (timer_delete): Likewise.
31072         [XPG3 || XPG4] (timer_gettime): Likewise.
31073         [XPG3 || XPG4] (timer_getoverrun): Likewise.
31074         [XPG3 || XPG4] (timer_settime): Likewise.
31075         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
31076         [XPG3 || XPG4] (getlogin_r): Likewise.
31077         [XPG3 || XPG4] (pread): Likewise.
31078         [XPG3 || XPG4] (pthread_atfork): Likewise.
31079         [XPG3 || XPG4] (pwrite): Likewise.
31081         [BZ #14835]
31082         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
31083         <bits/siginfo.h>.
31085 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
31087         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
31088         finalizing MALLSTREAM.
31090         * sysdeps/mach/hurd/syncfs.c: New file.
31092 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31094         [BZ #14719]
31095         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
31096         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
31097         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
31098         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
31099         (_nss_dns_gethostbyname4_r): Likewise.
31100         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
31101         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
31103 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
31105         [BZ #13763]
31106         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
31108 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
31110         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
31111         * elf/cache.c (print_entry): Print ",AArch64" for
31112         FLAG_AARCH64_LIB64
31114         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
31115         * elf/cache.c (print_entry): Print ",hard-float" for
31116         FLAG_ARM_LIBHF.
31118 2012-11-18  David S. Miller  <davem@davemloft.net>
31120         With help from Joseph Myers.
31121         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
31122         cutoff to 2**-13.
31123         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
31124         cutoff to 2**-25.
31125         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
31126         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
31127         small.
31128         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
31129         * math/libm-test.inc (y0_test): New tests.
31130         (y1_test): New tests.
31131         * sysdeps/i386/fpu/libm-test-ulps: Update.
31132         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31133         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31135 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
31137         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
31138         64-bit targets.
31139         * configure: Regenerated.
31141 2012-11-17  David S. Miller  <davem@davemloft.net>
31143         [BZ #14811]
31144         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
31145         nonzero exponents with absolute value below 0x1p-128 to +/-
31146         0x1p-128.
31148 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
31150         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
31152         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
31154         * posix/getconf-speclist.c: New file.
31155         * posix/posix-envs.def: Likewise.
31156         * posix/confstr.c (START_ENV_GROUP): New macro.
31157         (END_ENV_GROUP): Likewise.
31158         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31159         (KNOWN_PRESENT_ENV_STRING): Likewise.
31160         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31161         (UNKNOWN_ENVIRONMENT): Likewise.
31162         (confstr): Include posix-envs.def instead of handling
31163         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
31164         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
31165         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
31166         (END_ENV_GROUP): Likewise.
31167         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
31168         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
31169         (UNKNOWN_ENVIRONMENT): Likewise.
31170         (__sysconf): Include posix-envs.def instead of handling associated
31171         cases directly here.
31172         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
31173         preprocessing getconf-speclist.c rather than running getconf or
31174         generating empty file.
31176 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
31178         * scripts/check-local-headers.sh: Ignore 'mach' headers.
31180 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
31182         [BZ #14672]
31183         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
31185 2012-11-16  David S. Miller  <davem@davemloft.net>
31187         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
31188         smaller than LDBL_EPSILON/2.0L, just return xm1.
31190 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
31192         * elf/tst-array1.c (init): Set constructor priority to 1000.
31193         (fini): Set destructor priority to 1000.
31194         * elf/tst-array2dep.c: Likewise.
31196 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31198         [BZ #11741]
31199         * libio/fileops.c (_IO_new_file_write): Correctly return error.
31200         (_IO_new_file_xsputn): Also return EOF if none of the input
31201         data was written when overflow failed.
31202         * libio/iopadn.c (_IO_padn): Likewise.
31203         * libio/iowpadn.c (_IO_wpadn): Likewise.
31204         * stdio-common/tst-put-error.c: Add copyright notice.
31205         (do_test): Add case for printing padded string.
31206         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
31207         _IO_padn returned error.
31208         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
31209         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
31210         return EOF.
31212 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
31214         * libio/libioP.h: Add comment note that the references to C++
31215         bits are now obsolete.
31217 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31219         * math/libm-test.inc (check_complex): Use asprintf.
31221 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
31223         * debug/pcprofiledump.c (print_version): Update copyright year.
31224         * malloc/memusagestat.c (print_version): Likewise.
31226 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
31228         [BZ #14831]
31229         * elf/Makefile (tests): Add tst-audit8.
31230         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
31231         ($(objpfx)tst-audit8.out): New target.
31232         (tst-audit8-ENV): New variable.
31233         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
31234         audit if l_reloc_result is NULL.
31235         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
31236         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
31237         * elf/tst-audit8.c: New file.
31239 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31241         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
31242         * misc/Makefile (CFLAGS-select.c): Define.
31243         * posix/Makefile (CFLAGS-pause.c): Define.
31245 2012-11-13  David S. Miller  <davem@davemloft.net>
31247         * crypt/Makefile: Move test targets after toplevel Rules
31248         inclusion.  Grab any necessary sysdep routines when linking.
31249         * crypt/md5.c (md5_process_block): Remove define, we will always
31250         name it __md5_process_block.
31251         (md5_finish_ctx): Update md5_process_block call.
31252         (md5_stream): Likewise.
31253         (md5_process_bytes): Likewise.
31254         (md5_process_block): Rename to __md5_process_block and move to ...
31255         * crypt/md5-block.c: ... here.
31256         * crypt/sha256.c (sha256_process_block): Move to ...
31257         * crypt/sha256-block.c: ... here.
31258         * crypt/sha512.c (sha512_process_block): Move to ...
31259         * crypt/sha512-block.c: ... here.
31260         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
31261         path.
31262         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
31263         * sysdeps/sparc/sparc64/multiarch/Makefile
31264         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
31265         crypt subdir.
31266         (localedef-aux): Add md5 crypto assembler when in locale subdir.
31267         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
31268         multiarch changes.
31269         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
31270         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
31271         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
31272         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
31273         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
31274         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
31275         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
31276         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
31277         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
31278         file.
31279         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
31280         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
31281         file.
31282         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
31284 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
31286         * timezone/tzselect.ksh: Update from tzcode git revision
31287         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
31288         * timezone/zdump.c: Likewise.
31289         * timezone/zic.c: Likewise.
31290         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
31291         in TZVERSION setting, not $(PKGVERSION).
31292         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
31293         REPORT_BUGS_TO settings.
31295         [BZ #14838]
31296         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
31297         macro.
31299 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31301         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
31302         detection to immediately after _FP_ROUND().
31303         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
31304         bits are 0.
31306 2012-11-11  David S. Miller  <davem@davemloft.net>
31308         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
31309         inttypes.h
31310         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
31311         __close rather than their public counterparts.
31313 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
31315         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
31316         file.
31317         [UNIX98] (sem_timedwait): Do not expect.
31318         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
31319         [XPG4 || UNIX98] (sockatmark): Do not expect.
31320         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
31321         (clock_getcpuclockid): Do not expect.
31322         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
31323         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
31324         Do not expect.
31325         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
31326         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
31327         [UNIX98] (vwscanf): Likewise.
31328         [UNIX98] (vswscanf): Likewise.
31330 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
31332         * timezone/version.h: Remove file.
31333         * timezone/README: Do not refer to version.h.
31334         * timezone/Makefile ($(objpfx)zic.o): New dependency on
31335         $(objpfx)version.h.
31336         ($(objpfx)zdump.o): Likewise.
31337         ($(objpfx)version.h): New target.
31339         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
31340         2012i.
31341         * timezone/README: Don't mention modification to tzselect.ksh.
31342         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
31343         work on unmodified tzselect.ksh.  Substitute version numbers in
31344         tzselect.ksh.
31346         * Makefile (format-me): Remove.
31347         (INSTALL): Adjust indentation.  Use commands directly instead of
31348         using $(format-me).
31350         * aclocal.m4 (ACX_PKGVERSION): New macro.
31351         (ACX_BUGURL): Likewise.
31352         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
31353         (PKGVERSION): New AC_DEFINE_UNQUOTED.
31354         (REPORT_BUGS_TO): Likewise.
31355         * configure: Regenerated.
31356         * config.h.in (PKGVERSION): New macro.
31357         (REPORT_BUGS_TO): Likewise.
31358         * config.make.in (PKGVERSION): New variable.
31359         (PKGVERSION_TEXI): Likewise.
31360         (REPORT_BUGS_TO): Likewise.
31361         (REPORT_BUGS_TEXI): Likewise.
31362         * Makefile (format-me): Use -I$(common-objpfx)manual.
31363         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
31364         ($(common-objpfx)manual/%): New target.
31365         (manual/%): Remove target.
31366         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
31367         (print_version): Use PKGVERSION.
31368         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
31369         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
31370         and REPORT_BUGS_TO.
31371         ($(objpfx)xtrace): Likewise.
31372         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
31373         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
31374         (print_version): Use PKGVERSION.
31375         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
31376         (do_version): Use PKGVERSION.
31377         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
31378         REPORT_BUGS_TO.
31379         (common-ldd-rewrite): Likewise.
31380         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
31381         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
31382         (print_version): Use PKGVERSION.
31383         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
31384         * elf/pldd.c (argp_program_bug_address): Remove variable.
31385         (more_help): New function.
31386         (argp): Use more_help.
31387         (print_version): Use PKGVERSION.
31388         * elf/sln.c (main): Use PKGVERSION.
31389         (usage): Use REPORT_BUGS_TO.
31390         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
31391         (top level): Use PKGVERSION.
31392         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
31393         (print_version): Use PKGVERSION.
31394         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
31395         (print_version): Use PKGVERSION.
31396         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
31397         (print_version): Use PKGVERSION.
31398         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
31399         (print_version): Use PKGVERSION.
31400         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
31401         (print_version): Use PKGVERSION.
31402         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
31403         (print_version): Use PKGVERSION.
31404         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
31405         and BUGURL.
31406         ($(objpfx)memusage): Likewise.
31407         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
31408         (do_version): Use PKGVERSION.
31409         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
31410         (print_version): Use PKGVERSION.
31411         * malloc/mtrace.pl ($PACKAGE): Remove variable.
31412         ($PKGVERSION): New variable.
31413         ($REPORT_BUGS_TO): Likewise.
31414         (usage): Use $REPORT_BUGS_TO.
31415         (top level): Use $PKGVERSION.
31416         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
31417         ($(objpfx)pkgvers.texi): New rule.
31418         ($(objpfx)stamp-pkgvers): Likewise.
31419         * manual/install.texi: Include pkgvers.texi.
31420         (--with-pkgversion): Document new configure option.
31421         (--with-bugurl): Likewise.
31422         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
31423         than necessarily for this particular distribution.  Use
31424         REPORT_BUGS_TO for where to report bugs.
31425         * INSTALL: Regenerated.
31426         * manual/libc.texinfo: Include pkgvers.texi.
31427         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
31428         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
31429         (print_version): Use PKGVERSION.
31430         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
31431         (print_version): Use PKGVERSION.
31432         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
31433         (print_version): Use PKGVERSION.
31434         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
31435         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
31436         macro.
31437         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
31438         (print_version): Use PKGVERSION.
31439         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
31440         (print_version): Use PKGVERSION.
31441         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
31442         and PKGVERSION.
31444         * timezone/checktab.awk: Update from tzcode 2012i.
31445         * timezone/ialloc.c: Likewise.
31446         * timezone/private.h: Likewise.
31447         * timezone/scheck.c: Likewise.
31448         * timezone/tzfile.h: Likewise.
31449         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
31450         (TZVERSION): Hardcode tzcode version number.
31451         * timezone/zdump.c: Update from tzcode 2012i.
31452         * timezone/zic.c: Likewise.
31453         * timezone/version.h: New file.
31454         * timezone/README: Describe version.h.  Update upstream location.
31456         [BZ #14824]
31457         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
31458         (mktemp): Enable declaration.
31459         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
31460         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
31461         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
31462         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
31463         Likewise.
31464         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
31465         Likewise.
31466         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
31467         Likewise.
31468         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
31469         Likewise.
31470         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
31471         Likewise.
31472         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
31473         Likewise.
31475         [BZ #14821]
31476         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
31477         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
31478         for copies of such integer values.
31479         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
31480         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
31482 2012-11-09  Andreas Jaeger  <aj@suse.de>
31484         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
31485         definitions and declarations that are provided by
31486         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
31488 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31490         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
31491         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
31492         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
31493         definition.
31495 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31497         * elf/elf.h: Update comment before AArch64 relocations.
31499 2012-11-07  David S. Miller  <davem@davemloft.net>
31501         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
31502         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
31503         (__start_context): Declare.
31504         (__makecontext_ret): Delete.
31505         (__makecontext): Hook up __start_context instead of
31506         __makecontext_ret.
31507         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
31508         (sysdep_routines): Add __start_context when in stdlib.
31510 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
31512         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
31513         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
31514         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
31515         hardcoded "nm".
31516         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
31517         (READELF): New variable.  Use it instead of hardcoded "readelf".
31519 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
31521         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
31522         * sysdeps/x86/Makefile: Here.
31523         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
31524         * sysdeps/x86/tst-xmmymm.sh: This.
31526 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
31528         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
31529         expectations.
31530         [UNIX98] (pthread_barrier_t): Do not expect.
31531         [UNIX98] (pthread_barrierattr_t): Likewise.
31532         [UNIX98] (pthread_spinlock_t): Likewise.
31533         [UNIX98] (pthread_barrier_destroy): Likewise.
31534         [UNIX98] (pthread_barrier_init): Likewise.
31535         [UNIX98] (pthread_barrier_wait): Likewise.
31536         [UNIX98] (pthread_barrierattr_destroy): Likewise.
31537         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
31538         [UNIX98] (pthread_barrierattr_init): Likewise.
31539         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
31540         [UNIX98] (pthread_getcpuclockid): Likewise.
31541         [UNIX98] (pthread_mutex_timedlock): Likewise.
31542         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
31543         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
31544         [UNIX98] (pthread_sigmask): Likewise.
31545         [UNIX98] (pthread_spin_destroy): Likewise.
31546         [UNIX98] (pthread_spin_init): Likewise.
31547         [UNIX98] (pthread_spin_lock): Likewise.
31548         [UNIX98] (pthread_spin_trylock): Likewise.
31549         [UNIX98] (pthread_spin_unlock): Likewise.
31550         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
31551         Do not expect.
31552         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
31553         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
31554         [XPG3 || XPG4] (pthread_cond_t): Likewise.
31555         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
31556         [XPG3 || XPG4] (pthread_key_t): Likewise.
31557         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
31558         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
31559         [XPG3 || XPG4] (pthread_once_t): Likewise.
31560         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
31561         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
31562         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
31563         [XPG3 || XPG4] (pthread_t): Likewise.
31565         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
31566         not expect.
31567         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
31569         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
31570         Change function return type to int.
31572         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
31573         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
31574         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
31575         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
31576         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
31577         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
31578         [!POSIX] (posix_madvise): Likewise.
31579         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
31580         && !UNIX98].
31581         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
31582         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
31583         (mode_t): Likewise.
31584         (posix_mem_offset): Likewise.
31585         (posix_typed_mem_get_info): Likewise.
31586         (posix_typed_mem_open): Likewise.
31588         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
31589         Change condition to [XOPEN2K8].
31591         * conform/conformtest.pl: Preprocess allow-header data with -x c
31592         instead of from stdin.
31593         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
31594         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
31595         [C99-based standards] (cerfc): Likewise.
31596         [C99-based standards] (cexp2): Likewise.
31597         [C99-based standards] (cexpm1): Likewise.
31598         [C99-based standards] (clog10): Likewise.
31599         [C99-based standards] (clog1p): Likewise.
31600         [C99-based standards] (clog2): Likewise.
31601         [C99-based standards] (clgamma): Likewise.
31602         [C99-based standards] (ctgamma): Likewise.
31603         [C99-based standards] (cerff): Likewise.
31604         [C99-based standards] (cerfcf): Likewise.
31605         [C99-based standards] (cexp2f): Likewise.
31606         [C99-based standards] (cexpm1f): Likewise.
31607         [C99-based standards] (clog10f): Likewise.
31608         [C99-based standards] (clog1pf): Likewise.
31609         [C99-based standards] (clog2f): Likewise.
31610         [C99-based standards] (clgammaf): Likewise.
31611         [C99-based standards] (ctgammaf): Likewise.
31612         [C99-based standards] (cerfl): Likewise.
31613         [C99-based standards] (cerfcl): Likewise.
31614         [C99-based standards] (cexp2l): Likewise.
31615         [C99-based standards] (cexpm1l): Likewise.
31616         [C99-based standards] (clog10l): Likewise.
31617         [C99-based standards] (clog1pl): Likewise.
31618         [C99-based standards] (clog2l): Likewise.
31619         [C99-based standards] (clgammal): Likewise.
31620         [C99-based standards] (ctgammal): Likewise.
31621         * conform/data/inttypes.h-data [C99-based standards]: Include
31622         stdint.h-data.  Remove all expectations for stdint.h contents.
31623         [C99-based standards] (PRI*): Do not allow.
31624         [C99-based standards] (SCN*): Likewise.
31625         [C99-based standards] (*_t): Likewise.
31626         [C99-based-standards] (PRId8): Expect macro.
31627         [C99-based-standards] (PRIi8): Likewise.
31628         [C99-based-standards] (PRIo8): Likewise.
31629         [C99-based-standards] (PRIu8): Likewise.
31630         [C99-based-standards] (PRIx8): Likewise.
31631         [C99-based-standards] (PRIX8): Likewise.
31632         [C99-based-standards] (SCNd8): Likewise.
31633         [C99-based-standards] (SCNi8): Likewise.
31634         [C99-based-standards] (SCNo8): Likewise.
31635         [C99-based-standards] (SCNu8): Likewise.
31636         [C99-based-standards] (SCNx8): Likewise.
31637         [C99-based-standards] (PRIdLEAST8): Likewise.
31638         [C99-based-standards] (PRIiLEAST8): Likewise.
31639         [C99-based-standards] (PRIoLEAST8): Likewise.
31640         [C99-based-standards] (PRIuLEAST8): Likewise.
31641         [C99-based-standards] (PRIxLEAST8): Likewise.
31642         [C99-based-standards] (PRIXLEAST8): Likewise.
31643         [C99-based-standards] (SCNdLEAST8): Likewise.
31644         [C99-based-standards] (SCNiLEAST8): Likewise.
31645         [C99-based-standards] (SCNoLEAST8): Likewise.
31646         [C99-based-standards] (SCNuLEAST8): Likewise.
31647         [C99-based-standards] (SCNxLEAST8): Likewise.
31648         [C99-based-standards] (PRIdFAST8): Likewise.
31649         [C99-based-standards] (PRIiFAST8): Likewise.
31650         [C99-based-standards] (PRIoFAST8): Likewise.
31651         [C99-based-standards] (PRIuFAST8): Likewise.
31652         [C99-based-standards] (PRIxFAST8): Likewise.
31653         [C99-based-standards] (PRIXFAST8): Likewise.
31654         [C99-based-standards] (SCNdFAST8): Likewise.
31655         [C99-based-standards] (SCNiFAST8): Likewise.
31656         [C99-based-standards] (SCNoFAST8): Likewise.
31657         [C99-based-standards] (SCNuFAST8): Likewise.
31658         [C99-based-standards] (SCNxFAST8): Likewise.
31659         [C99-based-standards] (PRId16): Likewise.
31660         [C99-based-standards] (PRIi16): Likewise.
31661         [C99-based-standards] (PRIo16): Likewise.
31662         [C99-based-standards] (PRIu16): Likewise.
31663         [C99-based-standards] (PRIx16): Likewise.
31664         [C99-based-standards] (PRIX16): Likewise.
31665         [C99-based-standards] (SCNd16): Likewise.
31666         [C99-based-standards] (SCNi16): Likewise.
31667         [C99-based-standards] (SCNo16): Likewise.
31668         [C99-based-standards] (SCNu16): Likewise.
31669         [C99-based-standards] (SCNx16): Likewise.
31670         [C99-based-standards] (PRIdLEAST16): Likewise.
31671         [C99-based-standards] (PRIiLEAST16): Likewise.
31672         [C99-based-standards] (PRIoLEAST16): Likewise.
31673         [C99-based-standards] (PRIuLEAST16): Likewise.
31674         [C99-based-standards] (PRIxLEAST16): Likewise.
31675         [C99-based-standards] (PRIXLEAST16): Likewise.
31676         [C99-based-standards] (SCNdLEAST16): Likewise.
31677         [C99-based-standards] (SCNiLEAST16): Likewise.
31678         [C99-based-standards] (SCNoLEAST16): Likewise.
31679         [C99-based-standards] (SCNuLEAST16): Likewise.
31680         [C99-based-standards] (SCNxLEAST16): Likewise.
31681         [C99-based-standards] (PRIdFAST16): Likewise.
31682         [C99-based-standards] (PRIiFAST16): Likewise.
31683         [C99-based-standards] (PRIoFAST16): Likewise.
31684         [C99-based-standards] (PRIuFAST16): Likewise.
31685         [C99-based-standards] (PRIxFAST16): Likewise.
31686         [C99-based-standards] (PRIXFAST16): Likewise.
31687         [C99-based-standards] (SCNdFAST16): Likewise.
31688         [C99-based-standards] (SCNiFAST16): Likewise.
31689         [C99-based-standards] (SCNoFAST16): Likewise.
31690         [C99-based-standards] (SCNuFAST16): Likewise.
31691         [C99-based-standards] (SCNxFAST16): Likewise.
31692         [C99-based-standards] (PRId32): Likewise.
31693         [C99-based-standards] (PRIi32): Likewise.
31694         [C99-based-standards] (PRIo32): Likewise.
31695         [C99-based-standards] (PRIu32): Likewise.
31696         [C99-based-standards] (PRIx32): Likewise.
31697         [C99-based-standards] (PRIX32): Likewise.
31698         [C99-based-standards] (SCNd32): Likewise.
31699         [C99-based-standards] (SCNi32): Likewise.
31700         [C99-based-standards] (SCNo32): Likewise.
31701         [C99-based-standards] (SCNu32): Likewise.
31702         [C99-based-standards] (SCNx32): Likewise.
31703         [C99-based-standards] (PRIdLEAST32): Likewise.
31704         [C99-based-standards] (PRIiLEAST32): Likewise.
31705         [C99-based-standards] (PRIoLEAST32): Likewise.
31706         [C99-based-standards] (PRIuLEAST32): Likewise.
31707         [C99-based-standards] (PRIxLEAST32): Likewise.
31708         [C99-based-standards] (PRIXLEAST32): Likewise.
31709         [C99-based-standards] (SCNdLEAST32): Likewise.
31710         [C99-based-standards] (SCNiLEAST32): Likewise.
31711         [C99-based-standards] (SCNoLEAST32): Likewise.
31712         [C99-based-standards] (SCNuLEAST32): Likewise.
31713         [C99-based-standards] (SCNxLEAST32): Likewise.
31714         [C99-based-standards] (PRIdFAST32): Likewise.
31715         [C99-based-standards] (PRIiFAST32): Likewise.
31716         [C99-based-standards] (PRIoFAST32): Likewise.
31717         [C99-based-standards] (PRIuFAST32): Likewise.
31718         [C99-based-standards] (PRIxFAST32): Likewise.
31719         [C99-based-standards] (PRIXFAST32): Likewise.
31720         [C99-based-standards] (SCNdFAST32): Likewise.
31721         [C99-based-standards] (SCNiFAST32): Likewise.
31722         [C99-based-standards] (SCNoFAST32): Likewise.
31723         [C99-based-standards] (SCNuFAST32): Likewise.
31724         [C99-based-standards] (SCNxFAST32): Likewise.
31725         [C99-based-standards] (PRId64): Likewise.
31726         [C99-based-standards] (PRIi64): Likewise.
31727         [C99-based-standards] (PRIo64): Likewise.
31728         [C99-based-standards] (PRIu64): Likewise.
31729         [C99-based-standards] (PRIx64): Likewise.
31730         [C99-based-standards] (PRIX64): Likewise.
31731         [C99-based-standards] (SCNd64): Likewise.
31732         [C99-based-standards] (SCNi64): Likewise.
31733         [C99-based-standards] (SCNo64): Likewise.
31734         [C99-based-standards] (SCNu64): Likewise.
31735         [C99-based-standards] (SCNx64): Likewise.
31736         [C99-based-standards] (PRIdLEAST64): Likewise.
31737         [C99-based-standards] (PRIiLEAST64): Likewise.
31738         [C99-based-standards] (PRIoLEAST64): Likewise.
31739         [C99-based-standards] (PRIuLEAST64): Likewise.
31740         [C99-based-standards] (PRIxLEAST64): Likewise.
31741         [C99-based-standards] (PRIXLEAST64): Likewise.
31742         [C99-based-standards] (SCNdLEAST64): Likewise.
31743         [C99-based-standards] (SCNiLEAST64): Likewise.
31744         [C99-based-standards] (SCNoLEAST64): Likewise.
31745         [C99-based-standards] (SCNuLEAST64): Likewise.
31746         [C99-based-standards] (SCNxLEAST64): Likewise.
31747         [C99-based-standards] (PRIdFAST64): Likewise.
31748         [C99-based-standards] (PRIiFAST64): Likewise.
31749         [C99-based-standards] (PRIoFAST64): Likewise.
31750         [C99-based-standards] (PRIuFAST64): Likewise.
31751         [C99-based-standards] (PRIxFAST64): Likewise.
31752         [C99-based-standards] (PRIXFAST64): Likewise.
31753         [C99-based-standards] (SCNdFAST64): Likewise.
31754         [C99-based-standards] (SCNiFAST64): Likewise.
31755         [C99-based-standards] (SCNoFAST64): Likewise.
31756         [C99-based-standards] (SCNuFAST64): Likewise.
31757         [C99-based-standards] (SCNxFAST64): Likewise.
31758         [C99-based-standards] (PRIdMAX): Likewise.
31759         [C99-based-standards] (PRIiMAX): Likewise.
31760         [C99-based-standards] (PRIoMAX): Likewise.
31761         [C99-based-standards] (PRIuMAX): Likewise.
31762         [C99-based-standards] (PRIxMAX): Likewise.
31763         [C99-based-standards] (PRIXMAX): Likewise.
31764         [C99-based-standards] (SCNdMAX): Likewise.
31765         [C99-based-standards] (SCNiMAX): Likewise.
31766         [C99-based-standards] (SCNoMAX): Likewise.
31767         [C99-based-standards] (SCNuMAX): Likewise.
31768         [C99-based-standards] (SCNxMAX): Likewise.
31769         [C99-based-standards] (PRIdPTR): Likewise.
31770         [C99-based-standards] (PRIiPTR): Likewise.
31771         [C99-based-standards] (PRIoPTR): Likewise.
31772         [C99-based-standards] (PRIuPTR): Likewise.
31773         [C99-based-standards] (PRIxPTR): Likewise.
31774         [C99-based-standards] (PRIXPTR): Likewise.
31775         [C99-based-standards] (SCNdPTR): Likewise.
31776         [C99-based-standards] (SCNiPTR): Likewise.
31777         [C99-based-standards] (SCNoPTR): Likewise.
31778         [C99-based-standards] (SCNuPTR): Likewise.
31779         [C99-based-standards] (SCNxPTR): Likewise.
31780         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
31781         allow.
31782         * conform/data/stdint.h-data: Update comments to clarify
31783         requirements.
31784         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
31785         type.
31786         [C99-based standards] (INT8_MAX): Likewise.
31787         [C99-based standards] (INT16_MIN): Likewise.
31788         [C99-based standards] (INT16_MAX): Likewise.
31789         [C99-based standards] (INT32_MIN): Likewise.
31790         [C99-based standards] (INT32_MAX): Likewise.
31791         [C99-based standards] (INT64_MIN): Likewise.
31792         [C99-based standards] (INT64_MAX): Likewise.
31793         [C99-based standards] (UINT8_MAX): Likewise.
31794         [C99-based standards] (UINT16_MAX): Likewise.
31795         [C99-based standards] (UINT32_MAX): Likewise.
31796         [C99-based standards] (UINT64_MAX): Likewise.
31797         [C99-based standards] (INT_LEAST8_MIN): Likewise.
31798         [C99-based standards] (INT_LEAST8_MAX): Likewise.
31799         [C99-based standards] (INT_LEAST16_MIN): Likewise.
31800         [C99-based standards] (INT_LEAST16_MAX): Likewise.
31801         [C99-based standards] (INT_LEAST32_MIN): Likewise.
31802         [C99-based standards] (INT_LEAST32_MAX): Likewise.
31803         [C99-based standards] (INT_LEAST64_MIN): Likewise.
31804         [C99-based standards] (INT_LEAST64_MAX): Likewise.
31805         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
31806         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
31807         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
31808         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
31809         [C99-based standards] (INT_FAST8_MIN): Likewise.
31810         [C99-based standards] (INT_FAST8_MAX): Likewise.
31811         [C99-based standards] (INT_FAST16_MIN): Likewise.
31812         [C99-based standards] (INT_FAST16_MAX): Likewise.
31813         [C99-based standards] (INT_FAST32_MIN): Likewise.
31814         [C99-based standards] (INT_FAST32_MAX): Likewise.
31815         [C99-based standards] (INT_FAST64_MIN): Likewise.
31816         [C99-based standards] (INT_FAST64_MAX): Likewise.
31817         [C99-based standards] (UINT_FAST8_MAX): Likewise.
31818         [C99-based standards] (UINT_FAST16_MAX): Likewise.
31819         [C99-based standards] (UINT_FAST32_MAX): Likewise.
31820         [C99-based standards] (UINT_FAST64_MAX): Likewise.
31821         [C99-based standards] (INTPTR_MIN): Likewise.
31822         [C99-based standards] (INTPTR_MAX): Likewise.
31823         [C99-based standards] (UINTPTR_MAX): Likewise.
31824         [C99-based standards] (INTMAX_MIN): Likewise.
31825         [C99-based standards] (INTMAX_MAX): Likewise.
31826         [C99-based standards] (UINTMAX_MAX): Likewise.
31827         [C99-based standards] (PTRDIFF_MIN): Likewise.
31828         [C99-based standards] (PTRDIFF_MAX): Likewise.
31829         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
31830         [C99-based standards] (SIZE_MAX): Likewise.
31831         [C99-based standards] (WCHAR_MAX): Likewise.
31832         [C99-based standards] (WINT_MAX): Likewise.
31833         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
31834         constraint on value.
31835         [C99-based standards] (WCHAR_MIN): Likewise.
31836         [C99-based standards] (WINT_MIN): Likewise.
31837         [C99-based standards] (*_t): Allow.
31838         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
31839         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
31840         Include math.h-data and complex.h-data.  Remove all expectations
31841         of math.h and complex.h contents.
31842         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
31843         at end of line.
31844         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
31845         (struct tm): Expect tag.
31846         [C99-based-standards] (wcstof): Expect function.
31847         [C99-based-standards] (wcstold): Likewise.
31848         [C99-based-standards] (wcstoll): Likewise.
31849         [C99-based-standards] (wcstoull): Likewise.
31850         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
31851         macro-int-constant.  Specify type.
31852         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
31853         constraint on value.
31854         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
31855         Specify type.
31856         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
31857         Specify value.
31858         [ISO C standards]: Do not allow headers.
31859         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
31860         wcs[abcdefghijklmnopqrstuvwxyz]*.
31861         [ISO C standards] (*_t): Do not allow.
31862         * conform/data/wctype.h-data [C99-based standards] (iswblank):
31863         Expect function.
31864         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
31865         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
31866         Specify type.
31867         [ISO C standards]: Do not allow headers.
31868         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
31869         is[abcdefghijklmnopqrstuvwxyz]*.
31870         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
31871         to[abcdefghijklmnopqrstuvwxyz]*.
31872         [ISO C standards] (*_t): Do not allow.
31873         * conform/data/stdalign.h-data: New file.
31874         * conform/data/stdbool.h-data: Likewise.
31875         * conform/data/stdnoreturn.h-data: Likewise.
31877 2012-11-07  Roland McGrath  <roland@hack.frob.com>
31879         [BZ #14815]
31880         * manual/filesys.texi (Directory Entries): Typo fix.
31881         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
31883 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31885         * elf/elf.h (EM_AARCH64): New macro.
31886         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
31887         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
31888         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
31889         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
31890         (R_AARCH64_TLSDESC): Likewise.
31891         (NT_ARM_TLS): Likewise.
31892         (NT_ARM_HW_BREAK): Likewise.
31893         (NT_ARM_HW_WATCH): Likewise.
31895 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
31897         [BZ #14811]
31898         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
31899         (__ieee754_powl): Saturate nonzero exponents with absolute value
31900         below 0x1p-79 to +/- 0x1p-79.
31901         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
31902         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
31903         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
31904         nonzero exponents with absolute value below 0x1p-32 to +/-
31905         0x1p-32.
31906         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
31907         (__ieee754_powl): Saturate nonzero exponents with absolute value
31908         below 0x1p-79 to +/- 0x1p-79.
31909         * math/libm-test.inc (pow_test): Add more tests.
31911 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31913         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
31914         _dl_s390_cap_flags with kernel. Increase string length.
31915         (_dl_s390_platforms): Add z196 and zEC12.
31917 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
31919         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
31920         Change XOPEN21K to XOPEN2K.
31922 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
31924         * string/memmove.c: Use memcpy when possible.
31926 2012-11-06  Andreas Jaeger  <aj@suse.de>
31928         * po/eo.po: Update from translation team.
31930 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
31932         [BZ #14793]
31933         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
31934         exponent and small x and y exponents, scale x or y up.  Increase
31935         by 2 the exponent used in scaling up.
31936         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
31937         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
31938         * math/libm-test.inc (fma_test): Add more tests.
31939         (fma_test_towardzero): Likewise.
31940         (fma_test_downward): Likewise.
31941         (fma_test_upward): Likewise.
31943 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
31945         [BZ #14805]
31946         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
31947         fenv_t *.
31949         [BZ #14801]
31950         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
31951         namespace for names of struct fields.
31952         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
31953         fenv_t fields.
31954         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
31955         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
31957 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
31959         [BZ #3665]
31960         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
31962 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
31964         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
31965         PTR_DEMANGLE.
31967         [BZ #5246]
31968         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
31969         PTR_DEMANGLE.
31971 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
31973         [BZ #14797]
31974         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
31975         definitely overflow as x * y not x * y + z.
31976         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
31977         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
31978         * math/libm-test.inc (fma_test): Add more tests.
31979         (fma_test_towardzero): Likewise.
31980         (fma_test_downward): Likewise.
31981         (fma_test_upward): Likewise.
31983 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
31985         [BZ #157]
31987         * include/stub-tag.h: Remove file.
31988         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
31989         '#include' of it.
31990         * manual/maint.texi (Porting): Don't reference it.
31991         * Makerules ($(objpfx)stubs): Likewise.
31992         * dirent/closedir.c: Don't include <stub-tag.h>.
31993         * dirent/dirfd.c: Likewise.
31994         * dirent/fdopendir.c: Likewise.
31995         * dirent/getdents.c: Likewise.
31996         * dirent/getdents64.c: Likewise.
31997         * dirent/opendir.c: Likewise.
31998         * dirent/readdir.c: Likewise.
31999         * dirent/readdir64.c: Likewise.
32000         * dirent/readdir64_r.c: Likewise.
32001         * dirent/readdir_r.c: Likewise.
32002         * dirent/rewinddir.c: Likewise.
32003         * dirent/seekdir.c: Likewise.
32004         * dirent/telldir.c: Likewise.
32005         * gmon/profil.c: Likewise.
32006         * grp/setgroups.c: Likewise.
32007         * inet/if_index.c: Likewise.
32008         * io/access.c: Likewise.
32009         * io/chdir.c: Likewise.
32010         * io/chmod.c: Likewise.
32011         * io/chown.c: Likewise.
32012         * io/close.c: Likewise.
32013         * io/dup.c: Likewise.
32014         * io/dup2.c: Likewise.
32015         * io/dup3.c: Likewise.
32016         * io/euidaccess.c: Likewise.
32017         * io/faccessat.c: Likewise.
32018         * io/fchdir.c: Likewise.
32019         * io/fchmod.c: Likewise.
32020         * io/fchmodat.c: Likewise.
32021         * io/fchown.c: Likewise.
32022         * io/fchownat.c: Likewise.
32023         * io/fcntl.c: Likewise.
32024         * io/flock.c: Likewise.
32025         * io/fstatfs.c: Likewise.
32026         * io/fstatfs64.c: Likewise.
32027         * io/fstatvfs.c: Likewise.
32028         * io/fstatvfs64.c: Likewise.
32029         * io/futimens.c: Likewise.
32030         * io/fxstat.c: Likewise.
32031         * io/fxstat64.c: Likewise.
32032         * io/fxstatat.c: Likewise.
32033         * io/fxstatat64.c: Likewise.
32034         * io/getcwd.c: Likewise.
32035         * io/isatty.c: Likewise.
32036         * io/lchmod.c: Likewise.
32037         * io/lchown.c: Likewise.
32038         * io/link.c: Likewise.
32039         * io/linkat.c: Likewise.
32040         * io/lseek.c: Likewise.
32041         * io/lseek64.c: Likewise.
32042         * io/lxstat64.c: Likewise.
32043         * io/mkdir.c: Likewise.
32044         * io/mkdirat.c: Likewise.
32045         * io/mkfifo.c: Likewise.
32046         * io/mkfifoat.c: Likewise.
32047         * io/open.c: Likewise.
32048         * io/open64.c: Likewise.
32049         * io/openat.c: Likewise.
32050         * io/openat64.c: Likewise.
32051         * io/pipe.c: Likewise.
32052         * io/pipe2.c: Likewise.
32053         * io/poll.c: Likewise.
32054         * io/posix_fadvise.c: Likewise.
32055         * io/posix_fadvise64.c: Likewise.
32056         * io/posix_fallocate.c: Likewise.
32057         * io/posix_fallocate64.c: Likewise.
32058         * io/read.c: Likewise.
32059         * io/readlink.c: Likewise.
32060         * io/readlinkat.c: Likewise.
32061         * io/rmdir.c: Likewise.
32062         * io/sendfile.c: Likewise.
32063         * io/sendfile64.c: Likewise.
32064         * io/statfs.c: Likewise.
32065         * io/statfs64.c: Likewise.
32066         * io/statvfs.c: Likewise.
32067         * io/statvfs64.c: Likewise.
32068         * io/symlink.c: Likewise.
32069         * io/symlinkat.c: Likewise.
32070         * io/ttyname.c: Likewise.
32071         * io/ttyname_r.c: Likewise.
32072         * io/umask.c: Likewise.
32073         * io/unlink.c: Likewise.
32074         * io/unlinkat.c: Likewise.
32075         * io/utime.c: Likewise.
32076         * io/utimensat.c: Likewise.
32077         * io/write.c: Likewise.
32078         * io/xmknod.c: Likewise.
32079         * io/xmknodat.c: Likewise.
32080         * io/xstat.c: Likewise.
32081         * io/xstat64.c: Likewise.
32082         * login/getpt.c: Likewise.
32083         * login/grantpt.c: Likewise.
32084         * login/unlockpt.c: Likewise.
32085         * math/e_acoshl.c: Likewise.
32086         * math/e_acosl.c: Likewise.
32087         * math/e_asinl.c: Likewise.
32088         * math/e_atan2l.c: Likewise.
32089         * math/e_atanhl.c: Likewise.
32090         * math/e_coshl.c: Likewise.
32091         * math/e_expl.c: Likewise.
32092         * math/e_fmodl.c: Likewise.
32093         * math/e_gammal_r.c: Likewise.
32094         * math/e_hypotl.c: Likewise.
32095         * math/e_j0l.c: Likewise.
32096         * math/e_j1l.c: Likewise.
32097         * math/e_jnl.c: Likewise.
32098         * math/e_lgammal_r.c: Likewise.
32099         * math/e_log10l.c: Likewise.
32100         * math/e_log2l.c: Likewise.
32101         * math/e_logl.c: Likewise.
32102         * math/e_powl.c: Likewise.
32103         * math/e_rem_pio2l.c: Likewise.
32104         * math/e_sinhl.c: Likewise.
32105         * math/e_sqrtl.c: Likewise.
32106         * math/fclrexcpt.c: Likewise.
32107         * math/fedisblxcpt.c: Likewise.
32108         * math/feenablxcpt.c: Likewise.
32109         * math/fegetenv.c: Likewise.
32110         * math/fegetexcept.c: Likewise.
32111         * math/fegetround.c: Likewise.
32112         * math/feholdexcpt.c: Likewise.
32113         * math/fesetenv.c: Likewise.
32114         * math/fesetround.c: Likewise.
32115         * math/feupdateenv.c: Likewise.
32116         * math/fgetexcptflg.c: Likewise.
32117         * math/fraiseexcpt.c: Likewise.
32118         * math/fsetexcptflg.c: Likewise.
32119         * math/ftestexcept.c: Likewise.
32120         * math/k_cosl.c: Likewise.
32121         * math/k_rem_pio2l.c: Likewise.
32122         * math/k_sinl.c: Likewise.
32123         * math/k_tanl.c: Likewise.
32124         * math/s_asinhl.c: Likewise.
32125         * math/s_atanl.c: Likewise.
32126         * math/s_cbrtl.c: Likewise.
32127         * math/s_erfl.c: Likewise.
32128         * math/s_expm1l.c: Likewise.
32129         * math/s_log1pl.c: Likewise.
32130         * math/s_tanhl.c: Likewise.
32131         * misc/acct.c: Likewise.
32132         * misc/brk.c: Likewise.
32133         * misc/chflags.c: Likewise.
32134         * misc/chroot.c: Likewise.
32135         * misc/fchflags.c: Likewise.
32136         * misc/fgetxattr.c: Likewise.
32137         * misc/flistxattr.c: Likewise.
32138         * misc/fremovexattr.c: Likewise.
32139         * misc/fsetxattr.c: Likewise.
32140         * misc/fsync.c: Likewise.
32141         * misc/ftruncate.c: Likewise.
32142         * misc/futimes.c: Likewise.
32143         * misc/futimesat.c: Likewise.
32144         * misc/getdomain.c: Likewise.
32145         * misc/getdtsz.c: Likewise.
32146         * misc/gethostid.c: Likewise.
32147         * misc/gethostname.c: Likewise.
32148         * misc/getloadavg.c: Likewise.
32149         * misc/getpagesize.c: Likewise.
32150         * misc/getsysstats.c: Likewise.
32151         * misc/getxattr.c: Likewise.
32152         * misc/gtty.c: Likewise.
32153         * misc/ioctl.c: Likewise.
32154         * misc/lgetxattr.c: Likewise.
32155         * misc/listxattr.c: Likewise.
32156         * misc/llistxattr.c: Likewise.
32157         * misc/lremovexattr.c: Likewise.
32158         * misc/lsetxattr.c: Likewise.
32159         * misc/lutimes.c: Likewise.
32160         * misc/madvise.c: Likewise.
32161         * misc/mincore.c: Likewise.
32162         * misc/mlock.c: Likewise.
32163         * misc/mlockall.c: Likewise.
32164         * misc/mmap.c: Likewise.
32165         * misc/mprotect.c: Likewise.
32166         * misc/msync.c: Likewise.
32167         * misc/munlock.c: Likewise.
32168         * misc/munlockall.c: Likewise.
32169         * misc/munmap.c: Likewise.
32170         * misc/preadv.c: Likewise.
32171         * misc/preadv64.c: Likewise.
32172         * misc/ptrace.c: Likewise.
32173         * misc/pwritev.c: Likewise.
32174         * misc/pwritev64.c: Likewise.
32175         * misc/readv.c: Likewise.
32176         * misc/reboot.c: Likewise.
32177         * misc/remap_file_pages.c: Likewise.
32178         * misc/removexattr.c: Likewise.
32179         * misc/revoke.c: Likewise.
32180         * misc/select.c: Likewise.
32181         * misc/setdomain.c: Likewise.
32182         * misc/setegid.c: Likewise.
32183         * misc/seteuid.c: Likewise.
32184         * misc/sethostid.c: Likewise.
32185         * misc/sethostname.c: Likewise.
32186         * misc/setregid.c: Likewise.
32187         * misc/setreuid.c: Likewise.
32188         * misc/setxattr.c: Likewise.
32189         * misc/sstk.c: Likewise.
32190         * misc/stty.c: Likewise.
32191         * misc/swapoff.c: Likewise.
32192         * misc/swapon.c: Likewise.
32193         * misc/sync.c: Likewise.
32194         * misc/syncfs.c: Likewise.
32195         * misc/syscall.c: Likewise.
32196         * misc/truncate.c: Likewise.
32197         * misc/ualarm.c: Likewise.
32198         * misc/usleep.c: Likewise.
32199         * misc/ustat.c: Likewise.
32200         * misc/utimes.c: Likewise.
32201         * misc/vhangup.c: Likewise.
32202         * misc/writev.c: Likewise.
32203         * posix/_exit.c: Likewise.
32204         * posix/alarm.c: Likewise.
32205         * posix/execve.c: Likewise.
32206         * posix/fexecve.c: Likewise.
32207         * posix/fork.c: Likewise.
32208         * posix/fpathconf.c: Likewise.
32209         * posix/getaddrinfo.c: Likewise.
32210         * posix/getegid.c: Likewise.
32211         * posix/geteuid.c: Likewise.
32212         * posix/getgid.c: Likewise.
32213         * posix/getgroups.c: Likewise.
32214         * posix/getlogin.c: Likewise.
32215         * posix/getlogin_r.c: Likewise.
32216         * posix/getpgid.c: Likewise.
32217         * posix/getpid.c: Likewise.
32218         * posix/getppid.c: Likewise.
32219         * posix/getresgid.c: Likewise.
32220         * posix/getresuid.c: Likewise.
32221         * posix/getsid.c: Likewise.
32222         * posix/getuid.c: Likewise.
32223         * posix/glob64.c: Likewise.
32224         * posix/nanosleep.c: Likewise.
32225         * posix/pathconf.c: Likewise.
32226         * posix/pause.c: Likewise.
32227         * posix/posix_madvise.c: Likewise.
32228         * posix/pread.c: Likewise.
32229         * posix/pread64.c: Likewise.
32230         * posix/pwrite.c: Likewise.
32231         * posix/pwrite64.c: Likewise.
32232         * posix/sched_getaffinity.c: Likewise.
32233         * posix/sched_getp.c: Likewise.
32234         * posix/sched_gets.c: Likewise.
32235         * posix/sched_primax.c: Likewise.
32236         * posix/sched_primin.c: Likewise.
32237         * posix/sched_rr_gi.c: Likewise.
32238         * posix/sched_setaffinity.c: Likewise.
32239         * posix/sched_setp.c: Likewise.
32240         * posix/sched_sets.c: Likewise.
32241         * posix/sched_yield.c: Likewise.
32242         * posix/setgid.c: Likewise.
32243         * posix/setlogin.c: Likewise.
32244         * posix/setpgid.c: Likewise.
32245         * posix/setresgid.c: Likewise.
32246         * posix/setresuid.c: Likewise.
32247         * posix/setsid.c: Likewise.
32248         * posix/setuid.c: Likewise.
32249         * posix/sleep.c: Likewise.
32250         * posix/spawni.c: Likewise.
32251         * posix/sysconf.c: Likewise.
32252         * posix/times.c: Likewise.
32253         * posix/wait.c: Likewise.
32254         * posix/wait3.c: Likewise.
32255         * posix/wait4.c: Likewise.
32256         * posix/waitpid.c: Likewise.
32257         * resolv/gai_sigqueue.c: Likewise.
32258         * resource/getpriority.c: Likewise.
32259         * resource/getrlimit.c: Likewise.
32260         * resource/getrusage.c: Likewise.
32261         * resource/nice.c: Likewise.
32262         * resource/setpriority.c: Likewise.
32263         * resource/setrlimit.c: Likewise.
32264         * resource/ulimit.c: Likewise.
32265         * rt/aio_cancel.c: Likewise.
32266         * rt/aio_fsync.c: Likewise.
32267         * rt/aio_read.c: Likewise.
32268         * rt/aio_sigqueue.c: Likewise.
32269         * rt/aio_suspend.c: Likewise.
32270         * rt/aio_write.c: Likewise.
32271         * rt/clock_getres.c: Likewise.
32272         * rt/clock_gettime.c: Likewise.
32273         * rt/clock_nanosleep.c: Likewise.
32274         * rt/clock_settime.c: Likewise.
32275         * rt/lio_listio.c: Likewise.
32276         * rt/mq_close.c: Likewise.
32277         * rt/mq_getattr.c: Likewise.
32278         * rt/mq_notify.c: Likewise.
32279         * rt/mq_open.c: Likewise.
32280         * rt/mq_receive.c: Likewise.
32281         * rt/mq_send.c: Likewise.
32282         * rt/mq_setattr.c: Likewise.
32283         * rt/mq_timedreceive.c: Likewise.
32284         * rt/mq_timedsend.c: Likewise.
32285         * rt/mq_unlink.c: Likewise.
32286         * rt/shm_open.c: Likewise.
32287         * rt/shm_unlink.c: Likewise.
32288         * rt/timer_create.c: Likewise.
32289         * rt/timer_delete.c: Likewise.
32290         * rt/timer_getoverr.c: Likewise.
32291         * rt/timer_gettime.c: Likewise.
32292         * rt/timer_settime.c: Likewise.
32293         * setjmp/__longjmp.c: Likewise.
32294         * setjmp/setjmp.c: Likewise.
32295         * signal/kill.c: Likewise.
32296         * signal/killpg.c: Likewise.
32297         * signal/raise.c: Likewise.
32298         * signal/sigaction.c: Likewise.
32299         * signal/sigaltstack.c: Likewise.
32300         * signal/sigblock.c: Likewise.
32301         * signal/sigignore.c: Likewise.
32302         * signal/sigintr.c: Likewise.
32303         * signal/signal.c: Likewise.
32304         * signal/sigpause.c: Likewise.
32305         * signal/sigpending.c: Likewise.
32306         * signal/sigqueue.c: Likewise.
32307         * signal/sigreturn.c: Likewise.
32308         * signal/sigset.c: Likewise.
32309         * signal/sigsetmask.c: Likewise.
32310         * signal/sigstack.c: Likewise.
32311         * signal/sigsuspend.c: Likewise.
32312         * signal/sigtimedwait.c: Likewise.
32313         * signal/sigvec.c: Likewise.
32314         * signal/sigwait.c: Likewise.
32315         * signal/sigwaitinfo.c: Likewise.
32316         * signal/sysv_signal.c: Likewise.
32317         * socket/accept.c: Likewise.
32318         * socket/accept4.c: Likewise.
32319         * socket/bind.c: Likewise.
32320         * socket/connect.c: Likewise.
32321         * socket/getpeername.c: Likewise.
32322         * socket/getsockname.c: Likewise.
32323         * socket/getsockopt.c: Likewise.
32324         * socket/isfdtype.c: Likewise.
32325         * socket/listen.c: Likewise.
32326         * socket/recv.c: Likewise.
32327         * socket/recvfrom.c: Likewise.
32328         * socket/recvmsg.c: Likewise.
32329         * socket/send.c: Likewise.
32330         * socket/sendmsg.c: Likewise.
32331         * socket/sendto.c: Likewise.
32332         * socket/setsockopt.c: Likewise.
32333         * socket/shutdown.c: Likewise.
32334         * socket/sockatmark.c: Likewise.
32335         * socket/socket.c: Likewise.
32336         * socket/socketpair.c: Likewise.
32337         * stdio-common/ctermid.c: Likewise.
32338         * stdio-common/cuserid.c: Likewise.
32339         * stdio-common/remove.c: Likewise.
32340         * stdio-common/rename.c: Likewise.
32341         * stdio-common/renameat.c: Likewise.
32342         * stdio-common/tempname.c: Likewise.
32343         * stdlib/getcontext.c: Likewise.
32344         * stdlib/makecontext.c: Likewise.
32345         * stdlib/setcontext.c: Likewise.
32346         * stdlib/swapcontext.c: Likewise.
32347         * stdlib/system.c: Likewise.
32348         * streams/fattach.c: Likewise.
32349         * streams/fdetach.c: Likewise.
32350         * streams/getmsg.c: Likewise.
32351         * streams/getpmsg.c: Likewise.
32352         * streams/putmsg.c: Likewise.
32353         * streams/putpmsg.c: Likewise.
32354         * sysdeps/unix/bsd/getpt.c: Likewise.
32355         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
32356         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
32357         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
32358         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
32359         Likewise.
32360         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
32361         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
32362         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
32363         * sysvipc/msgctl.c: Likewise.
32364         * sysvipc/msgget.c: Likewise.
32365         * sysvipc/msgrcv.c: Likewise.
32366         * sysvipc/msgsnd.c: Likewise.
32367         * sysvipc/semctl.c: Likewise.
32368         * sysvipc/semget.c: Likewise.
32369         * sysvipc/semop.c: Likewise.
32370         * sysvipc/semtimedop.c: Likewise.
32371         * sysvipc/shmat.c: Likewise.
32372         * sysvipc/shmctl.c: Likewise.
32373         * sysvipc/shmdt.c: Likewise.
32374         * sysvipc/shmget.c: Likewise.
32375         * termios/tcdrain.c: Likewise.
32376         * termios/tcflow.c: Likewise.
32377         * termios/tcflush.c: Likewise.
32378         * termios/tcgetattr.c: Likewise.
32379         * termios/tcgetpgrp.c: Likewise.
32380         * termios/tcsendbrk.c: Likewise.
32381         * termios/tcsetattr.c: Likewise.
32382         * termios/tcsetpgrp.c: Likewise.
32383         * time/adjtime.c: Likewise.
32384         * time/clock.c: Likewise.
32385         * time/getitimer.c: Likewise.
32386         * time/gettimeofday.c: Likewise.
32387         * time/setitimer.c: Likewise.
32388         * time/settimeofday.c: Likewise.
32389         * time/stime.c: Likewise.
32390         * time/time.c: Likewise.
32392 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
32394         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
32395         /usr/old/bin.
32397         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
32398         instead of spaces.
32399         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
32401 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
32403         [BZ #14796]
32404         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
32405         FE_TONEAREST before applying Dekker multiplication and Knuth
32406         addition.  Clear inexact exceptions and check for exact zero
32407         results afterwards.
32408         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32409         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
32410         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32411         * math/libm-test.inc (fma_test): Add more tests.
32412         (fma_test_towardzero): Likewise.
32413         (fma_test_downward): Likewise.
32414         (fma_test_upward): Likewise.
32415         * sysdeps/generic/math_private.h (default_libc_fesetround): New
32416         function.
32417         (libc_fesetround): New macro.
32418         (libc_fesetroundf): Likewise.
32419         (libc_fesetroundl): Likewise.
32420         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
32421         function.
32422         (libc_fesetround_387): Likewise.
32423         (libc_fesetroundf): New macro.
32424         (libc_fesetround): Likewise.
32425         (libc_fesetroundl): Likewise.
32426         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
32427         function.
32428         (libc_fesetroundf): New macro.
32429         (libc_fesetround): Likewise.
32430         (libc_fesetroundl): Likewise.
32431         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
32432         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
32433         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
32434         libm_hidden_ver.
32435         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
32436         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
32437         libm_hidden_def.
32438         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
32439         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
32440         libm_hidden_ver.
32441         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
32442         libm_hidden_def.
32444         [BZ #3439]
32445         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
32446         integer constant usable in #if and use that to give value to enum
32447         constant.
32448         (FE_DIVBYZERO): Likewise.
32449         (FE_UNDERFLOW): Likewise.
32450         (FE_OVERFLOW): Likewise.
32451         (FE_INVALID): Likewise.
32452         (FE_INVALID_SNAN): Likewise.
32453         (FE_INVALID_ISI): Likewise.
32454         (FE_INVALID_IDI): Likewise.
32455         (FE_INVALID_ZDZ): Likewise.
32456         (FE_INVALID_IMZ): Likewise.
32457         (FE_INVALID_COMPARE): Likewise.
32458         (FE_INVALID_SOFTWARE): Likewise.
32459         (FE_INVALID_SQRT): Likewise.
32460         (FE_INVALID_INTEGER_CONVERSION): Likewise.
32461         (FE_TONEAREST): Likewise.
32462         (FE_TOWARDZERO): Likewise.
32463         (FE_UPWARD): Likewise.
32464         (FE_DOWNWARD): Likewise.
32465         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
32466         (FE_DIVBYZERO): Likewise.
32467         (FE_OVERFLOW): Likewise.
32468         (FE_UNDERFLOW): Likewise.
32469         (FE_INEXACT): Likewise.
32470         (FE_TONEAREST): Likewise.
32471         (FE_DOWNWARD): Likewise.
32472         (FE_UPWARD): Likewise.
32473         (FE_TOWARDZERO): Likewise.
32474         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
32475         (FE_UNDERFLOW): Likewise.
32476         (FE_OVERFLOW): Likewise.
32477         (FE_DIVBYZERO): Likewise.
32478         (FE_INVALID): Likewise.
32479         (FE_TONEAREST): Likewise.
32480         (FE_TOWARDZERO): Likewise.
32481         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
32482         (FE_OVERFLOW): Likewise.
32483         (FE_UNDERFLOW): Likewise.
32484         (FE_DIVBYZERO): Likewise.
32485         (FE_INEXACT): Likewise.
32486         (FE_TONEAREST): Likewise.
32487         (FE_TOWARDZERO): Likewise.
32488         (FE_UPWARD): Likewise.
32489         (FE_DOWNWARD): Likewise.
32490         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
32491         (FE_DIVBYZERO): Likewise.
32492         (FE_OVERFLOW): Likewise.
32493         (FE_UNDERFLOW): Likewise.
32494         (FE_INEXACT): Likewise.
32495         (FE_TONEAREST): Likewise.
32496         (FE_DOWNWARD): Likewise.
32497         (FE_UPWARD): Likewise.
32498         (FE_TOWARDZERO): Likewise.
32500 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
32502         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
32504 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
32506         * scripts/cross-test-ssh.sh (command): Use newlines to separate
32507         commands.  Quote $PWD.
32508         (blacklist_exports): Don't use remove_newlines.  Replace "declare
32509         -x" by "export".
32510         (remove_newlines): Remove.
32512 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
32514         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
32515         * stdlib/stdlib.h (atof): Moved to ...
32516         * include/bits/stdlib-float.h: Here.  New file.
32517         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
32518         * stdlib/bits/stdlib-float.h: New file.
32519         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
32520         -mno-sse -mno-mmx.
32521         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
32522         <xmmintrin.h>.
32524 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
32526         * conform/conformtest.pl (@headers): Add fenv.h.
32527         * conform/data/fenv.h-data: New file.
32528         * include/fenv.h [_ISOMAC]: Disable all contents of file except
32529         include of <math/fenv.h>.
32531         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
32532         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
32533         && !UNIX98].  Enables tests for XOPEN2K8.
32534         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
32535         POSIX2008]: Likewise.
32537         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
32538         (struct rusage): Do not expect type or its members.
32540         [BZ #3439]
32541         * math/math.h (FP_NAN): Define macro to integer constant usable in
32542         #if and use that to give value to enum constant.
32543         (FP_INFINITE): Likewise.
32544         (FP_ZERO): Likewise.
32545         (FP_SUBNORMAL): Likewise.
32546         (FP_NORMAL): Likewise.
32548 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
32550         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
32551         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
32552         arguments.
32554 2012-11-02  Roland McGrath  <roland@hack.frob.com>
32556         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
32557         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
32558         autoconf-time if not.
32559         * configure.in: Remove AC_PREREQ.
32561 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32563         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
32564         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
32565         of the internal implementation.
32567 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
32569         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
32570         except include of <misc/sys/syslog.h>.
32572 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
32574         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
32575         function returns with a NULL context exit with zero.
32577 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32579         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
32581 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
32583         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
32584         (run_program_cmd): This.
32585         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
32586         (tst_langinfo): New variable.  Use it.
32588 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
32590         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
32591         floating point opcodes.
32593 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
32595         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
32596         variable.
32598         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
32600         * sysdeps/mach/hurd/powerpc: Remove directory.
32601         * sysdeps/mach/powerpc: Likewise.
32603 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
32605         * scripts/check-local-headers.sh: Ignore c++ headers.
32607 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
32609         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
32610         __libc_cleanup_region_start argument.
32612 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
32614         [BZ #14784]
32615         [BZ #14785]
32616         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
32617         x * y using scaling, not as x * y + z.
32618         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32619         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32620         * math/libm-test.inc (fma_test): Add more tests.
32621         (fma_test_towardzero): Likewise.
32622         (fma_test_downward): Likewise.
32623         (fma_test_upward): Likewise.
32625 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
32627         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
32629 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
32631         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
32632         New variable.
32634 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
32636         * rt/tst-shm.c (worker): Correct checking for mmap failure.
32638 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
32640         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32641         Fix sort order.
32642         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32643         Likewise.
32645 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
32647         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32648         Fix the order of the list for glibc 2.17.
32649         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32650         Likewise.
32652 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
32654         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32656 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
32658         [BZ #14610]
32659         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
32660         for low part of x being zero before using __atanl (y).
32661         * math/libm-test.inc (atan2_test): Add another test.
32663         * manual/install.texi (Configuring and compiling): Document
32664         general use of test-wrapper and test-wrapper-env.
32665         * INSTALL: Regenerated.
32667         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
32668         (__fma): Do not extract and scale down low bits on after-rounding
32669         systems when result rounded to normal precision would have normal
32670         exponent.
32671         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
32672         (__fmal): Do not extract and scale down low bits on after-rounding
32673         systems when result rounded to normal precision would have normal
32674         exponent.
32675         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
32676         (__fmal): Do not extract and scale down low bits on after-rounding
32677         systems when result rounded to normal precision would have normal
32678         exponent.
32679         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
32680         macro.
32681         (fma_test): Add more tests.
32682         (fma_test_towardzero): Likewise.
32683         (fma_test_downward): Likewise.
32684         (fma_test_upward): Likewise.
32686 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
32688         * sysdeps/i386/tininess.h: Renamed to ...
32689         * sysdeps/x86/tininess.h: This.
32690         * sysdeps/x86_64/tininess.h: Removed.
32692 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
32694         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
32695         input.  Use $(build-program-cmd).
32696         ($(objpfx)tst-array1-static.out): Likewise.
32697         ($(objpfx)tst-array2.out): Likewise.
32698         ($(objpfx)tst-array3.out): Likewise.
32699         ($(objpfx)tst-array4.out): Likewise.
32700         ($(objpfx)tst-array5.out): Likewise.
32701         ($(objpfx)tst-array5-static.out): Likewise.
32703 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
32705         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
32706         if defined.
32708         * nss/nsswitch.h (nss_interface_function): Provide new
32709         macro for use with NSS functions.
32710         * grp/initgroups.c: Use new macro.
32711         * nss/getXXbyYY.c: Likewise.
32712         * nss/getXXbyYY_r.c: Likewise.
32713         * nss/getXXent.c: Likewise.
32714         * nss/getXXent_r.c: Likewise.
32715         * sysdeps/posix/getaddrinfo.c: Likewise.
32717 2012-10-30  Andreas Jaeger  <aj@suse.de>
32719         * po/ru.po: Update Russion translation from translation project.
32721 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
32723         [BZ #14152]
32724         [BZ #14783]
32725         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
32726         result and shift together with sticky bit instead of replicating
32727         round-to-nearest rounding.
32728         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
32729         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
32730         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
32731         missing underflow exceptions.
32732         (fma_test_towardzero): Add more tests.
32733         (fma_test_downward): Likewise.
32734         (fma_test_upward): Likewise.
32736         [BZ #14047]
32737         * sysdeps/generic/tininess.h: New file.
32738         * sysdeps/i386/tininess.h: Likewise.
32739         * sysdeps/sh/tininess.h: Likewise.
32740         * sysdeps/x86_64/tininess.h: Likewise.
32741         * stdlib/tst-strtod-underflow.c: Likewise.
32742         * stdlib/tst-tininess.c: Likewise.
32743         * stdlib/strtod_l.c: Include <tininess.h>.
32744         (round_and_return): Do not set errno for exact underflow cases.
32745         Force an underflow exception when setting errno for underflow.
32746         Determine underflow based on rounding to normal precision if
32747         TININESS_AFTER_ROUNDING.
32748         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
32749         ERANGE for exact underflow cases.
32750         * stdlib/Makefile (tests): Add tst-tininess and
32751         tst-strtod-underflow.
32752         ($(objpfx)tst-tininess): Use $(link-libm).
32753         ($(objpfx)tst-strtod-underflow): Likewise.
32755 2012-10-30  Andreas Jaeger  <aj@suse.de>
32757         [BZ#14767]
32758         * elf/Makefile (tests): Remove conditional for have-initfini-array
32759         since this is now always required and the variable does not exist
32760         anymore.
32761         (tests-static): Likewise.
32762         (modules-names): Likewise.
32764         * po/eo.po: Add Esperanto translation from translation project.
32766         * elf/tst-array1.c (fini_array): Make writeable so that it can be
32767         merged with constructor/destructor.
32768         (init_array): Likewise.
32769         * elf/tst-array2dep.c (fini_array): Likewise.
32770         (init_array): Likewise.
32772 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
32774         * manual/message.texi: Delete @cartouche tags.
32776 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
32778         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
32779         EOPNOTSUPP.
32780         * sysdeps/mach/hurd/fsync.c: Likewise.
32782         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
32783         [_POSIX_REALTIME_SIGNALS]: Change condition to
32784         [_POSIX_REALTIME_SIGNALS > 0].
32786 2012-10-27  Andreas Jaeger  <aj@suse.de>
32788         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
32789         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
32790         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
32791         [__WORDSIZE != 64]: Likewise.
32793 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
32795         *  iconvdata/tst-table.sh: Remove ${SHELL}.
32796         *  iconvdata/tst-tables.sh: Likewise.
32798 2012-10-25  David S. Miller  <davem@davemloft.net>
32800         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
32801         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
32802         of strtoull.
32804         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
32805         ifunc-impl-list.c
32806         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
32807         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
32808         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
32809         file.
32811 2012-10-25  Roland McGrath  <roland@hack.frob.com>
32813         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
32814         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
32815         __getdirentries.
32817 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
32818             Jim Blandy  <jimb@codesourcery.com>
32820         * scripts/cross-test-ssh.sh: New file.
32821         * manual/install.texi (Configuring and compiling): Document use of
32822         cross-test-ssh.sh.
32823         * INSTALL: Regenerated.
32825 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
32827         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
32828         EOPNOTSUPP.
32830 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
32832         * Makeconfig (run-program-prefix): Fix comment.
32834 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
32835             Jim Blandy  <jimb@codesourcery.com>
32837         * Makeconfig (test-wrapper): New variable,
32838         (test-wrapper-env): Likewise.
32839         [$(cross-compiling) = yes && $(test-wrapper) != ""]
32840         (run-built-tests): Define to yes.
32841         (run-program-prefix): Use $(test-wrapper).
32842         (built-program-cmd): Likewise.
32843         * Rules (make-test-out): Use $(test-wrapper-env) and
32844         $(host-built-program-cmd).
32845         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
32846         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
32847         tst-pathopt.sh.
32848         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
32849         $(test-wrapper-env) to tst-rtld-load-self.sh.
32850         ($(objpfx)order2.out): Use $(test-wrapper).
32851         ($(objpfx)tst-initorder.out): Likewise.
32852         ($(objpfx)tst-initorder2.out): Likewise.
32853         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
32854         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
32855         (test_wrapper_env): New variable.  Use it to run ld.so.
32856         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
32857         Use it to run ld.so.
32858         (test_wrapper_env): Likewise.
32859         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
32860         $(test-wrapper) to run-iconv-test.sh.
32861         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
32862         (ICONV): Use $test_wrapper.
32863         * posix/Makefile ($(objpfx)globtest.out): Pass
32864         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
32865         globtest.sh, not $(run-program-prefix).
32866         * posix/globtest.sh (run_via_rtld_prefix): New variable.
32867         (test_wrapper): Likewise.
32868         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
32869         set together with run_via_rtld_prefix.
32870         (run_program_prefix): Define in terms of test_wrapper and
32871         run_via_rtld_prefix.
32873 2012-10-24  Roland McGrath  <roland@hack.frob.com>
32875         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
32876         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
32877         Targets removed.
32879         [BZ #14743]
32880         * include/time.h: Remove librt_hidden_proto (clock_gettime).
32881         Declare __clock_getres, __clock_gettime, __clock_settime,
32882         __clock_nanosleep, and __clock_getcpuclockid.
32883         * rt/clock_gettime.c: Define __clock_gettime as an alias.
32884         Remove librt_hidden_def (clock_gettime).
32885         * sysdeps/unix/clock_gettime.c: Likewise.
32886         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
32887         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
32888         * rt/clock_getres.c: Define __clock_getres as an alias.
32889         * sysdeps/posix/clock_getres.c: Likewise.
32890         * rt/clock_settime.c: Define __clock_settime as an alias.
32891         * sysdeps/unix/clock_settime.c: Likewise.
32892         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
32893         * sysdeps/unix/clock_nanosleep.c: Likewise.
32894         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
32895         * rt/clock-compat.c: New file.
32896         * rt/Makefile (librt-routines): Add clock-compat and move
32897         $(clock-routines) to ...
32898         (routines): ... here, new variable.
32899         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
32900         Don't add get_clockfreq here.
32901         * rt/Versions (libc: GLIBC_2.17): New version set.
32902         Add clock_* symbols here.
32903         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
32904         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
32905         (GLIBC_2.17): Add clock_* symbols.
32906         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
32907         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
32908         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
32909         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32910         Likewise.
32911         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32912         Likewise.
32913         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
32914         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
32915         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
32916         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
32917         * NEWS: Mention the move.
32919         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
32920         Use __open, __read, __close rather than their public counterparts.
32921         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
32922         (__get_clockfreq_via_cpuinfo): Likewise.
32923         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
32924         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
32926         * config.h.in (HAVE_IFUNC): New #undef.
32927         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
32928         was successful.
32929         * configure: Regenerated.
32931 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
32933         * configure.in: Move READELF check to start of file.
32934         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
32935         libc_cv_asm_gnu_indirect_function in the process.
32936         * configure: Regenerated.
32938 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
32940         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
32941         send the output to /dev/null.
32942         (libc_cv_cc_with_libunwind): Likewise.
32943         (libc_cv_as_noexecstack): Likewise.
32944         * configure: Regenerate.
32946 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
32948         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
32950         * posix/globtest.sh (TMPDIR): Do not set.
32951         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
32952         (testout): Likewise.
32954 2012-10-24  Andreas Jaeger  <aj@suse.de>
32956         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
32957         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
32958         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
32959         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
32960         posix_fadvise64, posix_fallocate64.
32962         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
32963         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
32964         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
32965         Likewise.
32966         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
32967         Likewise.
32968         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
32970         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
32971         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
32972         <bits/fcntl-linux.h>.
32973         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
32975         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
32976         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
32977         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
32978         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
32979         [__WORDSIZE != 64]: Likewise.
32981 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
32983         * Makeconfig (run-built-tests): New variable.
32984         * Rules [$(cross-compiling) = yes]: Change condition to
32985         [$(run-built-tests) = no].
32986         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
32987         to [$(run-built-tests) = yes].
32988         * elf/Makefile [$(cross-compiling) = no]: Likewise
32989         * grp/Makefile [$(cross-compiling) = no]: Likewise.
32990         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
32991         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
32992         * intl/Makefile [$(cross-compiling) = no]: Likewise.
32993         * io/Makefile [$(cross-compiling) = no]: Likewise.
32994         * libio/Makefile [$(cross-compiling) = no]: Likewise.
32995         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
32996         * misc/Makefile [$(cross-compiling) = no]: Likewise.
32997         * posix/Makefile [$(cross-compiling) = no]: Likewise.
32998         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
32999         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
33000         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
33001         * string/Makefile [$(cross-compiling) = no]: Likewise.
33003         * posix/Makefile ($(objpfx)globtest.out): Pass
33004         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
33005         $(rtld-installed-name).
33006         * posix/globtest.sh (elf_objpfx): Remove variable.
33007         (rtld_installed_name): Likewise.
33008         (library_path): Likewise.
33009         (run_program_prefix): New variable.  Use for running globtest
33010         binary.
33012 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
33013             Joseph Myers  <joseph@codesourcery.com>
33015         * Makeconfig (host-built-program-cmd): New variable.
33016         * elf/Makefile (tst-stackguard1-ARGS): Use
33017         $(host-built-program-cmd).
33018         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
33019         (tst-spawn-ARGS): Likewise.
33020         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
33022 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
33023             Jim Blandy  <jimb@codesourcery.com>
33025         * Makeconfig (run-via-rtld-prefix): New variable.
33026         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
33027         (built-program-cmd): Likewise.
33029 2012-10-22  Andreas Jaeger  <aj@suse.de>
33031         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
33032         __O_RSYNC if it exists, otherwise to O_SYNC.
33034 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
33035             Joseph Myers  <joseph@codesourcery.com>
33037         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
33038         /dev/null.
33039         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
33040         from /dev/null
33041         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
33042         /dev/null.
33044 2012-10-22  Andreas Jaeger  <aj@suse.de>
33046         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
33047         Define always.
33048         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
33050         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33051         bits/fcntl-linux.h.
33053         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
33054         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
33056         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
33057         to __O_LARGEFILE.
33058         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
33059         to __O_LARGEFILE.
33061 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
33062             Joseph Myers  <joseph@codesourcery.com>
33064         * config.make.in (NM): New variable.
33066 2012-10-21  Andreas Jaeger  <aj@suse.de>
33068         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
33069         definitions and declarations that are provided by
33070         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
33072 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33074         [BZ #14683]
33075         * elf/Makefile (tests-static): Add tst-leaks1-static.
33076         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
33077         ($(objpfx)tst-leaks1-static): New rule.
33078         ($(objpfx)tst-leaks1-static-mem): Likewise.
33079         (tst-leaks1-static-ENV): New macro.
33080         * elf/dl-open.c (dl_open_worker): Check the main application
33081         only if SHARED is defined.
33082         * elf/tst-leaks1-static.c: New file.
33084 2012-10-20  Andreas Jaeger  <aj@suse.de>
33086         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
33087         generic values for Linux.
33088         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
33089         and declarations that are provided by <bits/fcntl-linux.h> and
33090         include <bits/fcntl-linux.h>.
33091         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
33092         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
33094 2012-10-20  Roland McGrath  <roland@hack.frob.com>
33096         * io/fcntl.h: Move include of <bits/types.h> to the top and
33097         include it unconditionally.
33099 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
33101         * wcsmbs/Makefile (tests-ifunc): New variable.
33102         (tests): Add $(tests-ifunc).
33103         * wcsmbs/test-wcschr-ifunc.c: New file.
33104         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
33105         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
33106         * wcsmbs/test-wcslen-ifunc.c: Likewise.
33107         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
33108         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
33110         * string/Makefile (tests-ifunc): New variable.
33111         (tests): Add $(tests-ifunc).
33112         * string/test-memccpy.c (TEST_NAME): New macro.
33113         * string/test-memchr.c (TEST_NAME): Likewise.
33114         * string/test-memcmp.c (TEST_NAME): Likewise.
33115         * string/test-memcpy.c (TEST_NAME): Likewise.
33116         * string/test-memmem.c (TEST_NAME): Likewise.
33117         * string/test-memmove.c (TEST_NAME): Likewise.
33118         * string/test-memset.c (TEST_NAME): Likewise.
33119         * string/test-rawmemchr.c (TEST_NAME): Likewise.
33120         * string/test-stpcpy.c (TEST_NAME): Likewise.
33121         * string/test-stpncpy.c (TEST_NAME): Likewise.
33122         * string/test-strcasecmp.c (TEST_NAME): Likewise.
33123         * string/test-strcasestr.c (TEST_NAME): Likewise.
33124         * string/test-strcat.c (TEST_NAME): Likewise.
33125         * string/test-strchr.c (TEST_NAME): Likewise.
33126         * string/test-strcmp.c(TEST_NAME): Likewise.
33127         * string/test-strcpy.c (TEST_NAME): Likewise.
33128         * string/test-strcspn.c (TEST_NAME): Likewise.
33129         * string/test-strlen.c (TEST_NAME): Likewise.
33130         * string/test-strncasecmp.c (TEST_NAME): Likewise.
33131         * string/test-strncmp.c (TEST_NAME): Likewise.
33132         * string/test-strncpy.c (TEST_NAME): Likewise.
33133         * string/test-strnlen.c (TEST_NAME): Likewise.
33134         * string/test-strpbrk.c (TEST_NAME): Likewise.
33135         * string/test-strrchr.c (TEST_NAME): Likewise.
33136         * string/test-strspn.c (TEST_NAME): Likewise.
33137         * string/test-strstr.c (TEST_NAME): Likewise.
33138         * string/test-bcopy-ifunc.c: New file.
33139         * string/test-bzero-ifunc.c: Likewise.
33140         * string/test-memccpy-ifunc.c: Likewise.
33141         * string/test-memchr-ifunc.c: Likewise.
33142         * string/test-memcmp-ifunc.c: Likewise.
33143         * string/test-memcpy-ifunc.c: Likewise.
33144         * string/test-memmem-ifunc.c: Likewise.
33145         * string/test-memmove-ifunc.c: Likewise.
33146         * string/test-mempcpy-ifunc.c: Likewise.
33147         * string/test-memset-ifunc.c: Likewise.
33148         * string/test-rawmemchr-ifunc.c: Likewise.
33149         * string/test-stpcpy-ifunc.c: Likewise.
33150         * string/test-stpncpy-ifunc.c: Likewise.
33151         * string/test-strcasecmp-ifunc.c: Likewise.
33152         * string/test-strcasestr-ifunc.c: Likewise.
33153         * string/test-strcat-ifunc.c: Likewise.
33154         * string/test-strchr-ifunc.c: Likewise.
33155         * string/test-strchrnul-ifunc.c: Likewise.
33156         * string/test-strcmp-ifunc.c: Likewise.
33157         * string/test-strcpy-ifunc.c: Likewise.
33158         * string/test-strcspn-ifunc.c: Likewise.
33159         * string/test-strlen-ifunc.c: Likewise.
33160         * string/test-strncasecmp-ifunc.c: Likewise.
33161         * string/test-strncat-ifunc.c: Likewise.
33162         * string/test-strncmp-ifunc.c: Likewise.
33163         * string/test-strncpy-ifunc.c: Likewise.
33164         * string/test-strnlen-ifunc.c: Likewise.
33165         * string/test-strpbrk-ifunc.c: Likewise.
33166         * string/test-strrchr-ifunc.c: Likewise.
33167         * string/test-strspn-ifunc.c: Likewise.
33168         * string/test-strstr-ifunc.c: Likewise.
33170         * debug/Makefile (tests-ifunc): New variable.
33171         (tests): Add $(tests-ifunc).
33172         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
33173         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
33174         * debug/test-stpcpy_chk-ifunc.c: New file.
33175         * debug/test-strcpy_chk-ifunc.c: Likewise.
33177 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
33179         [BZ #13601]
33180         * elf/dl-load.c (open_verify): Retry read if the entire ELF
33181         header is not read in.
33183 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
33185         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
33186         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
33187         directly.  Pass built executable to script as
33188         $(built-program-cmd).
33189         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
33190         $testprogram without using LD_LIBRARY_PATH and $ldso.
33192         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
33193         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
33194         $(rtld-installed-name).
33195         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
33196         (rtld_installed_name): Likewise.
33197         (library_path): Likewise.
33198         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
33199         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
33200         $(run-program-prefix) to tst-tables.sh.
33201         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
33202         it to run tst-table-from and tst-table-to.
33203         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
33204         Pass it to tst-table.sh.
33205         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
33206         $(run-program-prefix) to tst-gettext.sh.
33207         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
33208         tst-translit.sh.
33209         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
33210         tst-gettext2.sh.
33211         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
33212         to run tst-gettext.
33213         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
33214         to run tst-gettext2.
33215         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
33216         to run tst-translit.
33217         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
33218         $(run-program-prefix) to tst-mtrace.sh.
33219         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
33220         to run tst-mtrace.
33221         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
33222         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
33223         $(rtld-installed-name).
33224         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
33225         (rtld_installed_name): Likewise.
33226         (run_program_prefix): New variable.  Use it to run wordexp-test.
33228         * Makeconfig (ARCH): Remove all definitions.
33229         (machine): Likewise.
33230         [ARCH]: Remove conditional code.
33231         [!objdir]: Give error.
33232         [!objdir] (objpfx): Remove.
33233         [!objdir] (common-objpfx): Likewise.
33234         [!objdir] (common-objdir): Likewise.
33235         * configure.in (config_makefile): Remove.  Hardcode Makefile in
33236         AC_CONFIG_FILES call.
33237         * configure: Regenerated.
33239         [BZ #13888]
33240         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
33241         or TMPDIR.
33242         (testout): Likewise.
33244         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
33245         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
33246         $(rtld-installed-name).
33247         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
33248         (rtld_installed_name): Likwise.
33249         (runit): Remove function.
33250         (run_getconf): New variable,  Use it for running getconf binary.
33252 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
33254         [BZ #14716]
33255         * string/test-memmem.c (check_result): New function.
33256         (do_one_test): Use it.
33257         (check1): New function.
33258         (test_main): Use it.
33260 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
33262         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
33264 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
33266         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
33267         (_G_LSEEK64): Likewise.
33268         (_G_MMAP64): Likewise.
33269         (_G_FSTAT64): Likewise.
33270         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
33271         (_G_LSEEK64): Likewise.
33272         (_G_MMAP64): Likewise.
33273         (_G_FSTAT64): Likewise.
33274         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
33275         unconditional.  Call __mmap64 directly.
33276         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
33277         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
33278         __lseek64 directly.
33279         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
33280         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
33281         __mmap64 directly.
33282         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
33283         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
33284         __lseek64 directly.
33285         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
33286         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
33287         __lseek64 directly.
33288         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
33289         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
33290         __lseek64 directly.
33291         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
33292         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
33293         __fxstat64 directly.
33294         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
33295         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
33296         unconditional.
33297         (freopen64) [!_G_OPEN64]: Remove conditional code.
33298         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
33299         unconditional.
33300         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
33301         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
33302         unconditional.
33303         (ftello64) [!_G_LSEEK64]: Remove conditional code.
33304         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
33305         unconditional.
33306         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33307         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
33308         unconditional.
33309         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
33310         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
33311         unconditional.
33312         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33313         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
33314         unconditional.
33315         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
33316         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
33317         unconditional.
33318         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
33320 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
33322         [BZ #12140]
33323         * manual/memory.texi (Malloc Tunable Parameters): Add note
33324         about free list pointers overwriting some perturb bytes.
33325         Wording suggested by Roland McGrath.
33327 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
33329         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
33330         (lgamma_test): Likewise.
33331         (tgamma_test): Likewise.
33333 2012-10-16  Florian Weimer  <fweimer@redhat.com>
33335         [BZ #14700]
33336         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
33337         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
33339 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
33341         * NEWS: Mention BZ #14716.
33342         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
33343         when removing AVAILABLE1_USES_J macro.
33345 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
33347         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
33348         (__bswap_64): __uint64_t for unsigned 64-bit int.
33350 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
33352         * include/string.h (memmem): Declare libc hidden alias.
33353         * string/memmem.c (memmem): Define libc hidden alias.
33354         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
33355         __read, __close instead of open, read, close.
33357 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
33359         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
33360         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
33361         global and hidden.
33362         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
33363         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
33364         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
33365         Likewise.
33366         (__rawmemchr_sse2): Likewise.
33367         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
33368         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
33369         (__strchr_sse2): Likewise.
33370         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
33371         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
33372         (__strcasecmp_sse2): Likewise.
33373         (__strncasecmp_sse2): Likewise.
33374         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
33375         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
33376         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
33377         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
33378         (__strrchr_sse2): Likewise.
33379         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
33380         ifunc-impl-list.c.
33381         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
33382         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
33383         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
33384         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
33385         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
33386         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
33387         * sysdeps/x86_64/multiarch/memset.S: Likewise.
33388         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
33389         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
33390         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
33391         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
33392         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
33393         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
33394         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
33395         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
33396         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
33397         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
33398         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
33399         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
33400         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
33401         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
33402         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
33403         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
33404         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
33405         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
33406         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
33407         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
33408         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
33409         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
33410         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
33412         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
33413         global and hidden.
33414         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
33415         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
33416         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
33417         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
33418         Likewise.
33419         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
33420         Likewise.
33421         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
33422         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
33423         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
33424         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
33425         ifunc-impl-list.c.
33426         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
33427         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
33428         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
33429         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
33430         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
33431         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
33432         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
33433         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
33434         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
33435         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
33436         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
33437         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
33438         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
33439         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
33440         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
33441         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
33442         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
33443         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
33444         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
33445         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
33446         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
33447         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
33448         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
33449         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
33450         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
33451         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
33452         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
33453         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
33454         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
33455         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
33456         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
33457         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
33458         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
33459         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
33460         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
33461         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
33462         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
33463         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
33464         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
33465         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
33466         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
33468         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
33469         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
33470         * include/ifunc-impl-list.h: New file.
33471         * misc/ifunc-impl-list.c: Likewise.
33472         * misc/Makefile (routines): Add ifunc-impl-list.
33473         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
33474         * string/test-string.h: Include <ifunc-impl-list.h>.
33475         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
33476         TEST_NAME]: New variables.
33477         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
33478         are defined.
33479         (test_init): Call __libc_ifunc_impl_list to initialize
33480         func_list if TEST_IFUNC and TEST_NAME are defined.
33482         * string/Makefile (strop-tests): Add bcopy and bzero.
33483         * string/test-bcopy.c: New file.
33484         * string/test-bzero.c: Likewise.
33485         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
33486         defined.
33487         * string/test-memset.c: Support bzero test if TEST_BZERO is
33488         defined.
33489         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
33490         __libc_memmove.
33491         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
33492         __libc_memset.
33493         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
33494         of memset.
33496 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
33498         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
33499         * configure: Regenerated.
33501         * Makeconfig (+link-static-before-libc): Don't include
33502         $(link-static-libc).
33504         * libio/libio.h (_IO_pos_t): Remove.
33506 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
33508         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
33509         McGrath.
33511 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
33513         * crypt/crypt-entry.c: Include fips-private.h.
33514         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
33515         * crypt/md5c-test.c (main): Tolerate disabled MD5.
33516         * sysdeps/unix/sysv/linux/fips-private.h: New file.
33517         * sysdeps/generic/fips-private.h: New file, dummy fallback.
33519 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
33521         * crypt/crypt-private.h: Include stdbool.h.
33522         (_ufc_setup_salt_r): Return bool.
33523         * crypt/crypt-entry.c: Include errno.h.
33524         (__crypt_r): Return NULL with EINVAL for bad salt.
33525         * crypt/crypt_util.c (bad_for_salt): New.
33526         (_ufc_setup_salt_r): Check that salt is long enough and within
33527         the specified alphabet.
33528         * crypt/badsalttest.c: New file.
33529         * crypt/Makefile (tests): Add it.
33530         ($(objpfx)badsalttest): New.
33532 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
33534         * NEWS: Add entry for BZ #14602.
33536 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
33538         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
33539         type-generic.
33540         * math/libm-test.inc: Update comment listing what functions and
33541         macros are tested.
33542         (isgreater_test): New function.
33543         (isgreaterequal_test): Likewise.
33544         (isless_test): Likewise.
33545         (islessequal_test): Likewise.
33546         (islessgreater_test): Likewise.
33547         (isunordered_test): Likewise.
33548         (main): Call the new functions.
33550 2012-10-09  Roland McGrath  <roland@hack.frob.com>
33552         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
33553         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
33554         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
33555         * sysdeps/i386/configure: Regenerated.
33556         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
33557         * sysdeps/mach/configure: Regenerated.
33558         * sysdeps/mach/hurd/configure: Regenerated.
33559         * sysdeps/powerpc/configure: Regenerated.
33560         * sysdeps/powerpc/powerpc32/configure: Regenerated.
33561         * sysdeps/powerpc/powerpc64/configure: Regenerated.
33562         * sysdeps/s390/s390-32/configure: Regenerated.
33563         * sysdeps/s390/s390-64/configure: Regenerated.
33564         * sysdeps/sh/configure: Regenerated.
33565         * sysdeps/sparc/configure: Regenerated.
33566         * sysdeps/unix/sysv/linux/configure: Regenerated.
33567         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
33568         * sysdeps/x86_64/configure: Regenerated.
33570         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
33571         defined.  Don't check if MAP is NULL.
33573 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
33575         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
33576         (_G_stat64): Likewise.
33577         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
33578         (_G_stat64): Likewise.
33579         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
33580         instead of struct _G_stat64.
33581         * libio/fileops.c (mmap_remap_check): Likewise.
33582         (decide_maybe_mmap): Likewise.
33583         (_IO_new_file_seekoff): Likewise.
33584         (_IO_file_stat): Likewise.
33585         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
33586         _G_off64_t.
33587         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
33588         instead of struct _G_stat64.
33589         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
33591 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
33593         [BZ #14602]
33594         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33595         Replace with ...
33596         (CHECK_EOL): New macro.
33597         (two_way_short_needle): Check beginning of haystack for EOL.  Use
33598         CHECK_EOL.
33599         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33600         Replace with CHECK_EOL.
33601         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
33602         Replace with CHECK_EOL.
33604 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
33606         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
33607         type-generic.
33608         * math/libm-test.inc: Update comment listing what functions and
33609         macros are tested.
33610         (finite_test): New function.
33611         (isinf_test): Likewise.
33612         (isnan_test): Likewise.
33613         (fpclassify_test): Test subnormal input.
33614         (isfinite_test): Likewise.
33615         (isnormal_test): Likewise.
33616         (main): Call the new functions.
33618 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
33620         [BZ #14660]
33621         * Makerules (%.dynsym): Force C locale when running
33622         $(OBJDUMP) --dynamic-syms.
33624 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
33626         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
33627         <stdint.h>.
33629 2012-10-06  David S. Miller  <davem@davemloft.net>
33631         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
33632         upper 32-bits of the length value in %o2 since we use branch-on-register
33633         tests which consider the entire 64-bit register.
33635 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
33637         * string/test-strstr.c (check2): Add a test for page boundary.
33639 2012-10-05  David S. Miller  <davem@davemloft.net>
33641         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
33642         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
33643         file.
33644         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
33645         sysdep_routines.
33646         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
33647         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
33648         and bzero when HWCAP_SPARC_CRYPTO is present.
33650 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
33652         [BZ #14602]
33653         * string/test-strstr.c (check2): New function.
33654         (test_main): Call check2.
33656         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
33657         and bug-strchr1.
33658         * string/bug-strcasestr1.c (do_test): Moved to ...
33659         * string/test-strcasestr.c (check1): Here.  New function.
33660         (do_one_test): Break out result checking code into ...
33661         (check_result): This.  New function.
33662         (do_one_test): Call check_result.
33663         (test_main): Call check1.
33664         * string/bug-strchr1.c (do_test): Moved to ...
33665         * string/test-strchr.c (check1): Here.  New function.
33666         (do_one_test): Break out result checking code into ...
33667         (check_result): This.  New function.
33668         (do_one_test): Call check_result.
33669         (test_main): Call check1.
33670         * string/bug-strstr1.c (main): Moved to ...
33671         * string/test-strstr.c (check1): Here.  New function.
33672         (do_one_test): Break out result checking code into ...
33673         (check_result): This.  New function.
33674         (do_one_test): Call check_result.
33675         (test_main): Call check1.
33676         * string/bug-strcasestr1.c: Removed.
33677         * string/bug-strchr1.c: Likewise.
33678         * string/bug-strstr1.c: Likewise.
33680         * elf/Makefile (dl-routines): Add hwcaps.
33681         * elf/dl-support.c (_dl_important_hwcaps): Removed.
33682         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
33683         (_dl_important_hwcaps): Moved to ...
33684         * elf/dl-hwcaps.c: Here.  New file.
33685         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
33687         [BZ #14557]
33688         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
33689         if IS_IN_rtld isn't defined.
33691         * elf/dl-support.c (_dl_sysinfo_map): New.
33692         Include "get-dynamic-info.h" and "setup-vdso.h".
33693         (_dl_non_dynamic_init): Call setup_vdso.
33694         * elf/dynamic-link.h: Don't include <assert.h>.
33695         (elf_get_dynamic_info): Moved to ...
33696         * elf/get-dynamic-info.h: Here.  New file.
33697         * elf/dynamic-link.h: Include "get-dynamic-info.h".
33698         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
33699         * elf/setup-vdso.h: Here.  New file.
33700         * elf/rtld.c: Include "setup-vdso.h".
33701         (dl_main): Call setup_vdso.
33703 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
33705         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
33706         creal in comment listing functions tested.  List finite, isinf,
33707         isnan, isless, islessequal, isgreater, isgreaterequal,
33708         islessgreater, isunordered, lgamma_r and pow10 as functions and
33709         macros not tested.  Mention which functions not tested are aliases
33710         for other functions.  Fix typo.  Note that signs of NaNs are not
33711         tested.
33713         * scripts/config.guess: Update from config.git.
33714         * scripts/config.sub: Likewise.
33716 2012-10-04  Roland McGrath  <roland@hack.frob.com>
33718         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
33719         * misc/madvise.c (madvise): Renamed to __madvise.
33720         Make madvise a weak alias.
33721         * include/sys/mman.h: Declare __madvise.
33722         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
33723         * sysdeps/unix/syscalls.list
33724         (madvise): Make __madvise the strong name, and madvise a weak alias.
33725         * sysdeps/unix/sysv/linux/syscalls.list
33726         (madvise, mmap): Remove redundant entries.
33727         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
33728         * malloc/malloc.c (mtrim): Likewise.
33729         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
33731 2012-10-03  Roland McGrath  <roland@hack.frob.com>
33733         * sysdeps/mach/hurd/dl-cache.c: File removed.
33734         * config.h.in (USE_LDCONFIG): New #undef.
33735         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
33736         * configure: Regenerated.
33737         * elf/Makefile (dl-routines): Add dl-cache only under
33738         [$(use-ldconfig) = yes].
33739         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
33740         cache on [USE_LDCONFIG].
33741         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
33742         [USE_LDCONFIG].
33743         * elf/rtld.c (dl_main): Likewise.
33745 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
33747         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
33748         _SC_LEVEL4_CACHE_LINESIZE.
33750 2012-10-03  Roland McGrath  <roland@hack.frob.com>
33752         * sysdeps/unix/bsd/confstr.h: File removed.
33754 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
33756         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
33757         sys/sdt-config.h.
33759 2012-10-02  Roland McGrath  <roland@hack.frob.com>
33761         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
33762         Make 'mapoff' field ElfW(Off) rather than off_t.
33764 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
33766         * nscd/Makefile: Remove nscd-cflags and all its users.
33767         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
33768         (CFLAGS-nonlib): Add compiler flags for nscd modules.
33770         [BZ #10631]
33771         * malloc.c (malloc_printerr): Clarify error message.
33773 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
33775         [BZ #14648]
33776         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
33777         Set bit_FMA_Usable if FMA is supported.
33778         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
33779         macro.
33780         (bit_FMA4_Usable): Updated.
33781         (index_FMA_Usable): New macro.
33782         (CPUID_FMA): Likewise
33783         (HAS_FMA): Defined with bit_FMA_Usable.
33785 2012-10-01  Roland McGrath  <roland@hack.frob.com>
33787         * bits/types.h (__swblk_t): Type removed.
33788         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
33789         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
33790         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
33791         (__SWBLK_T_TYPE): Likewise.
33792         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
33793         (__SWBLK_T_TYPE): Likewise.
33794         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
33795         (__SWBLK_T_TYPE): Likewise.
33796         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
33797         (__SWBLK_T_TYPE): Likewise.
33799 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
33800             Honza Horak <hhorak@redhat.com>
33802         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
33803         (xdr_mapname): Use YPMAXMAP as maxsize.
33804         (xdr_peername): Use YPMAXPEER as maxsize.
33805         (xdr_keydat): Use YPAXRECORD as maxsize.
33806         (xdr_valdat): Use YPMAXRECORD as maxsize.
33808 2012-10-01  Roland McGrath  <roland@hack.frob.com>
33810         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
33812         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
33813         * csu/init-first.c: ... here.
33814         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
33815         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
33816         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
33817         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
33818         * sysdeps/i386/init-first.c: File removed.
33819         * sysdeps/sh/init-first.c: File removed.
33821 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
33823         [BZ #14645]
33824         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
33825         if x * y might underflow to zero and z is zero.
33826         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
33827         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33828         * math/libm-test.inc (min_subnorm_value): New variable.
33829         (fma_test): Add more tests.
33830         (fma_test_towardzero): Likewise.
33831         (fma_test_downward): Likewise
33832         (fma_test_upward): Likewise.
33833         (initialize): Set min_subnorm_value.
33835 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
33837         [BZ #14638]
33838         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
33839         0 + 0.
33840         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
33841         mode for addition resulting in exact zero.
33842         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
33843         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
33844         exact 0 + 0.
33845         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
33846         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
33847         * math/libm-test.inc (fma_test): Add more tests.
33848         (fma_test_towardzero): New function.
33849         (fma_test_downward): Likewise.
33850         (fma_test_upward): Likewise.
33851         (main): Call the new functions.
33853 2012-09-28  David S. Miller  <davem@davemloft.net>
33855         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
33857 2012-09-28  Roland McGrath  <roland@hack.frob.com>
33859         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
33860         instead of SIGALRM.
33862         * sysdeps/gnu/_G_config.h: Moved to ...
33863         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
33864         * sysdeps/mach/hurd/_G_config.h: Moved to ...
33865         * sysdeps/generic/_G_config.h: ... here.
33867         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
33869         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
33871         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
33872         Conditionalize target on [libnss_test1.so-version].
33874         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
33876         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
33877         (elfobjdir): Move out of conditionals.
33879         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
33880         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
33881         (__nss_lookup_function): Conditionalize label remove_from_tree on
33882         [!DO_STATIC_NSS || SHARED], matching its only use.
33884 2012-09-28  David S. Miller  <davem@davemloft.net>
33886         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
33887         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
33888         file.
33889         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
33890         sysdep_routines.
33891         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
33892         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
33893         when HWCAP_SPARC_CRYPTO is present.
33895 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
33897         * io/tst-mknodat.c: Create a FIFO instead of a socket.
33899 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
33901         [BZ #6530]
33902         * stdio-common/vfprintf.c (process_string_arg): Revert
33903         2000-07-22 change.
33905 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
33907         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
33908         for testcase.
33909         * stdio-common/tst-sprintf.c: Include <locale.h>
33910         (main): Test sprintf's handling of incomplete multibyte
33911         characters.
33913 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
33915         * elf/dl-runtime.c (VERSYMIDX): Removed.
33916         * elf/dl-version.c (VERSYMIDX): Likewise.
33917         * elf/do-rel.h (VERSYMIDX): Likewise.
33918         (VALIDX): Likewise.
33919         * elf/dynamic-link.h (VERSYMIDX): Likewise.
33920         * elf/rtld.c (VALIDX): Likewise.
33921         (ADDRIDX): Likewise.
33922         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
33923         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
33924         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
33925         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
33926         (VALIDX): Likewise.
33927         (ADDRIDX): Likewise.
33929 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
33931         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
33933 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
33935         [BZ #11438]
33936         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
33937         to global scope.
33938         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
33939         addresses are in the same scope as 192.0.2/24.
33940         * posix/gai.conf: Document new scope table defaults.
33942 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33944         [BZ #5298]
33945         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
33946         for ftell.  Compute offsets from write pointers instead.
33947         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
33949 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
33951         [BZ #14543]
33952         * libio/Makefile (tests): New test case tst-fseek.
33953         * libio/tst-fseek.c: New test case to verify that fseek/ftell
33954         combination works in wide mode.
33955         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
33956         state when the external buffer state changes.
33958 2012-09-27  David S. Miller  <davem@davemloft.net>
33960         [BZ #14376]
33961         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
33962         pass reloc->r_addend in as the 'high' argument to
33963         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
33965         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33967 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
33969         * rt/tst-aio2.c: Include <pthread.h>.
33970         * rt/tst-aio3.c: Likewise.
33972 2012-09-27  Steve Ellcey  <sellcey@mips.com>
33974         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
33976 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
33978         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
33979         contents on [SHARED].
33981 2012-09-26  Marek Polacek  <polacek@redhat.com>
33983         [BZ #14530]
33984         [BZ #13741]
33985         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
33986         for C++ and GCC <4.3 as well as for non GCC compilers.
33988 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
33990         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
33992 2012-09-25  Roland McGrath  <roland@hack.frob.com>
33994         * Makefile.in (all, install): Declare with .PHONY.
33995         Reported by Michael Hope <michael.hope@linaro.org>.
33997 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33999         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
34000         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
34001         system header.
34002         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
34003         Likewise.
34004         (sydep_routines): Add the new and the internal functions.
34005         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
34006         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
34007         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
34008         (GLIBC_2.17): Add the new function.
34009         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
34010         (GLIBC_2.17): Likewise.
34011         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
34012         (GLIBC_2.17): Likewise.
34013         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
34014         (GLIBC_2.17): Likewise.
34015         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
34017 2012-09-25  Alan Modra  <amodra@gmail.com>
34019         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
34020         Add release barrier before setting once_control to say
34021         initialisation is done.  Add hints on lwarx.  Use macro in
34022         place of isync.
34023         (clear_once_control): Add release barrier.
34025 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34027         [BZ #13629]
34028         * math/s_clog.c (__clog): Handle more values close to |z| = 1
34029         specially.
34030         * math/s_clog10.c (__clog10): Likewise.
34031         * math/s_clog10f.c (__clog10f): Likewise.
34032         * math/s_clog10l.c (__clog10l): Likewise.
34033         * math/s_clogf.c (__clogf): Likewise.
34034         * math/s_clogl.c (__clogl): Likewise.
34035         * math/Makefile (libm-calls): Add x2y2m1.
34036         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
34037         (__x2y2m1): Likewise.
34038         (__x2y2m1l): Likewise.
34039         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
34040         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
34041         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
34042         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
34043         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
34044         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
34045         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
34046         * sysdeps/i386/fpu/libm-test-ulps: Update.
34047         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34049         [BZ #14621]
34050         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
34051         int as type of variable DEPTH.
34052         (glob): Use size_t instead of int as type of variables NEWCOUNT
34053         and OLD_PATHC.
34055 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34057         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34058         Add s_sincosf-sse2.
34059         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
34060         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
34061         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
34062         macros for using routine as __sincosf_ia32.
34063         Use macro for function declaration and weak_alias.
34064         * sysdeps/i386/fpu/libm-test-ulps: Update.
34066         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
34067         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34069         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
34070         subnormal argument.
34071         * math/s_cexpf.c (__cexpf): Likewise.
34072         * math/s_csinf.c (__csinf): Likewise.
34073         * math/s_csinhf.c (__csinhf): Likewise.
34074         * math/s_ctanf.c (__ctanf): Likewise.
34075         * math/s_ctanhf.c (__ctanhf): Likewise.
34076         * math/s_ccosh.c (__ccoshf): Likewise.
34077         * math/s_cexp.c (__cexpl): Likewise.
34078         * math/s_csin.c (__csin): Likewise.
34079         * math/s_csinh.c (__csinh): Likewise.
34080         * math/s_ctan.c (__ctan): Likewise.
34081         * math/s_ctanh.c (ctanh): Likewise.
34082         * math/s_ccoshl.c (__ccoshl): Likewise.
34083         * math/s_cexpl.c (__cexpl): Likewise.
34084         * math/s_csinl.c (__csinl): Likewise.
34085         * math/s_csinhl.c (__csinhl): Likewise.
34086         * math/s_ctanl.c (__ctanl): Likewise.
34087         * math/s_ctanhl.c (__ctanhl): Likewise.
34089 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
34091         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
34092         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
34093         (_IO_off_t): Define to __off_t, not _G_off_t.
34094         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
34095         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
34096         (_IO_wint_t): Define to wint_t, not _G_wint_t.
34097         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
34098         type of __dummy and __dummy2 fields.
34099         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
34100         (_G_ssize_t): Likewise.
34101         (_G_off_t): Likewise.
34102         (_G_pid_t): Likewise.
34103         (_G_uid_t): Likewise.
34104         (_G_wchar_t): Likewise.
34105         (_G_wint_t): Likewise.
34106         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
34107         (_G_ssize_t): Likewise.
34108         (_G_off_t): Likewise.
34109         (_G_pid_t): Likewise.
34110         (_G_uid_t): Likewise.
34111         (_G_wchar_t): Likewise.
34112         (_G_wint_t): Likewise.
34113         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
34114         (_G_ssize_t): Likewise.
34115         (_G_off_t): Likewise.
34116         (_G_pid_t): Likewise.
34117         (_G_uid_t): Likewise.
34118         (_G_wchar_t): Likewise.
34119         (_G_wint_t): Likewise.
34121 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34123         * malloc/arena.c: Include malloc-sysdep.h.
34124         (shrink_heap): Use check_may_shrink_heap to decide if madvise
34125         is sufficient to shrink the heap or an unmap is needed.
34126         * sysdeps/generic/malloc-sysdep.h: New file.  Define
34127         new function check_may_shrink_heap.
34128         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
34129         new function check_may_shrink_heap.
34131 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
34133         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
34134         comments.
34136 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
34138         * catgets/test-gencat.sh: Add "set -e".
34139         * elf/tst-pathopt.sh: Likewise.
34140         * grp/tst_fgetgrent.sh: Likewise.
34141         * iconvdata/run-iconv-test.sh: Likewise.
34142         * intl/tst-gettext.sh: Likewise.
34143         * intl/tst-gettext2.sh: Likewise.
34144         * intl/tst-gettext4.sh: Likewise.
34145         * intl/tst-gettext6.sh: Likewise.
34146         * intl/tst-translit.sh: Likewise.
34147         * io/ftwtest-sh: Likewise.
34148         * libio/test-freopen.sh: Likewise.
34149         * malloc/tst-mtrace.sh: Likewise.
34150         * posix/globtest.sh: Likewise.
34151         * posix/tst-getconf.sh: Likewise.
34152         * posix/wordexp-tst.sh: Likewise.
34153         * stdio-common/tst-printf.sh: Likewise.
34154         * stdio-common/tst-unbputc.sh: Likewise.
34155         * stdlib/tst-fmtmsg.sh: Likewise.
34156         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34157         * catgets/Makefile: Do not specify -e option when running
34158         testsuite shell scripts.
34159         * elf/Makefile: Likewise.
34160         * grp/Makefile: Likewise.
34161         * iconvdata/Makefile: Likewise.
34162         * intl/Makefile: Likewise.
34163         * io/Makefile: Likewise.
34164         * libio/Makefile: Likewise.
34165         * malloc/Makefile: Likewise.
34166         * posix/Makefile: Likewise.
34167         * stdio-common/Makefile: Likewise.
34168         * stdlib/Makefile: Likewise.
34169         * sysdeps/x86_64/Makefile: Likewise.
34171         * io/ftwtest-sh: Add copyright header.
34172         * posix/globtest.sh: Likewise.
34173         * posix/tst-getconf.sh: Likewise.
34174         * posix/wordexp-tst.sh: Likewise.
34175         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
34177 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
34179         [BZ #13679]
34180         * Makeconfig (+link): Defined as $(+link-static) if
34181         $(build-shared) isn't yes.
34182         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
34183         isn't yes.
34184         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
34186         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
34188         [BZ #14562]
34189         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
34190         new chunk size with MALLOC_ALIGN_MASK.
34192 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
34194         [BZ #5044]
34195         * stdio-common/printf_fphex.c: Include <stdbool.h> and
34196         <rounding-mode.h>.
34197         (__printf_fphex): Determine rounding using get_rounding_mode and
34198         round_away.
34199         * stdio-common/tst-printf-round.c (struct hex_test): New
34200         structure.
34201         (hex_tests): New variable.
34202         (test_hex_in_one_mode): New function.
34203         (do_test): Also run tests for hex float output.
34205 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
34207         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34208         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34209         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
34210         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
34211         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
34212         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
34213         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34214         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
34216 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
34218         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
34219         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
34220         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
34221         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
34223 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
34225         [BZ #14579]
34226         * elf/rtld.c (dl_main): Limit the check for self loading to normal
34227         mode only.
34228         * elf/tst-rtld-load-self.sh: New test.
34229         * elf/Makefile: Run it.
34231 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
34233         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
34234         (tst-writev-ENV): Remove.
34235         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
34237 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
34239         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
34241 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
34243         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
34244         unconditional.
34245         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
34246         Likewise.
34247         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
34248         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
34249         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
34250         Likewise.
34252 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
34254         [BZ #14587]
34255         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
34256         * config.make.in (have-cpp-asm-debuginfo): Removed.
34257         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
34258         * configure: Regenerated.
34260 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
34262         [BZ #5044]
34263         * stdio-common/printf_fp.c: Include <stdbool.h> and
34264         <rounding-mode.h>.
34265         (___printf_fp): Determine rounding using get_rounding_mode and
34266         round_away.
34267         * stdio-common/tst-printf-round.c: New file.
34268         * stdio-common/Makefile (tests): Add tst-printf-round.
34269         (link-libm): New variable.
34270         ($(objpfx)tst-printf-round): Depend in $(link-libm).
34272 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
34274         [BZ #14576]
34275         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
34276         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
34277         Likewise.
34278         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
34279         Likewise.
34281 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
34283         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
34284         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34285         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34286         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
34288 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
34290         [BZ #14518]
34291         * include/rounding-mode.h: New file.
34292         * sysdeps/generic/get-rounding-mode.h: Likewise.
34293         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
34294         * stdlib/strtod_l.c: Include <rounding-mode.h>.
34295         (MAX_VALUE): New macro.
34296         (MIN_VALUE): Likewise.
34297         (overflow_value): New function.
34298         (underflow_value): Likewise.
34299         (round_and_return): Use overflow_value and underflow_value to
34300         determine return values in overflow and underflow cases.  Use
34301         round_away to determine rounding depending on rounding mode.
34302         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
34303         determine return values in overflow and underflow cases.
34304         * stdlib/tst-strtod-round.c: Include <fenv.h>.
34305         (struct test_results): New structure.
34306         (struct test): Use struct test_results to store expected results
34307         for all rounding modes.
34308         (TEST): Include expected results for all rounding modes.
34309         (test_in_one_mode): New function.
34310         (do_test): Use test_in_one_mode to compute and check results.
34311         Check results for all rounding modes.
34312         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
34313         $(link-libm).
34315 2012-12-09  Allan McRae  <allan@archlinux.org>
34317         * sysdeps/i386/fpu/libm-test-ulps: Update
34319 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
34321         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
34322         (_G_int32_t): Likewise.
34323         (_G_uint16_t): Likewise.
34324         (_G_uint32_t): Likewise.
34325         (_G_HAVE_BOOL): Likewise.
34326         (_G_HAVE_ATEXIT): Likewise.
34327         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34328         (_G_HAVE_IO_FILE_OPEN): Likewise.
34329         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
34330         (_G_int32_t): Likewise.
34331         (_G_uint16_t): Likewise.
34332         (_G_uint32_t): Likewise.
34333         (_G_HAVE_BOOL): Likewise.
34334         (_G_HAVE_ATEXIT): Likewise.
34335         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34336         (_G_HAVE_IO_FILE_OPEN): Likewise.
34337         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
34338         (_G_int32_t): Likewise.
34339         (_G_uint16_t): Likewise.
34340         (_G_uint32_t): Likewise.
34341         (_G_HAVE_BOOL): Likewise.
34342         (_G_HAVE_ATEXIT): Likewise.
34343         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
34344         (_G_HAVE_IO_FILE_OPEN): Likewise.
34346 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
34348         * csu/libc-tls.c: Update copyright years.
34350 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
34352         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
34353         [!_G_USING_THUNKS]: Remove conditional code.
34354         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
34355         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
34357         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
34358         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
34359         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34360         (_G_VTABLE_LABEL_PREFIX): Likewise.
34361         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34362         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34363         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34364         (_G_VTABLE_LABEL_PREFIX): Likewise.
34365         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
34366         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
34367         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
34368         (_G_VTABLE_LABEL_PREFIX): Likewise.
34369         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
34371 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
34373         * libio/Makefile: Include ../Makeconfig before tests.
34374         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
34375         only if $(build-shared) is yes.
34377         * iconv/gconv_db.c: Update copyright years.
34379 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34381         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
34382         unwind info if defined PIC. Fix special cases description.
34383         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
34385         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
34386         DP_HI_MASK entry.
34387         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
34389 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
34391         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
34393         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
34394         is NULL.
34396         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
34397         (LDLIBS-tst-chk4): This.
34398         (LDFLAGS-tst-chk5): Renamed to ...
34399         (LDLIBS-tst-chk5): This.
34400         (LDFLAGS-tst-chk6): Renamed to ...
34401         (LDLIBS-tst-chk6): This.
34402         (LDFLAGS-tst-lfschk4): Renamed to ...
34403         (LDLIBS-tst-lfschk4): This.
34404         (LDFLAGS-tst-lfschk5): Renamed to ...
34405         (LDLIBS-tst-lfschk5): This.
34406         (LDFLAGS-tst-lfschk6): Renamed to ...
34407         (LDLIBS-tst-lfschk6): This.
34409         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
34410         on $(common-objpfx)soversions.mk.
34412 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
34414         [BZ #10014]
34415         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
34416         example host name.
34418 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
34420         * malloc/arena.c (arena_get_retry): New function that gets
34421         another arena for the caller to try its request on.
34422         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
34423         current arena cannot fulfill the request.
34424         (__libc_memalign): Likewise.
34425         (__libc_memalign): Likewise.
34426         (__libc_pvalloc): Likewise.
34427         (__libc_calloc): Likewise.
34429 2012-09-05  John Tobey  <john.tobey@gmail.com>
34431         [BZ #13542]
34432         * manual/arith.texi (Operations on Complex): Fix description
34433         of carg branch cut.
34435 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
34437         [BZ #10014]
34438         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
34439         host name.
34441         [BZ #10038]
34442         * manual/memory.texi (Memory): Make order of menu items match
34443         order of sections.
34445 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34447         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
34448         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
34449         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
34451 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34453         * csu/libc-tls.c (static_dtv): Renamed to ...
34454         (_dl_static_dtv): This.  Make it global.
34455         (_dl_initial_dtv): Removed.
34456         (__libc_setup_tls): Updated.
34457         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
34458         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
34459         DL_INITIAL_DTV.
34461 2012-09-06  Petr Machata  <pmachata@redhat.com>
34463         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
34464         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
34465         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
34466         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
34468 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34470         [BZ #14545]
34471         * csu/libc-tls.c (_dl_initial_dtv): New variable.
34472         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
34473         freeing dtv[-1].
34475 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
34477         [BZ #14544]
34478         * Makeconfig (link-static-before-libc): Replace $(+prector)
34479         with $(+prectorT).
34480         (link-static-after-libc): Replace $(+postctor) with
34481         $(+postctorT).
34482         (link-bounded): Replace $(+prector)/$(+postctor) with
34483         $(+prectorT)/$(+postctorT).
34484         (+prectorT): New macro.
34485         (+postctorT): Likewise.
34487 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
34489         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
34490         (round_str): Handle values above the maximum for IBM long double
34491         as inexact.
34492         * stdlib/tst-strtod-round.c (tests): Regenerated.
34494 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34496         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
34497         assembler flag.
34498         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
34499         zarch_nohighgprs around the zarch optimized routines.
34500         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
34501         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
34502         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
34503         for zarch.
34505 2012-09-05  David S. Miller  <davem@davemloft.net>
34507         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34509         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
34510         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
34511         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
34512         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
34513         entries.
34515 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34517         * malloc/arena.c: Fold copyright years.
34518         * malloc/mcheck.c, malloc/memusage.c: Likewise.
34520 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34522         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
34524 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34526         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
34528 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34530         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
34531         change internal state upon failure.
34533 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
34535         * malloc/mcheck.c (mcheck_check_all): Fix typo.
34536         * malloc/memusage.c (mmap): Likewise.
34537         (mmap64, mremap): Likewise.  Adjust name in comment.
34539 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
34541         * libio/fileops.c: Fix typos in comments.
34542         * libio/oldfileops.c: Likewise.
34543         * libio/wfileops.c: Likewise.
34545 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
34547         [BZ #1349]
34548         * malloc/Makefile (tests): Add tst-malloc-usable test case.
34549         (tst-malloc-usable-ENV): Set environment for test case.
34550         * malloc/hooks.c (malloc_check_get_size): New function to get
34551         requested size.
34552         * malloc/malloc.c (musable): Use malloc_check_get_size.
34553         * malloc/tst-malloc-usable.c: New test case.
34555 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
34557         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
34559 2012-09-05  Allan McRae  <allan@archlinux.org>
34561         [BZ #13966]
34562         * configure.in (CXX_SYSINCLUDES): Use compiler output to
34563         determine header location.
34564         * configure: Regenerated.
34566 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
34568         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
34569         float format.
34570         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
34571         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
34572         format.
34573         (test): Regenerate.
34575 2012-09-04  David S. Miller  <davem@davemloft.net>
34577         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
34578         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
34579         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
34581 2012-09-04  Florian Weimer  <fweimer@redhat.com>
34583         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
34584         failures.
34586         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
34588 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
34590         [BZ #9914]
34591         * libio/iogetdelim.c: Include <limits.h>.
34592         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
34593         + len + 1 would overflow.
34595 2012-09-03  Andreas Jaeger  <aj@suse.de>
34597         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34598         * sysdeps/i386/fpu/libm-test-ulps: Update.
34600 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
34602         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
34603         Add s_sinf-sse2, s_conf-sse2.
34605         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
34606         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
34607         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
34608         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
34610         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
34611         for using routine as __sinf_ia32.
34612         Use macro for function declaration and weak_alias.
34613         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
34614         for using routine as __cosf_ia32.
34615         Use macro for function declaration and weak_alias.
34617         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
34618         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
34620         * sysdeps/x86_64/fpu/s_sinf.S: New file.
34621         * sysdeps/x86_64/fpu/s_cosf.S: New file.
34622         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
34624         * math/libm-test.inc (cos_test): Add more test cases.
34625         (sin_test): Likewise.
34626         (sincos_test): Likewise.
34628 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
34630         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
34631         (IFUNC_RESOLVE): Make pointers to the specialized implementations
34632         hidden.
34633         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
34635 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
34637         [BZ #14538]
34638         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
34639         first element of the GOT.
34640         (elf_machine_load_address): Return the difference between
34641         the runtime address of _DYNAMIC and elf_machine_dynamic ().
34643 2012-09-01  Allan McRae  <allan@archlinux.org>
34645         [BZ #13412]
34646         * configure.in (AWK): Require gawk version 3.0 or later.
34647         * configure: Regenerated.
34649 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
34651         * sysdeps/unix/sysv/linux/kernel-features.h
34652         (__ASSUME_POSIX_CPU_TIMERS): Remove.
34653         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
34654         [__NR_clock_getres]: Make code unconditional.
34655         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
34656         (clock_getcpuclockid): Remove code left unreachable by removal of
34657         conditionals.
34658         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
34659         code unconditional.
34660         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
34661         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34662         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
34663         Make code unconditional.
34664         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
34665         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34666         * sysdeps/unix/sysv/linux/clock_settime.c
34667         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
34668         conditional code.
34669         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
34670         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
34672 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
34674         [BZ #14476]
34675         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
34676         scripts/test-installation.pl.
34678         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
34679         and $ld_so_version if it is set.
34681 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
34683         [BZ #14516]
34684         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
34685         failure if reading from procfs failed.
34686         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
34688 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
34690         * sysdeps/unix/sysv/linux/kernel-features.h
34691         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
34692         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
34693         Remove conditional code.
34694         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34695         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
34696         Remove conditional code.
34697         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34698         * sysdeps/unix/sysv/linux/i386/fxstat.c
34699         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
34700         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34701         * sysdeps/unix/sysv/linux/i386/fxstatat.c
34702         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
34703         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34704         * sysdeps/unix/sysv/linux/i386/lxstat.c
34705         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
34706         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34707         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
34708         Remove conditional code.
34709         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34710         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
34711         Remove conditional code.
34712         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34713         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
34714         <kernel-features.h>.
34715         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
34716         Remove.
34717         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
34718         Remove conditional code.
34719         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
34720         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
34721         Remove conditional.
34723 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
34725         [BZ #5400]
34726         * NEWS: Add fixed bug number.
34728 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
34730         [BZ #14519]
34731         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
34732         underflowing exponent in case of negative sign.
34733         * stdlib/tst-strtod-round-data: Add more tests.
34734         * stdlib/tst-strtod-round.c (tests): Regenerated.
34736         [BZ #3479]
34737         * stdlib/strtod_l.c (NDIG): Remove.
34738         (HEXNDIG): Likewise.
34739         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
34740         smallest representable value.
34741         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
34742         lie within an exact representation of 1/2 ulp of the result.
34743         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
34744         unconditionally.
34745         (TENS_P9_IDX): Define unconditionally.
34746         (TENS_P9_SIZE): Likewise.
34747         (TENS_P10_IDX): Likewise.
34748         (TENS_P10_SIZE): Likewise.
34749         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
34750         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
34751         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
34752         entries for 10^2^13 and 10^2^14.
34753         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
34754         (TENS_P13_IDX): Define.
34755         (TENS_P13_SIZE): Likewise.
34756         (TENS_P14_IDX): Likewise.
34757         (TENS_P14_SIZE): Likewise.
34758         (_fpioconst_pow10): Change array size to
34759         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
34760         unconditional.
34761         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
34762         1024]: Add entries for 10^2^13 and 10^2^14.
34763         [LAST_POW10 > _LAST_POW10]: Remove #error.
34764         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
34765         (_fpioconst_pow10): Change array size to
34766         FPIOCONST_POW10_ARRAY_SIZE.
34767         * stdlib/gen-fpioconst.c: New file.
34768         * stdlib/gen-tst-strtod-round.c: Likewise.
34769         * stdlib/tst-strtod-round-data: Likewise.
34770         * stdlib/tst-strtod-round.c: Likewise.
34771         * stdlib/Makefile (tests): Add tst-strtod-round.
34773         [BZ #14459]
34774         * stdlib/strtod_l.c: Include <stdint.h>.
34775         (NDEBUG): Do not define.
34776         (round_and_return): Change EXPONENT parameter to type intmax_t.
34777         Rearrange calculations to avoid internal overflow possibilities.
34778         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
34779         Rearrange calculations to avoid internal overflow possibilities.
34780         Assert that number fits inside MPNSIZE limbs.
34781         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
34782         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
34783         calculations and add assertions to avoid internal overflow
34784         possibilities.  Add casts to avoid signed/unsigned operations.
34785         * stdlib/tst-strtod-overflow.c: New file.
34786         * stdlib/Makefile (tests): Add tst-strtod-overflow.
34788 2012-08-25  Marek Polacek  <polacek@redhat.com>
34790         * time/time.h: Fix some typos in comments.
34792 2012-08-23  Roland McGrath  <roland@hack.frob.com>
34794         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
34795         * posix/tst-rfc3484-2.c: Likewise.
34796         * posix/tst-rfc3484-3.c: Likewise.
34798 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
34800         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
34801         (EF_ARM_ABI_FLOAT_HARD): Likewise.
34803 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
34805         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
34806         #include of fxstatat64.c.
34808 2012-08-22  Roland McGrath  <roland@hack.frob.com>
34810         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
34811         * shadow/getspent_r.c: Likewise.
34812         * shadow/getspnam.c: Likewise.
34813         * shadow/getspnam_r.c: Likewise.
34814         * gshadow/getsgent.c: Likewise.
34815         * gshadow/getsgent_r.c: Likewise.
34816         * gshadow/getsgnam.c: Likewise.
34817         * gshadow/getsgnam_r.c: Likewise.
34818         * inet/getnetbyad.c: Likewise.
34819         * inet/getnetbyad_r.c: Likewise.
34820         * inet/getnetbynm.c: Likewise.
34821         * inet/getnetbynm_r.c: Likewise.
34822         * inet/getnetent.c: Likewise.
34823         * inet/getnetent_r.c: Likewise.
34824         * inet/getproto.c: Likewise.
34825         * inet/getproto_r.c: Likewise.
34826         * inet/getprtent.c: Likewise.
34827         * inet/getprtent_r.c: Likewise.
34828         * inet/getprtname.c: Likewise.
34829         * inet/getprtname_r.c: Likewise.
34830         * inet/getrpcbyname.c: Likewise.
34831         * inet/getrpcbyname_r.c: Likewise.
34832         * inet/getrpcbynumber.c: Likewise.
34833         * inet/getrpcbynumber_r.c: Likewise.
34834         * inet/getrpcent.c: Likewise.
34835         * inet/getrpcent_r.c: Likewise.
34836         * inet/getaliasent.c: Likewise.
34837         * inet/getaliasent_r.c: Likewise.
34838         * inet/getaliasname.c: Likewise.
34839         * inet/getaliasname_r.c: Likewise.
34840         * nscd/getgrgid_r.c: Likewise.
34841         * nscd/getgrnam_r.c: Likewise.
34842         * nscd/gethstbyad_r.c: Likewise.
34843         * nscd/gethstbynm3_r.c: Likewise.
34844         * nscd/getpwnam_r.c: Likewise.
34845         * nscd/getpwuid_r.c: Likewise.
34846         * nscd/getsrvbynm_r.c: Likewise.
34847         * nscd/getsrvbypt_r.c: Likewise.
34848         * nscd/gai.c: Likewise.
34850         * configure.in (build_nscd): New substituted variable, set
34851         by --disable-build-nscd and defaults to $use_nscd.
34852         * configure: Regenerated.
34853         * config.make.in (build-nscd): New substituted variable.
34854         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
34855         Change conditional to require [$(build-nscd) = yes] as well.
34856         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
34858         [BZ# 13696]
34859         * configure.in (use_nscd): New substituted variable, set by
34860         --disable-nscd.  If enabled, define USE_NSCD.
34861         * configure: Regenerated.
34862         * config.h.in: Add USE_NSCD.
34863         * config.make.in (use-nscd): New substituted variable.
34864         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
34865         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
34866         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
34867         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
34868         (CFLAGS-getgrnam_r.c): Likewise.
34869         (CFLAGS-initgroups.c): Likewise.
34870         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
34871         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
34872         Variables removed.
34873         * inet/getnetgrent_r.c
34874         (nscd_setnetgrent): New function, broken out of ...
34875         (setnetgrent): ... here.  Call it.
34876         (innetgr): Conditionalize nscd bits on [USE_NSCD].
34877         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
34878         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
34879         * nscd/Makefile (routines, aux): Move definitions after include of
34880         Makeconfig.  Conditionalize on [$(use-nscd) != no].
34881         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
34882         Conditionalize on [USE_NSCD].
34883         (is_nscd, nscd_init_cb): Likewise.
34884         (nss_load_library): Conditionalize init callback on [USE_NSCD].
34885         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
34886         * nss/nss_db/db-init.c: Likewise.
34887         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
34888         [USE_NSCD].
34889         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
34890         (make_request): Use it.
34891         (cache_valid_p): New function.
34892         (__check_pf): Use it.
34893         * NEWS: Add item for --disable-nscd.
34895 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
34897         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
34898         to support sed >= 4.2.1-20-ga9bf076.
34899         * configure: Regenerated.
34901 2012-08-22  Roland McGrath  <roland@hack.frob.com>
34903         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
34904         Conditionalize whole body on [IREL].
34906 2012-08-22  Jeff Law <law@redhat.com>
34908         [BZ #14505]
34909         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
34910         if the family is PF_UNSPEC.
34912 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
34914         * Makerules (lib-version): Rename from V.
34915         (install-lib-nosubdir): Change V to lib-version.
34917 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
34919         [BZ #14252]
34920         * powerpc32/power6/wcschr.c: New file.
34921         * powerpc32/power6/wcscpy.c: New file.
34922         * powerpc32/power6/wcsrchr.c: New file.
34923         * powerpc64/power6/wcschr.c: New file.
34924         * powerpc64/power6/wcscpy.c: New file.
34925         * powerpc64/power6/wcsrchr.c: New file.
34927 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
34929         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
34930         (two_way_short_needle): Use it.
34931         * string/strstr.c (AVAILABLE1_USES_J): Define.
34932         * string/strcasestr.c: Likewise.
34934         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
34935         array references.
34936         * string/strcasestr.c (TOLOWER): Make side-effect safe.
34938         [BZ #11607]
34939         * NEWS: Add an entry.
34940         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
34941         define their defaults.
34942         (two_way_short_needle): Detect end-of-string on-the-fly.
34943         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
34944         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
34945         * string/bug-strcasestr1.c: New test.
34946         * string/Makefile: Run it.
34948 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
34950         [BZ #11607]
34951         * string/str-two-way.h (two_way_short_needle): Optimize matching of
34952         the first character.
34954 2012-08-21  Roland McGrath  <roland@hack.frob.com>
34956         * csu/elf-init.c (__libc_csu_irel): Function removed.
34957         * csu/libc-start.c (apply_irel): New function.
34958         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
34960 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
34962         * sysdeps/unix/sysv/linux/kernel-features.h
34963         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
34964         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
34965         <kernel-features.h>.
34966         [__NR_fadvise64_64]: Make code unconditional.
34967         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
34968         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
34969         !__NR_fadvise64_64)]: Likewise.
34970         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
34971         !__NR_fadvise64_64))]: Likewise.
34972         [__NR_fadvise64]: Make code unconditional.
34973         [!__NR_fadvise64]: Remove conditional code.
34974         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
34975         <kernel-features.h>.
34976         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
34977         unconditional.
34978         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
34979         conditional code.
34980         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
34981         not include <kernel-features.h>.
34982         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
34983         unconditional.
34984         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
34985         conditional code.
34986         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
34987         include <kernel-features.h>.
34988         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
34989         unconditional.
34990         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
34991         conditional code.
34993 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
34995         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
34996         slight instruction rearrangements per scrollpipe analysis.
34997         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
34999 2012-08-20  Roland McGrath  <roland@hack.frob.com>
35001         * manual/syslog.texi (syslog; vsyslog, closelog):
35002         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
35003         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
35005         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
35006         DSOCAPS to match condition on defining it.
35008 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
35010         * sysdeps/unix/sysv/linux/kernel-features.h
35011         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
35012         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
35013         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35014         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35015         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
35016         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35017         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35018         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
35019         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
35020         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
35022         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
35023         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
35025         * sysdeps/unix/sysv/linux/kernel-features.h
35026         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
35027         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
35028         unconditional.
35029         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35030         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
35031         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35032         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35033         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
35034         Make code unconditional.
35035         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35036         (__mmap64) [!__NR_mmap2]: Likewise.
35037         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
35038         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
35039         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35040         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
35041         [__NR_mmap2]: Make code unconditional.
35042         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
35043         (__mmap64) [!__NR_mmap2]: Likewise.
35045 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35047         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
35049 2012-08-18  Andreas Jaeger  <aj@suse.de>
35051         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
35053 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35055         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
35056         * include/unistd.h (__have_sock_cloexec): Likewise.
35057         (__have_pipe2): Likewise.
35058         (__have_dup3): Likewise.
35060 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
35062         [BZ #9685]
35063         * include/unistd.h (__have_pipe2): Change define into an extern int.
35064         (__have_dup3): Likewise.
35065         * socket/have_sock_cloexec.c: Include fcntl.h.
35066         (__have_pipe2): New variable.
35067         (__have_dup3): Likewise.
35069 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
35071         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
35073 2012-08-17  Marek Polacek  <polacek@redhat.com>
35075         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
35076         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
35078 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35080         * configure.in: Add AC_SUBST for sysheaders.
35081         * configure: Regenerated.
35082         * config.make.in (sysheaders): New substituted variable.
35084         * sysdeps/unix/mkfifo.c: Moved ...
35085         * sysdeps/posix/mkfifo.c: ... here.
35086         * sysdeps/unix/mkfifoat.c: Moved ...
35087         * sysdeps/posix/mkfifoat.c: ... here.
35089         * sysdeps/unix/utime.c: Moved ...
35090         * sysdeps/posix/utime.c: ... here.
35092         * sysdeps/unix/time.c: Moved ...
35093         * sysdeps/posix/time.c: ... here.
35094         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
35095         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
35097         * sysdeps/unix/nice.c: Moved ...
35098         * sysdeps/posix/nice.c: ... here.
35100         * sysdeps/unix/alarm.c: Moved ...
35101         * sysdeps/posix/alarm.c: ... here.
35103         * intl/Makefile ($(codeset_mo)): Depend on the input file.
35105 2012-08-17  Jeff Law <law@redhat.com>
35107         * intl/Makefile (codeset_mo): New variable.
35108         ($(codeset_mo)): New target.
35109         (tst-codeset.out): Depend on that.  Remove explicit rule.
35110         (tst-gettext3.out, tst-gettext5.out): Likewise.
35111         (LOCPATH-ENV, tst-codeset-ENV): New variables.
35112         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
35113         * intl/tst-codeset.sh: Remove.
35114         * intl/tst-gettext3.sh: Likewise.
35115         * intl/tst-gettext5.sh: Likewise.
35117 2012-08-17  Roland McGrath  <roland@hack.frob.com>
35119         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
35120         * sysdeps/unix/syscalls.list: ... here.
35122         * sysdeps/posix/getaddrinfo.c
35123         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
35124         (gaiconf_init, gaiconf_reload): Use them.
35125         [!_STATBUF_ST_NSEC]
35126         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
35127         Define using time_t rather than struct timespec.
35129         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
35130         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
35131         Macros removed.
35132         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
35133         [!NO_THREADS].
35134         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
35135         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
35136         Likewise.
35138         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
35139         __libc_cleanup_push argument.
35141         * bits/param.h: New file.
35142         * misc/sys/param.h: New file.
35143         * include/sys/param.h: New file.
35144         * misc/Makefile (headers): Add bits/param.h.
35145         * sysdeps/generic/sys/param.h: File removed.
35146         * sysdeps/unix/sysv/linux/bits/param.h: New file.
35147         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
35148         * sysdeps/mach/hurd/bits/param.h: New file.
35149         * sysdeps/mach/hurd/sys/param.h: File removed.
35151         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
35152         last change.
35154         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
35155         [_IO_MTSAFE_IO].
35156         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
35157         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
35158         New macros.
35160         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
35161         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
35162         rather than -D_IO_MTSAFE_IO conditionally.
35163         * stdio-common/Makefile (CPPFLAGS): Likewise.
35164         * wcsmbs/Makefile (CPPFLAGS): Likewise.
35165         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
35166         Use $(libio-mtsafe).
35167         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
35168         of -D_IO_MTSAFE_IO.
35169         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
35170         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
35171         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
35172         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
35173         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
35174         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
35175         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
35176         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
35177         (CFLAGS-fread_u_chk.c): Likewise.
35178         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
35179         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
35180         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
35181         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
35182         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
35183         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
35184         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
35185         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
35186         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
35188         * libio/Makefile: Test [$(libc-reentrant) = yes]
35189         instead of [$(filter %REENTRANT, $(defines)) nonempty].
35191         * Makeconfig
35192         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
35193         * sysdeps/pthread/configure: File removed.
35194         * sysdeps/pthread/Makeconfig: New file.
35195         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
35196         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
35198 2012-08-16  Gary Benson  <gbenson@redhat.com>
35200         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
35201         unmapping the first object in a namespace.
35203 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35205         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
35206         (__internal_setnetgrent): ... this.  Add internal_function to
35207         definition.  Add libc_hidden_def.
35208         (setnetgrent): Update caller.
35209         (internal_endnetgrent): Renamed to ...
35210         (__internal_endnetgrent): ... this.  Add internal_function to
35211         definition.  Add libc_hidden_def.
35212         (endnetgrent): Update caller.
35213         (internal_getnetgrent_r): Renamed to ...
35214         (__internal_getnetgrent_r): ... this.  Add internal_function to
35215         definition.  Add libc_hidden_def.
35216         (__getnetgrent_r): Update caller.
35217         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
35219 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35221         * stdlib/longlong.h: Update from GCC.
35223 2012-08-16  Roland McGrath  <roland@hack.frob.com>
35225         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
35226         on _QL, which is set by umul_ppmm but never used.
35227         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
35228         variables, which are set by GMP macros but never used.
35229         * stdio-common/_itowa.c (_itowa): Likewise.
35230         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
35231         * stdlib/mod_1.c (mpn_mod_1): Likewise.
35233 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
35235         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
35236         struct La_sh_regs is not constant.
35237         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
35238         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
35239         and struct La_sparc64_regs are not constant.
35241 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
35243         * sysdeps/unix/sysv/linux/kernel-features.h
35244         (__ASSUME_POSIX_TIMERS): Remove.
35245         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
35246         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35247         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
35248         Make code unconditional.
35249         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35250         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
35251         Make code unconditional.
35252         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35253         * sysdeps/unix/sysv/linux/clock_nanosleep.c
35254         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
35255         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35256         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
35257         Make code unconditional.
35258         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
35259         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
35260         (__libc_missing_posix_timers): Remove.
35262 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35264         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
35265         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
35267         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
35269         * elf/dl-sym.c: Include <stdlib.h>.
35271         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
35272         constants, which avoids warnings in 32-bit builds.
35274         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
35275         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
35277         * misc/lseek.c: File moved to ...
35278         * io/lseek.c: ... here.
35280         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
35282         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
35283         shifting LEN more than 31 bits at once.
35285 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35287         [BZ #14195]
35288         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
35289         segmentation fault for a case of two empty input strings.
35290         * string/test-strncasecmp.c (check1): Renamed to...
35291         (bz12205): ...this.
35292         (bz14195): Add new testcase for two empty input strings and N > 0.
35293         (test_main): Call new testcase, adapt for renamed function.
35295 2012-08-15  Andreas Jaeger  <aj@suse.de>
35297         [BZ #14090]
35298         * crypt/md5test2.c: New test, based on test supplied by Serge
35299         Belyshev <belyshev@depni.sinp.msu.ru>.
35300         * crypt/Makefile (xtests): Add md5test-giant..
35301         * crypt/Makefile ($(objpfx)md5test-giant): Add.
35303 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
35305         [BZ #14090]
35306         * crypt/md5.c (md5_process_block): Don't assume the buffer
35307         length is less than 2**32.
35308         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
35309         length is less than 2**64.
35311 2012-08-15  Roland McGrath  <roland@hack.frob.com>
35313         * string/str-two-way.h: Include <sys/param.h>.
35314         (MAX): Macro removed.
35316         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
35317         Move #define and #undef of memmove to just before and after
35318         including <string.h>.
35320         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
35321         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
35322         and after including <string.h>.  Move declarations of
35323         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
35324         to before #include "string/memmove.c".
35326         * include/dirent.h: Declare __getdirentries.
35328         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
35329         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
35331 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
35333         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
35334         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
35335         * sysdeps/i386/configure: Regenerated.
35336         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
35337         STABS_CURRENT_FILE, and STABS_FUN.
35338         (END): Remove call to STABS_FUN_END.
35339         (STABS_CURRENT_FILE1): Delete.
35340         (STABS_CURRENT_FILE): Likewise.
35341         (STABS_FUN): Likewise.
35342         (STABS_FUN_END): Likewise.
35343         (STABS_FUN2): Likewise.
35344         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
35345         * sysdeps/x86_64/configure: Regenerated.
35347 2012-08-14  Roland McGrath  <roland@hack.frob.com>
35349         * elf/dl-open.c: Include <atomic.h>.
35350         * elf/dl-lookup.c: Likewise.
35352 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
35354         * sysdeps/unix/sysv/linux/kernel-features.h
35355         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
35356         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
35357         unconditionally.
35358         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
35359         unconditionally.
35360         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
35361         condition on __ASSUME_CLONE_THREAD_FLAGS.
35363 2012-08-14  Andreas Jaeger  <aj@suse.de>
35365         * sysdeps/i386/fpu/libm-test-ulps: Update.
35367 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
35369         * include/atomic.h (atomic_exchange_and_add): Split into ...
35370         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
35371         New atomic macros.
35373 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
35375         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35377 2012-08-13  Jeff Law <law@redhat.com>
35379         * manual/stdio.texi (snprintf): Clarify handling of the trailing
35380         null byte in the output string.
35382 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
35384         * sysdeps/unix/sysv/linux/kernel-features.h
35385         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
35386         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
35387         (__ASSUME_ARG_MAX_STACK_BASED): Define.
35388         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
35389         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
35390         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
35391         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
35393 2012-08-09  Jeff Law <law@redhat.com>
35395         [BZ #13939]
35396         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
35397         When avoid_arena is set, don't retry in the that arena.  Pick the
35398         next one, whatever it might be.
35399         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
35400         (arena_lock): Pass in new parameter to arena_get2.
35401         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
35402         arena_get2.
35403         (__libc_malloc): Unify retrying after main arena failure with
35404         __libc_memalign version.
35405         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
35407 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
35409         [BZ #14166]
35410         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
35411         to __redirect_strstr.
35412         (__strstr_sse42): Use typeof __redirect_strstr.
35413         (__strstr_ia32): Likewise.
35414         (__libc_strstr): New prototype.
35415         (strstr): Renamed to ...
35416         (__libc_strstr): This.
35417         (strstr): New strong alias of __libc_strstr.
35418         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
35419         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
35420         __redirect_time.
35421         Include <time.h>.
35422         (__libc_time): New prototype.
35423         (time_ifunc): Replace time with __libc_time.
35424         (time): New strong alias and hidden definition of __libc_time.
35425         (__GI_time): Remove strong alias.
35426         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
35427         Include <stddef.h>.
35428         (memmove): Redefined to __redirect_memmove.
35429         (__memmove_sse2): Use typeof __redirect_memmove.
35430         (__memmove_ssse3): Likewise.
35431         (__memmove_ssse3_back): Likewise.
35432         (__libc_memmove): New prototype.
35433         (memmove): Renamed to ...
35434         (__libc_memmove): This.
35435         (memmove): New strong alias of __libc_memmove.
35437 2012-08-08  Mark Salter  <msalter@redhat.com>
35439         * elf/elf.h
35440         (R_MN10300_TLS_GD): Define.
35441         (R_MN10300_TLS_LD): Likewise.
35442         (R_MN10300_TLS_LDO): Likewise.
35443         (R_MN10300_TLS_GOTIE): Likewise.
35444         (R_MN10300_TLS_IE): Likewise.
35445         (R_MN10300_TLS_LE): Likewise.
35446         (R_MN10300_TLS_DTPMOD): Likewise.
35447         (R_MN10300_TLS_DTPOFF): Likewise.
35448         (R_MN10300_TLS_TPOFF): Likewise.
35449         (R_MN10300_SYM_DIFF): Likewise.
35450         (R_MN10300_ALIGN): Likewise.
35451         (R_MN10300_NUM): Update.
35453 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
35455         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
35456         Remove.
35458 2012-08-08  Roland McGrath  <roland@hack.frob.com>
35460         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
35462         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
35463         sysdeps/unix -> sysdeps/posix move.
35464         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
35466 2012-08-07      Allan McRae     <allan@archlinux.org>
35468         [BZ #14303]
35469         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
35470         (SUNOS_CPP): Likewise.
35471         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
35472         not found.
35473         (open_input): Call CPP using execvp.
35475 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
35477         * sysdeps/unix/sysv/linux/kernel-features.h
35478         (__ASSUME_PROT_GROWSUPDOWN): Remove.
35479         (__ASSUME_NO_CLONE_DETACHED): Likewise.
35480         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
35481         (__ASSUME_WAITID_SYSCALL): Likewise.
35482         * sysdeps/unix/sysv/linux/dl-execstack.c
35483         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
35484         code unconditional.
35485         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
35486         conditional code.
35487         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
35488         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
35489         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
35490         code.
35491         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
35492         unconditional.
35493         [__ASSUME_WAITID_SYSCALL]: Likewise.
35494         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
35496 2012-08-07  Roland McGrath  <roland@hack.frob.com>
35498         * sysdeps/unix/closedir.c: Renamed to ...
35499         * sysdeps/posix/closedir.c: ... here.
35500         * sysdeps/unix/dirfd.c: Renamed to ...
35501         * sysdeps/posix/dirfd.c: ... here.
35502         * sysdeps/unix/dirstream.h: Renamed to ...
35503         * sysdeps/posix/dirstream.h: ... here.
35504         * sysdeps/unix/fdopendir.c: Renamed to ...
35505         * sysdeps/posix/fdopendir.c: ... here.
35506         * sysdeps/unix/opendir.c: Renamed to ...
35507         * sysdeps/posix/opendir.c: ... here.
35508         * sysdeps/unix/readdir.c: Renamed to ...
35509         * sysdeps/posix/readdir.c: ... here.
35510         * sysdeps/unix/readdir_r.c: Renamed to ...
35511         * sysdeps/posix/readdir_r.c: ... here.
35512         * sysdeps/unix/rewinddir.c: Renamed to ...
35513         * sysdeps/posix/rewinddir.c: ... here.
35514         * sysdeps/unix/seekdir.c: Renamed to ...
35515         * sysdeps/posix/seekdir.c: ... here.
35516         * sysdeps/unix/telldir.c: Renamed to ...
35517         * sysdeps/posix/telldir.c: ... here.
35518         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
35519         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
35520         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
35521         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
35523         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
35524         * bits/fcntl.h: ... here.
35526         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
35527         not 0.
35528         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
35529         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
35530         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
35531         (struct flock): Move l_start, l_len to the beginning.
35532         Use __pid_t for l_pid.
35533         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
35534         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
35535         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
35536         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
35537         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
35538         [__USE_LARGEFILE64] (struct flock64): New type.
35539         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
35541         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
35542         * bits/dirent.h: ... here.
35544         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
35545         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
35547 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
35549         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
35550         Change from 2.6.0 to 2.6.16.
35551         * sysdeps/unix/sysv/linux/configure: Regenerated.
35552         * sysdeps/unix/sysv/linux/kernel-features.h
35553         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
35554         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
35555         version.
35556         (__ASSUME_UTIMES): Likewise.
35557         (__ASSUME_CLONE_STOPPED): Remove.
35558         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
35559         architectures, not kernel version.
35560         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
35561         (__ASSUME_NO_CLONE_DETACHED): Likewise.
35562         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
35563         (__ASSUME_WAITID_SYSCALL): Likewise.
35564         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
35565         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
35566         * README: State 2.6.16 as minimum Linux kernel version.  Do not
35567         refer to older versions.
35569 2012-08-06  Roland McGrath  <roland@hack.frob.com>
35571         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
35572         Define alphasort64 as an alias.
35573         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
35574         Define versionsort64 as an alias.
35575         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
35576         Define scandir64 as an alias.
35577         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
35578         Define scandirat64 as an alias.
35579         * dirent/alphasort64.c (alphasort64):
35580         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
35581         * dirent/versionsort64.c: Likewise.
35582         * dirent/scandir64.c: Likewise.
35583         * dirent/scandirat64.c: Likewise.
35584         * sysdeps/wordsize-64/alphasort.c: File removed.
35585         * sysdeps/wordsize-64/alphasort64.c: File removed.
35586         * sysdeps/wordsize-64/scandir.c: File removed.
35587         * sysdeps/wordsize-64/scandir64.c: File removed.
35588         * sysdeps/wordsize-64/scandirat.c: File removed.
35589         * sysdeps/wordsize-64/scandirat64.c: File removed.
35590         * sysdeps/wordsize-64/versionsort.c: File removed.
35591         * sysdeps/wordsize-64/versionsort64.c: File removed.
35592         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
35593         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
35594         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
35595         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
35596         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
35597         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
35598         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
35599         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
35601         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
35602         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
35603         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
35604         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35605         [defined __arch64__ || defined __sparcv9]
35606         (__INO_T_MATCHES_INO64_T): New macro.
35607         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
35608         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
35609         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
35610         * sysdeps/unix/sysv/linux/bits/dirent.h
35611         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
35612         (_DIRENT_MATCHES_DIRENT64): New macro.
35614         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
35615         Define lockf64 as an alias.
35616         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
35617         Define fseeko64 as an alias.
35618         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
35619         Define ftello64 as an alias.
35620         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
35621         Define _IO_fgetpos64 and fgetpos64 as aliases.
35622         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
35623         Define _IO_fsetpos64 and fsetpos64 as aliases.
35624         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
35625         Conditionalize body on this.
35626         * libio/fseeko64.c: Likewise.
35627         * libio/ftello64.c: Likewise.
35628         * libio/iofgetpos64.c: Likewise.
35629         * libio/iofsetpos64.c: Likewise.
35630         * sysdeps/wordsize-64/lockf.c: File removed.
35631         * sysdeps/wordsize-64/lockf64.c: File removed.
35632         * sysdeps/wordsize-64/fseeko.c: File removed.
35633         * sysdeps/wordsize-64/fseeko64.c: File removed.
35634         * sysdeps/wordsize-64/ftello.c: File removed.
35635         * sysdeps/wordsize-64/ftello64.c: File removed.
35636         * sysdeps/wordsize-64/iofgetpos.c: File removed.
35637         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
35638         * sysdeps/wordsize-64/iofsetpos.c: File removed.
35639         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
35640         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
35641         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
35642         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
35643         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
35644         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
35645         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
35646         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
35647         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
35648         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
35649         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
35651         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
35652         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
35653         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
35654         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35655         [defined __arch64__ || defined __sparcv9]
35656         (__OFF_T_MATCHES_OFF64_T): New macro.
35657         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
35658         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
35659         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35660         (__OFF_T_MATCHES_OFF64_T): New macro.
35662 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
35664         * stdlib/secure-getenv.c (__secure_getenv): Replace
35665         GLIBC_2_16 with GLIBC_2_17.
35667 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
35669         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
35670         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
35672 2012-08-03  David S. Miller  <davem@davemloft.net>
35674         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35676 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
35678         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
35679         Remove.
35680         (__ASSUME_CORRECT_SI_PID): Likewise.
35681         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
35682         (__ASSUME_TMPFS_NAME): Likewise.
35683         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
35684         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
35685         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
35686         (HAVE_AUX_SECURE): Make definition unconditional.
35687         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
35688         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
35690 2012-08-03  Roland McGrath  <roland@hack.frob.com>
35692         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
35693         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
35694         * sysdeps/mach/hurd/eloop-threshold.h: New file.
35695         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
35696         __eloop_threshold instead of SYMLOOP_MAX.
35698         * sysdeps/generic/eloop-threshold.h: New file.
35699         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
35700         of MAXSYMLINKS.
35701         * elf/chroot_canon.c (chroot_canon): Likewise.
35703 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
35705         [BZ #13717]
35706         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
35707         Change to 2.6.0 everywhere.
35708         * sysdeps/unix/sysv/linux/configure: Regenerated.
35709         * sysdeps/unix/sysv/linux/kernel-features.h
35710         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
35711         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
35712         kernel versions.
35713         (__ASSUME_POSIX_TIMERS): Define unconditionally.
35714         (__ASSUME_FUTEX_REQUEUE): Remove.
35715         (__ASSUME_STATFS64): Define unconditionally.
35716         (__ASSUME_AT_SECURE): Likewise.
35717         (__ASSUME_CORRECT_SI_PID): Likewise.
35718         (__ASSUME_TGKILL): Define without depending on kernel version for
35719         i386.
35720         (__ASSUME_UTIMES): Likewise.
35721         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
35722         kernel version.
35723         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
35724         (__ASSUME_TMPFS_NAME): Likewise.
35725         * README: Update reference to Linux kernel versions.
35727 2012-08-02  Marek Polacek  <polacek@redhat.com>
35729         [BZ# 14150]
35730         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
35731         libc_cv_asm_type_prefix with %.
35732         * configure: Regenerated.
35733         * include/libc-symbols.h: Remove comment about
35734         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
35735         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
35736         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
35737         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
35738         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
35739         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
35740         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
35741         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
35742         * elf/tst-unique2mod1.c: Likewise.
35743         * elf/tst-unique1mod2.c: Likewise.
35744         * elf/tst-unique1mod1.c: Likewise.
35745         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
35746         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
35747         Replace ASM_TYPE_DIRECTIVE with .type.
35748         * sysdeps/s390/s390-64/sysdep.h: Likewise.
35749         * sysdeps/i386/sysdep.h: Likewise.
35750         * sysdeps/x86_64/sysdep.h: Likewise.
35751         * sysdeps/sh/sysdep.h: Likewise.
35752         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
35753         Do not define ASM_TYPE_DIRECTIVE.
35754         * sysdeps/powerpc/sysdep.h: Likewise.
35755         * sysdeps/powerpc/powerpc32/sysdep.h:
35756         Replace ASM_TYPE_DIRECTIVE with .type.
35757         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
35758         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
35759         * sysdeps/i386/fpu/e_powf.S: Likewise.
35760         * sysdeps/i386/fpu/e_expl.S: Likewise.
35761         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
35762         * sysdeps/i386/fpu/e_acosh.S: Likewise.
35763         * sysdeps/i386/fpu/e_pow.S: Likewise.
35764         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
35765         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
35766         * sysdeps/i386/fpu/s_expm1.S: Likewise.
35767         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
35768         * sysdeps/i386/fpu/e_log2.S: Likewise.
35769         * sysdeps/i386/fpu/e_log2l.S: Likewise.
35770         * sysdeps/i386/fpu/e_scalb.S: Likewise.
35771         * sysdeps/i386/fpu/e_powl.S: Likewise.
35772         * sysdeps/i386/fpu/e_log10f.S: Likewise.
35773         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
35774         * sysdeps/i386/fpu/e_logl.S: Likewise.
35775         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
35776         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
35777         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
35778         * sysdeps/i386/fpu/e_log2f.S: Likewise.
35779         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
35780         * sysdeps/i386/fpu/e_log.S: Likewise.
35781         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
35782         * sysdeps/i386/fpu/e_logf.S: Likewise.
35783         * sysdeps/i386/fpu/e_log10l.S: Likewise.
35784         * sysdeps/i386/fpu/e_atanh.S: Likewise.
35785         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
35786         * sysdeps/i386/fpu/e_log10.S: Likewise.
35787         * sysdeps/i386/fpu/s_frexp.S: Likewise.
35788         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
35789         * sysdeps/i386/fpu/s_asinh.S: Likewise.
35790         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
35791         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
35792         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
35793         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
35794         * sysdeps/i386/i686/strtok.S: Likewise.
35795         * sysdeps/i386/i386-mcount.S: Likewise.
35796         * sysdeps/i386/strtok.S: Likewise.
35797         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
35798         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
35799         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
35800         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
35801         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
35802         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
35803         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
35804         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
35805         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
35806         * sysdeps/x86_64/_mcount.S: Likewise.
35807         * sysdeps/x86_64/strtok.S: Likewise.
35808         * sysdeps/sh/_mcount.S: Likewise.
35810 2012-08-01  Roland McGrath  <roland@hack.frob.com>
35812         * libio/iofopen.c: Include <fcntl.h>.
35813         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
35814         (_IO_fopen64, fopen64): Define as aliases.
35815         * libio/iofopen64.c: Include <fcntl.h>.
35816         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
35817         Conditionalize body on this.
35818         * sysdeps/wordsize-64/iofopen.c: File removed.
35819         * sysdeps/wordsize-64/iofopen64.c: File removed.
35821 2012-08-01  Marek Polacek  <polacek@redhat.com>
35823         * libc/Makeconfig: Use elf in place of binfmt-subdir.
35824         Use dlfcn directly instead of a variable.
35825         (binfmt-subdir): Do not define.
35826         (dlfcn): Likewise.
35828 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
35830         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
35831         Remove all definitions.
35832         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
35833         <kernel-features.h>.
35834         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
35835         (miss_F_GETOWN_EX): Remove all definitions.
35836         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
35837         macro definition.
35838         [!__ASSUME_FCNTL64]: Remove conditional code.
35839         [__ASSUME_FCNTL64]: Make code unconditional.
35840         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
35841         <kernel-features.h>.
35842         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
35843         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
35844         (lockf64) [__NR_fcntl64]: Make code unconditional.
35845         (lockf64) [__ASSUME_FCNTL64]: Likewise.
35847         * sysdeps/unix/sysv/linux/kernel-features.h
35848         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
35849         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
35850         Make code unconditional.
35851         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
35852         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
35853         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
35854         [__NR_vfork]: Make code unconditional.
35855         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
35856         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
35857         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
35858         [__NR_vfork]: Make code unconditional.
35859         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
35860         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
35862 2012-08-01  Roland McGrath  <roland@hack.frob.com>
35864         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
35865         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
35867         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
35868         Define mkstemp64 as an alias.
35869         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
35870         Define mkstemps64 as an alias.
35871         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
35872         Define mkostemp64 as an alias.
35873         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
35874         Define mkostemps64 as an alias.
35875         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
35876         Conditionalize body on this.
35877         * misc/mkostemp64.c: Likewise.
35878         * misc/mkostemps64.c: Likewise.
35879         * misc/mkstemps64.c: Likewise.
35880         * sysdeps/wordsize-64/mkstemp64.c: File removed.
35881         * sysdeps/wordsize-64/mkostemp64.c: File removed.
35882         * sysdeps/wordsize-64/mkostemp.c: File removed.
35883         * sysdeps/wordsize-64/mkstemp.c: File removed.
35884         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
35885         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
35886         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
35887         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
35889         [BZ #14138]
35890         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
35891         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
35892         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
35893         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
35895         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
35896         compat_symbol macros from <shlib-compat.h> rather than the underlying
35897         default_symbol_version and symbol_version macros, so that DEFAULT
35898         lines in shlib-versions are respected.
35899         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
35901 2012-08-01  Florian Weimer  <fweimer@redhat.com>
35903         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
35904         Declare with warn_unused_result.
35905         (setgid, setregid, setegid, setresgid): Likewise.
35906         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
35907         Likewise.
35908         * WUR-REPORT: Remove set*id functions.
35910 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
35912         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
35914 2012-07-31  Roland McGrath  <roland@hack.frob.com>
35916         [BZ #10191]
35917         * include/sys/socket.h (__libc_accept, __libc_accept4):
35918         Add attribute_hidden.
35919         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
35921         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
35922         use of PTR_MANGLE.
35923         * inet/getnetgrent_r.c (setup): Likewise.
35925         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
35927 2012-07-31  David S. Miller  <davem@davemloft.net>
35929         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35931 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
35933         [BZ #13629]
35934         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
35935         value between 1.0 and 2.0 and smaller part has absolute value less
35936         than 1.0.
35937         * math/s_clog10.c (__clog10): Likewise.
35938         * math/s_clog10f.c (__clog10f): Likewise.
35939         * math/s_clog10l.c (__clog10l): Likewise.
35940         * math/s_clogf.c (__clogf): Likewise.
35941         * math/s_clogl.c (__clogl): Likewise.
35942         * math/libm-test.inc (clog_test): Add more tests.
35943         (clog10_test): Likewise.
35944         * sysdeps/i386/fpu/libm-test-ulps: Update.
35945         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35947 2012-07-31  Florian Weimer  <fweimer@redhat.com>
35949         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
35950         Exit with zero in case no suitable GID is found, and write a
35951         message to standard error.
35953 2012-07-30  Roland McGrath  <roland@hack.frob.com>
35955         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
35956         rather than to 1.
35957         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
35958         (MAXPATHLEN): Removed.
35959         (NOGROUP, NODEV): New macros.
35960         (setbit, clrbit, isset, isclr): New macros.
35961         (howmany, roundup, powerof2): New macros.
35962         (DEV_BSIZE): New macro.
35964         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
35965         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
35967         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
35968         definition on [!__NO_LONG_DOUBLE_MATH].
35970         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
35971         PTR_MANGLE and PTR_DEMANGLE.
35973         * socket/accept4.c (accept4): Rename to __libc_accept4.
35974         Define accept4 as a weak alias.
35976         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
35977         on [_DIRENT_HAVE_D_TYPE].
35978         * io/ftw.c (ftw_dir): Likewise.
35980         * io/xmknod.c (__xmknod): Don't check PATH for being null.
35982         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
35984         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
35985         Use the BSD numbers rather than the arbitrary ones we had.
35986         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
35987         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
35988         (SIGXCPU, SIGXFSZ): New macros.
35989         (_NSIG): Now 32.
35991         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
35992         initializer on [_LIBC_REENTRANT].
35994         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
35995         definitions inside [_POSIX_MAPPED_FILES].
35997         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
35999         * dirent/opendir.c: Include <fcntl.h>.
36001         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
36002         (__libc_getspecific): Likewise.
36003         (__libc_key_create): Likewise.
36005         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
36006         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
36007         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
36008         (tmpfile64): Define as alias.
36009         * sysdeps/wordsize-64/tmpfile.c: File removed.
36010         * sysdeps/wordsize-64/tmpfile64.c: File removed.
36011         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
36012         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
36014         * stdio-common/vfscanf.c: Include <stdbool.h>.
36015         * nss/makedb.c: Likewise.
36016         * stdio-common/_i18n_number.h: Likewise.
36017         * argp/argp-help.c: Likewise.
36018         * posix/wordexp.c: Likewise.
36019         * sysdeps/posix/spawni.c: Likewise.
36020         * nss/nss_files/files-initgroups.c: Likewise.
36021         * stdio-common/reg-modifier.c: Include <stdlib.h>.
36022         * nss/nss_files/files-initgroups.c: Likewise.
36023         * nss/nss_db/db-netgrp.c: Likewise.
36024         * nss/nss_db/db-initgroups.c: Likewise.
36025         * io/fchmodat.c: Include <sys/stat.h>.
36027         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
36028         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
36030         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
36031         [HAVE_MMAP].
36033         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
36034         Add multiple inclusion protection.
36036 2012-07-27  David S. Miller  <davem@davemloft.net>
36038         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36040 2012-07-27  Gary Benson  <gbenson@redhat.com>
36042         [BZ #14298]
36043         * elf/rtld.c: Include <stap-probe.h>.
36044         (dl_main): Added static probes "init_start" and "init_complete".
36045         * elf/dl-load.c: Include <stap-probe.h>.
36046         (lose): Take new parameter "nsid".
36047         Added static probe "map_failed".
36048         (_dl_map_object_from_fd): Pass namespace id to lose.
36049         Added static probe "map_start".
36050         (open_verify): Pass namespace id to lose.
36051         * elf/dl-open.c: Include <stap-probe.h>.
36052         (dl_open_worker) Added static probes "map_complete", "reloc_start"
36053         and "reloc_complete".
36054         * elf/dl-close.c: Include <stap-probe.h>.
36055         (_dl_close_worker): Added static probes "unmap_start" and
36056         "unmap_complete".
36057         * elf/rtld-debugger-interface.txt: New file documenting the above.
36059 2012-07-26  Roland McGrath  <roland@hack.frob.com>
36061         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
36062         rather than a string variable.
36063         * sunrpc/rpc_main.c (h_output): Likewise.
36064         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
36066 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
36068         * inet/check_native.c: New file.
36070 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
36072         [BZ #13629]
36073         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
36074         if larger part has absolute value 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         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
36086         (pltexit): Likewise.
36087         (La_regs): Likewise.
36088         (La_retval): Likewise.
36089         (int_retval): Likewise.
36090         Update #error for removed macros to refer only to definitions in
36091         tst-audit.h.
36092         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
36093         macro.
36094         (pltexit): Likewise.
36095         (La_regs): Likewise.
36096         (La_retval): Likewise.
36097         (int_retval): Likewise.
36098         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
36099         macro.
36100         (pltexit): Likewise.
36101         (La_regs): Likewise.
36102         (La_retval): Likewise.
36103         (int_retval): Likewise.
36104         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
36105         macro.
36106         (pltexit): Likewise.
36107         (La_regs): Likewise.
36108         (La_retval): Likewise.
36109         (int_retval): Likewise.
36110         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
36111         macro.
36112         (pltexit): Likewise.
36113         (La_regs): Likewise.
36114         (La_retval): Likewise.
36115         (int_retval): Likewise.
36116         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
36117         macro.
36118         (pltexit): Likewise.
36119         (La_regs): Likewise.
36120         (La_retval): Likewise.
36121         (int_retval): Likewise.
36122         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
36123         macro.
36124         (pltexit): Likewise.
36125         (La_regs): Likewise.
36126         (La_retval): Likewise.
36127         (int_retval): Likewise.
36128         * sysdeps/generic/tst-audit.h: Update comment to refer only to
36129         macro definitions in tst-audit.h.
36130         * sysdeps/i386/tst-audit.h: New file.
36131         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
36132         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
36133         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
36134         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
36135         * sysdeps/sh/tst-audit.h: Likewise.
36136         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
36137         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
36138         * sysdeps/x86_64/tst-audit.h: Likewise.
36140 2012-07-26  Andreas Jaeger  <aj@suse.de>
36142         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
36143         ptrace.
36145         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
36146         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
36147         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
36148         PTRACE_O_MASK.
36149         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
36150         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
36151         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
36153         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
36154         value.
36156         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
36157         _sigsys.
36158         (si_call_addr, si_syscall, si_arch): Define new macro.
36159         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
36160         _sigsys.
36161         (si_call_addr, si_syscall, si_arch): Define new marcro.
36162         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
36163         _sigsys.
36164         (si_call_addr, si_syscall, si_arch): Define new macro.
36165         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
36166         _sigsys.
36167         (si_call_addr, si_syscall, si_arch): Define new macro.
36169 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36171         [BZ #13717]
36172         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36173         Change to 2.4.21 where previously 2.4.1.
36174         * sysdeps/unix/sysv/linux/configure: Regenerated.
36175         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
36176         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
36177         Linux kernel version.
36178         (__ASSUME_STD_AUXV): Remove.
36179         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
36180         kernel version.
36181         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
36182         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
36183         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
36184         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
36185         (__ASSUME_NETLINK_SUPPORT): Likewise.
36186         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
36187         (__no_netlink_support): Remove conditional definition.
36188         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
36189         Remove.
36190         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36191         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
36192         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
36193         (if_nameindex_ioctl): Remove.
36194         (if_nameindex_netlink): Do not handle __no_netlink_support.
36195         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36196         code.
36197         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
36198         Remove conditional code.
36199         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
36200         code.
36201         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
36202         unconditional.
36203         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
36204         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
36205         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
36206         Remove.
36207         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
36208         [!__ASSUME_STD_AUXV]: Remove conditional code.
36209         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
36210         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
36211         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
36212         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
36213         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
36214         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36215         code.
36216         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36217         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
36218         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
36219         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36220         conditional code.
36221         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
36222         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
36223         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
36224         code.
36225         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
36226         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
36227         conditional code.
36228         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
36229         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36230         code unconditional.
36231         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36232         conditional code.
36233         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36234         unconditional.
36235         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36236         conditional code.
36237         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
36238         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36239         unconditional.
36240         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36241         conditional code.
36242         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
36243         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36244         code unconditional.
36245         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36246         conditional code.
36247         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36248         unconditional.
36249         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36250         conditional code.
36251         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
36252         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
36253         code unconditional.
36254         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36255         conditional code.
36256         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
36257         unconditional.
36258         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
36259         conditional code.
36261 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
36263         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
36264         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
36265         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
36266         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
36267         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
36268         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
36269         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
36270         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
36271         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
36272         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
36273         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
36274         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
36275         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
36276         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
36277         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
36278         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
36279         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
36280         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
36281         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
36282         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
36283         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
36284         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
36285         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
36287 2012-07-25  Florian Weimer  <fweimer@redhat.com>
36289         * Versions.def: Add GLIBC_2.17.
36290         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
36291         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
36292         Introduce __libc_secure_getenv.
36293         * stdlib/Versions (2.17): Add secure_getenv
36294         (GLIBC_PRIVATE): Add __libc_secure_getenv.
36295         * stdlib/secure-getenv.c: Rename __secure_getenv to
36296         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
36297         symbol __secure_getenv for GLIBC_2.0.
36298         * stdlib/tst-secure-getenv.c: New.
36299         * stdlib/Makefile (tests): Add testcase.
36300         * manual/startup.texi (Environment Access): Document
36301         secure_getenv.
36302         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
36303         __libc_secure_getenv.
36304         * inet/ruserpass.c (ruserpass): Likewise.
36305         * malloc/mtrace.c (mtrace): Likewise.
36306         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
36307         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
36308         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
36309         * sysdeps/posix/tempname.c: Likewise.  Evaluate
36310         HAVE_SECURE_GETENV.
36311         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
36312         __secure_getenv to __libc_secure_getenv.
36313         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
36314         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
36315         Likewise.
36316         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
36317         Likewise.
36318         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
36319         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
36320         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
36321         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
36322         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
36323         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
36324         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
36326 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
36328         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
36329         (struct La_i86_retval): Likewise.
36330         (struct La_x86_64_regs): Likewise.
36331         (struct La_x86_64_retval): Likewise.
36332         (struct La_x32_regs): Likewise.
36333         (struct La_x32_retval): Likewise.
36334         (struct La_ppc32_regs): Likewise.
36335         (struct La_ppc32_retval): Likewise.
36336         (struct La_ppc64_regs): Likewise.
36337         (struct La_ppc64_retval): Likewise.
36338         (struct La_sh_regs): Likewise.
36339         (struct La_sh_retval): Likewise.
36340         (struct La_s390_32_regs): Likewise.
36341         (struct La_s390_32_retval): Likewise.
36342         (struct La_s390_64_regs): Likewise.
36343         (struct La_s390_64_retval): Likewise.
36344         (struct La_sparc32_regs): Likewise.
36345         (struct La_sparc32_retval): Likewise.
36346         (struct La_sparc64_regs): Likewise.
36347         (struct La_sparc64_retval): Likewise.
36348         (struct audit_ifaces): Remove architecture-specific pltenter and
36349         pltexit members.
36350         * sysdeps/i386/ldsodefs.h: New file.
36351         * sysdeps/powerpc/ldsodefs.h: Likewise.
36352         * sysdeps/s390/ldsodefs.h: Likewise.
36353         * sysdeps/sh/ldsodefs.h: Likewise.
36354         * sysdeps/sparc/ldsodefs.h: Likewise.
36355         * sysdeps/x86_64/ldsodefs.h: Likewise.
36357 2012-07-25  Marek Polacek  <polacek@redhat.com>
36359         [BZ #6808]
36360         * math/libm-test.inc (yn_test): Add another test.
36361         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
36362         to ERANGE when the result is +-Inf.
36363         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
36364         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
36365         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
36366         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
36368 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
36370         * conform/data/time.h-data (NULL): Use macro-constant.  Require
36371         equal to 0.
36372         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
36373         clock_t.
36374         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
36376 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
36378         * configure.in <sysdeps resolving>: Correct printing
36379         Implies_before.
36380         * configure: Regenerate.
36382 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
36384         * math/w_ilogb.c: Include <limits.h>.
36385         * math/w_ilogbl.c: Likewise.
36387 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
36389         * manual/lang.texi (__va_copy): Document primarily as ISO C99
36390         va_copy.  Document allowing for unavailable va_copy only as
36391         pre-C99 compatibility.
36392         * manual/string.texi (Copying and Concatenation): Use va_copy
36393         instead of __va_copy in concat example.
36395 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
36397         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
36398         (__sendto): Use create_address_port.  Initialize APORT and deallocate
36399         it if not null.
36401         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
36402         with O_NOLINK passed to __file_name_lookup.
36404         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
36405         with O_NOLINK passed to __file_name_lookup.
36407         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
36408         negative N or less than NGIDS.
36410         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
36411         type to string_t.  Set ERANGE as errno and return it if NAME is not big
36412         enough.  Use memcpy instead of strncpy.
36414 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
36416         * elf/Makefile (check-data): Remove.
36417         (localplt.data): New vpath directive.
36418         ($(objpfx)check-localplt.out): Use localplt.data from vpath
36419         instead of $(check-data).
36420         * scripts/data/localplt-generic.data: Move to ...
36421         * sysdeps/generic/localplt.data: ... here.
36422         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
36423         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
36424         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
36425         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
36426         ... here.
36427         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
36428         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
36429         ... here.
36430         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
36431         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
36432         ... here.
36433         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
36434         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
36435         ... here.
36436         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
36437         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
36438         ... here.
36439         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
36440         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
36441         ... here.
36443 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36445         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
36446         PPC32 and PPC64 files.
36447         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
36448         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
36450 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36452         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
36453         __makecontext_ret to ...
36454         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
36455         ... here and call exit if uc_link is NULL.  New file.
36456         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
36457         __makecontext_ret.S.
36458         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
36459         __makecontext_ret to ...
36460         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
36461         ... here and call exit if uc_link is NULL.  New file.
36462         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
36463         __makecontext_ret.S.
36465 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36467         * elf/elf.h (R_390_IRELATIVE): New definition.
36468         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
36469         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
36470         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
36471         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
36472         (elf_machine_lazy_rel): Likewise.
36473         * sysdeps/s390/dl-irel.h: New file.
36474         * sysdeps/s390/s390-64/memcpy.S: New asm code.
36475         * sysdeps/s390/s390-64/memset.S: New asm code.
36476         * sysdeps/s390/s390-64/memcmp.S: New asm code.
36477         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
36478         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
36479         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
36480         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
36481         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
36482         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
36483         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
36484         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
36485         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
36486         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
36487         * sysdeps/s390/s390-32/memcpy.S: New asm code.
36488         * sysdeps/s390/s390-32/memset.S: New asm code.
36489         * sysdeps/s390/s390-32/memcmp.S: New asm code.
36491 2012-07-17  Marek Polacek  <polacek@redhat.com>
36493         [BZ #14349]
36494         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
36495         * sysdeps/s390/s390-64/configure.in: Likewise.
36496         * sysdeps/sparc/configure.in: Likewise.
36497         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
36498         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
36499         * sysdeps/i386/configure.in: Likewise.
36500         * sysdeps/x86_64/configure.in: Likewise.
36501         * sysdeps/sh/configure.in: Likewise.
36502         * sysdeps/s390/s390-32/configure: Regenerated.
36503         * sysdeps/s390/s390-64/configure: Likewise.
36504         * sysdeps/x86_64/configure: Likewise.
36505         * sysdeps/sh/configure: Likewise.
36506         * sysdeps/powerpc/powerpc64/configure: Likewise.
36507         * sysdeps/powerpc/powerpc32/configure: Likewise.
36508         * sysdeps/sparc/configure: Likwise.
36509         * sysdeps/i386/configure: Likewise.
36511         * elf/dl-open.c: Comment fixes.
36513 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
36515         * Makefile [CXX] (check-data): Remove.
36516         [CXX] (c++-types.data): New vpath directive.
36517         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
36518         vpath.  Do not allow for C++ type data being missing.
36519         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
36520         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
36521         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
36522         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
36523         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
36524         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
36525         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
36526         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
36527         ... here.
36528         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
36529         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
36530         ... here.
36531         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
36532         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
36533         ... here.
36534         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
36535         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
36536         ... here.
36537         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
36538         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
36539         ... here.
36540         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
36541         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
36542         ... here.
36543         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
36544         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
36545         ... here.
36546         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
36547         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
36549         * elf/tls-macros.h (TLS_LE): Move architecture-specific
36550         definitions to architecture-specific files.
36551         (TLS_IE): Likewise.
36552         (TLS_LD): Likewise.
36553         (TLS_GD): Likewise.
36554         * sysdeps/i386/tls-macros.h: New file.
36555         * sysdeps/powerpc/tls-macros.h: Likewise.
36556         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
36557         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
36558         * sysdeps/sh/tls-macros.h: Likewise.
36559         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
36560         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
36561         * sysdeps/x86_64/tls-macros.h: Likewise.
36563 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
36565         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
36566         zero value for regular exit case.
36568         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
36569         (__start_context): Preserve zero value for regular exit case.
36571 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
36572             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36574         * manual/setjmp.texi (setcontext): Clarify normal process
36575         termination when uc_link is the null pointer.
36576         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
36577         exit call.
36579 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
36581         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
36582         preprocessor.  Test for each exception mask separately.
36584 2012-07-16  Andreas Jaeger  <aj@suse.de>
36586         * po/ru.po: Update from translation team.
36588 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
36590         * conform/data/string.h-data (NULL): Use macro-constant.  Require
36591         equal to 0.
36592         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
36593         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
36594         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
36595         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
36596         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36598 2012-07-13  Andreas Jaeger  <aj@suse.de>
36600         * po/fr.po: Update from translation team.
36602 2012-07-12  Marek Polacek  <polacek@redhat.com>
36604         [BZ #14173]
36605         * math/libm-test.inc (yn_test): Add test for BZ #14173.
36606         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
36607         loop condition.
36609 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
36611         [BZ #13717]
36612         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
36613         Change to 2.4.1 where previously 2.4.0.
36614         * sysdeps/unix/sysv/linux/configure: Regenerated.
36615         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
36616         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
36617         version.
36618         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
36619         (__ASSUME_AT_CLKTCK): Remove.
36620         (__ASSUME_AT_PAGESIZE): Likewise.
36621         (__ASSUME_AT_XID): Likewise.
36622         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
36623         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
36624         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
36625         unconditionally.
36626         (HAVE_AUX_PAGESIZE): Likewise.
36627         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
36628         [__ASSUME_AT_CLKTCK]: Make code unconditional.
36629         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
36631 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
36633         [BZ #14307]
36634         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
36635         the temporary buffer used to invoke __gethostbyname2_r,
36636         __gethostbyaddr_r and gethostbyname4_r to make room for struct
36637         host_data / struct gaih_addrtuple.
36638         * resolv/nss_dns/dns-host.c (global scope): Move definition of
36639         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
36640         header file nss/nsswitch.h.
36641         * nss/nsswitch.h (global scope): Add definition of implementation
36642         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
36643         resolv/nss_dns/dns-host.c).
36645 2012-07-11  Andreas Jaeger  <aj@suse.de>
36647         * po/fr.po: Update from translation team.
36649         * po/sv.po: Update from translation team
36650         * po/fr.po: Another update from translation team.
36652 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36654         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
36655         for subnormals or multiply small sinh result by itself.
36656         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
36657         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36659 2012-07-11  David S. Miller  <davem@davemloft.net>
36661         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36663 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
36665         [BZ #14347]
36666         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
36667         (INTERNAL_MARK): Shift it here.
36669 2012-07-10  Marek Polacek  <polacek@redhat.com>
36671         [BZ #14151]
36672         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
36673         libc_cv_asm_global_directive with .globl.
36674         * configure: Regenerated.
36675         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
36676         with .globl.
36677         * sysdeps/i386/configure: Regenerated.
36678         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
36679         with .globl.
36680         * sysdeps/x86_64/configure: Regenerated.
36681         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
36682         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
36683         * elf/tst-unique2mod2.c: Likewise.
36684         * elf/tst-unique2mod1.c: Likewise.
36685         * elf/tst-unique1mod2.c: Likewise.
36686         * elf/tst-unique1mod1.c: Likewise.
36687         * sysdeps/s390/s390-32/sysdep.h: Likewise.
36688         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
36689         * sysdeps/s390/s390-64/sysdep.h: Likewise.
36690         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
36691         * sysdeps/mach/sysdep.h: Likewise.
36692         * sysdeps/i386/sysdep.h: Likewise.
36693         * sysdeps/i386/i386-mcount.S: Likewise.
36694         * sysdeps/x86_64/_mcount.S: Likewise.
36695         * sysdeps/x86_64/sysdep.h: Likewise.
36696         * sysdeps/sh/_mcount.S: Likewise.
36697         * sysdeps/sh/sysdep.h: Likewise.
36698         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
36699         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
36700         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
36701         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
36702         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
36703         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
36704         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
36705         * locale/localeinfo.h: Likewise.
36706         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
36707         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
36709 2012-07-09  Roland McGrath  <roland@hack.frob.com>
36711         [BZ #14336]
36712         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
36713         system".
36714         * manual/message.texi (The Uniforum approach): Likewise.
36715         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
36716         (glibc iconv Implementation): Likewise.
36718 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
36720         [BZ #14337]
36721         * math/s_clog.c (__clog): Avoid scaling a value down where that
36722         could result in underflow.
36723         * math/s_clog10.c (__clog10): Likewise.
36724         * math/s_clog10f.c (__clog10f): Likewise.
36725         * math/s_clog10l.c (__clog10l): Likewise.
36726         * math/s_clogf.c (__clogf): Likewise.
36727         * math/s_clogl.c (__clogl): Likewise.
36728         * math/libm-test.inc (clog_test): Add more tests.
36729         (clog10_test): Likewise.
36730         * sysdeps/i386/fpu/libm-test-ulps: Update.
36731         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36733 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
36735         [BZ #14283]
36736         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
36737         by 7 not 8 to examine high bit of fractional part.
36739         [BZ #14042]
36740         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
36741         for call to __mcount_internal.
36742         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
36743         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
36744         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
36746 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
36748         [BZ #14154]
36749         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
36750         approximation for values within 0x1p-13f of an odd multiple of
36751         pi/4.
36752         * math/libm-test.inc (tan_test): Do not allow spurious underflow
36753         exception.  Add more tests.
36754         * sysdeps/i386/fpu/libm-test-ulps: Update.
36756         [BZ #6778]
36757         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
36758         inputs and return -1 for them.  Do not check for +Inf in case not
36759         reachable for +Inf.
36760         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
36761         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
36762         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
36763         and return -1 for them.  Do not check for +Inf in case not
36764         reachable for +Inf.
36765         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
36766         define.
36767         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
36768         and return -1 for them.  Do not check for +Inf in case not
36769         reachable for +Inf.
36770         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
36771         spurious underflow.
36772         * sysdeps/i386/fpu/libm-test-ulps: Update.
36773         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36775 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
36777         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
36779 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
36781         [BZ #14157]
36782         [BZ #14331]
36783         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
36784         could result in spurious underflow.  Scale down values above
36785         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
36786         * math/s_csqrtf.c (__csqrtf): Likewise.
36787         * math/s_csqrtl.c (__csqrtl): Likewise.
36788         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
36789         spurious underflow.
36790         * sysdeps/i386/fpu/libm-test-ulps: Update.
36791         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36793 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
36795         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
36796         xopen-msg.sed.
36797         * catgets/xopen-msg.awk: New file.
36798         * catgets/xopen-msg.sed: Removed.
36800         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
36801         po2text.sed.
36802         * intl/po2test.awk: New file.
36803         * intl/po2test.sed: Removed.
36805 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
36807         [BZ #14328]
36808         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
36809         or multiply small sinh result by itself.
36810         * math/s_ctanf.c (__ctanf): Likewise.
36811         * math/s_ctanh.c (__ctanh): Likewise.
36812         * math/s_ctanhf.c (__ctanhf): Likewise.
36813         * math/s_ctanhl.c (__ctanhl): Likewise.
36814         * math/s_ctanl.c (__ctanl): Likewise.
36815         * math/libm-test.inc (ctan_test_tonearest): New function.
36816         (ctan_test_towardzero): Likewise.
36817         (ctan_test_downward): Likewise.
36818         (ctan_test_upward): Likewise.
36819         (ctanh_test_tonearest): Likewise.
36820         (ctanh_test_towardzero): Likewise.
36821         (ctanh_test_downward): Likewise.
36822         (ctanh_test_upward): Likewise.
36823         (main): Call these new functions.
36824         * sysdeps/i386/fpu/libm-test-ulps: Update.
36825         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36827 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
36829         * .gitignore: Delete /ports entry.
36831 2012-07-03  Andreas Jaeger  <aj@suse.de>
36833         * po/bg.po: Update from translation team.
36834         * po/cs.po: Likewise.
36835         * po/de.po: Likewise.
36836         * po/hr.po: Likewise.
36837         * po/nl.pl: Likewise.
36838         * po/pl.po: Likewise.
36839         * po/vi.po: Likewise.
36841 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
36843         * Makeconfig [!+link] (+link-before-libc): New variable.
36844         [!+link] (+link-after-libc): Likewise.
36845         [!+link] (+link-tests): Likewise.
36846         [!+link] (+link): Define in terms of $(+link-before-libc) and
36847         $(+link-after-libc).
36848         [!+link-static] (+link-static-before-libc): New variable.
36849         [!+link-static] (+link-static-after-libc): Likewise.
36850         [!+link-static] (+link-static-tests): Likewise.
36851         [!+link-static] (+link-static): Define in terms of
36852         $(+link-static-before-libc) and $(+link-static-after-libc).
36853         [build-shared] (link-libc-before-gnulib): New variable.
36854         [build-shared] (link-libc-tests): Likewise.
36855         [build-shared] (link-libc): Define in terms of
36856         $(link-libc-before-gnulib).
36857         [!build-shared] (link-libc-tests): New variable.
36858         (link-libc-static-tests): New variable.
36859         [!gnulib] (gnulib-arch): New variable.
36860         [!gnulib] (gnulib-tests): Likewise.
36861         [!gnulib] (static-gnulib-arch): Likewise.
36862         [!gnulib] (static-gnulib-tests): Likewise.
36863         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
36864         Define with "=" instead of ":=".
36865         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
36866         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
36867         * Rules (binaries-all-notests): New variable.
36868         (binaries-all-tests): Likewise.
36869         (binaries-static-notests): Likewise.
36870         (binaries-static-tests): Likewise.
36871         (binaries-all): Define using $(binaries-all-notests) and
36872         $(binaries-all-tests).
36873         (binaries-static): Define using $(binaries-static-notests) and
36874         $(binaries-static-tests).
36875         (binaries-shared-tests): New variable.
36876         (binaries-shared-notests): Likewise.
36877         (binaries-shared): Remove variable.
36878         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
36879         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
36880         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
36881         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
36882         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
36883         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
36884         * elf/Makefile (sln-modules): New variable.
36885         (extra-objs): Add $(sln-modules:=.o).
36886         (ldconfig-modules): Add static-stubs.
36887         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
36888         * elf/static-stubs.c: New file.
36890         [BZ #14283]
36891         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
36892         by 7 not 8 to examine high bit of fractional part.  Use volatile
36893         variables when splitting into final array of floats if
36894         __FLT_EVAL_METHOD__ != 0.
36895         * math/libm-test.inc (cos_test): Add another test.
36896         (sin_test): Likewise.
36897         * sysdeps/i386/fpu/libm-test-ulps: Update.
36899         [BZ #14273]
36900         * math/libm-test.inc (cosh_test): Add more tests.
36902         * version.h (RELEASE): Set to "development".
36903         (VERSION): Set to "2.16.90".
36905 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
36907         * NEWS: Update copyright. Remove last-updated date.
36908         Mention math library bug fixes and timezone data changes.
36909         * README: Mention GNU/Hurd, x32, and HPPA support status.
36911 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
36913         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
36915 2012-06-27  Andreas Jaeger  <aj@suse.de>
36917         * manual/contrib.texi (Contributors): Add Samuel Thibault.
36919 2012-06-25  Andreas Jaeger  <aj@suse.de>
36921         * sysdeps/s390/fpu/libm-test-ulps: Update.
36923 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
36924             Thomas Schwinge  <thomas@codesourcery.com>
36926         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
36927         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
36928         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
36929         fanotify_mark.
36931 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
36933         * sysdeps/mach/start.c: Remove file.
36934         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
36935         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
36936         * sysdeps/sh/init-first.c: Likewise.
36938         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
36939         registers for frame unwinding purposes, add CFI directives.
36940         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
36941         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
36942         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
36943         Likewise.
36945         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
36946         __fortify_fail returning.
36947         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
36949         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
36950         sysdeps/sh/____longjmp_chk.S.
36951         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
36952         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
36953         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
36954         (gen-as-const-headers): Append sigaltstack-offsets.sym.
36956         * sysdeps/sh/abort-instr.h: New file.
36957         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
36958         process in case exit returns.
36960         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
36961         initialize the GOT register before use.
36963         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
36964         calculation of ARGC > 4.
36966         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
36967         meaningful names to some local labels.
36969 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
36970             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
36972         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
36973         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
36974         (__arch_compare_and_exchange_val_16_acq): Likewise.
36975         (__arch_compare_and_exchange_val_32_acq): Likewise.
36976         (atomic_exchange_and_add): Fix gUSA sequence.
36977         (atomic_add): Likewise.
36978         (atomic_add_negative): Likewise.
36979         (atomic_add_zero): Likewise.
36980         (atomic_bit_test_set): Likewise.
36982 2012-06-22  Andreas Schwab  <schwab@redhat.com>
36984         [BZ #13579]
36985         * include/link.h (struct link_map): Add l_free_initfini.
36986         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
36987         l_initfini.
36988         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
36989         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
36990         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
36991         set.
36993 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
36995         * configure.in: Use AC_LANG_SOURCE.
36996         * configure: Regenerate.
36998 2012-06-22  Roland McGrath  <roland@hack.frob.com>
37000         * configure.in (libc_cv_localstatedir): New substituted variable.
37001         * configure: Regenerated.
37002         * config.make.in (localstatedir): New variable, substituted from
37003         libc_cv_localstatedir.
37004         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
37005         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
37006         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
37007         * sysdeps/gnu/configure: Regenerated.
37009 2012-06-21  Jeff Law  <law@redhat.com>
37011         [BZ #14277]
37012         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
37013         free.  Simplify list management for _LIBC case.
37015 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
37017         [BZ #14273]
37018         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
37019         Clear sign bit of 64-bit integer value before comparing against
37020         overflow value.
37022         * sysdeps/mach/configure: Regenerated.
37024 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
37026         [BZ #14278]
37027         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
37029 2012-06-21  Jeff Law  <law@redhat.com>
37031         [BZ #13882]
37032         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
37033         uint16_t for elements in the "seen" array to avoid char overflows.
37034         * elf/dl-fini.c (_dl_sort_fini): Likewise.
37035         * elf/dl-open.c (dl_open_worker): Likewise.
37037 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
37039         * scripts/list-sources.sh: Scan PORTS for translations.
37040         * po/libc.pot: Regenerated.
37042 2012-06-21  Andreas Jaeger  <aj@suse.de>
37044         [BZ #12194]
37045         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
37046         warning.
37047         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
37048         * bits/byteswap-16.h (__bswap_16): Likewise.
37049         * bits/byteswap.h (__bswap_constant_16): Likewise.
37051 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
37053         [BZ #14117]
37054         * sysdeps/i386/fpu_control.h: Removed.
37055         * sysdeps/x86_64/fpu_control.h: Moved to ...
37056         * sysdeps/x86/fpu_control.h: Here.
37058         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
37059         (_FPU_SETCW): Likewise.
37061 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
37063         [BZ #14117]
37064         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
37065         * sysdeps/x86/fpu/bits/mathinline.h: This.
37066         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
37068         [BZ #14050]
37069         [BZ #14117]
37070         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
37071         functions if __x86_64__ is defined.
37073 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
37075         * string/endian.h: Add !__ASSEMBLER__ condition for including
37076         conversion interfaces.
37078 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
37080         [BZ #14241]
37081         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
37082         of ABS(x) in calculating zero to negative powers other than odd
37083         integers.
37084         * math/libm-test.inc (pow_test): Add more tests.
37086 2012-06-15  Andreas Jaeger  <aj@suse.de>
37088         * manual/contrib.texi (Contributors): Update entry of Liubov
37089         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
37090         Machado Filho.
37092 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
37094         * string/string.h: Add __wur to GNU version of strerror_r.
37096 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
37098         [BZ #14229]
37099         * string/Makefile (tests): Add tst-strtok_r.
37100         * string/tst-strtok_r.c: New file.
37101         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
37102         RAX_LP/RDX_LP on SAVE_PTR.
37104 2012-06-14  Roland McGrath  <roland@hack.frob.com>
37106         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
37108 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
37110         * libm_test.inc (csqrt_test): Allow more spurious underflow
37111         exceptions.
37112         (j0_test): Likewise.
37113         (j1_test): Likewise.
37114         (y0_test): Likewise.
37115         (y1_test): Likewise.
37117 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
37119         * po/Makefile (libc.pot): Use UTF-8 charset.
37121 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
37123         [BZ #14210]
37124         Suppress sign-conversion warning from FD_SET.
37125         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
37126         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
37127         not unsigned long int.
37128         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
37130 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
37132         [BZ #14050]
37133         [BZ #14117]
37134         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
37135         __extern_always_inline instead of __extern_inline.
37136         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
37137         (__signbit): Likewise.
37138         (__signbitl): Support C++ namespace.
37139         (lrintf): New inline function.
37140         (lrint): Likewise.
37141         (llrintf): Likewise.
37142         (llrint): Likewise.
37143         (fmaxf): Likewise.
37144         (fmax): Likewise.
37145         (fminf): Likewise.
37146         (fmin): Likewise.
37147         (rint): Likewise.
37148         (rintf): Likewise.
37149         (ceil): Likewise.
37150         (ceilf): Likewise.
37151         (floor): Likewise.
37152         (floorf): Likewise.
37153         (nearbyint): Likewise.
37154         (nearbyintf): Likewise.
37156 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
37158         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
37159         non-default versions.
37161 2012-06-11  Roland McGrath  <roland@hack.frob.com>
37163         [BZ #14218]
37164         * manual/argp.texi (Argp): Reword argp_parse description slightly.
37166 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
37168         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
37169         (FE_UPWARD, FE_DOWNWARD): Don't define.
37170         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
37171         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
37173         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
37174         reading it.
37175         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
37176         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
37178 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37180         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
37181         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
37182         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
37183         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
37185 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
37187         [BZ #14117]
37188         * sysdeps/i386/fpu/bits/fenv.h: Removed.
37189         * sysdeps/i386/fpu/Implies: New file.
37190         * sysdeps/x86_64/fpu/Implies: Likewise.
37191         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
37192         * sysdeps/x86/fpu/bits/fenv.h: This.
37194         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
37195         __SSE_MATH__.
37197 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
37199         [BZ #14134]
37200         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
37201         character 0xffff that matches the last element of the
37202         conversion table.
37204 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37206         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
37207         fmodl commit.
37209 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37211         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
37212         values higher than 25.6283.
37214 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37216         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
37217         subnormal exponent extraction and add some __builtin_expect.
37218         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
37219         Fix for subnormal mantissa calculation.
37221 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
37223         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
37224         cpu2 is -1 and errno is not ENOSYS.
37226 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
37228         [BZ #14117]
37229         * sysdeps/i386/i486/bits/string.h: Renamed to ...
37230         * sysdeps/x86/bits/string.h: This.
37231         * sysdeps/x86_64/bits/string.h: Removed.
37233         * sysdeps/i386/i486/bits/string.h: Define inline functions only
37234         if not compiling for x86-64, but compiling for >= i486.
37236         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
37237         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
37239         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
37240         New macro from Linux kernel 3.4.0.
37241         (FP_XSTATE_MAGIC2): Likewise.
37242         (FP_XSTATE_MAGIC2_SIZE): Likewise.
37243         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
37244         (struct _fpx_sw_bytes): New struct.
37245         (struct _xsave_hdr): Likewise.
37246         (struct _ymmh_state): Likewise.
37247         (struct _xstate): Likewise.
37249         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
37250         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
37251         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
37252         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
37253         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
37254         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
37256         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
37257         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
37258         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
37259         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
37260         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
37261         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
37263 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37265         [BZ #13743]
37266         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
37267         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
37268         (sysdep_headers): Include sys/platform/ppc.h.
37269         * sysdeps/powerpc/test-gettimebase.c: Test for
37270         __ppc_get_timebase() to catch future ISA opcode/insn changes.
37271         * manual/Makefile (appendices): Include platform.texi.
37272         * manual/contrib.texi (Contributors): Update @node pointers.
37273         * manual/maint.texi (Maintenance): Likewise.
37274         (Platform): New node.
37275         * manual/platform.texi: New file.  Document the new features.
37277 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
37278             Jakub Jelinek  <jakub@redhat.com>
37280         [BZ #14188]
37281         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
37282         where __builtin_expect is unavailable.
37284 2012-06-03  David S. Miller  <davem@davemloft.net>
37286         * stdlib/longlong.h: Updated from GCC.
37288 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
37290         [BZ #14042]
37291         * sysdeps/powerpc/powerpc32/mcount.c: New file.
37292         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
37293         __mcount_internal.
37294         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
37295         (GLIBC_2.16): Likewise.
37297 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37299         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
37301 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
37303         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
37304         (default-abi): New variable.
37305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
37306         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
37307         variable.
37308         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
37309         Likewise.
37310         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
37311         Likewise.
37312         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
37313         Likewise.
37315         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
37316         definition.  Document in comment.
37318 2012-06-01  David S. Miller  <davem@davemloft.net>
37320         * stdlib/longlong.h: Updated from GCC.
37322 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37324         [BZ #14117]
37325         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
37326         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
37327         sys/debugreg.h sys/io.h here.
37328         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
37329         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
37330         sys/io.h.
37331         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
37332         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
37333         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
37334         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
37335         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
37336         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
37338         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
37339         Define only if __x86_64__ is defined.
37341 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
37343         [BZ #14048]
37344         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
37345         Use int64_t for variable i.
37346         * math/libm-test.inc (fmod_test): Add more tests.
37348         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
37349         z computation is not scheduled after fetestexcept.
37350         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
37351         Use math_force_eval instead of asm to ensure calculation scheduled
37352         before exception test.
37353         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
37354         Ensure a1 + u.d computation is not scheduled after fetestexcept.
37356 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
37358         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
37359         computation is not scheduled after fetestexcept.
37361 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
37363         [BZ #14117]
37364         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
37365         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
37367 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37369         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
37370         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
37372 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
37374         [BZ #14117]
37375         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
37376         <bits/wordsize.h>.
37377         (__WCHAR_MIN): Support __WORDSIZE == 64.
37378         (__WCHAR_MAX): Likewise.
37380         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
37381         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
37383         [BZ #14183]
37384         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
37385         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
37387         [BZ #14117]
37388         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
37389         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
37391         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
37392         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
37394         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
37395         Defined to 1 if __x86_64__ isn't defined.
37396         (_STAT_VER_LINUX_OLD): New.
37397         (st_atime): Remove duplicate.
37398         (st_mtime): Likewise.
37399         (st_ctime): Likewise.
37401 2012-05-31  David S. Miller  <davem@davemloft.net>
37403         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
37404         entries.
37406 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
37408         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
37409         gen-libm-test.pl.
37411         [BZ #14132]
37412         * elf/dl-reloc.c: Include <_itoa.h>.
37413         (_dl_reloc_bad_type): Remove use of INTUSE.
37414         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
37415         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
37416         * stdio-common/psiginfo.c (psiginfo): Likewise.
37417         * stdio-common/psignal.c (psignal): Likewise.
37418         * string/strsignal.c (strsignal): Likewise.
37419         * include/signal.h (_sys_siglist): Declare hidden proto.
37420         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
37421         INTVARDEF with libc_hidden_data_def.
37422         * stdio-common/itoa-udigits.c: Likewise.
37423         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
37424         (_itoa_lower_digits_internal): Remove declaration.
37425         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
37426         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
37427         (_sys_sigabbrev_internal): Remove aliases.
37428         (_sys_siglist): Define hidden alias.
37430 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
37432         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
37433         bits/sysctl.h.
37435 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
37437         [BZ #14117]
37438         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
37439         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
37441         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
37442         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
37443         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
37444         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
37445         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
37446         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
37448         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
37449         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
37450         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
37452         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
37453         with __addr.
37454         (insw): Likewise.
37455         (insl): Likewise.
37456         (outsb): Likewise.
37457         (outsw): Likewise.
37458         (outsl): Likewise.
37460         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
37461         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
37462         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
37464         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
37465         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
37466         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
37467         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
37468         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
37469         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
37471         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
37472         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
37474         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
37475         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
37477         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
37478         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
37479         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
37481         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
37482         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
37483         to ...
37484         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
37486         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
37487         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
37488         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
37490         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
37491         for x86-64.
37492         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
37494 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
37496         * math/math.h (M_El): Use two more decimal places.
37497         (M_LOG2El): Likewise.
37498         (M_LOG10El): Likewise.
37499         (M_LN2l): Likewise.
37500         (M_LN10l): Likewise.
37501         (M_PIl): Likewise.
37502         (M_PI_2l): Likewise.
37503         (M_PI_4l): Likewise.
37504         (M_1_PIl): Likewise.
37505         (M_2_PIl): Likewise.
37506         (M_2_SQRTPIl): Likewise.
37507         (M_SQRT2l): Likewise.
37508         (M_SQRT1_2l): Likewise.
37510 2012-05-31  David S. Miller  <davem@davemloft.net>
37512         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
37513         values between float registers.
37514         * sysdeps/sparc/sparc64/memset.S: Likewise.
37515         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
37517 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
37519         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
37520         -D_FORTIFY_SOURCE=1.
37521         (CPPFLAGS-tst-longjmp_chk.c): Define.
37522         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
37523         (CPPFLAGS-tst-longjmp_chk2.c): Define.
37524         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
37525         CFLAGS-tst-wchar-h.c.
37527 2012-05-31  Marek Polacek  <polacek@redhat.com>
37529         [BZ #14132]
37530         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
37531         __endmntent_internal): Remove declaration.
37532         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
37533         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
37534         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
37536 2012-05-30  David S. Miller  <davem@davemloft.net>
37538         * sysdeps/sparc/sparc32/soft-fp/q_util.c
37539         (___Q_simulate_exceptions): Use real FP ops rather than writing
37540         into the %fsr.
37541         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
37542         Likewise.
37544 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37546         [BZ #14117]
37547         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
37548         * sysdeps/x86/bits/xtitypes.h: This.
37550         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
37551         * sysdeps/x86/bits/wordsize.h: This.
37553         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
37554         * sysdeps/x86/bits/huge_vall.h: This.
37556         * sysdeps/i386/bits/select.h: Removed.
37557         * sysdeps/x86_64/bits/select.h: Renamed to ...
37558         * sysdeps/x86/bits/select.h: This.
37560         * sysdeps/i386/bits/setjmp.h: Removed.
37561         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
37562         * sysdeps/x86/bits/setjmp.h: This.
37564         * sysdeps/i386/bits/mathdef.h: Removed.
37565         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
37566         * sysdeps/x86/bits/mathdef.h: This.
37568 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
37570         [BZ #14132]
37571         * include/sys/socket.h (__connect_internal)
37572         (__libc_sa_len_internal): Remove declaration.
37573         (__connect, __libc_sa_len): Declare hidden_proto.
37574         (SA_LEN): Remove use of INTUSE.
37575         * socket/connect.c: Add libc_hidden_def.
37576         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
37577         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
37578         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
37579         alias.
37580         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
37581         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
37582         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
37583         of adding _internal alias.
37585 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37587         [BZ #14117]
37588         * sysdeps/i386/bits/link.h: Removed.
37589         * sysdeps/i386/bits/linkmap.h: Likewise.
37590         * sysdeps/x86_64/bits/link.h: Renamed to ...
37591         * sysdeps/x86/bits/link.h: This.
37592         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
37593         * sysdeps/x86/bits/linkmap.h: This.
37595         * sysdeps/i386/bits/endian.h: Removed.
37596         * sysdeps/x86_64/bits/endian.h: Renamed to ...
37597         * sysdeps/x86/bits/endian.h: This.
37599         * sysdeps/i386/bits/byteswap.h: Removed.
37600         * sysdeps/i386/bits/byteswap-16.h: Likewise.
37601         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
37602         * sysdeps/x86/bits/byteswap.h: This.
37603         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
37604         * sysdeps/x86/bits/byteswap-16.h: This.
37605         * sysdeps/i386/Implies: Add x86.
37606         * sysdeps/x86_64/Implies: Likewise.
37608 2012-05-30  David S. Miller  <davem@davemloft.net>
37610         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
37611         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
37612         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
37613         (FP_TRAPPING_EXCEPTIONS): Define.
37614         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
37615         (FP_TRAPPING_EXCEPTIONS): Define.
37616         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
37617         subnormals only when inexact has been signalled or underflow
37618         exceptions are enabled.
37619         (_FP_PACK_CANONICAL): Likewise.
37621 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37623         [BZ #14183]
37624         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
37625         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
37627 2012-05-30  Richard Henderson  <rth@twiddle.net>
37629         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
37630         with #ifndef NOT_IN_libc.
37632         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
37633         marked to avoid plt entry.
37635 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
37637         [BZ #14112]
37638         * Makeconfig (default-abi): New macro.
37639         (abi-includes): Likewise.
37640         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
37641         $(abi-$(default-abi)-lib-soname) for soname if defined.
37642         ($(common-objpfx)gnu/lib-names.stmp): Generate from
37643         abi-variants.
37644         * Makefile (installed-stubs): Likewise.
37645         * include/stubs-biarch.h: Removed.
37646         * scripts/lib-names.awk: Only handle one library at a time.
37647         * scripts/soversions.awk: Remove WORDSIZE support.
37648         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
37649         entries.
37650         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
37651         Removed.
37652         (syscall-list-default-condition): Likewise.
37653         (syscall-list-default-condition): Likewise.
37654         (syscall-list-includes): Likewise.
37655         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
37656         syscall-list-* with abi-*.  Handle undefined abi-variants.
37657         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
37658         * sysdeps/unix/sysv/linux/i386/Implies: New file.
37659         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
37660         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
37661         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
37662         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
37663         Removed.
37664         (syscall-list-32-options): Likewise.
37665         (syscall-list-32-condition): Likewise.
37666         (syscall-list-64-options): Likewise.
37667         (syscall-list-64-condition): Likewise.
37668         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
37669         macro.
37670         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
37671         Renamed to ...
37672         (abi-*): This.
37673         (abi-64-ld-soname): New macro.
37674         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
37675         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
37676         Renamed to ...
37677         (abi-*): This.
37678         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
37679         * sysdeps/x86_64/x32/shlib-versions: Likewise.
37681 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
37683         * sysdeps/unix/sysv/linux/kernel-features.h
37684         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
37685         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
37686         include <kernel-features.h>.
37687         [!__NR_ftruncate64]: Remove conditional code.
37688         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37689         [__NR_ftruncate64]: Make code unconditional.
37690         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37691         * sysdeps/unix/sysv/linux/truncate64.c: Do not
37692         include <kernel-features.h>.
37693         [!__NR_ftruncate64]: Remove conditional code.
37694         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37695         [__NR_ftruncate64]: Make code unconditional.
37696         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37697         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
37698         include <kernel-features.h>.
37699         [!__NR_ftruncate64]: Remove conditional code.
37700         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37701         [__NR_ftruncate64]: Make code unconditional.
37702         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37703         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
37704         include <kernel-features.h>.
37705         [!__NR_ftruncate64]: Remove conditional code.
37706         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37707         [__NR_ftruncate64]: Make code unconditional.
37708         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
37710         * configure.in (libc_cv_fpie): Weaken to a compile test using
37711         LIBC_TRY_CC_OPTION.
37712         * configure: Regenerated.
37714 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
37716         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
37717         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
37718         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
37719         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
37720         Refreshed.
37721         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
37722         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
37723         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
37724         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
37725         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
37726         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
37727         Refreshed.
37729 2012-05-27  David S. Miller  <davem@davemloft.net>
37731         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
37732         (___Q_zero): New.
37733         (__Q_simulate_exceptions): Return void.  Change to simulate
37734         exceptions by writing into the %fsr.
37735         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
37736         (__Qp_handle_exceptions): Likewise.
37737         (numbers): Delete.
37738         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
37739         __Qp_handle_exceptions.
37740         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
37741         __Qp_handle_exceptions.
37742         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
37743         as unused and give dummy FP_RND_NEAREST initializer.
37744         (FP_INHIBIT_RESULTS): Define.
37745         (___Q_simulate_exceptions): Update declaration.
37746         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
37747         formatting.
37748         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
37749         as unused and give dummy FP_RND_NEAREST initializer.
37750         (__Qp_handle_exceptions): Update declaration.
37751         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
37752         formatting.
37754 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
37756         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
37757         the temporary FPU control word.
37758         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
37759         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
37760         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
37761         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
37762         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
37763         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
37764         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
37765         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
37766         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
37767         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
37768         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
37770 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
37772         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
37773         fields.
37775 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
37777         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
37778         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
37779         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
37780         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
37781         Likewise.
37782         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
37783         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
37784         Likewise.
37786 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
37788         * po/h.po: Update from translation team.
37790 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
37792         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
37794         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
37795         handling of denormals.
37796         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
37797         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
37798         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
37799         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
37800         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
37801         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
37802         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
37803         Likewise.
37805 2012-05-26  Marek Polacek  <polacek@redhat.com>
37807         [BZ #14152]
37808         * math/libm-test.inc (fma_test): Don't always expect underflow
37809         exception.
37811 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
37813         [BZ #12416]
37814         * elf/tst-execstack.c: Include stackinfo.h.
37815         (do_test): Adjust test case to ensure that pthread_getattr_np
37816         behaviour remains the same after marking stack executable.
37818 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
37820         * sysdeps/unix/sysv/linux/kernel-features.h
37821         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
37822         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
37823         kernel-features.h.
37824         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
37825         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
37826         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
37827         kernel-features.h.
37828         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
37829         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
37831 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
37833         * configure.in: Define the default includes to being none.
37834         * configure: Regenerated.
37836 2012-05-25  Roland McGrath  <roland@hack.frob.com>
37838         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
37839         * sysdeps/x86_64/setjmp.S: Likewise.
37840         * sysdeps/i386/bsd-setjmp.S: Likewise.
37841         * sysdeps/i386/bsd-_setjmp.S: Likewise.
37842         * sysdeps/i386/setjmp.S: Likewise.
37843         * sysdeps/i386/__longjmp.S: Likewise.
37844         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
37845         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
37847         * include/stap-probe.h: New file.
37848         * configure.in: Handle --enable-systemtap.
37849         * configure: Regenerated.
37850         * config.h.in (USE_STAP_PROBE): New #undef.
37851         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
37852         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
37853         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
37855 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
37857         [BZ #13717]
37858         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
37859         to 2.4.0 where earlier.
37860         * sysdeps/unix/sysv/linux/configure: Regenerated.
37861         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
37862         <kernel-features.h>.
37863         [__ASSUME_32BITUIDS]: Make code unconditional.
37864         [!__ASSUME_32BITUIDS]: Remove conditional code.
37865         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
37866         <kernel-features.h>.
37867         [__ASSUME_32BITUIDS]: Make code unconditional.
37868         [!__ASSUME_32BITUIDS]: Remove conditional code.
37869         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
37870         [__ASSUME_32BITUIDS]: Make code unconditional.
37871         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
37872         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
37873         <kernel-features.h>.
37874         [__ASSUME_32BITUIDS]: Make code unconditional.
37875         [!__ASSUME_32BITUIDS]: Remove conditional code.
37876         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
37877         <kernel-features.h>.
37878         [__ASSUME_32BITUIDS]: Make code unconditional.
37879         [!__ASSUME_32BITUIDS]: Remove conditional code.
37880         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
37881         <kernel-features.h>.
37882         [__ASSUME_32BITUIDS]: Make code unconditional.
37883         [!__ASSUME_32BITUIDS]: Remove conditional code.
37884         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
37885         <kernel-features.h>.
37886         [__ASSUME_32BITUIDS]: Make code unconditional.
37887         [!__ASSUME_32BITUIDS]: Remove conditional code.
37888         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
37889         <kernel-features.h>.
37890         [__ASSUME_32BITUIDS]: Make code unconditional.
37891         [!__ASSUME_32BITUIDS]: Remove conditional code.
37892         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
37893         <kernel-features.h>.
37894         [__ASSUME_32BITUIDS]: Make code unconditional.
37895         [!__ASSUME_32BITUIDS]: Remove conditional code.
37896         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
37897         <kernel-features.h>.
37898         [__ASSUME_32BITUIDS]: Make code unconditional.
37899         [!__ASSUME_32BITUIDS]: Remove conditional code.
37900         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
37901         <kernel-features.h>.
37902         [__ASSUME_32BITUIDS]: Make code unconditional.
37903         [!__ASSUME_32BITUIDS]: Remove conditional code.
37904         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
37905         <kernel-features.h>.
37906         [__ASSUME_32BITUIDS]: Make code unconditional.
37907         [!__ASSUME_32BITUIDS]: Remove conditional code.
37908         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
37909         <kernel-features.h>.
37910         [__ASSUME_32BITUIDS]: Make code unconditional.
37911         [!__ASSUME_32BITUIDS]: Remove conditional code.
37912         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
37913         <kernel-features.h>.
37914         [__NR_setresgid] (__setresgid): Do not declare.
37915         [__ASSUME_32BITUIDS]: Make code unconditional.
37916         [!__ASSUME_32BITUIDS]: Remove conditional code.
37917         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
37918         <kernel-features.h>.
37919         [__NR_setresuid] (__setresuid): Do not declare.
37920         [__ASSUME_32BITUIDS]: Make code unconditional.
37921         [!__ASSUME_32BITUIDS]: Remove conditional code.
37922         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
37923         <kernel-features.h>.
37924         [__ASSUME_32BITUIDS]: Make code unconditional.
37925         [!__ASSUME_32BITUIDS]: Remove conditional code.
37926         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
37927         <kernel-features.h>.
37928         [__ASSUME_32BITUIDS]: Make code unconditional.
37929         [!__ASSUME_32BITUIDS]: Remove conditional code.
37930         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
37931         <kernel-features.h>.
37932         [__ASSUME_32BITUIDS]: Make code unconditional.
37933         [!__ASSUME_32BITUIDS]: Remove conditional code.
37934         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
37935         <kernel-features.h>.
37936         [__ASSUME_32BITUIDS]: Make code unconditional.
37937         [!__ASSUME_32BITUIDS]: Remove conditional code.
37938         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
37939         <kernel-features.h>.
37940         [__ASSUME_32BITUIDS]: Make code unconditional.
37941         [!__ASSUME_32BITUIDS]: Remove conditional code.
37942         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
37943         <kernel-features.h>.
37944         [__ASSUME_32BITUIDS]: Make code unconditional.
37945         [!__ASSUME_32BITUIDS]: Remove conditional code.
37946         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
37947         <kernel-features.h>.
37948         [__ASSUME_32BITUIDS]: Make code unconditional.
37949         [!__ASSUME_32BITUIDS]: Remove conditional code.
37950         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
37951         <kernel-features.h>.
37952         [__ASSUME_32BITUIDS]: Make code unconditional.
37953         [!__ASSUME_32BITUIDS]: Remove conditional code.
37954         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
37955         <kernel-features.h>.
37956         [__ASSUME_32BITUIDS]: Make code unconditional.
37957         [!__ASSUME_32BITUIDS]: Remove conditional code.
37958         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
37959         <kernel-features.h>.
37960         [__ASSUME_32BITUIDS]: Make code unconditional.
37961         [!__ASSUME_32BITUIDS]: Remove conditional code.
37962         * sysdeps/unix/sysv/linux/kernel-features.h
37963         (__ASSUME_SETRESUID_SYSCALL): Remove.
37964         (__ASSUME_SETRESGID_SYSCALL): Likewise.
37965         (__ASSUME_32BITUIDS): Likewise.
37966         (__ASSUME_LDT_WORKS): Likewise.
37967         (__ASSUME_O_DIRECTORY): Likewise.
37968         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
37969         architecture but not kernel version.
37970         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
37971         (__ASSUME_MMAP2_SYSCALL): Likewise.
37972         (__ASSUME_STAT64_SYSCALL): Likewise.
37973         (__ASSUME_IPC64): Likewise.
37974         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
37975         <kernel-features.h>.
37976         [__ASSUME_32BITUIDS]: Make code unconditional.
37977         [!__ASSUME_32BITUIDS]: Remove conditional code.
37978         * sysdeps/unix/sysv/linux/opendir.c: Do not include
37979         <kernel-features.h>.
37980         [__ASSUME_O_DIRECTORY]: Make code unconditional.
37981         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
37982         132096]: Remove conditional code.
37983         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
37984         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
37985         <kernel-features.h>.
37986         [__ASSUME_32BITUIDS]: Make code unconditional.
37987         [!__ASSUME_32BITUIDS]: Remove conditional code.
37988         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
37989         <kernel-features.h>.
37990         [__ASSUME_32BITUIDS]: Make code unconditional.
37991         [!__ASSUME_32BITUIDS]: Remove conditional code.
37992         * sysdeps/unix/sysv/linux/setegid.c: Do not include
37993         <kernel-features.h>.
37994         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
37995         unconditional.
37996         (__setresgid): Do not declare.
37997         [__ASSUME_32BITUIDS]: Make code unconditional.
37998         [!__ASSUME_32BITUIDS]: Remove conditional code.
37999         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
38000         <kernel-features.h>.
38001         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
38002         unconditional.
38003         (__setresuid): Do not declare.
38004         [__ASSUME_32BITUIDS]: Make code unconditional.
38005         [!__ASSUME_32BITUIDS]: Remove conditional code.
38006         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
38007         <kernel-features.h>.
38008         [__ASSUME_32BITUIDS]: Make code unconditional.
38009         [!__ASSUME_32BITUIDS]: Remove conditional code.
38010         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
38011         <kernel-features.h>.
38012         [__ASSUME_32BITUIDS]: Make code unconditional.
38013         [!__ASSUME_32BITUIDS]: Remove conditional code.
38015 2012-05-25  Richard Henderson  <rth@twiddle.net>
38017         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
38018         dl_hwcap to ifunc resolver.
38019         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
38020         elf_ifunc_invoke.
38021         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
38022         dl_hwcap to ifunc resolver.
38023         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
38025 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38027         [BZ #14153]
38028         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
38029         for |x| <= 2**-26, not 2**-57.
38030         * math/libm-test.inc (acos_test): Do not allow spurious underflow
38031         exception.
38033 2012-05-24  Jeff Law  <law@redhat.com>
38035         * stdio-common/Makefile (tests): Add bug25.
38036         * stdio-common/bug25.c: New test.
38038 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38040         [BZ #13576]
38041         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
38042         multiple of MALLOC_ALIGNMENT in size.
38043         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
38045 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38047         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
38048         Require >= 256.
38049         (FILENAME_MAX): Use macro-int-constant.
38050         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
38051         (_IOFBF): Use macro-int-constant.
38052         (_IOLBF): Likewise.
38053         (_IONBF): Likewise.
38054         (SEEK_CUR): Likewise.
38055         (SEEK_END): Likewise.
38056         (SEEK_SET): Likewise.
38057         (TMP_MAX): Likewise.
38058         (EOF): Use macro-int-constant.  Require < 0.
38059         (NULL): Use macro-constant.  Require == 0.
38060         (stdin): Require type to be FILE *.
38061         (stdout): Likewise.
38062         (stderr): Likewise.
38063         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
38064         macro-int-constant.
38065         (EXIT_SUCCESS): Likewise.
38066         (NULL): Use macro-constant.  Require == 0.
38067         (RAND_MAX): Use macro-int-constant.
38068         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
38069         [C99-based standards] (strtof): Require function.
38070         [C99-based standards] (strtold): Likewise.
38071         [C99-based standards] (strtoll): Likewise.
38072         [C99-based standards] (strtoull): Likewise.
38073         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
38074         [ISO || ISO99 || ISO11] (limits.h): Likewise.
38075         [ISO || ISO99 || ISO11] (math.h): Likewise.
38076         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
38077         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
38078         [ISO || ISO99 || ISO11] (*_t): Do not allow.
38080 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
38082         [BZ #14132]
38083         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
38084         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
38085         * intl/dgettext.c (DCGETTEXT): Likewise.
38086         * intl/gettext.c (DCGETTEXT): Likewise.
38087         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
38088         * posix/regex_internal.h (gettext): Likewise.
38089         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
38090         Remove declaration.
38091         * include/argz.h (__argz_count_internal)
38092         (__argz_stringify_internal): Remove declaration.
38093         (__argz_count, __argz_stringify): Declare hidden proto.
38094         * intl/dcgettext.c: Remove use of INTDEF.
38095         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
38096         * string/argz-stringify.c: Likewise.
38097         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38098         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38099         Declare hidden proto.
38100         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
38101         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
38102         Declare hidden proto.
38103         * include/stdio.h (__asprintf_internal): Don't declare.
38104         (__asprintf): Don't define as macro.  Declare hidden proto.
38105         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
38106         (__fsetlocking): Declare hidden proto.
38107         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
38108         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
38109         hidden proto.
38110         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
38111         (_IO_setlinebuf): Remove use of INTUSE.
38112         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
38113         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
38114         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
38115         Remove declaration.
38116         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
38117         (_IO_do_flush): Remove use of INTUSE.
38118         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
38119         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
38120         (_IO_adjust_column, _IO_least_wmarker)
38121         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
38122         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
38123         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
38124         (_IO_default_doallocate, _IO_wdefault_doallocate)
38125         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
38126         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
38127         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
38128         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
38129         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
38130         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
38131         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
38132         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
38133         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
38134         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
38135         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
38136         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
38137         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
38138         proto.
38139         (_IO_flush_all_internal, _IO_adjust_column_internal)
38140         (_IO_default_uflow_internal, _IO_default_finish_internal)
38141         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
38142         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
38143         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
38144         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
38145         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
38146         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
38147         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
38148         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
38149         (_IO_file_close_internal, _IO_file_close_it_internal)
38150         (_IO_file_underflow_internal, _IO_file_overflow_internal)
38151         (_IO_file_init_internal, _IO_file_attach_internal)
38152         (_IO_file_fopen_internal, _IO_file_read_internal)
38153         (_IO_file_sync_internal, _IO_file_seek_internal)
38154         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
38155         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
38156         (_IO_str_underflow_internal, _IO_str_overflow_internal)
38157         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
38158         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
38159         (_IO_list_all_internal, _IO_link_in_internal)
38160         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
38161         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
38162         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
38163         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
38164         (_IO_do_write_internal, _IO_padn_internal)
38165         (_IO_getline_info_internal, _IO_getline_internal)
38166         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
38167         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
38168         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
38169         (_IO_vfscanf_internal, _IO_vfprintf_internal)
38170         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
38171         (_IO_init_internal, _IO_un_link_internal): Don't declare.
38172         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
38173         with libc_hidden_ver, remove use of INTUSE.
38174         * libio/genops.c: Likewise.
38175         * libio/freopen.c: Likewise.
38176         * libio/freopen64.c: Likewise.
38177         * libio/iofclose.c: Likewise.
38178         * libio/iofdopen.c: Likewise.
38179         * libio/iofflush.c: Likewise.
38180         * libio/iofflush_u.c: Likewise.
38181         * libio/iofgets.c: Likewise.
38182         * libio/iofgets_u.c: Likewise.
38183         * libio/iofopen.c: Likewise.
38184         * libio/iofopncook.c: Likewise.
38185         * libio/iofread.c: Likewise.
38186         * libio/iofread_u.c: Likewise.
38187         * libio/ioftell.c: Likewise.
38188         * libio/iofwrite.c: Likewise.
38189         * libio/iogetline.c: Likewise.
38190         * libio/iogets.c: Likewise.
38191         * libio/iogetwline.c: Likewise.
38192         * libio/iopadn.c: Likewise.
38193         * libio/iopopen.c: Likewise.
38194         * libio/ioseekoff.c: Likewise.
38195         * libio/ioseekpos.c: Likewise.
38196         * libio/iosetbuffer.c: Likewise.
38197         * libio/iosetvbuf.c: Likewise.
38198         * libio/ioungetc.c: Likewise.
38199         * libio/ioungetwc.c: Likewise.
38200         * libio/iovdprintf.c: Likewise.
38201         * libio/iovsprintf.c: Likewise.
38202         * libio/iovsscanf.c: Likewise.
38203         * libio/memstream.c: Likewise.
38204         * libio/obprintf.c: Likewise.
38205         * libio/oldfileops.c: Likewise.
38206         * libio/oldiofclose.c: Likewise.
38207         * libio/oldiofdopen.c: Likewise.
38208         * libio/oldiofopen.c: Likewise.
38209         * libio/oldiopopen.c: Likewise.
38210         * libio/oldstdfiles.c: Likewise.
38211         * libio/putc.c: Likewise.
38212         * libio/setbuf.c: Likewise.
38213         * libio/setlinebuf.c: Likewise.
38214         * libio/stdfiles.c: Likewise.
38215         * libio/strops.c: Likewise.
38216         * libio/vasprintf.c: Likewise.
38217         * libio/vscanf.c: Likewise.
38218         * libio/vsnprintf.c: Likewise.
38219         * libio/vswprintf.c: Likewise.
38220         * libio/wfiledoalloc.c: Likewise.
38221         * libio/wfileops.c: Likewise.
38222         * libio/wgenops.c: Likewise.
38223         * libio/wmemstream.c: Likewise.
38224         * libio/wstrops.c: Likewise.
38225         * libio/__fpurge.c: Likewise.
38226         * libio/__fsetlocking.c: Likewise.
38227         * assert/assert.c: Likewise.
38228         * debug/fgets_chk.c: Likewise.
38229         * debug/fgets_u_chk.c: Likewise.
38230         * debug/fread_chk.c: Likewise.
38231         * debug/fread_u_chk.c: Likewise.
38232         * debug/gets_chk.c: Likewise.
38233         * debug/obprintf_chk.c: Likewise.
38234         * debug/vasprintf_chk.c: Likewise.
38235         * debug/vdprintf_chk.c: Likewise.
38236         * debug/vsnprintf_chk.c: Likewise.
38237         * debug/vsprintf_chk.c: Likewise.
38238         * malloc/mtrace.c: Likewise.
38239         * misc/error.c: Likewise.
38240         * misc/syslog.c: Likewise.
38241         * stdio-common/asprintf.c: Likewise.
38242         * stdio-common/fxprintf.c: Likewise.
38243         * stdio-common/getw.c: Likewise.
38244         * stdio-common/isoc99_fscanf.c: Likewise.
38245         * stdio-common/isoc99_scanf.c: Likewise.
38246         * stdio-common/isoc99_vfscanf.c: Likewise.
38247         * stdio-common/isoc99_vscanf.c: Likewise.
38248         * stdio-common/isoc99_vsscanf.c: Likewise.
38249         * stdio-common/printf-prs.c: Likewise.
38250         * stdio-common/printf_fp.c: Likewise.
38251         * stdio-common/printf_fphex.c: Likewise.
38252         * stdio-common/printf_size.c: Likewise.
38253         * stdio-common/putw.c: Likewise.
38254         * stdio-common/scanf.c: Likewise.
38255         * stdio-common/sprintf.c: Likewise.
38256         * stdio-common/tmpfile.c: Likewise.
38257         * stdio-common/vfprintf.c: Likewise.
38258         * stdio-common/vfscanf.c: Likewise.
38259         * stdlib/strfmon_l.c: Likewise.
38260         * sunrpc/openchild.c: Likewise.
38261         * sunrpc/xdr_stdio.c: Likewise.
38262         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
38263         * sysdeps/mach/hurd/tmpfile.c: Likewise.
38265 2012-05-24  Roland McGrath  <roland@hack.frob.com>
38267         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
38269         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
38270         in the third column, to generate for the shared library an IFUNC
38271         that uses _dl_vdso_vsym.
38272         * Makerules (COMPILE.c, compile-stdin.c): New variables.
38273         * Makeconfig (object-suffixes-noshared): New variable.
38275         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
38276         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
38277         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
38278         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
38280         [BZ #14132]
38281         * include/sys/time.h (__gettimeofday): Remove macro.
38282         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
38283         * time/gettimeofday.c (__gettimeofday): Remove #undef.
38284         Remove INTDEF.
38285         (__gettimeofday): Add libc_hidden_def.
38286         (gettimeofday): Add libc_hidden_weak.
38287         * sysdeps/mach/gettimeofday.c: Likewise.
38288         * sysdeps/posix/gettimeofday.c: Likewise.
38289         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
38290         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
38291         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
38292         (__gettimeofday_internal): Remove strong_alias.
38293         (__gettimeofday): Add libc_hidden_def.
38294         (gettimeofday): Add libc_hidden_weak.
38295         * sysdeps/unix/syscalls.list (gettimeofday):
38296         Remove __gettimeofday_internal alias.
38298 2012-05-24  Daniel Jacobowitz  <drow@false.org>
38299             H.J. Lu  <hongjiu.lu@intel.com>
38301         [BZ #12495]
38302         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
38303         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
38304         (largebin_index_32_big): New.
38305         (largebin_index): Use it for 16-byte alignment.
38306         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
38307         correction with front_misalign.
38309 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
38311         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
38312         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
38313         Likewise.
38314         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
38315         Likewise.
38316         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
38317         Likewise.
38318         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
38319         Likewise.
38320         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
38321         Likewise.
38322         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
38323         Likewise.
38324         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
38325         Likewise.
38326         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
38327         Likewise.
38328         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
38329         Likewise.
38330         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
38331         Likewise.
38332         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
38333         Likewise.
38334         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
38335         Likewise.
38337         * scripts/data/c++-types-x32-linux-gnu.data: New file.
38338         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
38340 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
38342         [BZ #10846]
38343         [BZ #14036]
38344         * math/libm-test.inc (exp_test): Add test from bug 14036.
38345         (pow_test): Add test from bug 10846.
38347         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
38348         and other flags.
38349         (special_function): Do not include flags in test name.
38350         (parse_args): Likewise.
38351         * sysdeps/i386/fpu/libm-test-ulps: Update.
38352         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
38353         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
38354         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
38355         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38357         * math/gen-libm-test.pl (%beautify): Add entries for underflow
38358         exceptions.
38359         * math/libm-test.inc ("Philosophy"): Update comment about
38360         exception testing.
38361         (UNDERFLOW_EXCEPTION): New macro.
38362         (UNDERFLOW_EXCEPTION_OK): Likewise.
38363         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
38364         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
38365         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
38366         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
38367         (INVALID_EXCEPTION_OK): Update value.
38368         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
38369         (OVERFLOW_EXCEPTION_OK): Likewise.
38370         (IGNORE_ZERO_INF_SIGN): Likewise.
38371         (test_exceptions): Handle underflow exceptions.
38372         (acos_test): Update for underflow exception expectations.
38373         (cexp_test): Likewise.
38374         (clog_test): Likewise.
38375         (clog10_test): Likewise.
38376         (csqrt_test): Likewise.
38377         (ctan_test): Likewise.
38378         (ctanh_test): Likewise.
38379         (exp_test): Likewise.
38380         (exp10_test): Likewise.
38381         (exp2_test): Likewise.
38382         (expm1_test): Likewise.
38383         (fma_test): Likewise.
38384         (j0_test): Likewise.
38385         (jn_test): Likewise.
38386         (nexttoward_test): Likewise.
38387         (pow_test): Likewise.
38388         (scalbn_test): Likewise.
38389         (scalbln_test): Likewise.
38390         (tan_test): Likewise.
38391         (y1_test): Likewise.
38392         * sysdeps/i386/fpu/libm-test-ulps: Update.
38393         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38395 2012-05-23  David S. Miller  <davem@davemloft.net>
38397         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
38398         (__libc_sigaction): Remove unused local variables.
38400 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38402         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
38404 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
38406         mktime: avoid signed integer overflow
38407         * time/mktime.c (__mktime_internal): Do not mishandle the case
38408         where diff == INT_MIN.
38410         mktime: simplify computation of average
38411         * time/mktime.c (ranged_convert): Use new time_t_avg function
38412         instead of rolling our own (probably-slower) code.
38414         mktime: do not assume signed right shift propagates sign bit
38415         * time/mktime.c (isdst_differ): New static function.
38416         (__mktime_internal): No need to normalize tm_isdst now.
38417         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
38418         tm_isdst values.
38420         mktime: merge another wrapv change from gnulib
38421         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
38422         from some compilers.
38424         mktime: remove incorrect attempt at unusual arithmetics
38425         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
38426         The code didn't really work on such machines anyway.
38427         (TYPE_MINIMUM): Assume two's complement.
38428         (twos_complement_arithmetic): Verify that long_int and time_t
38429         are two's complement (or unsigned, in the latter case).
38431         mktime: check signed shifts on long_int and time_t, too
38432         * time/mktime.c (SHR): Check that shifts work as desired
38433         on the types long_int and time_t too, as SHR is used on
38434         such types.
38436         mktime: do not assume 'long' is wide enough
38437         * time/mktime.c (verify): Move decl up.
38438         (long_int): New type.
38439         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
38440         to remove assumption in the code that 'long' is wide enough to
38441         store year values.  This assumption is not true on x32 and on
38442         some non-glibc platforms.
38444         mktime: merge wrapv change from gnulib
38445         * time/mktime.c (WRAPV): New macro.
38446         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
38447         (guess_time_tm, __mktime_internal): Do not assume that signed
38448         integer overflow wraps around; modern compilers generate code
38449         where this assumption is no longer valid.
38451 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38453         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
38454         Replace "jmp L(pseudo_end)" with "ret".
38455         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
38456         Likewise.
38458 2012-05-23  Andreas Jaeger  <aj@suse.de>
38460         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
38461         * sysdeps/unix/sysv/linux/poll.c: Remove file.
38463 2012-05-23  Andreas Jaeger  <aj@suse.de>
38464             Maximilian Attems  <max@stro.at>
38466         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
38467         New macros.
38469 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
38471         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
38472         code so that pseudo_end is just ret and the stack pointer is
38473         correct also for static library in error case.
38475 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
38477         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
38478         move to syscalls.list.
38479         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
38480         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
38481         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
38482         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
38484         * manual/install.texi (Running make install): Do not mention Linux
38485         kernel version for which pt_chown is not needed.
38486         (Linux): Do not mention problems with nscd with 2.0 kernels.
38487         * INSTALL: Regenerated.
38489 2012-05-23  Andreas Jaeger  <aj@suse.de>
38491         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
38492         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
38493         macro.
38494         * sysdeps/unix/sysv/linux/s390/bits/mman.h
38495         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38496         * sysdeps/unix/sysv/linux/sh/bits/mman.h
38497         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38498         * sysdeps/unix/sysv/linux/i386/bits/mman.h
38499         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38500         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
38501         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38502         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
38503         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
38504         * sysdeps/unix/sysv/linux/bits/in.h
38505         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
38507 2012-05-22  Roland McGrath  <roland@hack.frob.com>
38509         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
38510         (PREPARE_VERSION): Just use assert instead, it will be elided
38511         under [NDEBUG] anyway.
38513 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38515         * sysdeps/unix/sysv/linux/Makefile: Include
38516         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
38517         (sysdep_routines): Remove sysctl.
38518         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
38519         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
38520         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
38521         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
38522         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
38524 2012-05-22  Andreas Jaeger  <aj@suse.de>
38526         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
38527         that pseudo_end is just ret and the stack pointer is correct also
38528         for static library in error case.
38530 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
38532         [BZ #14122]
38533         * nss/nsswitch.c (defconfig_entries): New variable.
38534         (__nss_database_lookup): Don't leak defconfig entries.
38535         (nss_parse_service_list): Don't leak on error paths.
38536         (free_database_entries): New function.
38537         (free_defconfig): New function.
38538         (free_mem): Move common code to free_database_entries.
38540 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38542         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
38543         Add arch_prctl.
38544         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
38546         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
38547         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
38548         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
38549         New macro.
38550         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
38551         (INTERNAL_SYSCALL_TYPES): Likewise.
38552         (LOAD_ARGS_TYPES_[1-6]): Likewise.
38553         (LOAD_REGS_TYPES_[1-6]): Likewise.
38554         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
38555         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
38557 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38559         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
38560         copysignl for GLIBC_2_0.
38561         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
38562         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
38563         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
38564         logbl for GLIBC_2_0.
38565         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
38566         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
38568 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38570         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
38571         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
38573         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
38574         Use "neg %eax".
38576         * time/mktime.c: Update copyright years.
38578 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
38580         mktime: merge comment-quoting-style change from gnulib
38581         * time/mktime.c: Quote 'like this' in comments.
38582         The GNU coding standards suggest that we no longer quote `like this',
38583         as "`" and "'" are typically rendered asymmetrically nowadays.
38584         The typical gnulib style is to quote 'like this' when quoting
38585         code, and "like this" when quoting English.
38587         * time/mktime.c (compile-command): Add "-I.".
38589         mktime: merge mktime-internal.h change from gnulib
38590         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
38592         mktime: merge time_r change from gnulib
38593         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
38595         mktime: merge DEBUG change from gnulib
38596         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
38597         case system <time.h> has a #define.
38599         mktime: merge <sys/types.h> change from gnulib
38600         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
38601         since <time.t> is now guaranteed to define time_t.
38603         mktime: merge HAVE_CONFIG_H change from gnulib
38604         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
38606 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
38608         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
38609         Use "neg %eax".
38611         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
38612         __rlim_t cast.
38613         (struct rusage): Use anonymous union to pad each field to
38614         __syscall_slong_t.
38616 2012-05-21  David S. Miller  <davem@davemloft.net>
38618         * Makefules (o-iterator): Remove .s cases.
38619         (compile-command.s): Delete.
38620         (COMPILE.s): Delete.
38621         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
38623 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
38625         * configure.in (libc_cv_predef_stack_protector): Only consider
38626         "foobar" and "__stack_chk_fail" lines in libc_undefs.
38627         * configure: Regenerated.
38629 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
38631         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
38632         New macro.  Use R*LP on int and pointer.
38633         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
38634         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
38635         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
38636         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
38638         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
38639         [__WORDSIZE_TIME64_COMPAT32] instead of
38640         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
38641         (struct utmp): Likewise.
38642         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
38643         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
38644         Renamed to ...
38645         (__WORDSIZE_TIME64_COMPAT32): This.
38646         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
38647         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
38648         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
38649         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
38650         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
38651         (__WORDSIZE_TIME64_COMPAT32): New macro.
38653 2012-05-21  Andreas Jaeger  <aj@suse.de>
38655         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
38656         only if [SHARED]. Add prototype for __wcschr_ia32.
38658 2012-05-21  Roland McGrath  <roland@hack.frob.com>
38660         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
38661         of %rbp unmolested in the jmp_buf while mangling the low bits.
38662         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
38663         unmolested high bits of %rbp while demangling the low bits.
38664         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
38666 2012-05-21  Andreas Jaeger  <aj@suse.de>
38668         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
38669         * sunrpc/svc_simple.c: Use it for registerrpc.
38670         * sunrpc/xcrypt.c: Use it for passwd2des.
38672         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
38674 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
38676         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
38677         Don't define if [__SYSCALL_WORDSIZE != 32].
38678         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
38679         New macro.
38681 2012-05-21  Bruno Haible  <bruno@clisp.org>
38682             Andreas Jaeger  <aj@suse.de>
38684         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
38685         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
38686         inptr and inend for must_buffer_ch.
38687         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
38688         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
38689         * stdio-common/Makefile (tests): Remove bug15.
38690         (bug15-ENV): Remove macro.
38691         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
38692         anymore.
38694 2012-05-19  Andreas Jaeger  <aj@suse.de>
38695             Roland McGrath  <roland@hack.frob.com>
38697         * manual/contrib.texi: Completely rewritten. It contains now an
38698         alphabetical list of contributors and their contributions.
38700 2012-05-21  Richard Henderson  <rth@twiddle.net>
38702         * misc/getauxval.c (__getauxval): Use unsigned long int.
38703         * misc/sys/auxv.h: Include <sys/cdefs.h>.
38704         (getauxval): Use unsigned long int.
38706 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
38708         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
38710 2012-05-21  Roland McGrath  <roland@hack.frob.com>
38712         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
38713         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
38714         __alignof__ (long double).
38716 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38718         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38720 2012-05-20  Richard Henderson  <rth@twiddle.net>
38722         * misc/getauxval.c: New file.
38723         * misc/sys/auxv.h: New file.
38724         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
38725         (routines): Add getauxval.
38726         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
38727         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
38728         * elf/dl-sysdep.c (_dl_auxv): Remove.
38729         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
38730         * elf/dl-support.c (_dl_auxv): New variable.
38731         (_dl_aux_init): Initialize it.
38732         * manual/startup.texi (Auxiliary Vector): New node.
38733         * sysdeps/generic/bits/hwcap.h: New file.
38734         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
38735         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
38736         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
38737         * sysdeps/sparc/sysdep.h: ... here.  Include it.
38738         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
38739         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
38740         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
38741         Update.
38742         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
38743         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
38744         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
38745         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
38746         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
38747         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
38748         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
38749         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
38751 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
38753         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38755 2012-05-19  David S. Miller  <davem@davemloft.net>
38757         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38759 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
38761         [BZ #14123]
38762         * math/s_ccosh.c: Include <float.h>
38763         (__ccosh): Avoid internal overflow calculating sinh and cosh
38764         values before multiplying by sin and cos values.
38765         * math/s_ccoshf.c: Likewise.
38766         * math/s_ccoshl.c: Likewise.
38767         * math/s_csin.c: Likewise.
38768         * math/s_csinf.c: Likewise.
38769         * math/s_csinl.c: Likewise.
38770         * math/s_csinh.c: Likewise.
38771         * math/s_csinhf.c: Likewise.
38772         * math/s_csinhl.c: Likewise.
38773         * math/libm-test.inc (ccos_test): Add more tests.
38774         (ccosh_test): Likewise.
38775         (csin_test): Likewise.
38776         (csinh_test): Likewise.
38777         * sysdeps/i386/fpu/libm-test-ulps: Update.
38778         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38780 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
38782         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
38783         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
38785         * sysdeps/x86_64/x32/_itoa.h: Add comment.
38787 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
38789         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
38790         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
38791         * sysdeps/powerpc/soft-fp/Versions: Likewise.
38792         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
38793         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
38794         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
38795         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
38796         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
38797         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
38798         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
38799         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
38800         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
38801         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
38802         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
38803         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
38804         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
38805         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
38806         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
38807         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
38808         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
38809         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
38810         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
38811         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
38812         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
38813         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
38814         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
38815         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
38816         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
38817         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
38818         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
38819         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
38821 2012-05-18  Andreas Jaeger  <aj@suse.de>
38823         * csu/.gitignore: Delete.
38825 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
38827         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
38828         (timex): Use __syscall_slong_t.
38830 2012-05-18  Andreas Jaeger  <aj@suse.de>
38831             Carlos O'Donell  <carlos_odonell@mentor.com>
38833         * manual/install.texi (Configuring and compiling): Update
38834         description about files modified in the source directory.
38835         * INSTALL: Regenerated.
38837 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
38839         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
38840         value.  Use "or" to set return value to -1.
38841         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
38842         negate return value.
38844 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38846         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
38847         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
38848         failure if the compiler has Graphite support disabled.
38849         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
38850         Likewise.
38851         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
38852         (CFLAGS-memmove.c): Likewise.
38853         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
38854         Likewise.
38856 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
38858         * sysdeps/x86_64/x32/_itoa.h: New file.
38860         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
38861         getdents system call only if kernel and user dirents have the
38862         same d_ino and d_off.
38864         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
38865         LLONG_MAX != LONG_MAX.
38866         (_itoa_word): Use _ITOA_WORD_TYPE on value.
38867         (_fitoa_word): Likewise.
38869         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
38870         years.
38871         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
38872         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
38873         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
38875         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
38876         include <bits/wordsize.h>.  Check __x86_64__ instead of
38877         __WORDSIZE.
38878         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
38879         if __x86_64__ is defined.  Use anonymous union on fpstate.
38881         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
38882         anonymous union.
38884 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
38886         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
38887         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
38888         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
38889         Refer to _rtld_local_ro instead of _rtld_global_ro.
38890         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
38891         Likewise.
38892         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
38893         Likewise.
38894         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
38895         Likewise.
38896         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
38897         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
38898         of _rtld_global, and rtld_progname instead of _dl_argv[0].
38900         * sysdeps/powerpc/powerpc32/dl-machine.c
38901         (__elf_machine_runtime_setup) [PROF]: Don't reference
38902         _dl_prof_resolve.
38904 2012-05-18  Andreas Jaeger  <aj@suse.de>
38906         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
38907         function only available for GCCs before 3.4 since GCC 3.4
38908         introduced a builtin.
38909         (lrint): Likewise.
38910         (llrintf): Likewise.
38911         (llrint): Likewise.
38912         (fmaxf): Likewise.
38913         (fmax): Likewise.
38914         (fminf): Likewise.
38915         (fmin): Likewise.
38916         (rint): Likewise.
38917         (rintf): Likewise.
38918         (nearbyint): Likewise.
38919         (nearbyintf): Likewise.
38920         (ceil): Likewise.
38921         (ceilf): Likewise.
38922         (floor): Likewise.
38923         (floorf): Likewise.
38925 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
38927         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
38928         on both fields and cast pointer to __syscall_ulong_t.
38930         * bits/types.h (__fsword_t): New type.
38931         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
38932         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
38933         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38934         (__FSWORD_T_TYPE): Likewise.
38935         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
38936         (__FSWORD_T_TYPE): Likewise.
38937         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38938         (__FSWORD_T_TYPE): Likewise.
38939         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
38940         (__FSWORD_T_TYPE): Likewise.
38941         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
38942         __SWORD_TYPE with __fsword_t.
38943         (statfs64): Likewise.
38945 2012-05-17  David S. Miller  <davem@davemloft.net>
38947         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
38949 2012-05-17  Andreas Jaeger  <aj@suse.de>
38951         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
38952         warning.
38954 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
38956         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
38958 2012-05-17  Andreas Jaeger  <aj@suse.de>
38960         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
38961         when it is used.
38963 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
38965         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
38967 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
38969         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
38970         * sysdeps/x86_64/tst-mallocalign1.c: New file.
38972 2012-05-17  Andreas Jaeger  <aj@suse.de>
38973             Carlos O'Donell  <carlos_odonell@mentor.com>
38975         [BZ #14059]
38976         * sysdeps/x86_64/multiarch/init-arch.h
38977         (bit_YMM_Usable): Rename to...
38978         (bit_AVX_Usable): ... this.
38979         (bit_FMA4_Usable): New macro.
38980         (bit_XMM_state): New macro.
38981         (bit_YMM_state): New macro.
38982         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
38983         [__ASSEMBLER__] (index_AVX_Usable): ... this.
38984         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
38985         (CPUID_OSXSAVE): New macro.
38986         (CPUID_AVX): New macro.
38987         (CPUID_FMA4): New macro.
38988         (index_YMM_Usable): Rename to...
38989         (index_AVX_Usable): ... this.
38990         (HAS_AVX): Use HAS_ARCH_FEATURE.
38991         (HAS_FMA4): Likewise.
38992         (HAS_YMM_USABLE): Remove.
38993         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
38994         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
38995         are present.
38996         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
38997         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
38998         * sysdeps/x86_64/multiarch/Makefile: Likewise.
38999         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
39000         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
39002 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
39004         * math/libm-test.c: Support platforms without multiple rounding modes.
39005         * math/bug-nextafter.c: Support platforms without FP exceptions.
39006         * math/bug-nexttoward.c: Likewise.
39007         * math/test-fenv.c: Likewise.
39008         * math/test-misc.c: Likewise.
39009         * stdlib/bug-getcontext.c: Likewise.
39011 2012-05-17  Andreas Jaeger  <aj@suse.de>
39013         * manual/examples/search.c (critter_cmp): Change signature to
39014         avoid warnings.
39015         * manual/string.texi (Collation Functions): Likewise.
39017 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39019         * bits/types.h: Fold copyright years.
39020         * bits/typesizes.h: Likewise.
39021         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
39022         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
39023         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
39024         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
39025         * time/time.h: Likewise.
39027 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
39029         [BZ #208]
39030         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
39031         in instead of returning them.  Return void.
39032         (__libc_mallinfo): Accumulate over all arenas.
39033         (__malloc_stats): Adjust for change in int_mallinfo interface.
39035 2012-05-16  Roland McGrath  <roland@hack.frob.com>
39037         [BZ #10375]
39038         * configure.in (NM): Add AC_CHECK_TOOL for it.
39039         (libc_extra_cflags): New substituted variable.
39040         Check for -fstack-protector being used implicitly.
39041         * configure: Regenerated.
39042         * config.make.in (config-extra-cflags): New variable,
39043         gets @libc_extra_cflags@.
39044         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
39046         [BZ #10375]
39047         * configure.in: Check for _FORTIFY_SOURCE being predefined.
39048         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
39049         * configure: Regenerated.
39050         * config.make.in (CPPUNDEFS): New substituted variable.
39051         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
39052         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
39053         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
39055 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39057         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
39058         (mq_attr): Use __syscall_slong_t.
39060 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39062         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
39063         Check __x86_64__ instead of __WORDSIZE.
39064         (_STAT_VER_LINUX): Likewise.
39065         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
39066         __syscall_ulong_t and __syscall_slong_t.
39067         (stat64): Likewise.
39069 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39071         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
39073 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39075         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
39077 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39079         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
39080         __syscall_ulong_t.
39082         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
39083         include <bits/wordsize.h>.  Check __x86_64__ instead of
39084         __WORDSIZE.
39085         (greg_t): Use "__extension__ long long int" if __x86_64__ is
39086         defined.
39087         (mcontext_t): Replace "unsigned long" with "unsigned long long".
39089         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
39090         include <bits/wordsize.h>.  Check __x86_64__ instead of
39091         __WORDSIZE.
39092         (user_regs_struct): Use "__extension__ unsigned long long"
39093         instead of "unsigned long" if __x86_64__ is defined.
39094         (user): Likewise.  Pad after pointer field if __ILP32__ is
39095         defined.
39097 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
39099         * configure.in (makeinfo): Require version 4.5 or later.  Allow
39100         versions 5 to 9.
39101         * configure: Regenerated.
39102         * manual/install.texi (texinfo): Increase version requirement to
39103         4.5 or later.
39104         * INSTALL: Regenerated.
39106         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
39108 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
39110         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
39112         * sysdeps/x86_64/x32/ffs.c: New file.
39114         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
39115         __syscall_ulong_t.
39116         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
39117         defined.  Use __syscall_ulong_t.
39118         (shminfo): Use __syscall_ulong_t.
39119         (shm_info): Likewise.
39121         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
39122         __syscall_ulong_t.
39124         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
39125         <bits/wordsize.h>.
39126         (msgqnum_t): Use __syscall_ulong_t.
39127         (msglen_t): Likewise.
39128         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
39129         __syscall_ulong_t.
39131         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
39132         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39134         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
39136         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
39137         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
39139         * sysvipc/sys/msg.h (msgbuf): Replace long int with
39140         __syscall_slong_t.
39142         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
39143         include <bits/wordsize.h>.  Check __x86_64__ instead of
39144         __WORDSIZE.
39146         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
39147         "unsigned long long int" if __x86_64__ is defined.
39148         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
39150         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
39151         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
39152         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
39154         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
39155         <stdint.h>.
39156         (GET_PC): Cast to uintptr_t first.
39157         (GET_FRAME): Likewise.
39158         (GET_STACK): Likewise.
39160         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
39161         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
39162         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
39163         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
39164         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
39165         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
39166         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
39167         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
39168         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
39169         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
39170         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
39171         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
39172         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
39173         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
39174         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
39175         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
39176         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
39177         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
39178         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
39179         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
39180         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
39181         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
39182         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
39183         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
39184         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
39185         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
39186         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
39187         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
39188         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
39190 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
39192         * Makerules (+depfiles): Also collect depfiles from .oS in
39193         $(extra-objs).
39194         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
39195         .oS, $(libnldbl-routines)).
39197         * Makerules (native-compile-mkdep-flags): Define.
39198         * sunrpc/Makefile (extra-objs): Add $(addprefix
39199         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
39200         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
39201         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
39202         calling $(make-target-directory).
39204 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39206         * bits/types.h (__snseconds_t): Removed.
39207         * time/time.h (struct timespec): Replace __snseconds_t with
39208         __syscall_slong_t.
39209         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
39210         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
39211         Likewise.
39212         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39213         (__SNSECONDS_T_TYPE): Likewise.
39214         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39215         (__SNSECONDS_T_TYPE): Likewise.
39216         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39217         (__SNSECONDS_T_TYPE): Likewise.
39219 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39221         * sysdeps/mach/hurd/bits/typesizes.h
39222         (__SYSCALL_SLONG_TYPE): New macro.
39223         (__SYSCALL_ULONG_TYPE): Likewise.
39225 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39227         * bits/types.h (__syscall_slong_t): New type.
39228         (__syscall_ulong_t): Likewise.
39230         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
39231         (__SYSCALL_ULONG_TYPE): Likewise.
39232         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
39233         (__SYSCALL_SLONG_TYPE): Likewise.
39234         (__SYSCALL_ULONG_TYPE): Likewise.
39235         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
39236         (__SYSCALL_SLONG_TYPE): Likewise.
39237         (__SYSCALL_ULONG_TYPE): Likewise.
39238         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
39239         (__SYSCALL_SLONG_TYPE): Likewise.
39240         (__SYSCALL_ULONG_TYPE): Likewise.
39242 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39244         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
39245         Add sigaltstack-offsets.sym.
39246         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
39247         <sigaltstack-offsets.h>.
39248         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
39249         longjmp_msg pointer.
39250         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
39251         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
39252         signal stack.
39253         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
39255 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
39257         * elf/stackguard-macros.h: Remove file.
39258         * sysdeps/generic/stackguard-macros.h: New file.
39259         * sysdeps/i386/stackguard-macros.h: Likewise.
39260         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
39261         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
39262         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
39263         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
39264         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
39265         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
39266         * sysdeps/x86_64/stackguard-macros.h: Likewise.
39267         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
39268         <elf/stackguard-macros.h>.
39270         [BZ #14109]
39271         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
39272         __aligned__ in attribute.
39273         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
39274         (gregset_t): Likewise.
39276 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39278         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
39279         * sysdeps/x86_64/64/Implies-after: Here.  New file.
39280         * sysdeps/x86_64/x32/Implies-after: New file.
39282 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39284         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
39285         and access return value for _dl_profile_fixup.  Use R10_LP to
39286         load frame size.
39288 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39290         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
39292 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39294         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
39295         * sysdeps/x86_64/x32/sysdep.h: New file.
39297 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39299         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
39300         * sysdeps/x86_64/setjmp.S: Likewise.
39302 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39304         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
39305         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
39306         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
39307         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
39308         remove unused global constant.
39310 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
39312         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
39313         include of <not-cancel.h>.
39315 2012-05-15  Roland McGrath  <roland@hack.frob.com>
39317         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
39319 2012-05-15  Jeff Law  <law@redhat.com>
39320             Andreas Jaeger  <aj@suse.de>
39322         [BZ #13594]
39323         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
39324         out from...
39325         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
39326         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
39327         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
39328         code changing __hst_map_handle.map.
39330 2012-05-15  Roland McGrath  <roland@hack.frob.com>
39332         * configure.in (sysnames): Look for Implies-before and Implies-after
39333         files.
39334         * configure: Regenerated.
39336 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39338         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
39339         8-byte data alignment with LP_SIZE alignment.
39341 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39343         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
39344         into R10_LP.
39346 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39348         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
39350 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39352         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
39353         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
39354         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
39355         Likewise.
39356         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
39358 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39360         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
39361         (stackinfo_sub_sp): Likewise.
39363 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39365         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
39366         RAX_LP.
39368 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39370         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
39371         into R*_LP.
39373 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39375         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
39376         sizes into R*_LP.
39378 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39380         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
39382 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39384         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
39385         into R11_LP and load __x86_64_shared_cache_size_half into
39386         R8_LP.
39388 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
39390         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
39391         R8_LP.
39393 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
39395         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
39396         logb for POWER7.
39397         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
39398         logbf for POWER7.
39399         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
39400         logbl for POWER7.
39401         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
39402         powerpc32/power7/fpu/s_logb.c via #include.
39403         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
39404         powerpc32/power7/fpu/s_logbf.c via #include.
39405         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
39406         powerpc32/power7/fpu/s_logbl.c via #include.
39408 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
39410         * README.libm: Remove file.
39412 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39414         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
39415         count for x32.  Use R*_LP and omit operand-size suffix.
39417 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39419         * shlib-versions: Move x86_64-.*-linux.* entries to ...
39420         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
39421         * sysdeps/x86_64/x32/shlib-versions: New file.
39423 2012-05-14  Roland McGrath  <roland@hack.frob.com>
39425         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
39426         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
39427         Use _dl_fatal_printf instead.
39429 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
39431         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
39432         set if not set by the user.  Do not allow for being unset.
39433         * sysdeps/unix/sysv/linux/configure: Regenerated.
39435 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39437         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
39438         the `q' suffix from lea and replace .quad with ASM_ADDR.
39440 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39442         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
39443         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
39444         instead of $17.
39445         (PTR_DEMANGLE): Likewise.
39447 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39449         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
39450         (LP_OP): Likewise.
39451         (ASM_ADDR): Likewise.
39452         (RAX_LP): Likewise.
39453         (RBP_LP): Likewise.
39454         (RBX_LP): Likewise.
39455         (RCX_LP): Likewise.
39456         (RDI_LP): Likewise.
39457         (RSI_LP): Likewise.
39458         (RSP_LP): Likewise.
39459         (R8_LP): Likewise.
39460         (R9_LP): Likewise.
39461         (R10_LP): Likewise.
39462         (R10_LP): Likewise.
39463         (R11_LP): Likewise.
39464         (R12_LP): Likewise.
39465         (R13_LP): Likewise.
39466         (R14_LP): Likewise.
39467         (R15_LP): Likewise.
39469 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39471         * sysdeps/x86_64/x32/dl-machine.h: New file.
39473 2012-05-14  Andreas Jaeger  <aj@suse.de>
39475         * manual/Makefile (subdir): Remove export of subdir.
39476         (all): Remove target.
39477         (.PHONY): Remove all from list.
39478         (mkinstalldirs): Remove.
39479         (.PHONY): Remove installdirs from list.
39480         ($(inst_infodir)/libc.info): Use make-target-directory.
39481         (installdirs): Remove.
39482         (subdir_%): Remove.
39483         (glibc-targets): Remove.
39484         (lib): Remove.
39485         (stubs): Remove.
39486         ($(objpfx)stubs ../po/manual.pot): Remove.
39487         ($(objpfx)stamp%): Remove.
39488         (make-target-directory): Remove.
39489         (subdir_install): Remove.
39490         (routines): Remove.
39491         (aux): Remove.
39492         (sources): Remove.
39493         (objects): Remove.
39494         (headers): Remove.
39496         [BZ #13750]
39497         * manual/.gitignore: Remove, it's not needed anymore.
39498         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
39499         all files in it.
39500         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
39501         directory.
39502         (texis): Renamed to $(objpfx)texis.
39503         (texis-path): New, contains path to generated files.
39504         (chapters.%): Use texis-path for complete path, add extra argument
39505         libc-texinfo.sh.
39506         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
39507         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
39508         (summary,texi, stamp-summary): Use complete path of
39509         files. Generate files in build dir.
39510         (dir-add.texi): Build in build dir.
39511         (libm-err.texi,stamp-libm-err): Likewise.
39512         (version.texi, stamp-version): Likewise.
39513         (.%c.texi): Likewise.
39514         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
39515         (mostlyclean): Remove target.
39516         (realclean): Remove target.
39517         (generated): Add new variable with contents from mostlyclean and
39518         realclean, remove entries duplicated in common-mostlyclean, add
39519         stamp-libm-err and stamp-version.
39520         (generated-dirs): Add libc directory.
39521         ($(inst_infodir)/libc.info): Install files from build dir.
39523         * manual/install.texi (Configuring and compiling): Adjust since
39524         the info files are not part of the tar ball anymore.
39526 2012-05-14  Andreas Jaeger  <aj@suse.de>
39528         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
39529         variable.
39531 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
39533         [BZ #13717]
39534         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
39535         to 2.2.0 where earlier.
39536         * sysdeps/unix/sysv/linux/configure: Regenerated.
39537         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
39538         Remove conditional code.
39539         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
39540         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
39541         Remove conditional code.
39542         [!__NR_lchown]: Likewise.
39543         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39544         [__NR_lchown]: Likewise.
39545         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
39546         comment referencing __ASSUME_LCHOWN_SYSCALL.
39547         * sysdeps/unix/sysv/linux/i386/sigaction.c
39548         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39549         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39550         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
39551         Remove conditional code.
39552         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
39553         (__protocol_available): Remove #if 0 code.
39554         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
39555         conditional code.
39556         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
39557         * sysdeps/unix/sysv/linux/kernel-features.h
39558         (__ASSUME_GETCWD_SYSCALL): Don't define.
39559         (__ASSUME_REALTIME_SIGNALS): Likewise.
39560         (__ASSUME_PREAD_SYSCALL): Likewise.
39561         (__ASSUME_PWRITE_SYSCALL): Likewise.
39562         (__ASSUME_POLL_SYSCALL): Likewise.
39563         (__ASSUME_LCHOWN_SYSCALL): Likewise.
39564         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
39565         non-SPARC.
39566         (__ASSUME_SIOCGIFNAME): Don't define.
39567         (__ASSUME_MSG_NOSIGNAL): Likewise.
39568         (__ASSUME_SENDFILE): Define unconditionally.
39569         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
39570         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
39571         conditional code.
39572         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
39573         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
39574         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
39575         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39576         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
39577         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
39578         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
39579         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
39580         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39581         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39582         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
39583         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39584         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39585         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
39586         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39587         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39588         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
39589         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39590         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
39592         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39593         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39594         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
39595         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
39596         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39597         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
39598         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39599         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39600         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
39601         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39602         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39603         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
39604         Remove conditional code.
39605         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39606         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
39607         Remove conditional code.
39608         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39609         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
39610         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
39611         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
39612         Remove conditional code.
39613         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39614         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
39615         Remove conditional code.
39616         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39617         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
39618         Remove conditional code.
39619         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39620         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
39621         Remove conditional code.
39622         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
39623         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
39624         Remove conditional code.
39625         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39626         * sysdeps/unix/sysv/linux/sh/pwrite64.c
39627         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
39628         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
39629         * sysdeps/unix/sysv/linux/sigaction.c
39630         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39631         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39632         * sysdeps/unix/sysv/linux/sigpending.c
39633         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39634         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39635         * sysdeps/unix/sysv/linux/sigprocmask.c
39636         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39637         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39638         * sysdeps/unix/sysv/linux/sigsuspend.c
39639         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
39640         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
39641         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
39642         (__libc_missing_rt_sigs): Remove.
39643         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
39644         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
39645         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
39646         Remove conditional code.
39647         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
39648         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
39649         return 1.
39650         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
39651         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
39652         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
39653         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
39655 2012-05-14  Andreas Jaeger  <aj@suse.de>
39657         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
39658         it's not used in glibc.
39659         (__coshm1): Likewise.
39660         (__acosh1p): Likewise.
39661         (__sgn): Likewise.
39663         * manual/string.texi (Copying and Concatenation): Add missing
39664         variable in concat example.
39665         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
39667 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39669         [BZ #14103]
39670         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
39671         __builtin_clzl with __builtin_clzll.
39673 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
39675         [BZ #14104]
39676         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
39677         libc_freeres_ptr.
39679 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39681         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
39682         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
39683         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
39684         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
39686 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
39688         * NEWS: Update ia64 info.
39690 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
39692         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
39693         used as bcopy.
39695 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
39697         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
39698         * sysdeps/unix/syscalls.list (dup3): Likewise.
39699         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
39700         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
39702 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
39704         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
39705         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
39707 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
39709         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
39710         thread pointer.
39711         (TLS_IE): Use mov/add instead of movq/addq to load thread
39712         pointer.
39713         (TLS_GD_PREFIX): New.
39714         (TLS_GD): Use it.
39716 2012-05-11  David S. Miller  <davem@davemloft.net>
39718         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
39719         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
39720         (_FPU_SETCW): Likewise.
39722 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
39724         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
39725         is 32-byte aligned.
39727 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
39729         [BZ #11837]
39730         * iconvdata/gb18030.c: Update tables.
39731         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
39732         characters specially.
39733         (BODY for TO_LOOP): Add encoding of missing ranges.
39735 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
39737         [BZ #13673]
39738         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
39739         * sysdeps/mach/hurd/dup3.c: Likewise.
39740         * sysdeps/mach/hurd/readlinkat.c: Likewise.
39741         * sysdeps/powerpc/memmove.c:: Likewise.
39743 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
39745         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
39746         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
39748 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
39750         * elf/elf.h (R_X86_64_RELATIVE64): New.
39751         (R_X86_64_NUM): Updated.
39752         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
39753         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
39754         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
39755         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
39756         tst-quad1pie tst-quad2pie
39757         (modules-names): Add tst-quadmod1 tst-quadmod2.
39758         ($(objpfx)tst-quad1): New dependency.
39759         ($(objpfx)tst-quad2): Likewise.
39760         ($(objpfx)tst-quad1pie): Likewise.
39761         ($(objpfx)tst-quad2pie): Likewise.
39762         * sysdeps/x86_64/tst-quad1.c: New file.
39763         * sysdeps/x86_64/tst-quad1pie.c: New file.
39764         * sysdeps/x86_64/tst-quad2.c: Likewise.
39765         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
39766         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
39767         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
39768         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
39769         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
39771 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39773         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
39774         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
39775         * streams/stropts.h (t_scalar_t): Define type.
39777         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
39778         (_PATH_PRESERVE): Set to "/var/lib".
39779         (_PATH_RWHODIR): Set to "/var/spool/rwho".
39781         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
39782         instead of int.
39784         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
39785         if __dir_mkfile succeeded.
39787         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
39788         checking for _hurd_dtablesize.  Unlock it right after having
39789         finished _hurd_dtable allocation.
39791 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39793         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
39794         * sysdeps/mach/hurd/configure: Regenerated.
39795         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
39796         special-casing to...
39797         * sysdeps/gnu/configure.in: ... this new file.
39798         * sysdeps/unix/sysv/linux/configure: Regenerated.
39799         * sysdeps/gnu/configure: New generated file.
39801         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
39802         for Linux: use nsec instead of usec, as well as:
39803         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
39804         members of type struct timespec.
39805         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
39806         New macros.
39807         (struct stat64): Likewise.
39808         (_STATBUF_ST_NSEC): New macro.
39809         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
39811         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
39812         __strtoul_internal rather than strtoul.
39814 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
39816         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
39817         and reject them.
39819 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39821         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
39822         which preserves existing values.
39823         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
39825 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
39827         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
39828         TIMEOUT values.  Return EINVAL for NFDS values either negative or
39829         greater than FD_SETSIZE.
39831 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39833         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
39834         allocated, call __vm_protect to finish enabling the existing space, and
39835         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
39836         allocate the remainder.
39838 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
39840         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
39841         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
39843 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39845         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
39846         sysdeps/mach/hurd/readlink.c.
39848         * posix/tst-sysconf.c (posix_options): Only use
39849         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
39850         _POSIX_SYNCHRONIZED_IO when they are defined
39851         * sysdeps/mach/hurd/bits/posix_opt.h:
39852         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
39853         (_XOPEN_REALTIME): Undefine macro.
39854         (_XOPEN_REALTIME_THREADS): Undefine macro.
39855         (_XOPEN_SHM): Undefine macro.
39856         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
39857         macro to -1.
39858         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
39859         macro to -1.
39860         (_POSIX_ASYNC_IO): Undefine macro.
39861         (_POSIX_PRIORITIZED_IO): Undefine macro.
39862         (_POSIX_SPIN_LOCKS): Define macro to -1.
39864         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
39865         SA_NODEFER, SA_RESETHAND.
39866         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
39867         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
39868         F_DUPFD_CLOEXEC.
39870 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39872         * elf/Makefile (pldd-modules): Define unconditionally.
39874 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39876         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
39878 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39880         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
39881         Return ENOENT when name is empty.
39882         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
39884 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39886         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
39888         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
39890 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39892         Fix mlock in all cases except non-readable pages.
39893         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
39894         instead of VM_PROT_ALL as parameter to __vm_wire function.
39896         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
39897         (__mkdir): When path is `/', just fail with EEXIST.
39898         * sysdeps/mach/hurd/mkdirat.c: Likewise.
39900 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39902         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
39903         <sys/uio.h> (for writev).
39904         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
39905         and <sys/param.h> (for MIN).
39907 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
39909         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
39910         REQUESTED_TIME.  Properly set the remaining time and return EINTR
39911         if interrupted.
39913 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39915         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
39916         Depend on against $(link-rpcuserlibs).
39918 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39920         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
39921         (__libc_stack_end): Do not use attribute_relro.
39922         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
39923         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
39924         to libthread-provided value.
39925         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
39926         attribute_relro.
39928 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39930         [BZ #3748]
39931         * bits/libc-lock.h (__libc_once_get): New macro.
39932         * sysdeps/mach/bits/libc-lock.h: Likewise.
39933         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
39934         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
39935         instead of using implementation details.
39937         * libio/fileops.c: Unconditionally include <kernel-features.h>.
39938         * libio/freopen.c: Likewise.
39939         * libio/freopen64.c: Likewise.
39940         * misc/syslog.c: Likewise.
39941         * nscd/connections.c: Likewise.
39942         * nscd/netgroupcache.c: Likewise.
39943         * sysdeps/posix/getcwd.c: Likewise.
39945 2012-05-10  Roland McGrath  <roland@hack.frob.com>
39947         * math/w_ilogbf.c: Add #include <limits.h>.
39949 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39951         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
39952         path instead of returning without unlocking.
39954         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
39955         immediate-write ioctls.
39956         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
39958 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39960         * sysdeps/mach/hurd/i386/init-first.c (init): Use
39961         __builtin_frame_address instead of making assumptions about the
39962         location of the return address relative to DATA.  Force early load of
39963         the return address.
39964         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
39965         __builtin_frame_address.
39967         dup3 for GNU Hurd.
39968         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
39969         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
39970         implement dup3 and do some further code clean-ups.
39971         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
39972         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
39974 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
39976         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
39978         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
39979         HURD_CRITICAL_END around holding _hurd_dtable_lock.
39980         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
39981         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
39982         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
39983         d->port.lock.
39985         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
39986         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
39987         when handler == SIG_ERR, not when handler != SIG_ERR.
39989 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
39991         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
39992         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
39993         definitions.
39995         accept4 for GNU Hurd.
39996         * include/sys/socket.h (__libc_accept4): New prototype.
39997         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
39998         to implement __libc_accept4.
39999         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
40000         __libc_accept4.
40001         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
40003         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
40004         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
40005         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
40006         signal-defines.sym.
40008 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40010         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
40012 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
40014         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
40015         assertion on O_CLOEXEC flag.
40016         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
40017         * hurd/intern-fd.c: Likewise.
40018         * hurd/port2fd.c: Likewise.
40020 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
40022         [BZ #3906]
40023         * bits/in.h (IPV6_PKTINFO): Define new macro.
40024         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
40026 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40028         [BZ #13954]
40029         [BZ #13955]
40030         [BZ #13956]
40031         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
40032         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
40033         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
40034         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
40035         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
40036         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
40037         * math/libm-test.inc (logb_test) : Additional logb tests.
40039 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
40040             Andreas Jaeger  <aj@suse.de>
40042         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
40043         * configure: Regenerated.
40044         * config.h.in (LINK_OBSOLETE_RPC): New macro.
40045         * config.make.in (link-obsolete-rpc): New substituted variable.
40046         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
40047         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
40048         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40049         (shared-only-routines): Don't set it under [link-obsolete-rpc],
40050         so that libc.a contains the symbols.
40051         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
40052         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
40053         * sunrpc/auth_none.c: Likewise.
40054         * sunrpc/auth_unix.c: Likewise.
40055         * sunrpc/authdes_prot.c: Likewise.
40056         * sunrpc/authuxprot.c: Likewise.
40057         * sunrpc/clnt_gen.c: Likewise.
40058         * sunrpc/clnt_perr.c: Likewise.
40059         * sunrpc/clnt_raw.c: Likewise.
40060         * sunrpc/clnt_simp.c: Likewise.
40061         * sunrpc/clnt_tcp.c: Likewise.
40062         * sunrpc/clnt_udp.c: Likewise.
40063         * sunrpc/clnt_unix.c: Likewise.
40064         * sunrpc/des_crypt.c: Likewise.
40065         * sunrpc/des_soft.c: Likewise.
40066         * sunrpc/get_myaddr.c: Likewise.
40067         * sunrpc/key_call.c: Likewise.
40068         * sunrpc/key_prot.c: Likewise.
40069         * sunrpc/netname.c: Likewise.
40070         * sunrpc/pm_getmaps.c: Likewise.
40071         * sunrpc/pm_getport.c: Likewise.
40072         * sunrpc/pmap_clnt.c: Likewise.
40073         * sunrpc/pmap_prot.c: Likewise.
40074         * sunrpc/pmap_prot2.c: Likewise.
40075         * sunrpc/pmap_rmt.c: Likewise.
40076         * sunrpc/publickey.c: Likewise.
40077         * sunrpc/rpc_cmsg.c: Likewise.
40078         * sunrpc/rpc_common.c: Likewise.
40079         * sunrpc/rpc_dtable.c: Likewise.
40080         * sunrpc/rpc_prot.c: Likewise.
40081         * sunrpc/rpc_thread.c: Likewise.
40082         * sunrpc/rtime.c: Likewise.
40083         * sunrpc/svc.c: Likewise.
40084         * sunrpc/svc_auth.c: Likewise.
40085         * sunrpc/svc_raw.c: Likewise.
40086         * sunrpc/svc_run.c: Likewise.
40087         * sunrpc/svc_tcp.c: Likewise.
40088         * sunrpc/svc_udp.c: Likewise.
40089         * sunrpc/svc_unix.c: Likewise.
40090         * sunrpc/svcauth_des.c: Likewise.
40091         * sunrpc/xcrypt.c: Likewise.
40092         * sunrpc/xdr.c: Likewise.
40093         * sunrpc/xdr_array.c: Likewise.
40094         * sunrpc/xdr_float.c: Likewise.
40095         * sunrpc/xdr_intXX_t.c: Likewise.
40096         * sunrpc/xdr_mem.c: Likewise.
40097         * sunrpc/xdr_rec.c: Likewise.
40098         * sunrpc/xdr_ref.c: Likewise.
40099         * sunrpc/xdr_sizeof.c: Likewise.
40100         * sunrpc/xdr_stdio.c: Likewise.
40102 2012-05-10  Roland McGrath  <roland@hack.frob.com>
40104         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
40105         change.  Update copyright years.
40107 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40109         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
40111 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
40112             Joseph Myers  <joseph@codesourcery.com>
40113             Paul Pluzhnikov  <ppluzhnikov@google.com>
40115         [BZ #14012]
40116         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
40117         requiring rpcgen.
40118         [cross-compiling] (extra-libs): Likewise.
40119         [cross-compiling] (extra-libs-others): Likewise.
40120         [cross-compiling] (librpcsvc-routines): Likewise.
40121         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
40122         [cross-compiling] (omit-deps): Likewise.
40123         (sunrpc-CPPFLAGS): New variable.
40124         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
40125         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
40126         (cross-rpcgen-objs): New variable.
40127         (extra-objs): Append $(cross-rpcgen-objs).
40128         ($(cross-rpcgen-objs)): New rule.
40129         ($(objpfx)cross-rpcgen): Likewise.
40130         (rpcgen-cmd): Define to use $(built-program-file).  Expand
40131         comment.
40132         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
40133         ($(objpfx)x%.stmp): Likewise.
40134         * sunrpc/proto.h [IS_IN_build] (_): Define.
40135         [IS_IN_build] (_libc_intl_domainname): Likewise.
40137 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
40139         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
40140         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
40141         and R_X86_64_TPOFF64.
40143 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
40145         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
40146         sysdeps/unix/sysv/syscalls.list.
40147         (stime): Likewise.
40148         (utime): Likewise.
40149         * sysdeps/unix/sysv/syscalls.list: Remove file.
40151 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
40153         [BZ #3440]
40154         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
40155         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
40156         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
40157         (__LC_IDENTIFICATION): Make these macros useful in #if
40158         expressions, as required by C99.
40160 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
40162         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
40163         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
40164         after this.
40166 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
40168         * stdlib/longlong.h: Updated from GCC.
40170 2012-05-09  Andreas Jaeger  <aj@suse.de>
40172         * nscd/nscd.c (run_modes): Make named enum, reorder so that
40173         default is first entry.
40174         (run_mode): Set type.
40175         (main): Remove informal message about syslog.
40176         (options): Fix typo.
40178         [BZ #14053]
40179         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
40180         to asm.
40181         (lrint): Likewise.
40182         (llrintf): Likewise.
40183         (llrint): Likewise.
40184         (rint): Likewise.
40185         (rintf): Likewise.
40186         (nearbyint): Likewise.
40187         (nearbyintf): Likewise.
40189 2012-05-09  Andreas Jaeger  <aj@suse.de>
40190             Pedro Alves  <palves@redhat.com>
40192         * nscd/nscd.c (run_mode): Use enum.
40193         (main): Cleanup coding style issue.
40195 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
40196             Andreas Jaeger  <aj@suse.de>
40198         * nscd/nscd.c (go_background): Replaced with...
40199         (run_mode): ... this.
40200         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
40201         (options): Add -F --foreground.
40202         (main): Implement it.
40203         (parse_opt): Parse it.
40205 2012-05-09  Andreas Jaeger  <aj@suse.de>
40207         [BZ #14083]
40208         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
40209         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
40210         -Wconversion warning.
40211         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
40212         Likewise.
40214 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
40216         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
40217         == 0.
40218         (LC_ALL): Use macro-int-constant.
40219         (LC_COLLATE): Likewise.
40220         (LC_CTYPE): Likewise.
40221         (LC_MESSAGES): Likewise.
40222         (LC_MONETARY): Likewise.
40223         (LC_NUMERIC): Likewise.
40224         (LC_TIME): Likewise.
40225         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
40226         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40227         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40228         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
40229         Specify type.
40230         [C99-based standards] (float_t): Expect type.
40231         [C99-based standards] (double_t): Expect type.
40232         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
40233         type.
40234         [C99-based standards] (HUGE_VALL): Likewise.
40235         [C99-based standards] (INFINITY): Likewise.
40236         [C99-based standards] (NAN): Likewise.
40237         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
40238         [C99-based standards] (FP_NAN): Likewise.
40239         [C99-based standards] (FP_NORMAL): Likewise.
40240         [C99-based standards] (FP_SUBNORMAL): Likewise.
40241         [C99-based standards] (FP_ZERO): Likewise.
40242         [C99-based standards] (FP_FAST_FMA): Use
40243         optional-macro-int-constant.  Specify type.  Require == 1.
40244         [C99-based standards] (FP_FAST_FMAF): Likewise.
40245         [C99-based standards] (FP_FAST_FMAL): Likewise.
40246         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
40247         [C99-based standards] (FP_ILOGBNAN): Likewise.
40248         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
40249         Specify type.
40250         [C99-based standards] (MATH_ERREXCEPT): Likewise.
40251         [C99-based standards] (math_errhandling): Specify type.
40252         [ISO99 || ISO11] (signgam): Do not allow.
40253         [non-C99-based standards] (copysignf): Do not allow.
40254         [non-C99-based standards] (exp2f): Likewise.
40255         [non-C99-based standards] (log2f): Likewise.
40256         [non-C99-based standards] (modff): Allow.
40257         [non-C99-based standards] (erff): Do not allow.
40258         [non-C99-based standards] (erfcf): Likewise.
40259         [non-C99-based standards] (gammaf): Likewise.
40260         [non-C99-based standards] (hypotf): Likewise.
40261         [non-C99-based standards] (j0f): Likewise.
40262         [non-C99-based standards] (j1f): Likewise.
40263         [non-C99-based standards] (jnf): Likewise.
40264         [non-C99-based standards] (lgammaf): Likewise.
40265         [non-C99-based standards] (tgammaf): Likewise.
40266         [non-C99-based standards] (y0f): Likewise.
40267         [non-C99-based standards] (y1f): Likewise.
40268         [non-C99-based standards] (ynf): Likewise.
40269         [non-C99-based standards] (isnanf): Likewise.
40270         [non-C99-based standards] (acoshf): Likewise.
40271         [non-C99-based standards] (asinhf): Likewise.
40272         [non-C99-based standards] (atanhf): Likewise.
40273         [non-C99-based standards] (cbrtf): Likewise.
40274         [non-C99-based standards] (expm1f): Likewise.
40275         [non-C99-based standards] (ilogbf): Likewise.
40276         [non-C99-based standards] (log1pf): Likewise.
40277         [non-C99-based standards] (logbf): Likewise.
40278         [non-C99-based standards] (nextafterf): Likewise.
40279         [non-C99-based standards] (remainderf): Likewise.
40280         [non-C99-based standards] (rintf): Likewise.
40281         [non-C99-based standards] (scalbf): Likewise.
40282         [non-C99-based standards] (copysignl): Likewise.
40283         [non-C99-based standards] (exp2l): Likewise.
40284         [non-C99-based standards] (log2l): Likewise.
40285         [non-C99-based standards] (modfl): Allow.
40286         [non-C99-based standards] (erfl): Do not allow.
40287         [non-C99-based standards] (erfcl): Likewise.
40288         [non-C99-based standards] (gammal): Likewise.
40289         [non-C99-based standards] (hypotl): Likewise.
40290         [non-C99-based standards] (j0l): Likewise.
40291         [non-C99-based standards] (j1l): Likewise.
40292         [non-C99-based standards] (jnl): Likewise.
40293         [non-C99-based standards] (lgammal): Likewise.
40294         [non-C99-based standards] (tgammal): Likewise.
40295         [non-C99-based standards] (y0l): Likewise.
40296         [non-C99-based standards] (y1l): Likewise.
40297         [non-C99-based standards] (ynl): Likewise.
40298         [non-C99-based standards] (isnanl): Likewise.
40299         [non-C99-based standards] (acoshl): Likewise.
40300         [non-C99-based standards] (asinhl): Likewise.
40301         [non-C99-based standards] (atanhl): Likewise.
40302         [non-C99-based standards] (cbrtl): Likewise.
40303         [non-C99-based standards] (expm1l): Likewise.
40304         [non-C99-based standards] (ilogbl): Likewise.
40305         [non-C99-based standards] (log1pl): Likewise.
40306         [non-C99-based standards] (logbl): Likewise.
40307         [non-C99-based standards] (nextafterl): Likewise.
40308         [non-C99-based standards] (remainderl): Likewise.
40309         [non-C99-based standards] (rintl): Likewise.
40310         [non-C99-based standards] (scalbl): Likewise.
40311         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40312         [non-C99-based standards] (FP_*): Do not allow.
40313         [C99-based standards] (FP_*): Change to
40314         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
40315         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40316         allow.
40317         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
40318         (SIG_ERR): Likewise.
40319         [X/Open-based standards] (SIG_HOLD): Likewise.
40320         (SIG_IGN): Likewise.
40321         (SIGABRT): Use macro-int-constant.  Specify type.  Require
40322         positive value.
40323         (SIGFPE): Likewise.
40324         (SIGILL): Likewise.
40325         (SIGINT): Likewise.
40326         (SIGSEGV): Likewise.
40327         (SIGTER): Likewise.
40328         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
40329         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
40330         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
40331         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
40332         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
40333         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
40334         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
40335         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
40336         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
40337         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
40338         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
40339         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
40340         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
40341         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
40342         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
40343         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
40344         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
40345         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
40346         [X/Open-based standards] (SIGTRAP): Likewise.
40347         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
40348         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
40349         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
40350         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
40351         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40352         allow.
40354 2012-05-08  Ian Wienand  <ianw@vmware.com>
40356         [BZ #14080]
40357         * time/tzset.c (__tzset_parse_tz): Update default rules for
40358         daylight time changes in the Energy Policy Act of 2005.
40360 2012-05-09  Andreas Jaeger  <aj@suse.de>
40362         [BZ #13983]
40363         * elf/ldconfig.c (parse_conf): Change string to make clear that
40364         ldconfig only issued a warning if ld.so.conf does not exist.
40366 2012-05-08  David S. Miller  <davem@davemloft.net>
40368         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
40369         movxtod instead of popping the value on the stack.
40371         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40373 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
40375         * config.h.in: Add HAVE_ARM_PCS_VFP.
40377 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
40379         [BZ #13979]
40380         * include/features.h: Warn if user requests __FORTIFY_SOURCE
40381         checking but the checks are disabled for any reason.
40383 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
40385         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
40386         and ELF64_R_TYPE with ELFW(R_TYPE).
40388 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
40390         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
40391         (ulimit): Likewise.
40393         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
40394         (settimeofday): Likewise.
40396 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
40398         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
40399         a struct th_u2 inside the union, and move tu_block/tu_code into
40400         a new th_u3 union of tu_block/tu_code inside of that.  Move
40401         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
40402         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
40403         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
40404         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
40405         (th_stuff): Change to th_u1.tu_stuff.
40406         (th_data): Define.
40407         (th_msg): Change to th_u1.th_u2.tu_data.
40409 2012-05-07  David S. Miller  <davem@davemloft.net>
40411         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40413         [BZ #14074]
40414         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
40415         (SETUP_PIC_REG): Use it.
40416         (SETUP_PIC_REG_LEAF): Use it.
40418 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
40420         [BZ #13885]
40421         [BZ #13923]
40422         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40423         USE_AS_EXPM1L.
40424         (EXPL_FINITE): Likewise.
40425         (FLDLOG): Likewise.
40426         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
40427         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
40428         e_expl.S.
40429         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40430         USE_AS_EXPM1L.
40431         (EXPL_FINITE): Likewise.
40432         (FLDLOG): Likewise.
40433         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
40434         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
40435         e_expl.S.
40436         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
40437         test of -max_value argument for long double.
40438         * sysdeps/i386/fpu/libm-test-ulps: Update.
40439         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40441 2012-05-06  David S. Miller  <davem@davemloft.net>
40443         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
40444         quad soft-float symbols whose references which are compiler
40445         generated.
40446         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
40448 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
40450         [BZ #13884]
40451         [BZ #13914]
40452         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40453         USE_AS_EXP10L.
40454         (EXPL_FINITE): Likewise.
40455         (FLDLOG): Likewise.
40456         (c0): Likewise.
40457         (c1): Likewise.
40458         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
40459         Adjust comments for base varying.
40460         (__expl_finite): Change alias to EXPL_FINITE.
40461         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
40462         e_expl.S.
40463         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
40464         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
40465         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
40466         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
40467         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
40468         USE_AS_EXP10L.
40469         (EXPL_FINITE): Likewise.
40470         (FLDLOG): Likewise.
40471         (c0): Likewise.
40472         (c1): Likewise.
40473         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
40474         Adjust comments for base varying.
40475         (__expl_finite): Change alias to EXPL_FINITE.
40476         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
40477         tests for bugs.
40478         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40480         [BZ #14064]
40481         * math/libm-test.inc (check_float_internal): Correct ulp
40482         calculation for subnormal expected results.
40484 2012-05-06  Andreas Jaeger  <aj@suse.de>
40486         * Makeconfig (+math-flags): New, set to -frounding-math.
40487         (+cflags): Add +math-flags so that all of glibc gets compiled with
40488         it.
40490         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
40492 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
40494         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
40495         Disable one test.
40497         [BZ #13787]
40498         [BZ #13922]
40499         [BZ #14036]
40500         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
40501         (__ieee754_expl): Allow for and saturate large arguments.
40502         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
40503         (u_threshold): Likewise.
40504         (__exp): Call __ieee754_exp before checking for overflow and
40505         underflow.
40506         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
40507         (u_threshold): Likewise.
40508         (__expf): Call __ieee754_expf before checking for overflow and
40509         underflow.
40510         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
40511         (u_threshold): Likewise.
40512         (__expl): Call __ieee754_expl before checking for overflow and
40513         underflow.
40514         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
40515         (__ieee754_expl): Allow for and saturate large arguments.
40516         * math/libm-test.inc (exp_test): Add another test.  Do not allow
40517         missing overflow exception on overflow.
40518         (expm1_test): Do not allow missing overflow exception on overflow.
40520         * sysdeps/i386/fpu/e_expl.c: Move to ...
40521         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
40522         rather than using inline asm.
40523         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
40524         * sysdeps/x86_64/fpu/e_expl.S: Copy from
40525         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
40527         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
40528         (nice): Likewise.
40529         (poll): Likewise.
40530         (signal): Likewise.
40531         (time): Likewise.
40532         (times): Likewise.
40534 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
40536         * sysdeps/unix/syscalls.list (adjtime): Add entry from
40537         sysdeps/unix/common/syscalls.list.
40538         (fchmod): Likewise.
40539         (fchown): Likewise.
40540         (ftruncate): Likewise.
40541         (getrusage): Likewise.
40542         (gettimeofday): Likewise.
40543         (setpgid): Likewise.
40544         (setregid): Likewise.
40545         (setreuid): Likewise.
40546         (sigaction): Likewise.
40547         (truncate): Likewise.
40548         (vhangup): Likewise.
40549         * sysdeps/unix/common/syscalls.list: Remove file.
40550         * sysdeps/unix/bsd/Implies: Don't include unix/common.
40551         * sysdeps/unix/sysv/linux/Implies: Likewise.
40553 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
40555         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
40556         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
40557         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
40558         Moved to ...
40559         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
40560         Here.
40561         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
40562         to ...
40563         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
40564         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
40565         to ...
40566         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
40567         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
40568         to ...
40569         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
40570         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
40571         to ...
40572         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
40573         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
40574         to ...
40575         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
40576         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
40577         to ...
40578         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
40579         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
40580         to ...
40581         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
40582         Here.
40583         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
40584         to ...
40585         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
40586         Here.
40587         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
40588         to ...
40589         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
40590         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
40591         Moved to ...
40592         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
40593         Here.
40594         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
40595         to ...
40596         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
40598 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
40600         * sysdeps/unix/common/bits/dirent.h: Remove file.
40601         * sysdeps/unix/common/bits/fcntl.h: Likewise.
40603         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
40604         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
40605         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
40606         * sysdeps/unix/bsd/isatty.c: Likewise.
40607         * sysdeps/unix/bsd/tcdrain.c: Likewise.
40608         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
40609         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
40611 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40613         [BZ #13563]
40614         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
40615         long double comparison inaccuracies.
40616         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
40617         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40619 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
40621         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
40622         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
40624 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
40626         [BZ #14049]
40627         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
40628         nonzero digits before rounding a hex value.
40629         * stdlib/tst-strtod.c (tests): Add another test.
40631 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40633         * sysdeps/s390/fpu/libm-test-ulps: Update.
40635 2012-05-03  Andreas Jaeger  <aj@suse.de>
40637         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
40638         does not get optimized out.
40639         (malloc_opt_barrier): New.
40641 2012-05-03  Andreas Jaeger  <aj@suse.de>
40642             Roland McGrath  <roland@hack.frob.com>
40644         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
40645         intermediate file deletion.
40646         (generated): Add .symlist files.
40648 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
40650         [BZ #13775]
40651         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
40652         Redirect under this condition.
40653         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
40654         [__USE_GNU] (__dprintf_chk): Not under this condition.
40655         [__USE_GNU] (__vdprintf_chk): Likewise.
40656         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
40657         under this condition.
40658         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
40659         [__USE_XOPEN2K8] (dprintf): Define under this condition.
40660         [__USE_XOPEN2K8] (vdprintf): Likewise.
40661         [__USE_GNU] (__dprintf_chk): Not under this condition.
40662         [__USE_GNU] (__vdprintf_chk): Likewise.
40663         [__USE_GNU] (dprintf): Likewise.
40664         [__USE_GNU] (vdprintf): Likewise.
40666 2012-05-03  Roland McGrath  <roland@hack.frob.com>
40668         * elf/Makefile (common-generated): Set this instead of generated for
40669         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
40670         $(all-built-dso)-derived lists.
40672 2012-05-03  Andreas Jaeger  <aj@suse.de>
40674         * sysdeps/i386/fpu/libm-test-ulps: Update.
40676         * FAQ: Removed.
40677         * FAQ.in: Likewise.
40678         * scripts/gen-FAQ.pl: Likewise.
40679         * manual/install.texi (Installation): Point to online location of
40680         FAQ.
40681         * Makefile (files-for-dist): Remove FAQ.
40682         (FAQ): Remove.
40684 2012-05-02  Allan McRae  <allan@archlinux.org>
40686         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
40687         (LDFLAGS-reldepmod5.so): Likewise.
40688         (LDFLAGS-reldep6mod1.so): Likewise.
40689         (LDFLAGS-reldep6mod4.so): Likewise.
40690         (LDFLAGS-reldep8mod3.so): Likewise.
40691         (LDFLAGS-unload4mod1.so): Likewise.
40692         (LDFLAGS-unload4mod2.so): Likewise.
40693         (LDFLAGS-tst-initorder): Likewise.
40694         (LDFLAGS-tst-initordera2.so): Likewise.
40695         (LDFLAGS-tst-initordera3.so): Likewise.
40696         (LDFLAGS-tst-initordera4.so): Likewise.
40697         (LDFLAGS-tst-initorderb2.so): Likewise.
40698         (LDFLAGS-noload): Likewise.
40699         (LDFLAGS-next): Likewise.
40700         (LDFLAGS-order2mod1.so): Likewise.
40701         (LDFLAGS-order2mod2.so): Likewise.
40702         (LDFLAGS-tst-initorder2): Likewise.
40703         (LDFLAGS-tst-initorder2a.so): Likewise.
40704         (LDFLAGS-tst-initorder2b.so): Likewise.
40705         (LDFLAGS-tst-initorder2c.so): Likewise.
40706         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
40708 2012-05-02  David S. Miller  <davem@davemloft.net>
40710         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40712 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
40714         [BZ #14055]
40715         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
40717 2012-05-02  Andreas Jaeger  <aj@suse.de>
40719         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
40720         since we manipulate rounding mode.
40721         (CPPFLAGS-test-idouble.c): Likewise.
40722         (CPPFLAGS-test-ifloat.c): Likewise.
40723         (CFLAGS-test-ldouble.c): Likewise.
40724         (CFLAGS-test-double.c): Likewise.
40725         (CFLAGS-test-float.c): Likewise.
40726         (CFLAGS-test-misc.c): Likewise.
40727         (CFLAGS-test-test-fenv.c): Likewise.
40729 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
40731         [BZ #2550]
40732         [BZ #2570]
40733         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
40734         comparisons to determine direction to adjust input.
40736 2012-05-01  Roland McGrath  <roland@hack.frob.com>
40738         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
40739         output to the target.
40741         * scripts/localplt.awk: New file.
40742         * elf/Makefile ($(objpfx)check-localplt): Target removed.
40743         (check-localplt-CFLAGS): Variable removed.
40744         ($(all-built-dso:=.jmprel)): New static pattern rule.
40745         (generated): Add those targets.
40746         (localplt-built-dso): New variable.
40747         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
40749         * elf/check-localplt.c: File removed.
40751         * scripts/check-execstack.awk: New file.
40752         * elf/Makefile ($(objpfx)check-execstack): Target removed.
40753         (check-execstack-CFLAGS): Variable removed.
40754         ($(objpfx)check-execstack.h): Target removed.
40755         ($(objpfx)execstack-default): New target.
40756         (generated): Add that instead of check-execstack.h.
40757         ($(all-built-dso:=.phdr)): New static pattern rule.
40758         (generated): Add those targets.
40759         * elf/check-execstack.c: File removed.
40761         * scripts/check-textrel.awk: New file.
40762         * elf/Makefile ($(objpfx)check-textrel): Target removed.
40763         (check-textrel-CFLAGS): Variable removed.
40764         (all-built-dso): Use := to define.o
40765         ($(all-built-dso:=.dyn)): New static pattern rule.
40766         (generated): Add those targets.
40767         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
40768         * config.make.in (READELF): New substituted variable.
40769         * elf/check-textrel.c: File removed.
40771 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
40773         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
40774         allow.
40775         * conform/data/ctype.h-data [C99-based standards] (isblank):
40776         Expect function.
40777         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
40778         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
40779         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40780         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
40781         Specify type.  Require positive value.
40782         (EILSEQ): Likewise.
40783         (ERANGE): Likewise.
40784         [ISO || POSIX] (EILSEQ): Do not expect.
40785         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
40786         Specify type.  Require positive value.
40787         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
40788         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
40789         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
40790         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
40791         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
40792         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
40793         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
40794         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
40795         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
40796         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
40797         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
40798         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
40799         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
40800         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
40801         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
40802         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
40803         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
40804         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
40805         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
40806         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
40807         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
40808         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
40809         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
40810         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
40811         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
40812         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
40813         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
40814         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
40815         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
40816         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
40817         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
40818         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
40819         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
40820         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
40821         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
40822         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
40823         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
40824         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
40825         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
40826         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
40827         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
40828         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
40829         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
40830         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
40831         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
40832         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
40833         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
40834         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
40835         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
40836         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
40837         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
40838         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
40839         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
40840         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
40841         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
40842         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
40843         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
40844         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
40845         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
40846         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
40847         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
40848         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
40849         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
40850         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
40851         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
40852         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
40853         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
40854         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
40855         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
40856         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
40857         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
40858         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
40859         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
40860         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
40861         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
40862         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
40863         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
40864         Require >= 2.
40865         (FLT_ROUNDS): Expect as macro, not constant.
40866         (FLT_MANT_DIG): Use macro-int-constant.
40867         (DBL_MANT_DIG): Likewise.
40868         (LDBL_MANT_DIG): Likewise.
40869         (FLT_DIG): Likewise.
40870         (DBL_DIG): Likewise.
40871         (LDBL_DIG): Likewise.
40872         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
40873         (DBL_MIN_EXP): Likewise.
40874         (LDBL_MIN_EXP): Likewise.
40875         (FLT_MAX_EXP): Use macro-int-constant.
40876         (DBL_MAX_EXP): Likewise.
40877         (LDBL_MAX_EXP): Likewise.
40878         (FLT_MAX_10_EXP): Likewise.
40879         (DBL_MAX_10_EXP): Likewise.
40880         (LDBL_MAX_10_EXP): Likewise.
40881         (FLT_MAX): Use macro-constant.
40882         (DBL_MAX): Likewise.
40883         (LDBL_MAX): Likewise.
40884         (FLT_EPSILON): Use macro-constant.  Give upper bound.
40885         (DBL_EPSILON): Likewise.
40886         (LDBL_EPSILON): Likewise.
40887         (FLT_MIN): Likewise.
40888         (DBL_MIN): Likewise.
40889         (LDBL_MIN): Likewise.
40890         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
40891         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
40892         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
40893         [ISO11] (FLT_HAS_SUBNORM): Likewise.
40894         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
40895         [ISO11] (DBL_DECIMAL_DIG): Likewise.
40896         [ISO11] (FLT_DECIMAL_DIG): Likewise.
40897         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
40898         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
40899         [ISO11] (FLT_TRUE_MIN): Likewise.
40900         [ISO11] (LDBL_TRUE_MIN): Likewise.
40901         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40902         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
40903         (SCHAR_MIN): Use macro-int-constant.  Specify type.
40904         (SCHAR_MAX): Likewise.
40905         (UCHAR_MAX): Likewise.
40906         (CHAR_MIN): Likewise.
40907         (CHAR_MAX): Likewise.
40908         (MB_LEN_MAX): Use macro-int-constant.
40909         (SHRT_MIN): Use macro-int-constant.  Specify type.
40910         (SHRT_MAX): Likewise.
40911         (USHRT_MAX): Likewise.
40912         (INT_MAX): Likewise.
40913         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
40914         bound negative.
40915         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
40916         bound with "U".
40917         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
40918         bound with "L".
40919         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
40920         bound negative.  Suffix upper bound with "L".
40921         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
40922         bound with "UL".
40923         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
40924         Specify type.
40925         [C99-based standards] (LLONG_MAX): Likewise.
40926         [C99-based standards] (ULLONG_MAX): Likewise.
40927         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
40928         == 0.
40929         [ISO11] (max_align_t): Require type.
40930         [ISO || ISO99 || ISO11] (*_t): Do not allow.
40932         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
40933         from $CFLAGS, without defining away __attribute__ calls.
40934         (checknamespace): Use $CFLAGS_namespace.
40936         * conform/conformtest.pl (@keywords): Only include C99 keywords
40937         for standards based on C99 or C11.
40939         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
40940         Disable tests.
40941         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
40942         UNIX98]: Likewise.
40944         * conform/conformtest.pl: Handle "macro-int-constant" and test for
40945         usability of symbols in #if.
40947         * conform/conformtest.pl: If macro or constant types start
40948         "promoted:", expect the symbol to be of the following type
40949         promoted by the integer promotions.
40951         * conform/conformtest.pl: Parse all "constant" and "macro" lines
40952         in one place.  Also handle "macro-constant".
40954         * conform/conformtest.pl: Only accept expected macro values with
40955         "==".  Parse all "macro" lines in one place.
40956         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
40958         * conform/conformtest.pl: Handle braced types on "constant" lines
40959         instead of handling "typed-constant".
40960         * conform/data/signal.h-data: Use "constant" instead of
40961         "typed-constant".
40963         * conform/conformtest.pl: Handle "optional-" at start of lines in
40964         one place rather than duplicating several cases.  Handle each
40965         format of "macro" line with initial "optional-".
40967         * conform/conformtest.pl: Only accept expected constant or
40968         optional-constant values with "==".  Parse all "constant" lines in
40969         one place.  Parse all "optional-constant" lines in one place.
40970         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
40971         * conform/data/fmtmsg.h-data: Likewise.
40972         * conform/data/netinet/in.h-data: Likewise.
40973         * conform/data/tar.h-data: Likewise.
40974         * conform/data/limits.h-data: Use "==" form on "constant" and
40975         "optional-constant" lines.
40977         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
40978         Use -std=c99 for XOPEN2K.
40979         (@knownproblems): Remove.
40980         (newtoken): Don't check %isknown.
40982         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
40983         Do not expect macro.
40984         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
40985         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
40986         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
40987         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
40988         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
40989         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
40990         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
40991         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
40992         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
40993         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
40994         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
40995         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
40996         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
40997         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
40998         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
40999         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
41000         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
41001         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
41002         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
41003         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
41004         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
41005         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
41006         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
41007         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
41008         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
41009         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
41010         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
41011         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
41012         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
41013         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
41014         [XPG3] (acosh): Likewise.
41015         [XPG3] (asinh): Likewise.
41016         [XPG3] (atanh): Likewise.
41017         [XPG3] (cbrt): Likewise.
41018         [XPG3] (expm1): Likewise.
41019         [XPG3] (ilogb): Likewise.
41020         [XPG3] (log1p): Likewise.
41021         [XPG3] (logb): Likewise.
41022         [XPG3] (nextafter): Likewise.
41023         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
41024         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
41025         [XPG3] (remainder): Likewise.
41026         [XPG3] (rint): Likewise.
41027         [XPG3 || XPG4 || UNIX98] (round): Likewise.
41028         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
41029         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
41030         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
41031         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
41032         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
41033         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
41034         [UNIX98 || XOPEN2K] (scalb): Expect.
41035         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
41036         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
41037         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
41038         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
41039         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
41040         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
41041         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
41042         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
41043         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
41044         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
41045         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
41046         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
41047         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
41048         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
41049         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
41050         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
41051         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
41052         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
41053         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
41054         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
41055         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
41056         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
41057         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
41058         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
41059         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
41060         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
41061         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
41062         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
41063         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
41064         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
41065         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
41066         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
41067         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
41068         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
41069         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
41070         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
41071         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
41072         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
41073         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
41074         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
41075         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
41076         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
41077         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
41078         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
41079         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
41080         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
41081         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
41082         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
41083         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
41084         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
41085         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
41086         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
41087         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
41088         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
41089         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
41090         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
41091         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
41092         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
41093         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
41094         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
41095         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
41096         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
41097         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
41098         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
41099         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
41100         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
41101         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
41102         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
41103         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
41104         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
41105         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
41106         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
41107         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
41108         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
41109         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
41110         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
41111         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
41112         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
41113         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
41114         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
41115         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
41116         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
41117         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
41118         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
41119         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
41120         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
41121         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
41122         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
41123         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
41124         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
41125         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
41126         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
41127         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
41128         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
41129         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
41130         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
41131         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
41132         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
41133         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
41134         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
41135         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
41136         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
41137         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
41138         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
41139         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
41140         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
41141         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
41142         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
41143         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
41144         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
41145         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
41146         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
41147         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
41148         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
41149         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
41150         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
41151         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
41152         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
41153         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
41154         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
41155         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
41156         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
41157         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
41158         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
41159         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
41160         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
41161         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
41162         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
41163         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
41164         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
41165         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
41166         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
41167         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
41168         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
41169         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
41170         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
41171         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
41173         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
41174         _XOPEN_SOURCE_EXTENDED for XPG4.
41176         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
41178         * Makeconfig (localtime): Remove variable.
41179         (inst_localtime-file): Likewise.
41181 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41183         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
41184         Update.
41185         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41186         Update.
41187         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
41188         Update.
41189         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
41190         Update.
41191         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
41192         Update.
41193         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
41194         Update.
41195         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41196         Update.
41197         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
41198         Update.
41199         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41200         Update.
41202 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
41204         [BZ #2550]
41205         [BZ #2570]
41206         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
41207         comparisons to determine direction to adjust input.
41208         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
41209         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
41210         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
41211         Likewise.
41212         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
41213         Likewise.
41214         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
41215         Likewise.
41216         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
41217         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
41218         Likewise.
41219         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
41220         Likewise.
41221         * math/libm-test.inc (nexttoward_test): Add more tests.
41223 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
41225         [BZ #14040]
41226         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
41227         in version GLIBC_2.1, not GLIBC_2.0.
41228         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
41229         Likewise.
41231 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
41233         [BZ #13942]
41234         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
41235         (1 - x) * (1 + x).
41236         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41237         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
41238         * math/libm-test.inc (acos_test): Add more tests.
41239         (asin_test): Likewise.
41240         * sysdeps/i386/fpu/libm-test-ulps: Update.
41241         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41243         [BZ #14034]
41244         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
41245         of square root.
41246         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
41247         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
41248         * math/libm-test.inc (acos_test_tonearest): New function.
41249         (acos_test_towardzero): Likewise.
41250         (acos_test_downward): Likewise.
41251         (acos_test_upward): Likewise.
41252         (asin_test_tonearest): Likewise.
41253         (asin_test_towardzero): Likewise.
41254         (asin_test_downward): Likewise.
41255         (asin_test_upward): Likewise.
41256         (main): Call the new functions.
41257         * sysdeps/i386/fpu/libm-test-ulps: Update.
41258         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41260         [BZ #13884]
41261         [BZ #13924]
41262         * math/e_exp10.c: Include <float.h>.
41263         (__ieee754_exp10): Handle underflow here rather than multiplying
41264         large negative argument by M_LN10.
41265         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
41266         of __ieee754_expf.
41267         * math/e_exp10l.c: Include <float.h>.
41268         (__ieee754_exp10l): Handle underflow here rather than multiplying
41269         large negative argument by M_LN10l.
41270         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
41271         spurious overflow exception on underflow.
41273 2012-04-29  Marek Polacek  <polacek@redhat.com>
41275         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
41276         (__fortify_function): New macro.
41277         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
41278         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
41279         __extern_always_inline.
41280         * libio/bits/stdio2.h: Likewise.
41281         * libio/bits/stdio.h: Likewise.
41282         * string/string.h: Likewise.
41283         * string/bits/string3.h: Likewise.
41284         * include/stdio.h: Likewise.
41285         * stdlib/bits/stdlib.h: Likewise.
41286         * stdlib/stdlib.h: Likewise.
41287         * rt/bits/mqueue2.h: Likewise.
41288         * rt/mqueue.h: Likewise.
41289         * posix/bits/unistd.h: Likewise.
41290         * posix/unistd.h: Likewise.
41291         * io/bits/poll2.h: Likewise.
41292         * io/bits/fcntl2.h: Likewise.
41293         * io/fcntl.h: Likewise.
41294         * io/sys/poll.h: Likewise.
41295         * misc/bits/syslog.h: Likewise.
41296         * misc/bits/syslog-ldbl.h: Likewise.
41297         * misc/sys/syslog.h: Likewise.
41298         * socket/bits/socket2.h: Likewise.
41299         * socket/sys/socket.h: Likewise.
41300         * debug/tst-chk1.c: Likewise.
41301         * wcsmbs/bits/wchar2.h: Likewise.
41302         * wcsmbs/bits/wchar-ldbl.h: Likewise.
41303         * wcsmbs/wchar.h: Likewise.
41305 2012-04-29  Andreas Jaeger  <aj@suse.de>
41307         * Makerules (tests): Remove enable-check-abi protection.
41308         (check-abi-warn): Remove.
41309         (check-abi-%): Remove check-abi-warn usage.
41311         * configure.in: Remove check-abi configure option.
41312         * configure: Regenerated.
41313         * config.make.in (enable-check-abi): Remove.
41315 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
41317         [BZ #14033]
41318         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
41319         double functions to double *_finite functions.
41321         [BZ #13941]
41322         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
41323         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
41324         LDBL_MIN_EXP.
41325         * stdio-common/Makefile (tests): Add tst-sprintf3.
41326         * stdio-common/tst-sprintf3.c: New file.
41328         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
41329         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
41331 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
41333         * conform/conformtest.pl: Remove duplicate typed-constant
41334         handling.
41336 2012-04-28  David S. Miller  <davem@davemloft.net>
41338         * Makerules (%.abilist): Add vpath on sysdep_dirs.
41339         (check-abi-%): Remove AWK script prerequisite and explicit
41340         abilist directory.
41341         (check-abi): Rewrite to just diff the symlist with the abilist.
41342         (config-tls, config-abi-config): Delete, no longer used.
41343         (update-abi-%): Remove AWK script and explicit abilist directory.
41344         (update-abi): Rewrite to simply compare and conditionally copy the
41345         symlist and the sysdep abilist file.  Remove update-abi-config
41346         checks.
41347         * abilist/ld.abilist: Remove.
41348         * abilist/libBrokenLocale.abilist: Remove.
41349         * abilist/libanl.abilist: Remove.
41350         * abilist/libcrypt.abilist: Remove.
41351         * abilist/libdl.abilist: Remove.
41352         * abilist/librt.abilist: Remove.
41353         * abilist/libthread_db.abilist: Remove.
41354         * abilist/libutil.abilist: Remove.
41355         * scripts/extract-abilist.awk: Remove.
41356         * scripts/merge-abilist.awk: Remove.
41357         * sysdeps/generic/libcidn.abilist: New file.
41358         * sysdeps/generic/libnss_compat.abilist: New file.
41359         * sysdeps/generic/libnss_db.abilist: New file.
41360         * sysdeps/generic/libnss_dns.abilist: New file.
41361         * sysdeps/generic/libnss_files.abilist: New file.
41362         * sysdeps/generic/libnss_hesiod.abilist: New file.
41363         * sysdeps/generic/libnss_nis.abilist: New file.
41364         * sysdeps/generic/libnss_nisplus.abilist: New file.
41365         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
41366         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
41367         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
41368         file.
41369         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
41370         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
41371         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
41372         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
41373         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
41374         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
41375         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
41376         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
41377         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
41378         file.
41379         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
41380         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
41381         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
41382         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
41383         file.
41384         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
41385         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
41386         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
41387         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
41388         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
41389         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
41390         file.
41391         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
41392         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
41393         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
41394         file.
41395         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
41396         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
41397         New file.
41398         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
41399         New file.
41400         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
41401         New file.
41402         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
41403         New file.
41404         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
41405         New file.
41406         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
41407         New file.
41408         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
41409         New file.
41410         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
41411         New file.
41412         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
41413         New file.
41414         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
41415         New file.
41416         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
41417         New file.
41418         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
41419         New file.
41420         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
41421         New file.
41422         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
41423         file.
41424         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
41425         New file.
41426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
41427         New file.
41428         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
41429         file.
41430         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
41431         New file.
41432         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
41433         New file.
41434         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
41435         file.
41436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
41437         New file.
41438         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
41439         New file.
41440         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
41441         New file.
41442         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
41443         New file.
41444         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
41445         New file.
41446         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
41447         New file.
41448         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
41449         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
41450         file.
41451         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
41452         New file.
41453         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
41454         file.
41455         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
41456         file.
41457         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
41458         file.
41459         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
41460         file.
41461         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
41462         file.
41463         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
41464         New file.
41465         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
41466         file.
41467         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
41468         file.
41469         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
41470         New file.
41471         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
41472         file.
41473         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
41474         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
41475         file.
41476         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
41477         New file.
41478         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
41479         file.
41480         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
41481         file.
41482         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
41483         file.
41484         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
41485         file.
41486         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
41487         file.
41488         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
41489         New file.
41490         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
41491         file.
41492         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
41493         file.
41494         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
41495         New file.
41496         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
41497         file.
41498         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
41499         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
41500         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
41501         file.
41502         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
41503         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
41504         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
41505         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
41506         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
41507         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
41508         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
41509         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
41510         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
41511         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
41512         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
41513         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
41514         file.
41515         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
41516         New file.
41517         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
41518         file.
41519         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
41520         file.
41521         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
41522         file.
41523         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
41524         file.
41525         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
41526         file.
41527         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
41528         New file.
41529         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
41530         New file.
41531         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
41532         file.
41533         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
41534         New file.
41535         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
41536         file.
41537         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
41538         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
41539         file.
41540         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
41541         New file.
41542         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
41543         file.
41544         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
41545         file.
41546         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
41547         file.
41548         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
41549         file.
41550         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
41551         file.
41552         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
41553         New file.
41554         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
41555         New file.
41556         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
41557         file.
41558         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
41559         New file.
41560         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
41561         file.
41563 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
41565         * conform/conformtest.pl: Fix typo in handling typed-constant from
41566         allow-header.
41568 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
41570         * README: Cut down references to pre-2.6 Linux kernels and
41571         Linuxthreads.  Update lists of configurations in libc and ports
41572         and sort alphabetically.  Say "or newer" with Linux kernel version
41573         requirements.
41575         * config.h.in [IS_IN_build]: Allow compiling without optimization.
41577 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
41579         [BZ #887]
41580         * math/libm-test.inc (logb_test_downward): New test to expose
41581         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
41582         rounding mode.
41584 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
41586         [BZ #14027]
41587         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
41588         to be done.
41589         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
41590         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
41592 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
41594         * sysdeps/unix/i386/brk.S: Remove file.
41595         * sysdeps/unix/i386/dl-brk.S: Likewise.
41596         * sysdeps/unix/i386/pipe.S: Likewise.
41597         * sysdeps/unix/i386/sigreturn.S: Likewise.
41598         * sysdeps/unix/i386/syscall.S: Likewise.
41599         * sysdeps/unix/i386/vfork.S: Likewise.
41600         * sysdeps/unix/i386/wait.S: Likewise.
41602         * sysdeps/unix/common/tcsendbrk.c: Move to ...
41603         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
41605         * configure.in (arm*-none*): Do not allow without
41606         --enable-hacker-mode.
41607         (netbsd*): Remove case setting base_os.
41608         (386bsd*): Likewise.
41609         (freebsd*): Likewise.
41610         (bsdi*): Likewise.
41611         (osf*): Likewise.
41612         (sunos*): Likewise.
41613         (ultrix*): Likewise.
41614         (newsos*): Likewise.
41615         (dynix*): Likewise.
41616         (*bsd*): Likewise.
41617         (sysv*): Likewise.
41618         (isc*): Likewise.
41619         (esix*): Likewise.
41620         (sco*): Likewise.
41621         (minix*): Likewise.
41622         (irix4*): Likewise.
41623         (irix6*): Likewise.
41624         (solaris[2-9]*): Likewise.
41625         (none): Likewise.
41626         * configure: Regenerated.
41628 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41630         [BZ #11521]
41631         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
41632         overflow or cancellation in calculating denominator.
41633         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
41634         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
41635         down expression to avoid unexpected rounding in newer GCCs.
41636         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
41638 2012-04-26  David S. Miller  <davem@davemloft.net>
41640         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
41641         long-double compat symbols.
41642         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
41643         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
41644         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
41645         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
41646         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
41647         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
41648         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
41649         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
41650         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
41651         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
41652         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
41653         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
41654         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
41656 2012-04-25  David S. Miller  <davem@davemloft.net>
41658         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
41659         HWCAP_* values only after the memory barriers have been defined.
41660         (atomic_full_barrier): Define.
41661         (atomic_read_barrier): Define.
41662         (atomic_write_barrier): Define.
41664 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
41666         * shlib-versions: Add libgcc_s version information.
41667         * sysdeps/generic/libgcc_s.h: Remove.
41668         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
41669         libgcc_s.h.
41670         * sysdeps/gnu/unwind-resume.c: Likewise.
41671         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
41673 2012-04-25  David S. Miller  <davem@davemloft.net>
41675         * sysdeps/unix/sparc/brk.S: Delete.
41676         * sysdeps/unix/sparc/dl-brk.S: Delete.
41677         * sysdeps/unix/sparc/pipe.S: Delete.
41678         * sysdeps/unix/sparc/sysdep.S: Delete.
41679         * sysdeps/unix/sparc/sysdep.h: Delete.
41680         * sysdeps/unix/sparc/vfork.S: Delete.
41681         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
41682         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
41683         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
41684         (ret_ERRVAL, r0, r1, MOVE): Define.
41685         (JUMPTARGET): Remove.
41686         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
41687         sysdeps/unix/sparc/sysdep.h
41688         (ENTRY, END): Remove.
41689         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
41691 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
41693         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
41694         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
41695         -DIS_IN_build.
41697         * timezone/README: Update upstream location and email address for
41698         tzcode and tzdata.
41699         * timezone/zdump.c: Update from tzcode 2012b.
41700         * timezone/zic.c: Likewise.
41702         * configure.in (libc_cv_as_needed): Remove test.
41703         * configure: Regenerated.
41704         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
41705         conditional definition.
41706         [$(have-as-needed) != yes] (no-as-needed): Likewise.
41707         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
41708         * config.make.in (have-as-needed): Remove variable.
41710 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
41711             Paul Pluzhnikov  <ppluzhnikov@google.com>
41713         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
41714         strings correctly.
41716 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
41718         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
41719         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
41720         * sysdeps/sh/strlen.S: Likewise.
41722 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
41724         * sysdeps/unix/fork.S: Remove file.
41725         * sysdeps/unix/i386/fork.S: Likewise.
41726         * sysdeps/unix/sparc/fork.S: Likewise.
41728         * sysdeps/unix/system.c: Remove file.
41729         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
41731         * sysdeps/unix/getegid.S: Remove file.
41732         * sysdeps/unix/geteuid.S: Likewise.
41734 2012-04-24  Roland McGrath  <roland@hack.frob.com>
41736         * scripts/check-localplt.awk: New file.
41737         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
41738         of diff.
41739         * scripts/data/localplt-generic.data: Add a comment.
41741         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
41742         NODE when __dir_mkfile failed.
41743         * sysdeps/mach/hurd/symlinkat.c: Likewise.
41744         Reported by Ludovic Courtès <ludo@gnu.org>.
41746 2012-04-24  Andreas Jaeger  <aj@suse.de>
41748         * Makerules (common-clean): Also remove gen-as-const-headers
41749         files.
41751 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
41753         * Makerules (native-compile): Do not change working directory for
41754         build.  Use $(OUTPUT_OPTION) in command.
41755         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
41757 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41759         [BZ #13886]
41760         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
41761         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
41762         * math/libm-test.inc (floor_test): Add more tests.
41763         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
41765 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
41767         * sysdeps/unix/getdents.c: Remove file.
41768         * sysdeps/unix/sysv/getdents.c: Likewise.
41769         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
41771         * sysdeps/unix/syscalls.list (madvise): Add syscall from
41772         sysdeps/unix/mman/syscalls.list.
41773         (mmap): Likewise.
41774         (mprotect): Likewise.
41775         (msync): Likewise.
41776         (munmap): Likewise.
41777         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
41778         * sysdeps/unix/mman/syscalls.list: Remove.
41779         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
41781         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
41782         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
41783         * configure: Regenerated.
41784         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
41785         $(libgcc_s_suffix).
41786         * config.make.in (libgcc_s_suffix): Remove variable.
41788 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
41790         * sysdeps/unix/sysv/gethostname.c: Move to ...
41791         * sysdeps/posix/gethostname.c: ... here.
41793         * sysdeps/unix/execve.S: Remove file.
41795         * sysdeps/unix/_exit.S: Remove file.
41797 2012-04-23  Andreas Jaeger  <aj@suse.de>
41799         [BZ #13739]
41800         * manual/Makefile: Remove make dist support, there's no
41801         need for a stand-alone documentation tar ball.
41802         (TEXI2DVI): Define always, it's not in Makeconfig.
41803         (dist): Removed.
41804         (tar-it): Removed.
41805         (edition): Removed.
41806         (glibc-doc-$(edition).tar): Removed
41807         (%.Z): Removed.
41808         (%.gz): Removed.
41809         (%.uu): Removed.
41810         (ETAGS): Remove, it's in Makeconfig.
41811         (move-if-change): Remove, it's in Makeconfig.
41813 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
41815         [BZ #13970]
41816         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
41817         (strtod, strtof, strtold, strtol, strtoul, strtoq)
41818         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
41819         (strtod_l, strtof_l, strtold_l): Remove __wur.
41820         It is not necessarily an error to ignore strtol's return value.
41821         One can reliably look at the stored endptr to decide whether
41822         the number had valid syntax.
41824 2012-04-21  Andreas Jaeger  <aj@suse.de>
41826         [BZ #13739]
41827         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
41829 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
41831         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
41832         * sysdeps/unix/sysv/Versions: Remove file.
41834 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
41836         [BZ #13927]
41837         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
41839 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
41841         [BZ #7064]
41842         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
41843         version from __vm86.
41845 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
41847         * sysdeps/unix/common/lxstat.c: Remove file.
41848         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
41850         * sysdeps/unix/sysv/Makefile: Remove file.
41852         * sysdeps/unix/sysv/direct.h: Remove file.
41854         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
41855         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
41856         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
41857         * sysdeps/unix/sysv/bits/signum.h: Likewise.
41858         * sysdeps/unix/sysv/bits/stat.h: Likewise.
41859         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
41860         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
41862         * sysdeps/unix/sysv/setrlimit.c: Remove file.
41864         * sysdeps/unix/xmknod.c: Remove file.
41865         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
41867         * sysdeps/unix/sysv/settimeofday.c: Remove file.
41869         * sysdeps/unix/sysv/i386/time.S: Remove file.
41871         * sysdeps/unix/fxstat.c: Remove file.
41872         * sysdeps/unix/xstat.c: Likewise.
41873         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
41875         * sysdeps/unix/sysv/sigaction.c: Remove file.
41877         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
41878         (sysdep_headers): Remove variable.
41879         [termio.h not in sysdep_headers] (generated): Likewise.
41880         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
41881         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
41882         * sysdeps/unix/sysv/tcdrain.c: Likewise.
41883         * sysdeps/unix/sysv/tcflow.c: Likewise.
41884         * sysdeps/unix/sysv/tcflush.c: Likewise.
41885         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
41886         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
41887         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
41888         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
41889         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
41891         * sysdeps/unix/siglist.c: Remove file.
41893         * sysdeps/unix/getppid.S: Remove file.
41895         * sysdeps/unix/mkdir.c: Remove file.
41896         * sysdeps/unix/rmdir.c: Likewise.
41898 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
41900         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
41901         ERR_MAX value.
41902         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
41903         errlist-compat value.
41905 2012-04-18  David S. Miller  <davem@davemloft.net>
41907         * sysdeps/generic/memcopy.h (reg_char): Delete.
41908         * debug/strcat_chk.c: Use char, not reg_char.
41909         * debug/strcpy_chk.c: Likewise.
41910         * debug/strncat_chk.c: Likewise.
41911         * debug/strncpy_chk.c: Likewise.
41912         * string/memchr.c: Likewise.
41913         * string/memrchr.c: Likewise.
41914         * string/rawmemchr.c: Likewise.
41915         * string/strcat.c: Likewise.
41916         * string/strchr.c: Likewise.
41917         * string/strchrnul.c: Likewise.
41918         * string/strcmp.c: Likewise.
41919         * string/strcpy.c: Likewise.
41920         * string/strncat.c: Likewise.
41921         * string/strncmp.c: Likewise.
41922         * string/strncpy.c: Likewise.
41924 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
41926         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
41927         __builtin_memcopy is called when src and dest ranges are known to not
41928         overlap.
41930 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
41932         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
41933         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
41934         fwd_align_merge macro call.
41935         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
41936         bwd_align_merge macro call.
41937         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
41939 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
41941         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
41942         bwd_align_merge macros.
41943         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
41944         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
41945         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
41947 2012-04-18  David S. Miller  <davem@davemloft.net>
41949         * sysdeps/sparc/sparc64/memcopy.h: Delete.
41951 2012-04-18  Andreas Jaeger  <aj@suse.de>
41953         [BZ# 6794]
41954         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
41955         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
41956         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
41958         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
41959         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
41960         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
41962         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
41963         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
41964         Adjust for changed ldbl-128 files.
41966         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
41967         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
41968         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
41970 2012-04-17  David S. Miller  <davem@davemloft.net>
41972         * sysdeps/sparc/sparc32/memcopy.h: Delete.
41974 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
41976         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
41977         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
41978         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
41979         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
41980         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
41981         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
41983 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41985         [BZ #6794]
41986         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
41987         * math/libm-test.inc: Add ilogb errno and exception tests.
41988         * math/w_ilogb.c: New file: ilogb wrapper.
41989         * math/w_ilogbf.c: New file: ilogbf wrapper.
41990         * math/w_ilogbl.c: New file: ilogbl wrapper.
41991         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
41992         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
41993         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
41994         exception being thrown with 0.0 as argument.
41995         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
41996         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
41997         exception being thrown with 0.0 as argument.
41998         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
41999         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42000         exception being thrown with 0.0 as argument.
42001         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
42002         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
42003         exception being thrown with 0.0 as argument.
42004         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
42005         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
42006         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
42007         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
42008         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
42009         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
42010         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
42011         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
42012         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
42014 2012-04-17  Petr Baudis  <pasky@ucw.cz>
42016         * include/sys/uio.h: Change __vector to __iovec to avoid clash
42017         with altivec.
42019 2012-04-16  Marek Polacek  <polacek@redhat.com>
42021         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
42023 2012-04-16  Marek Polacek  <polacek@redhat.com>
42025         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
42026         operands of fdivp instruction.
42028 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42030         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
42031         * elf/tst-auditmod3b.c: Likewise.
42032         * elf/tst-auditmod4b.c: Likewise.
42033         * elf/tst-auditmod5b.c: Likewise.
42034         * elf/tst-auditmod6b.c: Likewise.
42035         * elf/tst-auditmod6c.c: Likewise.
42036         * elf/tst-auditmod7b.c: Likewise.
42037         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
42038         * sysdeps/x86_64/preconfigure.in: Likewise.
42039         * sysdeps/x86_64/preconfigure: Regenerated.
42041 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
42043         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
42044         __ILP32__.
42046 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
42048         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
42049         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
42051 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
42053         [BZ #13973]
42054         * locale/iso-639.def: Fix gl language name. Spotted by
42055         Yaron Shahrabani.
42057 2012-04-12  Roland McGrath  <roland@hack.frob.com>
42059         [BZ #2074]
42060         * libio/libio.h (__io_write_fn): Update comment.
42062 2012-04-12  Petr Baudis  <pasky@ucw.cz>
42064         [BZ #2074]
42065         * stdio.texi (Hook Functions): The user provided writer function
42066         is not allowed to return -1.
42068 2012-04-11  David S. Miller  <davem@davemloft.net>
42070         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42072 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
42074         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
42075         Add a leading slash to rtkaio.
42077 2012-04-11  Jim Meyering  <meyering@redhat.com>
42079         [BZ #11959]
42080         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
42081         It is not necessarily an error to ignore fwrite's return
42082         value.  One can reliably use ferror to test for errors after
42083         the fact.
42085 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42087         * bits/types.h (__snseconds_t): New type.
42088         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
42090         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
42091         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
42092         (__SNSECONDS_T_TYPE): Likewise.
42093         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
42094         (__SNSECONDS_T_TYPE): Likewise.
42095         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
42096         (__SNSECONDS_T_TYPE): Likewise.
42098 2012-04-10  Andreas Jaeger  <aj@suse.de>
42100         [BZ #2636]
42101         * manual/time.texi (Processor Time): Return type of times is
42102         elapsed real time since an arbitrary point in the past.
42103         (CPU Time): Move CLK_TCK from here...
42104         (Processor Time): ...to here.  Correct description.
42105         * manual/conf.texi (Constants for Sysconf): Correct description of
42106         _SC_CLK_TCK.
42108 2012-04-10  David S. Miller  <davem@davemloft.net>
42110         [BZ #13967]
42111         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
42112         where the is a gap between DT_REL(A) and DT_JMPREL.
42114 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
42116         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
42117         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42118         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42120 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
42122         * elf/dl-support.c (_dl_inhibit_cache): New variable.
42123         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
42124         (dl_main): Handle --inhibit-cache.
42125         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
42126         _dl_inhibit_cache.
42127         * elf/dl-load.c (_dl_map_object): Use it.
42128         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
42130 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42132         [BZ #13872]
42133         * sysdeps/i386/fpu/e_powl.S (p78): New object.
42134         (__ieee754_powl): Saturate large exponents rather than testing for
42135         overflow of y*log2(x).
42136         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
42137         * math/libm-test.inc (pow_test): Do not permit spurious overflow
42138         exceptions.
42140         [BZ #11521]
42141         * math/s_ctan.c: Include <float.h>.
42142         (__ctan): Avoid internal overflow or cancellation in calculating
42143         denominator.
42144         * math/s_ctanf.c: Likewise.
42145         * math/s_ctanl.c: Likewise.
42146         * math/s_ctanh.c: Likewise.
42147         * math/s_ctanhf.c: Likewise.
42148         * math/s_ctanhl.c: Likewise.
42149         * math/libm-test.inc (ctan_test): Add more tests.
42150         (ctanh_test): Likewise.
42151         * sysdeps/i386/fpu/libm-test-ulps: Update.
42152         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42154 2012-04-09  Andreas Jaeger  <aj@suse.de>
42156         [BZ #6894]
42157         * manual/filesys.texi (Directory Entries): Mention that d_namlen
42158         is an optional BSD extension.
42160         [BZ #10254]
42161         * manual/stdio.texi (Opening Streams): Document additional fopen
42162         parameters.
42164 2012-04-09  Roland McGrath  <roland@hack.frob.com>
42166         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
42167         %eax without telling the compiler.
42169 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
42171         [BZ # 13963]
42172         * manual/install.texi: Use sourceware.org.
42174 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
42176         [BZ #13873]
42177         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
42178         (__ieee754_pow): Generate overflow and underflow using huge*huge
42179         and tiny*tiny rather than just returning constant infinity or zero
42180         for large exponents.
42181         * math/libm-test.inc (pow_test): Require overflow exceptions for
42182         applicable cases of large exponents.
42184         [BZ #706]
42185         * sysdeps/i386/fpu/e_pow.S (p10): New object.
42186         (__ieee754_pow): Use iterative multiplication algorithm only for
42187         integer exponents with absolute value below 1024.  Check for odd
42188         integer exponents when using algorithm for real exponents.
42189         * math/libm-test.inc (pow_test): Add more tests.
42190         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
42192 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
42194         [BZ #13705]
42195         * math/libm-test.inc (exp_test): Do not allow overflow exception
42196         on underflow test.
42198 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
42200         [BZ #13705]
42201         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
42202         instead of __kernel_standard_f.
42204 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
42206         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
42207         * sysdeps/x86_64/memset_chk.S: Likewise.
42209 2012-04-08  Andreas Jaeger  <aj@suse.de>
42211         [BZ #10153]
42212         * manual/startup.texi (Environment Access): Describe return value
42213         for putenv and setenv.
42215         [BZ #6895]
42216         * manual/filesys.texi (Directory Entries): Add description for
42217         DT_LNK.
42219         [BZ #6890]
42220         * manual/filesys.texi (Directory Entries): Clarify that it's file
42221         system not operating system in the description of DT_UNKNOWN.
42223         [BZ #6578]
42224         * manual/syslog.texi (closelog): Fix reference, it's openlog.
42226 2012-04-08  Stephen Compall  <s11@member.fsf.org>
42228         [BZ #6649]
42229         * manual/llio.texi (Opening and Closing Files): Add cross
42230         reference to explain mode argument.
42232 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
42234         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
42235         * sysdeps/x86_64/memset_chk.S: Likewise.
42237 2012-04-07  David S. Miller  <davem@davemloft.net>
42239         * elf/elf.h (R_SPARC_WDISP10): Define.
42240         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
42241         R_SPARC_SIZE32.
42242         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
42243         R_SPARC_SIZE64 and R_SPARC_H34.
42245 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
42247         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
42248         conditions and remove no longer applicable assertion.
42250 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42252         * bits/byteswap.h: Include <features.h>.
42253         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
42254         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
42256 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
42258         * bits/byteswap.h (__bswap_16): Removed.
42259         Include <bits/byteswap-16.h> to get __bswap_16.
42260         * sysdeps/i386/bits/byteswap.h: Likewise.
42261         * sysdeps/s390/bits/byteswap.h: Likewise.
42262         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42263         * bits/byteswap-16.h: New file.
42264         * sysdeps/i386/bits/byteswap-16.h: Likewise.
42265         * sysdeps/s390/bits/byteswap-16.h: Likewise.
42266         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
42267         * string/Makefile (headers): Add bits/byteswap-16.h.
42269 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
42271         [BZ #13895]
42272         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
42273         extra indirection.
42274         * nss/Makefile (tests-static, tests): Add tst-nss-static.
42275         * nss/tst-nss-static.c: New.
42277 2012-04-06  Robert Millan  <rmh@gnu.org>
42279         [BZ #6486]
42280         * manual/llio.texi (File Position Primitive): lseek
42281         refers to WHENCE when it really means OFFSET.
42283 2012-04-06  Andreas Jaeger  <aj@suse.de>
42285         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
42286         strncmp declarations.
42288         * abilist/libc.abilist: Add __poll and __ppoll.
42290 2012-04-05  David S. Miller  <davem@davemloft.net>
42292         * scripts/check-local-headers.sh: Accept a host triplet in the
42293         path matched by the exclude regexp.
42295         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
42296         definition.
42297         * sysdeps/powerpc/powerpc32/dl-machine.h
42298         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
42299         * sysdeps/s390/s390-32/dl-machine.h
42300         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42301         * sysdeps/sparc/sparc32/dl-machine.h
42302         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42303         * sysdeps/sparc/sparc64/dl-machine.h
42304         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
42306         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
42307         lazy binding.
42308         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
42309         undefined symbol errors.
42311         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
42312         DT_NEEDED entries.
42314 2012-04-05  Michael Matz  <matz@suse.de>
42316         [BZ #13592]
42317         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
42319 2012-04-05  Andreas Jaeger  <aj@suse.de>
42321         [BZ #13908]
42322         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
42323         comment.
42325 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42327         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
42328         which ROUND is no valid rounding mode.
42330 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42332         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
42333         read again.
42334         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
42336 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42338         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
42339         an exception using FPU order intentionally.
42341 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
42343         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
42344         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
42345         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
42346         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
42348 2012-04-05  Simon Josefsson  <simon@josefsson.org>
42350         [BZ #12340]
42351         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
42352         EINVAL when BUFLEN is too smal.
42354 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
42356         [BZ #13553]
42357         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
42358         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
42360 2012-04-03  Andreas Jaeger  <aj@suse.de>
42362         [BZ #13938]
42363         * manual/setjmp.texi (System V contexts): Fix sentence.
42365         [BZ #13926]
42366         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
42367         New macro for this case.
42368         [!__GNUC__] (__bswap_64): New inline function for this case.
42369         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42370         * bits/byteswap.h: Likewise.
42371         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
42372         ull, guard with __GLIBC_HAVE_LONG_LONG.
42374         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
42375         __GLIBC_HAVE_LONG_LONG.
42377         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
42378         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
42380 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
42382         [BZ #13691]
42383         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
42384         inptr and inend, rather than using last_ch.
42386 2012-04-02  David S. Miller  <davem@davemloft.net>
42388         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
42389         * stdio-common/printf-parse.h (read_int): Change return type to
42390         'int', return -1 on INT_MAX overflow.
42391         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
42392         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
42393         overflows INT_MAX.  Check for overflow of in-format-string precision
42394         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
42395         SIZE_MAX not INT_MAX for integer overflow test.
42396         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
42397         skip the construct in the format string but do not record anything.
42398         * stdio-common/bug22.c: Adjust to test both width/prevision
42399         INT_MAX overflow as well as total length INT_MAX overflow.  Check
42400         explicitly for proper errno values.
42402 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
42404         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
42405         CHAR_MAX.
42406         * string/test-strcmp.c [! WIDE]: Likewise.
42407         * time/tst-mktime2.c: Likewise for INT_MAX.
42408         * string/test-string.h: #include <sys/param.h> for MIN.
42410         * csu/init-first.c (__libc_init_first): Call __ctype_init.
42411         * sysdeps/i386/init-first.c (init): Likewise.
42412         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
42413         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
42414         * sysdeps/sh/init-first.c (init): Likewise.
42416 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
42418         * po/ru.po: Update from translation team.
42419         * po/vi.po: Likewise.
42421 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
42423         * resolv/nss_dns/dns-host.c: Merge copyright years.
42425 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42427         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
42428         Optimize memcpy with prefetch if
42429         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
42430         src, dst pointers have unequal 16 byte alignments.
42432 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
42434         [BZ #13928]
42435         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
42436         from a CNAME entry and return the minimum ttl for the query.
42437         (gaih_getanswer_slice): Likewise.
42439 2012-03-30  Jeff Law  <law@redhat.com>
42441         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
42442         due to long keys.
42443         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
42444         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
42446         * resolv/nss_dns/dns-host.c: Update copyright year.
42448 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
42450         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
42451         requests to save a system call.  Fix check that all bytes are sent.
42453         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
42454         comments for sendmmsg.
42456 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42458         [BZ #13691]
42459         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
42460         with only 1 character between 0x0041 and 0x01b0.
42461         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
42462         * wcsmbs/tst-mbsnrtowcs.c: New file.
42464 2012-03-29  David S. Miller  <davem@davemloft.net>
42466         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
42467         small copies by hand.
42469 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
42471         [BZ #13761]
42472         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
42473         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
42474         group memberships.
42476 2012-03-28  David S. Miller  <davem@davemloft.net>
42478         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
42479         that branches into memcpy.
42480         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
42481         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
42482         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
42483         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
42484         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
42485         bits.
42486         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
42487         implementation too.
42488         * sysdeps/sparc/mempcpy.S: New file.
42490         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
42491         the IFUNC routine in the libc case.
42492         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
42494         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
42495         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
42496         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
42497         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
42498         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
42499         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
42500         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
42501         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
42503         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
42504         loop to 256 bytes instead of 64 bytes and fix test signedness.
42506         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
42507         * sysdeps/sparc/sparc32/Makefile: rather than here...
42508         * sysdeps/sparc/sparc64/Makefile: and here.
42510 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
42512         * malloc/mallocbug.c: Avoid warnings about unused variables.
42514 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
42516         [BZ #13760]
42517         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
42518         in the right place. Discard and retry query if response is
42519         larger than input buffer size.
42521 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
42523         [BZ #369]
42524         [BZ #2678]
42525         [BZ #3866]
42526         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
42527         x for large integer exponent.
42528         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
42529         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
42530         sign of result as needed afterwards.
42531         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
42532         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
42533         result for underflowing pow the same as for overflow.
42534         (__kernel_standard_l): Handle powl overflow and underflow here
42535         rather than calling __kernel_standard.
42536         * math/libm-test.inc (pow_test): Add more tests.
42538         [BZ #3868]
42539         [BZ #13879]
42540         [BZ #13910]
42541         [BZ #13911]
42542         [BZ #13912]
42543         [BZ #13913]
42544         [BZ #13915]
42545         [BZ #13916]
42546         [BZ #13917]
42547         [BZ #13918]
42548         [BZ #13919]
42549         [BZ #13920]
42550         [BZ #13921]
42551         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
42552         * sysdeps/ieee754/k_standard.c: Include <float.h>.
42553         (__kernel_standard_l): New function.
42554         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
42555         __kernel_standard.
42556         * math/w_acosl.c (__acosl): Likewise.
42557         * math/w_asinl.c (__asinl): Likewise.
42558         * math/w_atan2l.c (__atan2l): Likewise.
42559         * math/w_atanhl.c (__atanhl): Likewise.
42560         * math/w_coshl.c (__coshl): Likewise.
42561         * math/w_exp10l.c (__exp10l): Likewise.
42562         * math/w_exp2l.c (__exp2l): Likewise.
42563         * math/w_fmodl.c (__fmodl): Likewise.
42564         * math/w_hypotl.c (__hypotl): Likewise.
42565         * math/w_j0l.c (__j0l, __y0l): Likewise.
42566         * math/w_j1l.c (__j1l, __y1l): Likewise.
42567         * math/w_jnl.c (__jnl, __ynl): Likewise.
42568         * math/w_lgammal.c (__lgammal): Likewise.
42569         * math/w_log10l.c (__log10l): Likewise.
42570         * math/w_log2l.c (__log2l): Likewise.
42571         * math/w_logl.c (__logl): Likewise.
42572         * math/w_powl.c (__powl): Likewise.
42573         * math/w_remainderl.c (__remainderl): Likewise.
42574         * math/w_scalbl.c (sysv_scalbl): Likewise.
42575         * math/w_sinhl.c (__sinhl): Likewise.
42576         * math/w_sqrtl.c (__sqrtl): Likewise.
42577         * math/w_tgammal.c (__tgammal): Likewise.
42578         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
42579         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
42580         * math/libm-test.inc (acos_test): Add more tests.
42581         (acosh_test): Likewise.
42582         (asin_test): Likewise.
42583         (atanh_test): Likewise.
42584         (exp_test): Likewise.
42585         (exp10_test): Likewise.
42586         (exp2_test): Likewise.
42587         (expm1_test): Likewise.
42588         (lgamma_test): Likewise.
42589         (log_test): Likewise.
42590         (log10_test): Likewise.
42591         (log1p_test): Likewise.
42592         (log2_test): Likewise.
42593         (pow_test): Do not allow some spurious overflow exceptions.
42594         (sqrt_test): Add more tests.
42595         (tgamma_test): Likewise.
42596         (y0_test): Likewise.
42597         (y1_test): Likewise.
42598         (yn_test): Likewise.
42600 2012-03-27  Anton Blanchard  <anton@samba.org>
42602         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
42603         MAP_HUGETLB.
42604         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
42605         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
42606         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
42608 2012-03-27  David S. Miller  <davem@davemloft.net>
42610         * conform/Makefile: Run run-conformtest.sh using $(BASH).
42612         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
42613         have-as-vis3 check.
42615 2012-03-27  Andreas Jaeger  <aj@suse.de>
42617         * sysdeps/x86_64/elf/configure.in: Moved to ...
42618         * sysdeps/x86_64/configure.in: ... here.
42619         * sysdeps/x86_64/elf/start.S: Moved to ...
42620         * sysdeps/x86_64/start.S: ... here.
42621         * sysdeps/x86_64/elf/configure: Delete.
42623         * sysdeps/x86_64/configure.in: Merge contents from
42624         sysdeps/i386/configure.in (without i686 check).
42626         * sysdeps/i386/elf/Versions: Merge into ...
42627         * sysdeps/i386/Versions: ... this.
42628         * sysdeps/i386/elf/Versions: Delete file.
42629         * sysdeps/i386/elf/start.S: Moved to ...
42630         * sysdeps/i386/start.S: ...here.
42631         * sysdeps/i386/elf/configure.in: Merge into...
42632         * sysdeps/i386/configure.in: ...here.
42633         * sysdeps/i386/elf/configure.in: Delete file.
42634         * sysdeps/i386/elf/configure: Delete file.
42636         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
42637         * debug/backtracesyms.c: ... here.
42638         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
42639         * debug/backtracesymsfd.c: ... here.
42640         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
42641         * sysdeps/generic/ifunc-sel.h: ... here.
42643         * sysdeps/unix/i386/start.c: Delete file.
42644         * sysdeps/unix/sparc/start.c: Delete file.
42645         * sysdeps/unix/start.c: Delete file.
42647         * sysdeps/sh/elf/configure.in: Moved to ...
42648         * sysdeps/sh/configure.in: ... here.
42649         * sysdeps/sh/elf/start.S: Moved to ...
42650         * sysdeps/sh/start.S: ... here.
42651         * sysdeps/sh/elf/configure: Delete file.
42653         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
42654         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
42655         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
42656         * sysdeps/powerpc/powerpc64/entry.h: ... here.
42657         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
42658         * sysdeps/powerpc/powerpc64/start.S: here.
42659         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
42660         * sysdeps/powerpc/powerpc64/Makefile: ... this.
42661         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
42662         * sysdeps/powerpc/powerpc64/configure.in: ... this.
42663         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
42665         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
42666         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
42667         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
42668         * sysdeps/powerpc/powerpc32/start.S: ... here.
42669         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
42670         * sysdeps/powerpc/powerpc32/configure.in: ... this.
42671         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
42673         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
42674         * sysdeps/powerpc/ifunc-sel.h: ... here.
42675         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
42676         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
42678         * sysdeps/sparc/elf/configure.in: Moved to ...
42679         * sysdeps/sparc/configure.in: ... here.
42680         * sysdeps/sparc/elf/configure: Delete file.
42681         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
42682         * sysdeps/sparc/sparc32/start.S: ... here.
42683         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
42684         * sysdeps/sparc/sparc64/start.S: ... here.
42685         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
42686         * sysdeps/sparc/sparc32/Makefile: ... this.
42687         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
42688         * sysdeps/sparc/sparc64/Makefile: ... this.
42690         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
42691         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
42692         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
42693         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
42694         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
42695         * sysdeps/s390/s390-32/setjmp.S: ... here.
42696         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
42697         * sysdeps/s390/s390-32/configure.in: ... here.
42698         * sysdeps/s390/s390-32/elf/configure: Delete file.
42699         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
42700         * sysdeps/s390/s390-32/start.S: ... here.
42702         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
42703         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
42704         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
42705         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
42706         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
42707         * sysdeps/s390/s390-64/setjmp.S: ... here.
42708         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
42709         * sysdeps/s390/s390-64/configure.in: ... here
42710         * sysdeps/s390/s390-64/elf/configure: Delete file.
42711         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
42712         * sysdeps/s390/s390-64/start.S: ... here.
42713         * sysdeps/s390/s390-64/elf/configure: Delete.
42715         * configure.in: Remove support for elf directories in sysdeps.
42717         * configure: Regenerated.
42718         * sysdeps/i386/configure: Regenerated.
42719         * sysdeps/powerpc/powerpc32/configure: Regenerated.
42720         * sysdeps/powerpc/powerpc64/configure: Regenerated.
42721         * sysdeps/s390/s390-32/configure: Regenerated.
42722         * sysdeps/s390/s390-64/configure: Regenerated.
42723         * sysdeps/sh/configure: Regenerated.
42724         * sysdeps/sparc/configure: Regenerated.
42725         * sysdeps/x86_64/configure: Regenerated.
42727 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
42729         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42731         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
42732         denormal result into account.
42734 2012-03-25  Roland McGrath  <roland@hack.frob.com>
42736         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
42737         Reported by Allan McRae <allan@archlinux.org>.
42739 2012-03-23  Jeff Law  <law@redhat.com>
42741         * nss/getnssent.c (__nss_getent): Fix typo.
42743 2012-03-23  David S. Miller  <davem@davemloft.net>
42745         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42747 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
42749         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
42750         to pad to uint64_t for each field.
42751         (dl_tls_index): Replace unsigned long with uint64_t.
42753 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
42754         Paul Pluzhnikov  <ppluzhnikov@google.com>
42756         [BZ #6528]
42757         * grp/Makefile (otherlibs): Don't set it.
42758         * inet/Makefile (otherlibs): Likewise.
42759         * login/Makefile (otherlibs): Likewise.
42760         * nscd/Makefile (otherlibs): Likewise.
42761         * posix/Makefile (otherlibs): Likewise.
42762         * pwd/Makefile (otherlibs): Likewise.
42763         * rt/Makefile (otherlibs): Likewise.
42764         * sunrpc/Makefile (otherlibs): Likewise.
42765         * nss/Makefile (otherlibs): Likewise.
42766         Add libnss_files to routines and static-only-routines.
42767         ($(objpfx)getent): Remove rule.
42768         * resolv/Makefile: Add libnss_dns and libresolv to routines and
42769         static-only-routines.
42771 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
42773         [BZ #13892]
42774         * math/s_cexp.c: Include <float.h>.
42775         (__cexp): Handle exp result overflowing not necessarily
42776         overflowing both real and imaginary parts of result.
42777         * math/s_cexpf.c: Likewise.
42778         * math/s_cexpl.c: Likewise.
42779         * math/libm-test.inc (cexp_test): Add more tests.
42780         * sysdeps/i386/fpu/libm-test-ulps: Update.
42781         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42783 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
42785         * include/link.h (ELFW): New macro.
42786         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
42787         Replace ELF64_R_TYPE with ELFW(R_TYPE).
42789 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
42791         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
42792         with uint64_t.
42794 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
42796         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
42797         declaration.
42798         (struct La_x32_retval): Likewise.
42800 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
42802         * sysdeps/x86_64/preconfigure.in: New file.
42803         * sysdeps/x86_64/preconfigure: New generated file.
42805 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
42807         [BZ #13824]
42808         * math/e_exp2l.c: Include <float.h>.
42809         (__ieee754_exp2l): Handle overflow and underflow cases
42810         separately.  Only pass fractional part of argument to
42811         __ieee754_expl.
42812         * math/libm-test.inc (exp2_test): Add more tests.
42814         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
42815         negating x to take absolute value.
42816         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
42817         Likewise.
42818         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
42819         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
42820         Likewise.
42821         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
42822         computing low part if x was negated.
42823         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
42825 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
42827         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
42828         la_x32_gnu_pltexit.
42829         (pltexit): Cast int_retval to ptrdiff_t.
42830         * elf/tst-auditmod3b.c: Likewise.
42831         * elf/tst-auditmod4b.c: Likewise.
42832         * elf/tst-auditmod5b.c: Likewise.
42833         * elf/tst-auditmod6b.c: Likewise.
42834         * elf/tst-auditmod6c.c: Likewise.
42835         * elf/tst-auditmod7b.c: Likewise.
42837         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
42838         and x32_gnu_pltexit.
42840         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
42841         __ELF_NATIVE_CLASS.
42842         (La_x32_regs): New macro.
42843         (La_x32_retval): Likewise.
42844         (la_x32_gnu_pltenter): New function prototype.
42845         (la_x32_gnu_pltexit): Likewise.
42847 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
42849         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
42850         exponent.
42852         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
42854         * configure.in (libc_cv_cc_nofma): Check for option to disable
42855         generation of FMA instructions.
42856         * configure: Regenerate.
42857         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
42858         * sysdeps/ieee754/dbl-64/Makefile: New file.
42859         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
42860         Remove brandred-fma4.
42861         (CFLAGS-brandred-fma4.c): Remove.
42862         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
42863         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
42864         define.
42865         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
42866         define.
42868 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
42870         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
42871         LLONG_MAX != LONG_MAX.
42872         (_itoa_word): Use _ITOA_WORD_TYPE on value.
42873         (_fitoa_word): Likewise.
42874         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
42875         LLONG_MAX != LONG_MAX.
42876         * stdio-common/_itowa.h: Include <_itoa.h>.
42877         (_itowa_word): Use _ITOA_WORD_TYPE on value.
42878         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
42879         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
42880         only if not defined.
42881         (_ITOA_WORD_TYPE): Likewise.
42882         (_itoa_word): Use _ITOA_WORD_TYPE on value.
42883         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
42885 2012-03-21  David S. Miller  <davem@davemloft.net>
42887         * sysdeps/sparc/fpu/libm-test-ulps: Update.
42889 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
42891         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
42892         of x86_64 when setting libc_cv_slibdir, libdir and
42893         libc_cv_localedir.
42894         * sysdeps/unix/sysv/linux/configure: Regenerated.
42896 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
42898         * manual/lang.texi (Old Varargs): Remove section.
42899         (How Variadic): Update menu.
42900         (va_start): Do not mention varargs.h.
42902 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
42903             Joseph Myers  <joseph@codesourcery.com>
42905         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
42906         link test.
42907         * configure: Regenerated.
42909 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
42911         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
42912         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
42913         conformtest.pl
42915 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
42917         * NOTES: Remove.
42918         * Makefile (files-for-dist): Remove NOTES.
42919         (NOTES): Remove rule.
42920         * README: Don't refer to NOTES.
42921         * manual/creature.texi: Don't include macros.texi.
42922         * manual/intro.texi (creature.texi): Remove comment referring to
42923         NOTES.
42925         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
42926         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
42927         * configure: Regenerated.
42928         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
42929         LIBC_TRY_CC_OPTION.
42930         (libc_cv_as_i686): Likewise.
42931         (libc_cv_cc_avx): Likewise.
42932         (libc_cv_cc_sse2avx): Likewise.
42933         (libc_cv_cc_fma4): Likewise.
42934         (libc_cv_cc_novzeroupper): Likewise.
42935         * sysdeps/i386/configure: Regenerated.
42937         [BZ #13883]
42938         * sysdeps/i386/fpu/s_cexp.S: Remove.
42939         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
42940         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
42941         * math/libm-test.inc (cexp_test): Add more tests.
42942         * sysdeps/i386/fpu/libm-test-ulps: Update.
42943         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42945 2012-03-21  Allan McRae  <allan@archlinux.org>
42947         * timezone/Makefile: Do not install iso3166.tab and zone.tab
42949 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
42951         [BZ #13871]
42952         * math/w_exp2.c: Do not include <float.h>.
42953         (o_threshold, u_threshold): Remove.
42954         (__exp2): Calculate result before checking finiteness and calling
42955         __kernel_standard.
42956         * math/w_exp2f.c: Likewise.
42957         * math/w_exp2l.c: Likewise.
42958         * math/libm-test.inc (exp2_test): Require overflow exception for
42959         1e6 input.
42961         [BZ #3866]
42962         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
42963         range of signed 64-bit integers before using fistpll.  Remove
42964         checks for whether integers fit in mantissa bits.
42965         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
42966         the range of signed 32-bit integers before using fistpl.  Remove
42967         checks for whether integers fit in mantissa bits.
42968         * sysdeps/i386/fpu/e_powl.S (p64): New object.
42969         (__ieee754_powl): Test for y outside the range of signed 64-bit
42970         integers before using fistpll.  Reduce 64-bit values to 63-bit
42971         ones as needed.
42972         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
42973         divide-by-zero is raised for zero to large negative powers.
42974         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
42975         (__ieee754_powl): Test for y outside the range of signed 64-bit
42976         integers before using fistpll.  Reduce 64-bit values to 63-bit
42977         ones as needed.
42978         * math/libm-test.inc (pow_test): Add more tests.
42980 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
42982         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
42983         <stdio-common/_itoa.h>.
42984         * debug/segfault.c: Likewise.
42985         * elf/dl-cache.c: Likewise.
42986         * elf/dl-minimal.c: Likewise.
42987         * elf/dl-misc.c: Likewise.
42988         * elf/dl-sysdep.c: Likewise.
42989         * elf/dl-version.c: Likewise.
42990         * elf/rtld.c: Likewise.
42991         * hurd/hurdsock.c: Likewise.
42992         * hurd/lookup-retry.c: Likewise.
42993         * malloc/malloc.c: Likewise.
42994         * malloc/mtrace.c: Likewise.
42995         * nscd/nscd_getgr_r.c: Likewise.
42996         * nscd/nscd_getpw_r.c: Likewise.
42997         * nscd/nscd_getserv_r.c: Likewise.
42998         * posix/getopt_init.c: Likewise.
42999         * posix/wordexp.c: Likewise.
43000         * stdio-common/_itoa.c: Likewise.
43001         * stdio-common/printf_fphex.c: Likewise.
43002         * stdio-common/vfprintf.c: Likewise.
43003         * string/_strerror.c: Likewise.
43004         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
43005         * sysdeps/i386/i686/hp-timing.h: Likewise.
43006         * sysdeps/mach/_strerror.c: Likewise.
43007         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
43008         * sysdeps/mach/hurd/sethostid.c: Likewise.
43009         * sysdeps/mach/hurd/xmknodat.c: Likewise.
43010         * sysdeps/mach/xpg-strerror.c: Likewise.
43011         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
43012         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
43013         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
43014         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
43015         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
43016         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
43017         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
43018         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
43019         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
43020         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
43021         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
43022         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
43023         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
43024         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
43025         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
43026         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
43027         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
43028         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
43029         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
43030         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
43031         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
43033         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
43035         * stdio-common/_itoa.h: Moved to ...
43036         * sysdeps/generic/_itoa.h: Here.
43038         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
43040         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
43041         instead of "_itoa.h" and "_itowa.h".
43042         * stdio-common/vfprintf.: Likewise.
43044 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43046         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
43047         <bits/wordsize.h>.
43048         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
43049         (__signbit): Likwise.
43050         (llrintf): Likwise.
43051         (llrint): Likwise.
43053 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
43055         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
43056         __WORDSIZE != 64.
43058 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
43060         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
43061         OVERFLOW_EXCEPTION_OK.
43062         * math/libm-test.inc ("Philosophy"): Update comment about
43063         exception testing.
43064         (OVERFLOW_EXCEPTION): Define.
43065         (OVERFLOW_EXCEPTION_OK): Likewise.
43066         (INVALID_EXCEPTION_OK): Renumber.
43067         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43068         (IGNORE_ZERO_INF_SIGN): Likewise.
43069         (test_exceptions): Handle FE_OVERFLOW.
43070         (exp10_test): Expect overflow exceptions.
43071         (exp2_test): Likewise.
43072         (expm1_test): Likewise.
43073         (nextafter_test): Likewise.
43074         (pow_test): Likewise.
43075         (scalbn_test): Likewise.
43076         (scalbln_test): Likewise.
43078 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43080         * sysdeps/x86_64/bits/atomic.h
43081         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
43082         64bit integer.
43083         (atomic_exchange_acq): Likewise.
43084         (__arch_exchange_and_add_body): Likewise.
43085         (__arch_add_body): Likewise.
43086         (atomic_add_negative): Likewise.
43087         (atomic_add_zero): Likewise.
43089 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43091         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
43092         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
43094 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43096         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
43097         Check __x86_64__ instead of __WORDSIZE.
43099 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43101         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
43103 2012-03-19  David S. Miller  <davem@davemloft.net>
43105         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43107         * sysdeps/sparc/fpu/fenv_private.h: New file.
43108         * sysdeps/sparc/fpu/math_private.h: Use it.
43109         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
43110         Remove.
43111         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
43112         (libc_feholdexcept_setroundl): Remove.
43113         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
43114         Remove.
43115         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
43116         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
43118 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43120         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
43121         int64_t instead of long int.
43122         (INSERT_WORDS64): Likwise.
43124 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
43126         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
43127         _Unwind_GetCFA return to _Unwind_Ptr first.
43129 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
43131         [BZ #13629]
43132         * math/s_clog.c: Include <float.h>.
43133         (__clog): Scale large or subnormal inputs.
43134         * math/s_clogf.c: Likewise.
43135         * math/s_clogl.c: Likewise.
43136         * math/s_clog10.c: Include <float.h>.
43137         (M_LOG10_2): Define.
43138         (__clog10): Scale large or subnormal inputs.
43139         * math/s_clog10f.c: Likewise.
43140         * math/s_clog10l.c: Likewise.
43141         * math/libm-test.inc (clog_test): Add more tests.
43142         (clog10_test): Likewise.
43143         * sysdeps/i386/fpu/libm-test-ulps: Update.
43144         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43146         [BZ #11451]
43147         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
43148         x and y.
43149         * math/libm-test.inc (atan2_test): Add another test.
43151         * Makerules (common-objdir-compile): Remove.
43152         * sysdeps/unix/Makefile (config-generated): Do not add
43153         $(unix-generated) to variable.
43154         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
43155         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
43156         Remove rule.
43157         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
43158         Likewise.
43159         [generic bits/local_lim.h] (before-compile): Do not append to
43160         variable.
43161         [generic bits/local_lim.h] (common-generated): Likewise.
43162         [generic sys/param.h] (before-compile): Do not append to variable.
43163         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
43164         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
43165         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
43166         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
43167         include.
43168         [generic sys/param.h] (sys/param.h-includes): Remove variable.
43169         [generic sys/param.h] (sys/param.h-includes): Remove rule.
43170         [generic sys/param.h] ($(addprefix
43171         $(common-objpfx),$(sys/param.h-includes))): Likewise.
43172         [generic sys/param.h] (common-generated): Do not append to
43173         variable.
43174         [generic sys/param.h] (sysdep_headers): Likewise.
43175         [generic bits/errno.h] (before-compile): Do not append to
43176         variable.
43177         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
43178         rule.
43179         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
43180         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
43181         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
43182         [generic bits/errno.h] (common-generated): Do not append to
43183         variable.
43184         [generic bits/ioctls.h] (before-compile): Do not append to
43185         variable.
43186         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
43187         rule.
43188         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
43189         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
43190         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
43191         rule.
43192         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
43193         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
43194         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
43195         [generic bits/ioctls.h] (common-generated): Do not append to
43196         variable.
43197         [generic sys/syscall.h] (syscall.h): Remove variable.
43198         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
43199         rule.
43200         [generic sys/syscall.h] (before-compile): Do not append to
43201         variable.
43202         [generic sys/syscall.h] (common-generated): Likewise.
43203         * sysdeps/unix/errnos-tmpl.c: Remove file.
43204         * sysdeps/unix/errnos.awk: Likewise.
43205         * sysdeps/unix/ioctls-tmpl.c: Likewise.
43206         * sysdeps/unix/ioctls.awk: Likewise.
43207         * sysdeps/unix/mk-local_lim.c: Likewise.
43208         * sysdeps/unix/snarf-ioctls: Likewise.
43210 2012-03-19  Richard Henderson  <rth@twiddle.net>
43212         * sysdeps/i386/fpu/fenv_private.h: New file.
43213         * sysdeps/i386/fpu/math_private.h: Use it.
43214         (math_opt_barrier, math_force_eval): Remove.
43215         (libc_feholdexcept_setround_53bit): Remove.
43216         (libc_feupdateenv_53bit): Remove.
43217         * sysdeps/x86_64/fpu/math_private.h: Likewise.
43218         (math_opt_barrier, math_force_eval): Remove.
43219         (libc_feholdexcept): Remove.
43220         (libc_feholdexcept_setround): Remove.
43221         (libc_fetestexcept, libc_fesetenv): Remove.
43222         (libc_feupdateenv_test): Remove.
43223         (libc_feupdateenv, libc_feholdsetround): Remove.
43224         (libc_feresetround): Remove.
43226         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
43227         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
43229         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
43230         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
43231         (libc_feupdateenv_testl): New.
43232         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
43233         (libc_feupdateenv_testf): New.
43234         (libc_feupdateenv): Use libc_feupdateenv_test.
43235         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
43236         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
43238         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
43239         (libc_feholdsetroundf, libc_feholdsetroundl): New.
43240         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
43241         (libc_feresetround_noex): New.
43242         (libc_feresetround_noexf): New.
43243         (libc_feresetround_noexl): New.
43244         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
43245         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
43246         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
43247         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
43248         SET_RESTORE_ROUND.
43249         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
43250         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
43251         (__cos): Likewise.
43252         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
43253         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
43254         SET_RESTORE_ROUND_NOEX.
43255         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
43256         SET_RESTORE_ROUND_NOEXF.
43257         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
43258         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
43259         (libc_feholdsetroundf): New.
43260         (libc_feresetround, libc_feresetroundf): New.
43262         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
43263         (libc_feholdexcept_setround_53bit): Convert from macro to function.
43264         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
43266         * sysdeps/generic/math_private.h: Include <fenv.h>.
43267         (default_libc_feholdexcept): New.
43268         (default_libc_feholdexcept_setround): New.
43269         (default_libc_fesetenv, default_libc_feupdateenv): New.
43270         (libc_feholdexcept): Only define if undefined.
43271         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
43272         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
43273         (libc_feholdexcept_setroundl): Likewise.
43274         (libc_feholdexcept_setround_53bit): Likewise.
43275         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
43276         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
43277         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
43278         (libc_feupdateenv_53bit): Likewise.
43279         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
43280         (libc_feholdexcept): Convert from macro to inline function.
43281         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
43282         (libc_fesetenv, libc_feupdateenv): Likewise.
43284         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
43285         not previously defined.
43286         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
43287         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
43288         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
43289         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
43290         * sysdeps/ieee754/flt-32/math_private.h: New file.
43291         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
43292         math_private.h below SET_FLOAT_WORD.
43293         (__isnan, __isinf_ns, __finite): Remove.
43294         (__isnanf, __isinf_nsf, __finitef): Remove.
43296 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
43298         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43300 2012-03-17  David S. Miller  <davem@davemloft.net>
43302         [BZ #6471]
43303         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
43304         for 2.16.
43306 2012-03-16  David S. Miller  <davem@davemloft.net>
43308         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
43309         warnings.
43311         [BZ #6471]
43312         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
43313         properly.
43314         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
43315         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
43316         sysdep_routines when subdir is sysvipc.
43317         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
43318         __getshmlba helper.
43320         * sysdeps/sparc/fpu/libm-test/ulps: Update.
43322 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43324         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
43325         [__LP64__].
43327 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43329         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
43330         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
43331         (__lround): Renamed to ...
43332         (__llround): This.  Replace long int with long long int.
43333         Define lround functions as aliases of llround functions.
43334         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
43336 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43338         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
43339         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
43340         adresses to uintptr_t.  Replace "long int" and "unsigned long
43341         int" with "greg_t" on va_arg.
43343 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43345         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
43346         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
43348         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
43349         Move e_machine check before EI_CLASS check.  Handle x32
43350         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
43351         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
43352         SKIP_EM_IA_64 and include
43353         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
43355         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
43356         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
43357         (add_system_dir): New macro.
43359         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
43360         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
43362 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
43364         [BZ #2551]
43365         [BZ #2552]
43366         [BZ #2553]
43367         [BZ #2554]
43368         [BZ #2562]
43369         [BZ #2563]
43370         [BZ #2565]
43371         [BZ #2566]
43372         [BZ #2576]
43373         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
43374         (y0): Likewise.
43375         * math/w_j0f.c (j0f): Likewise.
43376         (y0f): Likewise.
43377         * math/w_j0l.c (__j0l): Likewise.
43378         (__y0l): Likewise.
43379         * math/w_j1.c (j1): Likewise.
43380         (y1): Likewise.
43381         * math/w_j1f.c (j1f): Likewise.
43382         (y1f): Likewise.
43383         * math/w_j1l.c (__j1l): Likewise.
43384         (__y1l): Likewise.
43385         * math/w_jn.c (jn): Likewise.
43386         (yn): Likewise.
43387         * math/w_jnf.c (jnf): Likewise.
43388         (ynf): Likewise.
43389         * math/w_jnl.c (__jnl): Likewise.
43390         (__ynl): Likewise.
43391         * math/libm-test.inc (j0_test): Add more tests.
43392         (j1_test): Likewise.
43393         (jn_test): Likewise.  Add trailing semicolon to existing test.
43394         (y0_test): Likewise.
43395         (y1_test): Likewise.
43396         * sysdeps/i386/fpu/libm-test-ulps: Update.
43397         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43399         [BZ #13851]
43400         [BZ #13854]
43401         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
43402         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
43403         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
43404         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
43405         (__tanl): Set errno for infinite argument.
43406         * sysdeps/i386/fpu/mptan.c: Remove.
43407         * sysdeps/i386/fpu/s_tan.S: Likewise.
43408         * sysdeps/i386/fpu/s_tanl.S: Likewise.
43409         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
43410         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
43411         * math/libm-test.inc (tan_test): Add more tests and enable more
43412         tests for double and long double.
43413         * sysdeps/i386/fpu/libm-test-ulps: Update.
43414         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43416 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
43418         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
43419         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
43421 2012-03-16  Roland McGrath  <roland@hack.frob.com>
43423         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
43424         * configure.in: Use it for both main tree and add-ons.
43425         * configure: Regenerated.
43427 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
43429         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
43431 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
43433         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
43434         in comment.
43436         [BZ #13851]
43437         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
43438         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
43439         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
43440         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
43441         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
43442         infinite argument.
43443         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
43444         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
43445         != 0 for prec == 2.
43446         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
43447         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
43448         * sysdeps/i386/fpu/s_cosl.S: Likewise.
43449         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
43450         * sysdeps/i386/fpu/s_sinl.S: Likewise.
43451         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
43452         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
43453         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
43454         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
43455         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
43456         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
43457         * math/libm-test.inc (cos_test): Add more tests and enable more
43458         tests for long double.
43459         (sin_test): Likewise.
43460         (sincos_test): Likewise.
43461         * sysdeps/i386/fpu/libm-test-ulps: Update.
43462         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43464 2012-03-16  David S. Miller  <davem@davemloft.net>
43466         * sysdeps/sparc/fpu/math_private.h: New file.
43468 2012-03-15  David S. Miller  <davem@davemloft.net>
43470         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
43471         file.
43472         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
43473         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
43474         file.
43475         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
43476         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
43477         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
43478         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
43479         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
43480         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
43481         sysdep routines.
43482         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
43484         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
43485         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
43487         * sysdeps/sparc/sparc-ifunc.h: New file.
43488         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
43489         sparc-ifunc.h
43490         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
43491         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
43492         Likewise.
43493         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
43494         Likewise.
43495         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
43496         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
43497         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
43498         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
43499         Likewise.
43500         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
43501         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
43502         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
43503         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
43504         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
43505         Likewise.
43506         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
43507         Likewise.
43508         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
43509         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
43510         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
43511         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
43512         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
43513         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
43514         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
43515         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
43516         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
43517         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
43518         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
43519         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
43520         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
43521         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
43522         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
43523         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
43524         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
43525         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
43526         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
43527         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
43528         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
43529         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
43530         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
43531         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
43533 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
43535         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
43536         scaling.
43537         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43539 2012-03-15  Andreas Jaeger  <aj@suse.de>
43541         [BZ #13852]
43542         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
43543         ieee754/flt-32 implementation for sin, cos and sincos.
43544         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
43545         * sysdeps/i386/fpu/s_cosf.S: Likewise.
43546         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
43547         * sysdeps/i386/fpu/s_sinf.S: Likewise.
43548         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
43549         ieee754/flt-32 implementation for tan.
43551         * math/libm-test.inc (cos_test): Enable some large input tests for
43552         float as well
43553         (sin_test): Likewise.
43554         (sincos_test): Likewise.
43555         (tan_test): Add tests for large input.
43557         * sysdeps/i386/fpu/libm-test-ulps: Update.
43559 2012-03-15  Andreas Jaeger  <aj@suse.de>
43561         [BZ #13658]
43562         * math/libm-test.inc (cos_test): Add more test cases.
43563         (sin_test): Likewise.
43564         (sincos_test): Likewise.
43566 2012-03-15  Andreas Jaeger  <aj@suse.de>
43568         [BZ #13837]
43569         * math/libm-test.inc (cos_test): Add a test case for large input
43570         value.
43571         (sin_test): Likewise.
43572         (sincos_test): Likewise.
43574 2012-03-15  Andreas Jaeger  <aj@suse.de>
43575             Joseph Myers  <joseph@codesourcery.com>
43577         [BZ #13658]
43578         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
43579         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
43580         * sysdeps/i386/fpu/branred.c: Likewise.
43581         * sysdeps/i386/fpu/dosincos.c: Likewise.
43582         * sysdeps/i386/fpu/mpa.c: Likewise.
43583         * sysdeps/i386/fpu/s_cos.S: Likewise.
43584         * sysdeps/i386/fpu/s_sin.S: Likewise.
43585         * sysdeps/i386/fpu/s_sincos.S: Likewise.
43586         * sysdeps/i386/fpu/sincos32.c: Likewise.
43588         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
43589         Define.
43590         (libc_feupdateenv_53bit): Define.
43591         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
43592         Define.
43593         (libc_feupdateenv_53bit): Define.
43595         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
43596         53 bit (without extend i386 double precision).
43598         * math/libm-test.inc (sincos_test): Add tests for large input.
43599         (sin): Likewise.
43600         (cos): Likewise.
43602         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
43604 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
43606         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43608 2012-03-15  David S. Miller  <davem@davemloft.net>
43610         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
43611         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
43612         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
43613         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
43614         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
43615         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
43616         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
43617         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
43618         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
43619         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
43620         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
43621         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
43622         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
43623         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
43624         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
43625         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
43626         file.
43627         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
43628         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
43629         file.
43630         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
43631         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
43632         file.
43633         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
43634         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
43635         file.
43636         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
43637         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
43638         fmin/fmax sysdep routines.
43639         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
43641 2012-03-14  David S. Miller  <davem@davemloft.net>
43643         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
43644         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
43645         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
43646         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
43647         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
43648         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
43649         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
43650         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
43651         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
43652         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
43653         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
43654         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
43655         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
43656         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
43657         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
43658         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
43659         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
43660         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
43661         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
43662         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
43663         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
43664         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
43665         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
43666         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
43667         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
43668         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
43669         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
43670         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
43671         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
43672         routines.
43673         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
43674         file.
43675         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
43676         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
43677         file.
43678         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
43679         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
43680         file.
43681         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
43682         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
43683         file.
43684         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
43685         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
43686         file.
43687         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
43688         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
43689         file.
43690         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
43691         file.
43692         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
43693         file.
43694         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
43695         file.
43696         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
43697         New file.
43698         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
43699         file.
43700         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
43701         file.
43702         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
43703         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
43704         file.
43705         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
43706         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
43707         file.
43708         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
43709         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
43710         file.
43711         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
43712         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
43713         VIS3 routines.
43715         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
43716         New file.
43718         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43720         * sysdeps/sparc/configure.in: New file.
43721         * sysdeps/sparc/configure: Generate.
43722         * configure.in (libc_cv_sparc_as_vis3): Substitute.
43723         * configure: Regenerate.
43724         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
43725         * config.make.in (have-as-vis3): New.
43726         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
43727         available use -Av9d instead of -Av9a.
43728         * sysdeps/sparc/sparc64/Makefile: Likewise.
43729         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
43730         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
43731         New file.
43732         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
43733         file.
43734         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
43735         New file.
43736         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
43737         file.
43738         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
43739         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
43740         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
43741         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
43742         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
43744         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
43745         fzeros/fnegs to load 0x80000000 into a float register instead of
43746         using the stack.
43747         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
43749 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
43751         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
43752         bits/syscall.h.
43753         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
43754         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
43755         ($(inst_includedir)/bits/syscall.h): Remove rule.
43756         ($(objpfx)bits/syscall.d): Include instead of
43757         $(objpfx)syscall-list.d.
43758         (generated): Change syscall-list.h and syscall-list.d to
43759         bits/syscall.h and bits/syscall.d.
43761 2012-03-14  Roland McGrath  <roland@hack.frob.com>
43763         [BZ #13846]
43764         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
43766 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
43768         [BZ #13841]
43769         * math/s_csqrt.c: Include <float.h>.
43770         (__csqrt): Scale large or subnormal inputs.
43771         * math/s_csqrtf.c: Likewise.
43772         * math/s_csqrtl.c: Likewise.
43773         * math/libm-test.inc (csqrt_test): Add more tests.
43774         * sysdeps/i386/fpu/libm-test-ulps: Update.
43775         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43777         [BZ #13840]
43778         * math/libm-test.inc (hypot_test): Add more tests.
43780 2012-03-13  David S. Miller  <davem@davemloft.net>
43782         [BZ #13840]
43783         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
43784         double-precision for the calculation instead of scaling.
43786 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
43788         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
43789         manipulate bits before adding and subtracting TWO52[sx].
43790         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
43791         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
43792         Likewise.
43793         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
43795 2012-03-13  David S. Miller  <davem@davemloft.net>
43797         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
43798         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
43799         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
43800         rtld-global-offsets.h
43801         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
43803         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
43804         large parameters.
43806         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
43808         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
43809         'err' in the ifdef scope in which it is actually used.
43811         * nss/nss_db/db-init.c: Include string.h
43813 2012-03-12  David S. Miller  <davem@davemloft.net>
43815         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
43816         masking out of the most significant byte of random value used.
43817         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
43818         Fix coding style in previous change.
43820         * sysdeps/unix/sysv/linux/kernel-features.h
43821         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
43822         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
43823         expression.
43824         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
43825         later.
43827 2012-03-11  David S. Miller  <davem@davemloft.net>
43829         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
43830         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
43831         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
43832         for 'resultvar' otherwise things get truncated on 64-bit.
43834         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
43835         Fix masking out of the most significant byte of random value used.
43837         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43839 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
43841         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43843 2012-03-09  David S. Miller  <davem@davemloft.net>
43845         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
43846         variables with appropriate CPP guards.
43847         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
43848         from the frame pointer, not the stack pointer.  Correct layout
43849         comments.  Fix test on resulting framesize and the management of
43850         the outregs buffer for pltexit.  Preserve floating point return
43851         values across _dl_call_pltexit call.
43852         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
43853         framesize and the management of the outregs buffer for pltexit.
43854         Preserve floating point return values across _dl_call_pltexit
43855         call.
43856         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
43857         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
43858         (la_sparc64_gnu_pltexit): New functions.
43859         (print_exit): Fix format string for return register value.
43861 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
43863         * sunrpc/Makefile (others): Add rpcgen.
43864         ($(objpfx)rpcgen): Remove special build rule and dependency on
43865         libc.
43866         * sunrpc/rpcgen.c: New file.
43868 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
43870         [BZ #13673]
43871         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
43872         * stdio-common/bug-vfprintf-nargs.c: Likewise.
43873         * sysdeps/i386/crti.S: Likewise.
43874         * sysdeps/i386/crtn.S: Likewise.
43875         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
43876         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
43877         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
43878         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
43879         * sysdeps/sh/crti.S: Likewise.
43880         * sysdeps/sh/crtn.S: Likewise.
43881         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
43883         [BZ #13673]
43884         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
43885         with URL.
43886         * locale/programs/locfile-kw.gperf: Likewise.
43887         * locale/programs/charmap-kw.h: Regenerated.
43888         * locale/programs/locfile-kw.h: Likewise.
43890         [BZ #13673]
43891         * intl/plural.y: Replace FSF snail mail address with URL.
43892         * intl/plural.c: Regenerated.
43894 2012-03-09  Richard Henderson  <rth@twiddle.net>
43896         * include/math_private.h: Remove file.
43897         * math/math_private.h: Move file ...
43898         * sysdeps/generic/math_private.h: ... here.
43900         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
43901         * sysdeps/powerpc/fpu/math_private.h: Likewise.
43902         * sysdeps/x86_64/fpu/math_private.h: Likewise.
43904         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
43905         and <math_private.h>.
43906         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
43907         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
43908         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
43909         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
43910         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
43911         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
43912         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
43913         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43914         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
43915         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
43916         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43917         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
43918         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
43919         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
43920         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
43921         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
43922         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
43923         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
43924         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
43925         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
43926         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43927         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
43928         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
43929         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43930         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
43931         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
43932         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
43933         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
43934         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
43935         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
43936         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
43937         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
43938         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
43939         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
43940         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
43941         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
43942         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
43943         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
43944         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
43945         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
43946         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
43947         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
43948         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
43949         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
43950         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
43951         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
43952         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
43953         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
43954         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
43955         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
43956         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
43957         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
43958         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
43959         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
43960         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
43961         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
43962         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
43963         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
43964         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
43965         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
43966         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
43967         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
43968         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
43969         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
43970         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
43971         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
43972         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
43973         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
43974         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
43975         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
43976         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
43977         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
43978         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
43979         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
43980         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
43981         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
43982         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
43983         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
43984         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
43985         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
43986         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
43987         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
43988         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
43989         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
43990         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
43991         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
43992         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
43993         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
43994         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
43995         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
43996         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
43997         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
43998         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
43999         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44000         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44001         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44002         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44003         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44004         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44005         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44006         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44007         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44008         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44009         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44010         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
44011         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44012         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44013         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44014         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
44015         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
44016         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
44017         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
44018         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44019         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
44020         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
44021         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44022         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
44023         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
44024         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
44025         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
44026         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
44027         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
44028         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44029         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
44030         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
44031         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
44032         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44033         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
44034         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
44035         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
44036         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
44037         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
44038         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
44039         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
44040         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
44041         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
44042         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44043         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
44044         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
44045         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44046         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
44047         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
44048         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
44049         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
44050         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
44051         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
44052         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
44053         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
44054         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
44055         * sysdeps/ieee754/k_standard.c: Likewise.
44056         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
44057         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
44058         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44059         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
44060         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
44061         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
44062         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
44063         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
44064         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
44065         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
44066         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44067         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
44068         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
44069         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
44070         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
44071         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
44072         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
44073         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
44074         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
44075         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
44076         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
44077         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
44078         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
44079         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
44080         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
44081         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
44082         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
44083         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
44084         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
44085         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
44086         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
44087         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
44088         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
44089         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
44090         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
44091         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
44092         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
44093         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
44094         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
44095         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
44096         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
44097         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
44098         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
44099         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
44100         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
44101         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
44102         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
44103         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
44104         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
44105         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
44106         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
44107         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
44108         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
44109         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
44110         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
44111         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
44112         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
44113         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
44114         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
44115         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
44116         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
44117         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
44118         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
44119         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
44120         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44121         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44122         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
44123         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
44124         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
44125         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
44126         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
44127         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
44128         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
44129         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
44130         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
44131         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
44132         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
44133         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
44134         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44135         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
44136         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
44137         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
44138         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
44139         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
44140         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
44141         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
44142         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
44143         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
44144         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
44145         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
44146         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
44147         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
44148         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
44149         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
44150         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
44151         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
44152         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
44153         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
44154         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
44155         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
44156         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
44157         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
44158         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
44159         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
44160         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
44161         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
44162         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
44163         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
44164         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
44165         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
44166         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
44167         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
44168         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
44169         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
44170         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
44171         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44172         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
44173         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
44174         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44175         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
44176         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
44177         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
44178         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
44179         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
44180         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
44181         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
44182         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
44183         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
44184         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
44185         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
44186         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
44187         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
44188         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
44189         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
44190         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
44191         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
44192         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
44193         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
44194         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
44195         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
44196         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
44197         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
44198         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
44199         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
44200         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
44201         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
44202         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
44203         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
44204         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
44205         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
44206         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
44207         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
44208         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
44209         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
44210         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
44211         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
44212         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
44213         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
44214         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
44215         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
44216         * sysdeps/ieee754/s_lib_version.c: Likewise.
44217         * sysdeps/ieee754/s_matherr.c: Likewise.
44218         * sysdeps/ieee754/s_signgam.c: Likewise.
44219         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
44220         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
44221         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
44222         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
44223         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
44224         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
44225         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
44226         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
44227         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
44228         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
44229         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
44230         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
44231         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
44232         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
44233         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
44234         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
44235         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
44236         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
44237         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
44238         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
44239         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
44241 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44243         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
44244         * sunrpc/rpc_main.c: Likewise.
44245         * sunrpc/rpc_svcout.c: Likewise.
44247 2012-03-09  David S. Miller  <davem@davemloft.net>
44249         * include/math_private.h: New file.
44251 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
44253         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
44254         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
44255         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
44256         from <bits/socket_type.h>.
44257         (enum __socket_type): Don't define here.
44258         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
44259         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
44260         bits/socket_type.h.
44262         [BZ #13566]
44263         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
44264         checking __USE_GNU.
44266         * Makerules ($(inst_includedir)/%.h): New rule.
44267         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
44268         (install-others): Remove variable setting.
44269         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
44271 2012-03-08  Richard Henderson  <rth@twiddle.net>
44273         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
44274         from macro to inline function; merge with the
44275         !__LIBC_INTERNAL_MATH_INLINES version.
44276         (__ieee754_sqrtf): Likewise.
44278         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
44279         to inline function.
44280         (__rintf, __floor, __floorf): Likewise.
44282         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
44283         macro to inline function.
44284         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
44286         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
44287         not <math/math_private.h>.
44289 2012-03-08  David S. Miller  <davem@davemloft.net>
44291         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
44292         copyright year.
44293         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
44295 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
44297         * resolv/gai_misc.c (handle_requests): Fix struct timespec
44298         normalization.
44299         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
44300         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
44302 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
44304         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
44305         be defined individually, they must be defined as a block.  Define
44306         S for printing a string instead of hidint the different by using a
44307         macro for adding the 'l'.
44308         * stdio-common/tst-fphex-wide.c: Adjust.
44310 2012-03-07  Marek Polacek  <polacek@redhat.com>
44312         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
44314 2012-03-08  Marek Polacek  <polacek@redhat.com>
44316         [BZ #13806]
44317         * stdio-common/Makefile (tests): Add tst-fphex-wide.
44318         * stdio-common/tst-fphex.c: Define a few macros to make the
44319         test reusable.  Use them.
44320         * stdio-common/tst-fphex-wide.c: New file.
44322 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
44324         [BZ #6911]
44325         * manual/macros.texi (gnusystems): New macro.
44326         (nongnusystems): Likewise.
44327         (gnulinuxhurdsystems): Likewise.
44328         (gnuhurdsystems): Likewise..
44329         (gnulinuxsystems): Likewise.
44330         * manual/charset.texi: Use new macros or @theglibc{} to refer to
44331         variants of the GNU system, not "GNU system".
44332         * manual/conf.texi: Likewise.
44333         * manual/errno.texi: Likewise.  Update example of errno macro
44334         expansion.
44335         * manual/filesys.texi: Likewise.
44336         (getumask): Document as specific to GNU/Hurd.
44337         * manual/install.texi: Likewise.  Reword some references to
44338         GNU/Linux.
44339         * manual/intro.texi: Likewise.
44340         * manual/io.texi: Likewise.
44341         (File Name Portability): Detail which constraints are inapplicable
44342         to all GNU systems and which are only inapplicable to GNU/Hurd.
44343         * manual/job.texi: Likewise.
44344         * manual/llio.texi: Likewise.
44345         (O_NOCTTY): Document as present on GNU/Linux.
44346         * manual/maint.texi: Likewise.
44347         * manual/memory.texi: Likewise.
44348         * manual/pattern.texi: Likewise.
44349         * manual/pipe.texi: Likewise.
44350         * manual/process.texi: Likewise.
44351         * manual/resource.texi: Likewise.
44352         (RUSAGE_CHILDREN): Remove statement about specifying a particular
44353         child on GNU/Hurd.
44354         * manual/setjmp.texi: Likewise.
44355         * manual/signal.texi: Likewise.
44356         * manual/startup.texi: Likewise.
44357         * manual/stdio.texi: Likewise.
44358         * manual/terminal.texi: Likewise.
44359         (ONLCR): Document as POSIX.
44360         (OXTABS): Document availability on GNU/Linux as XTABS.
44361         (ONOEOT): Document availability separately from other bits.
44362         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
44363         * manual/time.texi: Likewise.
44364         * manual/users.texi: Likewise.
44365         * INSTALL: Regenerated.
44366         * sysdeps/gnu/errlist.c: Regenerated.
44368         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
44369         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
44370         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
44371         puts.
44372         * configure: Regenerated.
44374 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
44376         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
44377         default includes instead of AC_HEADER_CHECK.
44378         * sysdeps/i386/configure: Regenerated.
44380         [BZ #10716]
44381         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
44382         * math/s_cacoshf.c (__cacoshf): Likewise.
44383         * math/s_cacoshl.c (__cacoshl): Likewise.
44384         * math/s_casinh.c (__casinh): Set signs of result from argument.
44385         * math/s_casinhf.c (__casinhf): Likewise.
44386         * math/s_casinhl.c (__casinhl): Likewise.
44387         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
44388         (casinh_test): Add more tests.
44389         * sysdeps/i386/fpu/libm-test-ulps: Update.
44390         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44392 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
44394         * po/zh_TW.po: Update from translation team.
44396         * login/Makefile (distribute): Remove variable.
44397         * catgets/Makefile: Likewise.
44398         * mach/Makefile: Likewise.
44399         * malloc/Makefile: Likewise.
44400         * misc/Makefile: Likewise.
44401         * iconv/Makefile: Likewise.
44402         * nscd/Makefile: Likewise.
44403         * hurd/Makefile: Likewise.
44404         * manual/Makefile: Likewise.
44405         * locale/Makefile: Likewise.
44406         * intl/Makefile: Likewise.
44407         * conform/Makefile: Likewise.
44408         * nss/Makefile: Likewise.
44409         * time/Makefile: Likewise.
44410         * soft-fp/Makefile: Likewise.
44411         * dirent/Makefile: Likewise.
44412         * gmon/Makefile: Likewise.
44413         * po/Makefile: Likewise.
44414         * rt/Makefile: Likewise.
44415         * socket/Makefile: Likewise.
44416         * math/Makefile: Likewise.
44417         * signal/Makefile: Likewise.
44418         * debug/Makefile: Likewise.
44419         * elf/Makefile: Likewise.
44420         * timezone/Makefile: Likewise.
44421         * stdlib/Makefile: Likewise.
44422         * iconvdata/Makefile: Likewise.
44423         * sunrpc/Makefile: Likewise.
44424         * io/Makefile: Likewise.
44425         * argp/Makefile: Likewise.
44426         * inet/Makefile: Likewise.
44427         * hesiod/Makefile: Likewise.
44428         * grp/Makefile: Likewise.
44429         * csu/Makefile: Likewise.
44430         * wctype/Makefile: Likewise.
44431         * crypt/Makefile: Likewise.
44432         * libio/Makefile: Likewise.
44433         * string/Makefile: Likewise.
44434         * nis/Makefile: Likewise.
44435         * resolv/Makefile: Likewise.
44436         * stdio-common/Makefile: Likewise.
44437         * wcsmbs/Makefile: Likewise.
44438         * dlfcn/Makefile: Likewise.
44439         * posix/Makefile: Likewise.
44441         [BZ #6959]
44442         * timezone/Makefile: Don't install timezone files, just the programs
44443         and scripts.
44445 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
44447         * nss/databases.def: Add missing gshadow entry.
44449         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
44451 2012-03-06  Marek Polacek  <polacek@redhat.com>
44453         [BZ #13726]
44454         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
44455         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
44456         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
44457         * stdio-common/tst-long-dbl-fphex.c: New file.
44459 2012-03-06  David S. Miller  <davem@davemloft.net>
44461         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
44462         (set_obp_int): New function.
44463         (get_obp_int): New function.
44464         (__get_clockfreq_via_dev_openprom): Likewise.
44465         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
44466         Avoid unused variable warnings on 'val' and use builtin_expect.
44467         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
44468         __builtin_expect.
44469         (INLINE_CLONE_SYSCALL): Likewise.
44471 2012-03-05  David S. Miller  <davem@davemloft.net>
44473         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44475 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
44477         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44479         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
44480         only for |x| >= 40.
44481         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44483 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
44485         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
44486         Replace gettimeofday with __vdso_gettimeofday.
44488         * sysdeps/unix/sysv/linux/x86_64/init-first.c
44489         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
44490         __vdso_clock_gettime and __vdso_getcpu.
44492         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
44493         time with __vdso_time.
44495 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
44497         * manual/lang.texi (size_t): Note types to which size_t may be
44498         equivalent with the GNU C Library, but do not describe when
44499         differences between them are significant.
44501 2012-03-05  Andreas Jaeger  <aj@suse.de>
44503         * sysdeps/i386/fpu/libm-test-ulps: Update.
44505 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
44507         [BZ #3976]
44508         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
44509         (__ieee754_pow): Save and restore rounding mode and use
44510         round-to-nearest for main computations.
44511         * math/libm-test.inc (pow_test_tonearest): New function.
44512         (pow_test_towardzero): Likewise.
44513         (pow_test_downward): Likewise.
44514         (pow_test_upward): Likewise.
44515         (main): Call the new functions.
44516         * sysdeps/i386/fpu/libm-test-ulps: Update.
44517         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44519         [BZ #3976]
44520         * math/libm-test.inc (cosh_test_tonearest): New function.
44521         (cosh_test_towardzero): Likewise.
44522         (cosh_test_downward): Likewise.
44523         (cosh_test_upward): Likewise.
44524         (sinh_test_tonearest): Likewise.
44525         (sinh_test_towardzero): Likewise.
44526         (sinh_test_downward): Likewise.
44527         (sinh_test_upward): Likewise.
44528         (main): Call the new functions.
44529         * sysdeps/i386/fpu/libm-test-ulps: Update.
44530         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44532 2012-03-05  Tom de Vries  <tom@codesourcery.com>
44534         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
44535         default stack guard is set in last bytes.
44536         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
44538 2012-03-05  Kees Cook  <keescook@chromium.org>
44540         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
44542         [BZ #13656]
44543         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
44544         possibly allocate from heap instead of stack.
44545         * stdio-common/bug-vfprintf-nargs.c: New file.
44546         * stdio-common/Makefile (tests): Add nargs overflow test.
44548 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
44550         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
44552 2012-03-03  Marek Polacek  <polacek@redhat.com>
44554         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
44555         * math/math_private.h: Likewise.
44556         * stdlib/tst-strtod.c: Likewise.
44557         * sysdeps/i386/i486/bits/atomic.h: Likewise.
44558         * sysdeps/x86_64/bits/atomic.h: Likewise.
44560 2012-03-02  David S. Miller  <davem@davemloft.net>
44562         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
44563         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
44564         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
44565         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
44566         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
44567         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
44568         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
44569         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
44571 2012-03-02  Roland McGrath  <roland@hack.frob.com>
44573         [BZ #13792]
44574         * manual/examples/README: New file, says the example source files
44575         can be used under GPL>=2.
44576         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
44577         line containing just "*/".
44578         * manual/examples/add.c: Add copyright header (GPL>=2).
44579         * manual/examples/argp-ex1.c: Likewise.
44580         * manual/examples/argp-ex2.c: Likewise.
44581         * manual/examples/argp-ex3.c: Likewise.
44582         * manual/examples/argp-ex4.c: Likewise.
44583         * manual/examples/atexit.c: Likewise.
44584         * manual/examples/db.c: Likewise.
44585         * manual/examples/dir.c: Likewise.
44586         * manual/examples/dir2.c: Likewise.
44587         * manual/examples/execinfo.c: Likewise.
44588         * manual/examples/filecli.c: Likewise.
44589         * manual/examples/filesrv.c: Likewise.
44590         * manual/examples/fmtmsgexpl.c: Likewise.
44591         * manual/examples/genpass.c: Likewise.
44592         * manual/examples/inetcli.c: Likewise.
44593         * manual/examples/inetsrv.c: Likewise.
44594         * manual/examples/isockad.c: Likewise.
44595         * manual/examples/longopt.c: Likewise.
44596         * manual/examples/memopen.c: Likewise.
44597         * manual/examples/memstrm.c: Likewise.
44598         * manual/examples/mkfsock.c: Likewise.
44599         * manual/examples/mkisock.c: Likewise.
44600         * manual/examples/mygetpass.c: Likewise.
44601         * manual/examples/pipe.c: Likewise.
44602         * manual/examples/popen.c: Likewise.
44603         * manual/examples/rprintf.c: Likewise.
44604         * manual/examples/search.c: Likewise.
44605         * manual/examples/select.c: Likewise.
44606         * manual/examples/setjmp.c: Likewise.
44607         * manual/examples/sigh1.c: Likewise.
44608         * manual/examples/sigusr.c: Likewise.
44609         * manual/examples/stpcpy.c: Likewise.
44610         * manual/examples/strdupa.c: Likewise.
44611         * manual/examples/strftim.c: Likewise.
44612         * manual/examples/strncat.c: Likewise.
44613         * manual/examples/subopt.c: Likewise.
44614         * manual/examples/swapcontext.c: Likewise.
44615         * manual/examples/termios.c: Likewise.
44616         * manual/examples/testopt.c: Likewise.
44617         * manual/examples/testpass.c: Likewise.
44618         * manual/examples/timeval_subtract.c: Likewise.
44620         [BZ #13792]
44621         * manual/time.texi (Elapsed Time): Move timeval_subtract example
44622         function to ...
44623         * manual/timeval_subtract.c.texi: ... here, new file.
44625 2012-03-02  David S. Miller  <davem@davemloft.net>
44627         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
44629 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
44631         [BZ #3976]
44632         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
44633         (__sin): Save and restore rounding mode and use round-to-nearest
44634         for all computations.
44635         (__cos): Save and restore rounding mode and use round-to-nearest
44636         for all computations.
44637         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
44638         <fenv.h>.
44639         (tan): Save and restore rounding mode and use round-to-nearest for
44640         all computations.
44641         * math/libm-test.inc (cos_test_tonearest): New function.
44642         (cos_test_towardzero): Likewise.
44643         (cos_test_downward): Likewise.
44644         (cos_test_upward): Likewise.
44645         (sin_test_tonearest): Likewise.
44646         (sin_test_towardzero): Likewise.
44647         (sin_test_downward): Likewise.
44648         (sin_test_upward): Likewise.
44649         (tan_test_tonearest): Likewise.
44650         (tan_test_towardzero): Likewise.
44651         (tan_test_downward): Likewise.
44652         (tan_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 #10135]
44658         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
44659         small n, then large n, before computing and testing k+n.
44660         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
44661         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
44662         Likewise.
44663         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
44664         Likewise.
44665         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
44666         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
44667         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
44668         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
44669         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
44670         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
44671         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
44672         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
44673         * math/libm-test.inc (scalbn_test): Add more tests.
44674         (scalbln_test): Likewise.
44676         * manual/filesys.texi (mode_t): Describe constraints on size and
44677         signedness, not exact equivalence to a particular type.
44678         (ino_t): Likewise.
44679         (ino64_t): Likewise.
44680         (dev_t): Likewise.
44681         (nlink_t): Likewise.
44682         (blkcnt_t): Likewise.
44683         (blkcnt64_t): Likewise.
44684         * manual/llio.texi (off_t): Likewise.
44686         [BZ #3976]
44687         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
44688         (__ieee754_exp): Save and restore rounding mode and use
44689         round-to-nearest for all computations.
44690         * math/libm-test.inc (exp_test_tonearest): New function.
44691         (exp_test_towardzero): Likewise.
44692         (exp_test_downward): Likewise.
44693         (exp_test_upward): Likewise.
44694         (main): Call the new functions.
44695         * sysdeps/i386/fpu/libm-test-ulps: Update.
44696         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44698 2012-03-01  Chris Demetriou  <cgd@google.com>
44700         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
44701         have predictable order.
44703 2012-03-01  David S. Miller  <davem@davemloft.net>
44705         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
44707         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
44708         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
44709         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
44710         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
44712         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
44713         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
44714         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
44715         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
44716         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
44717         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
44718         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
44719         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
44720         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
44722         * sysdeps/sparc/fpu/libm-test-ulps: Update.
44724         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
44725         * sysdeps/sparc/fpu/libm-test-ulps: to here.
44726         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
44728         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
44729         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
44730         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
44731         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
44732         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
44733         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
44734         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
44735         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
44736         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
44737         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
44738         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
44739         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
44740         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
44741         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
44742         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
44743         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
44744         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
44745         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
44746         * sysdeps/sparc/elf/configure: Regenerated.
44748 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
44750         * configure.in (AS, LD): Require binutils 2.20 or later.
44751         * configure: Regenerated.
44752         * manual/install.texi (Tools for Compilation): Give binutils 2.20
44753         as required minimum version.
44754         * INSTALL: Regenerated.
44756         [BZ #2541]
44757         [BZ #4108]
44758         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
44759         before squaring exponent.
44760         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
44761         bottom long double and 27 bits of top long double before squaring
44762         exponent.
44763         * math/libm-test.inc (erfc_test): Add more tests.
44764         * sysdeps/i386/fpu/libm-test-ulps: Update.
44765         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
44766         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44768 2012-03-01  Kai Tietz  <ktietz@redhat.com>
44770         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
44771         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
44772         containing bit-fields.
44773         * soft-fp/extended.h (_FP_UNION_E): Likewise.
44774         * soft-fp/single.h (_FP_UNION_S): Likewise.
44775         * soft-fp/double.h (_FP_UNION_D): Likewise.
44777 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
44779         [BZ #13786]
44780         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
44781         not include ../strcmp.S.
44782         [USE_AS_STRNCASECMP_L]: Likewise.
44783         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
44784         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
44785         * sysdeps/i386/i686/multiarch/strncase_l-c.c
44786         (__strncasecmp_l_ia32): Define as alias to
44787         __strncasecmp_l_nonascii.
44789         [BZ #5794]
44790         * math/libm-test.inc (expm1_test): Add test for bug 5794.
44791         * sysdeps/i386/fpu/libm-test-ulps: Update.
44792         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44794         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
44795         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
44797 2012-02-29  Jeff Law  <law@redhat.com>
44799         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
44800         out of bounds read.
44802 2012-02-29  Marek Polacek  <polacek@redhat.com>
44804         [BZ #13706]
44805         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
44806         * elf/Makefile: Add rules to run tst-unused-dep.out.
44808 2012-02-28  David S. Miller  <davem@davemloft.net>
44810         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
44811         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
44812         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
44813         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
44814         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
44815         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
44817 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
44819         * math/libm-test.inc (llround_test): Move one test from
44820         lround_test.  Use TEST_f_L in moved test.
44821         (lround_test): Move misplaced test to llround_test.  Add testcase
44822         from bug 2561.
44824 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
44826         * sysdeps/x86_64/fpu/e_expf.S: New file.
44827         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
44829 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
44831         [BZ #13637]
44832         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
44833         of remain_len that may cause incomplete multi-byte character and
44834         false match.
44835         * posix/bug-regex33.c: New file.
44836         * posix/Makefile (tests): Add bug-regex33.
44838 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
44840         * manual/macros.texi: New file.
44841         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
44842         * manual/libc.texinfo: Include macros.texi.
44843         * manual/creatute.texi: Likewise.
44844         * manual/install.texi: Likewise.
44845         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
44846         @glibcadj{} in references to the GNU C Library.
44847         * manual/charset.texi: Likewise.
44848         * manual/conf.texi: Likewise.
44849         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
44850         when not using those macros.
44851         * manual/creature.texi: Likewise.
44852         * manual/crypt.texi: Likewise.
44853         * manual/errno.texi: Likewise.
44854         * manual/filesys.texi: Likewise.
44855         * manual/header.texi: Likewise.
44856         * manual/install.texi: Likewise.
44857         * manual/intro.texi: Likewise.
44858         * manual/io.texi: Likewise.
44859         * manual/job.texi: Likewise.
44860         * manual/lang.texi: Likewise.
44861         * manual/libc.texiinfo: Likewise.
44862         * manual/llio.texi: Likewise.
44863         * manual/locale.texi: Likewise.
44864         * manual/maint.texi: Likewise.
44865         * manual/math.texi: Likewise.
44866         * manual/memory.texi: Likewise.
44867         * manual/message.texi: Likewise.
44868         * manual/nss.texi: Likewise.
44869         * manual/pattern.texi: Likewise.
44870         * manual/process.texi: Likewise.
44871         * manual/resource.texi: Likewise.
44872         * manual/search.texi: Likewise.
44873         * manual/setjmp.texi: Likewise.
44874         * manual/signal.texi: Likewise.
44875         * manual/socket.texi: Likewise.
44876         * manual/startup.texi: Likewise.
44877         * manual/stdio.texi: Likewise.
44878         * manual/string.texi: Likewise.
44879         * manual/sysinfo.texi: Likewise.
44880         * manual/syslog.texi: Likewise.
44881         * manual/terminal.texi: Likewise.
44882         * manual/time.texi: Likewise.
44883         * manual/users.texi: Likewise.
44884         * INSTALL: Regenerated.
44885         * NOTES: Regenerated.
44886         * sysdeps/gnu/errlist.c: Regenerated.
44888 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
44890         * include/dirent.h: Include <dirstream.h> before
44891         <dirent/dirent.h>.
44893 2012-02-28  David S. Miller  <davem@davemloft.net>
44895         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
44896         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
44897         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
44898         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
44900 2012-02-27  David S. Miller  <davem@davemloft.net>
44902         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
44903         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
44904         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
44905         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
44907         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
44908         frame pointer instead of stack pointer relative arg slot.
44909         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
44910         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
44911         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
44913 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
44915         [BZ #3992]
44916         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
44918 2012-02-27  David S. Miller  <davem@davemloft.net>
44920         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
44921         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
44922         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
44923         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
44924         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
44925         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
44926         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
44927         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
44929 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
44931         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
44932         later.  Allow versions 5-9.
44933         * configure: Regenerated.
44934         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
44935         required minimum version and 4.6 as recommended version.  Do not
44936         mention bugs in GCC 2.7 and 2.8.
44937         * INSTALL: Regenerated.
44939 2012-02-27  David S. Miller  <davem@davemloft.net>
44941         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
44942         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
44943         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
44944         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
44945         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
44946         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
44947         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
44948         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
44950         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
44951         manipulate bits before adding and subtracting TWO112[sx].
44952         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
44954 2012-02-27  Roland McGrath  <roland@hack.frob.com>
44956         [BZ #13775]
44957         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
44958         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
44959         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
44960         being in POSIX, because they are in 1003.1-2008.
44962         * rt/tst-aio.c: Include <fcntl.h>.
44963         * rt/tst-aio7.c: Likewise.
44964         * rt/tst-aio64.c: Likewise.
44966         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
44968 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
44970         * manual/install.texi (--with-headers): Describe headers as
44971         interface headers, not private headers.
44972         (Specific advice for GNU/Linux systems): Describe use of headers
44973         from "make headers_install", not private headers from older
44974         kernels.
44975         * INSTALL: Regenerated.
44976         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
44977         Change to 2.6.19.
44978         * sysdeps/unix/sysv/linux/configure: Regenerated.
44980         * manual/llio.texi (fclean): Remove documentation.
44982         * manual/Makefile (libc-texi-generated): New variable.  Include
44983         version.texi.
44984         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
44985         $(libc-texi-generated), not duplicated list of files.
44986         (version.texi, stamp-version): New rules.
44987         (realclean): Remove $(libc-texi-generated), not individual files
44988         from that list.  Do not remove dir-add.texinfo.
44989         * manual/libc.texinfo: Comment out uses of edition numbers and
44990         references to printed manual.  Remove last-updated dates.
44991         (EDITION): Comment out.
44992         (ISBN): Likewise.
44993         (VERSION, UPDATED): Remove.
44994         (version.texi): Include.
44996 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
44998         * sysdeps/posix/spawni.c: Include <signal.h>.
44999         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
45000         * sysdeps/pthread/aio_fsync.c: Likewise.
45002 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
45004         * conform/Makefile (tests): Run only when not cross-compiling and
45005         when fast-check is not defined.
45007         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
45008         * conform/data/limits.h-data: Fixes for POSIX2008.
45009         * conform/run-conformtest.sh: Run all tests.
45010         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
45011         headers.
45012         * include/bits/dlfcn.h: Likewise.
45013         * include/langinfo.h: Likewise.
45014         * include/monetary.h: Likewise.
45015         * include/sys/poll.h: Likewise.
45017         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
45018         for __USE_GNU.
45019         * posix/spawn.h: Define __need_sigset_t.
45020         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
45021         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
45022         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
45023         to get sigevent_t only.
45024         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
45025         only for __USE_GNU.
45026         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45027         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
45028         process_vm_writev only for __USE_GNU.
45029         * termios/termios.h: Declare tcgetsid also for POSIX2008.
45031         * conform/Makefile: For now ignore errors from run-conformtest.
45032         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
45033         POSIX to avoid namespace pollution.  Don't prepend headers.
45034         * conform/data/aio.h-data: Fixes for POSIX testing.
45035         * conform/data/fcntl.h-data: Likewise.
45036         * conform/data/glob.h-data: Likewise.
45037         * conform/data/grp.h-data: Likewise.
45038         * conform/data/pthread.h-data: Likewise.
45039         * conform/data/pwd.h-data: Likewise.
45040         * conform/data/signal.h-data: Likewise.
45041         * conform/data/spawn.h-data: Likewise.
45042         * conform/data/stdio.h-data: Likewise.
45043         * conform/data/stdlib.h-data: Likewise.
45044         * conform/data/stropts.h-data: Likewise.
45045         * conform/data/sys/mman.h-data: Likewise.
45046         * conform/data/sys/stat.h-data: Likewise.
45047         * conform/data/sys/types.h-data: Likewise.
45048         * conform/data/sys/wait.h-data: Likewise.
45049         * conform/data/time.h-data: Likewise.
45050         * conform/data/unistd.h-data: Likewise.
45051         * conform/data/utime.h-data: Likewise.
45053         * io/sys/stat.h: fchmod was always in POSIX.
45054         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
45055         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
45056         * rt/aio.h: Define __need_timespec before including <time.h>.
45057         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
45058         struct.  Add forward declaration of pthread_attr_t and use it in
45059         sigevent.
45060         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
45061         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
45062         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
45063         always remove CLK_TCK definition.
45065 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
45067         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
45069 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
45071         * conform/run-conformtest.sh: New file.
45072         * conform/Makefile: Run run-conformtest for tests.
45073         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
45074         support.
45076         * conform/data/uchar.h-data: New file.
45077         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
45078         * conform/data/arpa/inet.h-data: Likewise.
45079         * conform/data/assert.h-data: Likewise.
45080         * conform/data/complex.h-data: Likewise.
45081         * conform/data/cpio.h-data: Likewise.
45082         * conform/data/ctype.h-data: Likewise.
45083         * conform/data/dirent.h-data: Likewise.
45084         * conform/data/dlfcn.h-data: Likewise.
45085         * conform/data/errno.h-data: Likewise.
45086         * conform/data/fcntl.h-data: Likewise.
45087         * conform/data/float.h-data: Likewise.
45088         * conform/data/fmtmsg.h-data: Likewise.
45089         * conform/data/fnmatch.h-data: Likewise.
45090         * conform/data/ftw.h-data: Likewise.
45091         * conform/data/glob.h-data: Likewise.
45092         * conform/data/grp.h-data: Likewise.
45093         * conform/data/iconv.h-data: Likewise.
45094         * conform/data/inttypes.h-data: Likewise.
45095         * conform/data/langinfo.h-data: Likewise.
45096         * conform/data/libgen.h-data: Likewise.
45097         * conform/data/limits.h-data: Likewise.
45098         * conform/data/locale.h-data: Likewise.
45099         * conform/data/math.h-data: Likewise.
45100         * conform/data/monetary.h-data: Likewise.
45101         * conform/data/mqueue.h-data: Likewise.
45102         * conform/data/ndbm.h-data: Likewise.
45103         * conform/data/net/if.h-data: Likewise.
45104         * conform/data/netdb.h-data: Likewise.
45105         * conform/data/netinet/in.h-data: Likewise.
45106         * conform/data/nl_types.h-data: Likewise.
45107         * conform/data/poll.h-data: Likewise.
45108         * conform/data/pthread.h-data: Likewise.
45109         * conform/data/pwd.h-data: Likewise.
45110         * conform/data/regex.h-data: Likewise.
45111         * conform/data/sched.h-data: Likewise.
45112         * conform/data/search.h-data: Likewise.
45113         * conform/data/semaphore.h-data: Likewise.
45114         * conform/data/setjmp.h-data: Likewise.
45115         * conform/data/signal.h-data: Likewise.
45116         * conform/data/spawn.h-data: Likewise.
45117         * conform/data/stdarg.h-data: Likewise.
45118         * conform/data/stdio.h-data: Likewise.
45119         * conform/data/stdlib.h-data: Likewise.
45120         * conform/data/string.h-data: Likewise.
45121         * conform/data/strings.h-data: Likewise.
45122         * conform/data/stropts.h-data: Likewise.
45123         * conform/data/sys/ipc.h-data: Likewise.
45124         * conform/data/sys/mman.h-data: Likewise.
45125         * conform/data/sys/msg.h-data: Likewise.
45126         * conform/data/sys/resource.h-data: Likewise.
45127         * conform/data/sys/select.h-data: Likewise.
45128         * conform/data/sys/sem.h-data: Likewise.
45129         * conform/data/sys/shm.h-data: Likewise.
45130         * conform/data/sys/socket.h-data: Likewise.
45131         * conform/data/sys/stat.h-data: Likewise.
45132         * conform/data/sys/statvfs.h-data: Likewise.
45133         * conform/data/sys/time.h-data: Likewise.
45134         * conform/data/sys/timeb.h-data: Likewise.
45135         * conform/data/sys/times.h-data: Likewise.
45136         * conform/data/sys/types.h-data: Likewise.
45137         * conform/data/sys/uio.h-data: Likewise.
45138         * conform/data/sys/un.h-data: Likewise.
45139         * conform/data/sys/utsname.h-data: Likewise.
45140         * conform/data/sys/wait.h-data: Likewise.
45141         * conform/data/syslog.h-data: Likewise.
45142         * conform/data/tar.h-data: Likewise.
45143         * conform/data/termios.h-data: Likewise.
45144         * conform/data/utime.h-data: Likewise.
45145         * conform/data/utmpx.h-data: Likewise.
45146         * conform/data/varargs.h-data: Likewise.
45147         * conform/data/wchar.h-data: Likewise.
45148         * conform/data/wctype.h-data: Likewise.
45149         * conform/data/wordexp.h-data: Likewise.
45151         * include/stropts.h: New file.
45152         * include/uchar.h: New file.
45153         * include/aio.h: Changes to allow conformtest.pl to use the headers.
45154         * include/assert.h: Likewise.
45155         * include/ctype.h: Likewise.
45156         * include/dirent.h: Likewise.
45157         * include/dlfcn.h: Likewise.
45158         * include/fcntl.h: Likewise.
45159         * include/fnmatch.h: Likewise.
45160         * include/glob.h: Likewise.
45161         * include/grp.h: Likewise.
45162         * include/libio.h: Likewise.
45163         * include/locale.h: Likewise.
45164         * include/math.h: Likewise.
45165         * include/net/if.h: Likewise.
45166         * include/netdb.h: Likewise.
45167         * include/netinet/in.h: Likewise.
45168         * include/pthread.h: Likewise.
45169         * include/pwd.h: Likewise.
45170         * include/regex.h: Likewise.
45171         * include/sched.h: Likewise.
45172         * include/search.h: Likewise.
45173         * include/setjmp.h: Likewise.
45174         * include/signal.h: Likewise.
45175         * include/stdio.h: Likewise.
45176         * include/stdlib.h: Likewise.
45177         * include/string.h: Likewise.
45178         * include/sys/cdefs.h: Likewise.
45179         * include/sys/mman.h: Likewise.
45180         * include/sys/msg.h: Likewise.
45181         * include/sys/resource.h: Likewise.
45182         * include/sys/select.h: Likewise.
45183         * include/sys/socket.h: Likewise.
45184         * include/sys/stat.h: Likewise.
45185         * include/sys/statvfs.h: Likewise.
45186         * include/sys/time.h: Likewise.
45187         * include/sys/times.h: Likewise.
45188         * include/sys/uio.h: Likewise.
45189         * include/sys/utsname.h: Likewise.
45190         * include/sys/wait.h: Likewise.
45191         * include/termios.h: Likewise.
45192         * include/time.h: Likewise.
45193         * include/ulimit.h: Likewise.
45194         * include/unistd.h: Likewise.
45195         * include/utime.h: Likewise.
45196         * include/wchar.h: Likewise.
45197         * include/wctype.h: Likewise.
45198         * include/wordexp.h: Likewise.
45200         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
45202         * time/time.h: TIME_UTC must be a macro.
45203         Make timespec_get available for ISO C11 only as well.
45205 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
45207         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
45208         Reported by Peng Haitao <penght@cn.fujitsu.com>.
45210 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45212         * configure.in: Use -o not -a in test for unsupported multi-arch.
45214 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45216         * manual/texinfo.tex: Update to version 2012-01-19.16.
45218 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
45220         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
45222 2012-02-24  Roland McGrath  <roland@hack.frob.com>
45224         [BZ #13738]
45225         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
45226         * manual/fdl-1.3.texi: New file.
45227         * manual/fdl-1.1.texi: File removed.
45229         [BZ #13738]
45230         * manual/libc.texinfo (FDL_VERSION): New @set.
45231         Use it for mention of FDL in cover text.
45232         (Documentation License): Use it in @include file name.
45234 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45235             Roland McGrath  <roland@hack.frob.com>
45237         [BZ #5461]
45238         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
45239         (not LONG_LONG_MAX and LONG_LONG_MIN.
45240         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
45241         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
45242         name.
45243         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
45245 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45247         [BZ #2547]
45248         [BZ #11365]
45249         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
45250         manipulate bits before adding and subtracting TWO23[sx].
45251         * math/libm-test.inc (nearbyint_test): Add more tests.
45253 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45255         [BZ #2548]
45256         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
45257         bits before adding and subtracting TWO23[sx].
45258         * math/libm-test.inc (rint_test): Add more tests.
45259         (rint_test_tonearest): Likewise.
45260         (rint_test_towardzero): Likewise.
45261         (rint_test_downward): Likewise.
45262         (rint_test_upward: Likewise.
45264 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45266         [BZ #10110]
45267         * include/stdc-predef.h: New file.  Extracted from features.h.
45268         * include/features.h: Include stdc-predef.h.
45269         * Makefile (headers): Add stdc-predef.h.
45270         * CONFORMANCE (Compiler limitations): Update.
45272 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
45274         * manual/libc.texinfo (VERSION, UPDATED): Revert.
45276 2012-02-21  David S. Miller  <davem@davemloft.net>
45278         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
45279         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45281 2012-02-20  David S. Miller  <davem@davemloft.net>
45283         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
45284         using a normal save/restore sequence, rather than allocating a
45285         dummy stack frame just to store a frame pointer and restore.
45286         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45288 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45290         * manual/install.texi: Fix stray word in line-wrapped comment.
45292 2012-02-20  David S. Miller  <davem@davemloft.net>
45294         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
45295         both binutils and gcc support GOTDATA.
45297         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
45298         "rd %pc" in the PIC register setup sequences.
45300         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
45301         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
45302         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
45303         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
45304         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
45305         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
45306         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
45307         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
45308         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
45309         (SYSCALL_ERROR_HANDLER): Likewise.
45310         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
45311         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
45312         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
45313         (SYSCALL_ERROR_HANDLER): Likewise.
45315         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
45316         (HAVE_GCC_GOTDATA): New.
45317         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
45318         relocation support in both binutils and gcc.
45319         * sysdeps/sparc/elf/configure: Regenerate.
45321         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
45322         * sysdeps/sparc/sparc32/elf/configure: Delete.
45323         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
45324         * sysdeps/sparc/sparc64/elf/configure: Delete.
45325         * sysdeps/sparc/elf/configure.in: New file.
45326         * sysdeps/sparc/elf/configure: Generate.
45328         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
45329         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
45330         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
45331         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
45332         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
45334 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45336         * manual/install.texi: Do not mention specific glibc version
45337         numbers.
45338         * manual/libc.texinfo (VERSION, UPDATED): Update.
45339         (@copying): Use @copyright{} and range of years.
45341 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
45343         [BZ #13695]
45344         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
45345         [crti.S not in sysdirs] (generated): Do not append.
45346         [crti.S not in sysdirs] (omit-deps): Likewise.
45347         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
45348         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
45349         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
45350         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
45351         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
45352         Likewise.
45353         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
45354         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
45355         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
45356         * csu/defs.awk: Remove file.
45357         * sysdeps/generic/initfini.c: Likewise.
45358         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
45359         variable.
45360         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
45361         Likewise.
45363 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45365         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
45366         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
45367         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
45368         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
45369         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
45370         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
45371         <bits/epoll.h>.
45372         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
45373         (__EPOLL_PACKED): Define to empty if not defined by
45374         <bits/epoll.h>.
45375         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
45376         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45377         bits/epoll.h.
45379 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45381         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
45382         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
45383         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
45384         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
45385         <bits/timerfd.h>.
45386         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
45387         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45388         bits/timerfd.h.
45390 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
45392         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
45393         in C locale.
45394         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
45395         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
45396         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
45397         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45399 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
45401         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45402         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
45404 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
45406         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
45407         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
45408         defined.
45409         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
45410         Likewise.
45411         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
45412         entry for 2.16.
45414 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
45416         * math/w_acos.c: Use non-signaling floating-point comparisons.
45417         * math/w_acosf.c: Likewise.
45418         * math/w_acosh.c: Likewise.
45419         * math/w_acoshf.c: Likewise.
45420         * math/w_acoshl.c: Likewise.
45421         * math/w_acosl.c: Likewise.
45422         * math/w_asin.c: Likewise.
45423         * math/w_asinf.c: Likewise.
45424         * math/w_asinl.c: Likewise.
45425         * math/w_atanh.c: Likewise.
45426         * math/w_atanhf.c: Likewise.
45427         * math/w_atanhl.c: Likewise.
45428         * math/w_exp2.c: Likewise.
45429         * math/w_exp2f.c: Likewise.
45430         * math/w_exp2l.c: Likewise.
45431         * math/w_j0.c: Likewise.
45432         * math/w_j0f.c: Likewise.
45433         * math/w_j0l.c: Likewise.
45434         * math/w_j1.c: Likewise.
45435         * math/w_j1f.c: Likewise.
45436         * math/w_j1l.c: Likewise.
45437         * math/w_jn.c: Likewise.
45438         * math/w_jnf.c: Likewise.
45439         * math/w_log.c: Likewise.
45440         * math/w_log10.c: Likewise.
45441         * math/w_log10f.c: Likewise.
45442         * math/w_log10l.c: Likewise.
45443         * math/w_log2.c: Likewise.
45444         * math/w_log2f.c: Likewise.
45445         * math/w_log2l.c: Likewise.
45446         * math/w_logf.c: Likewise.
45447         * math/w_logl.c: Likewise.
45448         * math/w_sqrt.c: Likewise.
45449         * math/w_sqrtf.c: Likewise.
45450         * math/w_sqrtl.c: Likewise.
45451         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
45452         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
45453         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
45454         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
45455         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
45457 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45459         [BZ #9739]
45460         * manual/string.texi (strnlen): Use correct parameter name in
45461         equivalent expression.
45463 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45465         [BZ #11174]
45466         * manual/users.texi (seteuid): Consistently use neweuid for
45467         argument name.
45469 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
45471         [BZ #13704]
45472         * manual/nss.texi (Services in the NSS configuration): Correct
45473         list of services in example configuration file.
45475 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
45477         [BZ #11322]
45478         * manual/arith.texi: Remove statements about negative zero
45479         behaving identically to zero.
45481 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
45483         [BZ #5993]
45484         * manual/install.texi: Do not document upgrading from libc5.
45486 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
45488         [BZ #4596]
45489         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
45491 2012-02-18  David S. Miller  <davem@davemloft.net>
45493         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
45494         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
45495         %o7 across the call.
45496         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
45497         instead.
45498         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
45499         SETUP_PIC_REG_LEAF.
45500         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45501         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
45502         * sysdeps/sparc/crtn.S: Likewise.
45504 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
45506         * aout/Makefile: Remove.
45508 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
45510         [BZ #13058]
45511         * manual/examples/argp-ex1.c (main): Format definition in GNU
45512         style.
45513         * manual/examples/argp-ex2.c (main): Likewise.
45514         * manual/examples/argp-ex3.c (main): Likewise.
45515         * manual/examples/argp-ex4.c (main): Likewise.
45516         * manual/examples/longopt.c (main): Use new-style prototype
45517         definition.
45518         * manual/examples/strncat.c (main): Specify return type and use
45519         (void) for arguments.
45520         * manual/examples/subopt.c (main): Use char **argv argument.
45522 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45524         [BZ #5077]
45525         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
45526         rounding modes.
45528 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
45530         [BZ #6907]
45531         * manual/string.texi (strchr): Change when strchrnul is
45532         recommended.
45534 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
45536         [BZ #174]
45537         * manual/locale.texi (setlocale): Document LOCPATH.
45539 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45541         [BZ #10210]
45542         * manual/process.texi (execle): Move @dots{} before last argument.
45544 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
45546         [BZ #12047]
45547         * manual/charset.texi (Generic Charset Conversion): Fix typo
45548         (LC_TYPE -> LC_CTYPE).
45550 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
45552         [BZ #5805]
45553         * manual/arith.texi (scalbn): Use @var{} on parameter names.
45554         (scalbnf): Likewise.
45555         (scalbnl): Likewise.
45556         (scalbln): Likewise.
45557         (scalblnf): Likewise.
45558         (scalblnl): Likewise.
45559         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
45560         (vwarnx): Likewise.
45561         (verr): Likewise.
45562         (verrx): Likewise.
45563         * manual/filesys.texi (telldir): Use braces around return type.
45564         * manual/llio.texi (mmap): Add space after comma.
45565         (mmap64): Likewise.
45566         * manual/math.texi (jn): Use @var{} on parameter names.
45567         (jnf): Likewise.
45568         (jnl): Likewise.
45569         (yn): Likewise.
45570         (ynf): Likewise.
45571         (ynl): Likewise.
45572         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
45573         line.
45574         * manual/resource.texi (ulimit): Use @dots{} instead of literal
45575         "...".
45576         (sched_get_priority_min): Remove semicolon on @deftypefun line.
45577         (sched_get_priority_max): Likewise.
45578         * manual/signal.texi (sigvec): Add space after comma.
45579         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
45580         names.
45581         (if_indextoname): Likewise.
45582         (if_freenameindex): Likewise.
45583         (sendto): Use ',' instead of '.' in prototype.
45584         * manual/startup.texi (syscall): Use @dots{} instead of literal
45585         "...".
45586         * manual/stdio.texi (__fpending): Separate initial words of
45587         paragraph from @deftypefun line.
45588         * manual/syslog.texi (syslog): Use @dots{} instead of literal
45589         "...".
45590         (vsyslog): Use @var{} on parameter names.
45591         * manual/terminal.texi (stty): Use @var{} on parameter names.
45592         * manual/users.texi (getutmp): Use @var{} on parameter names.
45593         (getutmpx): Likewise.
45595 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45597         [BZ #6884]
45598         * manual/stdio.texi (fopen): Fix typos in description of
45599         ",ccs=STRING".
45601 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
45603         [BZ #4026]
45604         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
45605         get clock_id definition.
45607 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
45609         [BZ #4822]
45610         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
45611         (madvise): Cast every argument to void on its own.
45613 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45615         [BZ #9902]
45616         * manual/startup.texi (Exit Status): Fix typo.
45618 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
45620         [BZ #10140]
45621         * manual/examples/argp-ex1.c: Include <stdlib.h>.
45622         * manual/examples/argp-ex2.c: Likewise.
45623         * manual/examples/argp-ex3.c: Likewise.
45625 2012-02-16  Richard Henderson  <rth@redhat.com>
45627         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
45628         * sysdeps/s390/s390-32/initfini.c: Remove.
45629         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
45630         * sysdeps/s390/s390-64/initfini.c: Remove.
45632 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
45634         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
45635         compiler output for sysdeps/generic/initfini.c.
45636         * sysdeps/sh/elf/initfini.c: Remove file.
45638 2012-02-16  David S. Miller  <davem@davemloft.net>
45640         [BZ #11494]
45641         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
45643         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
45644         * sysdeps/sparc/crti.S: New file.
45645         * sysdeps/sparc/crtn.S: New file.
45646         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
45647         * sysdeps/sparc/sparc64/Makefile: Likewise.
45649 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
45651         [BZ #3335]
45652         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
45654 2012-02-15  Roland McGrath  <roland@hack.frob.com>
45656         [BZ #4822]
45657         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
45659         * mach/devstream.c (cookie_io_functions_t): Macro removed.
45660         (write, read, close): Likewise.
45661         Patch by Aurelien Jarno <aurelien@aurel32.net>.
45663 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
45665         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
45666         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
45667         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
45668         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
45669         <bits/signalfd.h>.
45670         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
45671         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45672         bits/signalfd.h.
45674 2012-02-14  Marek Polacek  <polacek@redhat.com>
45676         * sysdeps/x86_64/crti.S: New file.
45677         * sysdeps/x86_64/crtn.S: New file.
45678         * sysdeps/x86_64/elf/initfini.c: Remove file.
45680 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
45682         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
45683         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
45684         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
45685         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
45686         <bits/inotify.h>.
45687         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
45688         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45689         bits/inotify.h.
45691 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
45693         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
45694         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
45695         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
45696         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
45697         <bits/eventfd.h>.
45698         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
45699         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
45700         bits/eventfd.h.
45702 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
45704         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
45705         __feraiseexcept instead of feraiseexcept.
45707         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
45708         nanosleep invocations.
45709         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
45710         strings, and add error checking for a nanosleep invocations.
45712 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
45714         Replace FSF snail mail address with URLs, as per GNU coding standards.
45715         Most of the snail mail addresses were wrong anyway, and omitting
45716         them makes the source code easier to maintain.  Almost all of the
45717         changes are to license notices and to locale LC_IDENTIFICATION
45718         addresses, except for this one:
45719         * manual/libc.texinfo: In "Published by", give the FSF's URL,
45720         not its snail mail address.
45722 2012-02-09  Richard Henderson  <rth@twiddle.net>
45724         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
45725         of kernel-features.h.
45727         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
45729 2012-02-08  Marek Polacek  <polacek@redhat.com>
45731         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
45732         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
45733         * sysdeps/gnu/_G_config.h: Likewise.
45734         * sysdeps/generic/_G_config.h: Likewise.
45736 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
45738         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
45739         tests.
45740         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45742         * sysdeps/powerpc/powerpc32/crti.S: New file.
45743         * sysdeps/powerpc/powerpc32/crtn.S: New file.
45744         * sysdeps/powerpc/powerpc64/crti.S: New file.
45745         * sysdeps/powerpc/powerpc64/crtn.S: New file.
45747         * Makeconfig (have-initfini): Don't set.
45748         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
45749         * configure.in (nopic_initfini): Don't substitute.
45750         * config.h.in (HAVE_INITFINI): Don't #undef.
45751         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
45752         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
45754 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
45756         Support crti.S and crtn.S provided directly by architectures.
45757         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
45758         [crti.S in sysdirs] (omit-deps): Likewise.
45759         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
45760         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
45761         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
45762         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
45763         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
45764         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
45765         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
45766         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
45767         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
45768         compiler output for sysdeps/generic/initfini.c.
45769         * sysdeps/i386/elf/Makefile: Remove file.
45770         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
45772 2012-02-07  Marek Polacek  <polacek@redhat.com>
45774         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
45775         * sysdeps/gnu/_G_config.h: Likewise.
45776         * sysdeps/mach/hurd/_G_config.h: Likewise.
45778 2012-02-07  Marek Polacek  <polacek@redhat.com>
45780         * math/Makefile (tests): Add tst-CMPLX2.
45781         * math/tst-CMPLX2.c: New file.
45783 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
45785         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45787         * math/libm-test.inc (jn_test): Add missing L suffix.
45789 2012-02-06  Marek Polacek  <polacek@redhat.com>
45791         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
45792         * sysdeps/i386/fpu/e_powf.S: Likewise.
45793         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
45794         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
45795         * sysdeps/i386/fpu/e_acosh.S: Likewise.
45796         * sysdeps/i386/fpu/e_pow.S: Likewise.
45797         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
45798         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
45799         * sysdeps/i386/fpu/s_expm1.S: Likewise.
45800         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
45801         * sysdeps/i386/fpu/e_log2.S: Likewise.
45802         * sysdeps/i386/fpu/e_log2l.S: Likewise.
45803         * sysdeps/i386/fpu/e_scalb.S: Likewise.
45804         * sysdeps/i386/fpu/e_powl.S: Likewise.
45805         * sysdeps/i386/fpu/s_log1p.S: Likewise.
45806         * sysdeps/i386/fpu/e_log10f.S: Likewise.
45807         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
45808         * sysdeps/i386/fpu/e_logl.S: Likewise.
45809         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
45810         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
45811         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
45812         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
45813         * sysdeps/i386/fpu/e_log2f.S: Likewise.
45814         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
45815         * sysdeps/i386/fpu/e_log.S: Likewise.
45816         * sysdeps/i386/fpu/s_cexp.S: Likewise.
45817         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
45818         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
45819         * sysdeps/i386/fpu/e_logf.S: Likewise.
45820         * sysdeps/i386/fpu/e_log10l.S: Likewise.
45821         * sysdeps/i386/fpu/e_atanh.S: Likewise.
45822         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
45823         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
45824         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
45825         * sysdeps/i386/fpu/e_log10.S: Likewise.
45826         * sysdeps/i386/fpu/s_frexp.S: Likewise.
45827         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
45828         * sysdeps/i386/fpu/s_asinh.S: Likewise.
45829         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
45830         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
45831         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
45832         * sysdeps/i386/asm-syntax.h: Likewise.
45833         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
45834         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
45835         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
45836         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
45837         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
45838         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
45839         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
45840         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
45841         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
45842         * sysdeps/powerpc/sysdep.h: Likewise.
45843         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
45844         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
45846 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
45848         [BZ #411]
45849         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
45851 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
45853         * sysdeps/i386/sysdep.h: Include <features.h>.
45854         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
45855         version.
45857 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
45859         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
45860         Define.
45861         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
45862         LOAD_PIC_REG_STR.
45864 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
45866         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
45867         (SETUP_PIC_REG): Use GET_PC_THUNK.
45868         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
45869         macro.
45871 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
45873         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
45874         for non-PIC compilation.
45875         (SETUP_PIC_REG): Add .p2align directive.
45876         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
45877         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
45878         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
45879         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
45880         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
45881         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
45882         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
45883         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
45884         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
45885         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
45886         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
45887         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
45888         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
45889         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
45890         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
45891         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
45892         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
45893         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
45894         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
45895         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
45896         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
45897         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
45898         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
45899         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
45900         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
45901         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
45902         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
45903         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
45904         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
45905         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
45906         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
45907         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
45908         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
45909         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
45910         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
45911         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
45912         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
45913         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
45914         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
45915         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
45916         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
45918 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
45920         * math/tst-CMPLX.c: Include <stdio.h>.
45922 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
45924         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
45925         float.
45926         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
45927         * sysdeps/sparc/bits/mathdef.h: Likewise.
45929 2012-01-31  Marek Polacek  <polacek@redhat.com>
45931         * libio/libio.h: Don't define _PARAMS.
45932         * locale/programs/config.h: Don't define PARAMS.
45933         * stdlib/strtol_l.c: Likewise.
45934         (__strtol_l): Remove PARAMS from the prototype.
45936 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
45938         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
45939         names.  Just use the correct names.  Remove unnecessary wrapper
45940         functions.
45941         * malloc/arena.c: Likewise.
45942         * malloc/hooks.c: Likewise.
45944         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
45945         ARENA_TEST says not to.  Simplify test for creation of a new arena.
45946         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
45948 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
45950         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
45951         into tail calls.
45952         (update_get_addr): New function.
45953         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
45954         GET_ADDR_MODULE parameter.
45956 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
45958         * crypt/cert.c: Remove __STDC__ conditionals.
45959         * crypt/crypt-entry.c: Likewise.
45960         * crypt/crypt_util.c: Likewise.
45961         * libio/filedoalloc.c: Likewise.
45962         * libio/fileops.c: Likewise.
45963         * libio/genops.c: Likewise.
45964         * libio/iofclose.c: Likewise.
45965         * libio/iofdopen.c: Likewise.
45966         * libio/iofopen.c: Likewise.
45967         * libio/iofopen64.c: Likewise.
45968         * libio/iogetdelim.c: Likewise.
45969         * libio/iopopen.c: Likewise.
45970         * libio/obprintf.c: Likewise.
45971         * libio/oldfileops.c: Likewise.
45972         * libio/oldiofclose.c: Likewise.
45973         * libio/oldiofdopen.c: Likewise.
45974         * libio/oldiofopen.c: Likewise.
45975         * libio/oldiopopen.c: Likewise.
45976         * libio/wfiledoalloc.c: Likewise.
45977         * libio/wgenops.c: Likewise.
45978         * locale/programs/xmalloc.c: Likewise.
45979         * misc/syslog.c: Likewise.
45980         * stdio-common/xbug.c: Likewise.
45981         * string/memchr.c: Likewise.
45982         * string/memcmp.c: Likewise.
45983         * string/memrchr.c: Likewise.
45984         * string/rawmemchr.c: Likewise.
45985         * sysdeps/posix/getcwd.c: Likewise.
45986         * time/strftime_l.c: Likewise.
45988 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
45990         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
45991         * config.make.in (config-cflags-sse2avx): Define.
45992         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
45993         Fix typo.
45995 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
45997         * scripts/config.guess: Update from upstream config git repository.
45998         * scripts/config.sub: Likewise.
46000 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
46002         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
46003         (EM_NUM): Update.
46004         (R_TILEPRO_*, R_TILEGX_*): New macros.
46006         * scripts/firstversions.awk: Fix bug in version range handling.
46008         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
46010         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
46012         * include/sys/epoll.h: New file.
46013         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
46014         libc_hidden_def.
46016 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
46018         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
46019         Avoid unnecessary __WORDSIZE == 64 test.
46020         (fmaxf): Use VEX format if possible.
46021         (fmax): Likewise.
46022         (fminf): Likewise.
46023         (fmin): Likewise.
46025         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
46026         * math/math_private.h: Remove libc_fegetround* and
46027         libc_fesetround*.
46028         * sysdeps/i386/configure.in: Check for -msse2avx.
46029         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
46030         also if SSE2AVX is defined.
46031         Remove libc_fegetround* and libc_fesetround*.
46032         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
46033         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
46034         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
46035         of HAS_YMM_USABLE.
46036         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46037         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46038         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46039         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46040         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46042         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
46044 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46046         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
46047         size is not set.
46048         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
46050 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
46052         [BZ #13618]
46053         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
46054         relocation.
46055         * Makeconfig (libm): Define.
46056         * elf/Makefile: Add rules to build and run tst-relsort1.
46057         * elf/tst-relsort1.c: New file.
46058         * elf/tst-relsort1mod1.c: New file.
46059         * elf/tst-relsort1mod2.c: New file.
46061 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
46063         * math/s_ldexp.c: Remove __STDC__ conditionals.
46064         * math/s_ldexpf.c: Likewise.
46065         * math/s_ldexpl.c: Likewise.
46066         * math/s_nextafter.c: Likewise.
46067         * math/s_nexttowardf.c: Likewise.
46068         * math/s_significand.c: Likewise.
46069         * math/s_significandf.c: Likewise.
46070         * math/s_significandl.c: Likewise.
46071         * math/w_jnl.c: Likewise.
46072         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
46073         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
46074         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
46075         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
46076         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
46077         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
46078         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
46079         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
46080         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
46081         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
46082         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
46083         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
46084         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
46085         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
46086         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
46087         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
46088         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
46089         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
46090         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
46091         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
46092         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
46093         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
46094         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
46095         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
46096         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
46097         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
46098         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
46099         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
46100         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
46101         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
46102         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
46103         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
46104         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
46105         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
46106         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
46107         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
46108         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
46109         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
46110         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
46111         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
46112         * sysdeps/ieee754/k_standard.c: Likewise.
46113         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
46114         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
46115         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
46116         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
46117         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
46118         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
46119         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
46120         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
46121         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
46122         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
46123         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
46124         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
46125         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
46126         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
46127         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
46128         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
46129         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
46130         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
46131         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
46132         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
46133         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
46134         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
46135         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
46136         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
46137         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
46138         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
46139         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
46140         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
46141         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
46142         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
46143         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
46144         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
46145         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
46146         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
46147         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
46148         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
46149         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
46150         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
46151         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
46152         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
46153         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
46154         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
46155         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
46156         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
46157         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
46158         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
46159         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
46160         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
46161         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
46162         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
46163         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
46164         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
46165         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
46166         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
46167         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
46168         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
46169         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
46170         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
46171         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
46172         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
46173         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
46174         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
46175         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
46176         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
46177         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
46178         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
46179         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
46180         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
46181         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
46182         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
46183         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
46184         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
46185         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
46186         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
46187         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
46188         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
46189         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
46190         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
46191         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
46192         * sysdeps/ieee754/s_matherr.c: Likewise.
46193         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
46194         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
46195         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
46196         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
46198 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46200         * crypt/md5.h: Remove __STDC__ conditionals.
46201         * libio/libioP.h: Likewise.
46202         * locale/programs/config.h: Likewise.
46203         * sysdeps/generic/sysdep.h: Likewise.
46204         * sysdeps/i386/asm-syntax.h: Likewise.
46205         * sysdeps/s390/asm-syntax.h: Likewise.
46206         * sysdeps/unix/sysdep.h: Likewise.
46207         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
46208         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
46210 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
46212         * libio/libio.h: Remove __STDC__ conditionals.
46213         * malloc/obstack.h: Likewise.
46214         * math/complex.h: Likewise.
46215         * math/math.h: Likewise.
46216         * sysdeps/generic/_G_config.h: Likewise.
46217         * sysdeps/gnu/_G_config.h: Likewise.
46218         * sysdeps/mach/hurd/_G_config.h: Likewise.
46219         * sysdeps/powerpc/bits/mathdef.h: Likewise.
46220         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
46221         * sysdeps/sparc/bits/mathdef.h: Likewise.
46223 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
46225         [BZ #13583]
46226         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
46227         Clean up HAS_* macros.
46228         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
46229         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
46230         possible.
46231         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
46232         HAS_AVX.
46233         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
46234         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
46235         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
46236         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
46237         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
46239 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
46241         * elf/tst-unique3.cc (gets): Remove declaration.
46242         * elf/tst-unique3lib.cc (gets): Likewise.
46243         * elf/tst-unique3lib2.cc (gets): Likewise.
46244         * elf/tst-unique4.cc (gets): Likewise.
46246 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
46248         * include/stdio.h: Add C++ protection.  Add gets declarations and
46249         definitions.
46250         * debug/tst-chk1.c: Don't declare gets here.
46251         * stdio-common/tst-gets.c: Likewise.
46253 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46255         * posix/glob: Remove directory.
46257 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
46259         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
46261 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
46263         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
46264         of the non-standard EPFNOSUPPORT.
46266 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
46268         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
46269         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
46270         ANYWHERE set to 1 only on KERN_NO_SPACE error.
46272 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
46274         * wcsmbs/uchar.h: Test __STDC_VERSION__.
46276 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
46278         * nscd/aicache.c (addhstaiX): Do not cache negative results of
46279         transient errors.
46280         * nscd/grpcache.c (cache_addgr): Likewise.
46281         * nscd/hstcache.c (cache_addhst): Likewise.
46282         * nscd/initgrcache.c (addinitgroupsX): Likewise.
46283         * nscd/pwdcache.c (cache_addpw): Likewise.
46284         * nscd/servicescache.c (cache_addserv): Likewise.
46286 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
46288         * malloc/malloc.c: Various cleanups.
46289         * malloc/hooks.c: Likewise.
46291         * stdlib/Makefile (tests): Add bug-fmtmsg1.
46292         * stdlib/bug-fmtmsg1.c: New file.
46294         * stdlib/fmtmsg.c (init): Add missing unlock.
46295         Patch by Peng Haitao <penght@cn.fujitsu.com>.
46297 2012-01-12  Marek Polacek  <polacek@redhat.com>
46299         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
46300         and _GNU_SOURCE.
46302 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
46304         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
46305         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
46306         macro to ensure uniqueness of label name.
46307         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
46308         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
46310 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
46312         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
46314         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
46315         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
46316         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
46317         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
46319 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
46321         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
46323         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
46324         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
46325         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
46327         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
46329         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
46330         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
46331         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
46332         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
46334         * math/bits/math-finite.h: Add ldexp support.
46336 2012-01-10  Marek Polacek  <polacek@redhat.com>
46338         * locale/programs/localedef.h (show_archive_content): Add noreturn
46339         attribute.
46341 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
46343         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
46345 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46347         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
46349         * io/Makefile (headers): Add bits/poll2.h.
46351 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
46353         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
46354         typo #include statement.
46356 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46358         * include/sys/cdefs.h: Define __attribute_alloc_size.
46359         * catgets/gencat.c: Add alloc_size attribute and apply consistently
46360         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
46361         * elf/pldd.c: Likewise.
46362         * iconv/iconv_charmap.c: Likewise.
46363         * iconv/iconvconfig.c: Likewise.
46364         * iconv/strtab.c: Likewise.
46365         * locale/programs/locale.c: Likewise.
46366         * locale/programs/localedef.h: Likewise.
46367         * locale/programs/simple-hash.c: Likewise.
46368         * nscd/nscd.h: Likewise.
46369         * nss/makedb.c: Likewise.
46370         * sysdeps/generic/ldconfig.h: Likewise.
46371         * locale/programs/localedef.c: Remove xmalloc prototype.
46372         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
46374 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
46376         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
46377         appropriate.
46379 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
46381         * math/Makefile (tests): Add tst-CMPLX.
46382         * math/tst-CMPLX.c: New file.
46384         * math/complex.h (CMPLXL): Fix typo.
46386         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
46387         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
46388         GLIBC_2.16.
46389         * debug/tst-chk1.c: Add poll and ppoll tests.
46390         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
46391         * include/sys/poll.h: Add hidden proto for ppoll.
46392         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
46393         * sysdeps/mach/hurd/ppoll.c: Likewise.
46394         * io/ppoll.c: Likewise.
46395         * debug/poll_chk.c: New file.
46396         * debug/ppoll_chk.c: New file.
46397         * include/bits/poll2.h: New file.
46398         * io/bits/poll2.h: New file.
46400         [BZ #1350]
46401         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
46403         * configure.in: static is always set to yes.  Remove.
46404         * config.make.in: Don't set build-static.
46405         * Makeconfig: Remove use of build-static.
46406         * dlfcn/Makefile: Likewise.
46407         * elf/Makefile: Likewise.
46408         * math/Makefile: Likewise.
46409         * misc/Makefile: Likewise.
46410         * nptl/Makefile: Likewise.
46411         * sysdeps/mach/hurd/Makefile: Likewise.
46413         * configure.in: PWD_P is not used anymore.
46414         * config.make.in: Remove PWD_P entry.
46416         * configure.in: Remove last remnants of RANLIB.
46417         No need to check for signed size_t anymore.
46418         Don't set libc_commonpagesize and libc_relro_required here for Alpha
46419         and IA-64.
46420         Remove __builtin_expect test because we require at least gcc 3.4.
46421         * aclocal.m4: Likewise.
46423         * wcsmbs/mbrtoc16.c: Implement using towc function.
46424         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
46425         * wcsmbs/wcsmbsload.c: Likewise.
46426         * iconv/gconv_simple.c: Likewise.
46427         * iconv/gconv_int.h: Likewise.
46428         * iconv/gconv_builtin.h: Likewise.
46429         * iconv/iconv_prog.c: Remove CHAR16 handling.
46431         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
46433         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
46435         * configure.in: Remove --with-elf and --enable-bounded options.
46436         Dont set base_machine for ia64.  More non-ELF conditions removed.
46437         Remove testing and setting of leading underscore information.
46438         * config.make.in (build-bounded): Set to no.
46439         * config.h.in: Remove NO_UNDERSCORES entry.
46440         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
46441         them.
46442         * csu/start.c: Remove !NO_UNDERSCORE code.
46443         * locale/localeinfo.h: Likewise.
46444         * sysdeps/generic/machine-gmon.h: Likewise.
46445         * sysdeps/generic/sysdep.h: Likewise.
46446         * sysdeps/i386/sysdep.h: Likewise.
46447         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
46448         * sysdeps/mach/sysdep.h: Likewise.
46449         * sysdeps/s390/s390-32/sysdep.h: Likewise.
46450         * sysdeps/s390/s390-64/sysdep.h: Likewise.
46451         * sysdeps/sh/sysdep.h: Likewise.
46452         * sysdeps/sparc/sparc32/alloca.S: Likewise.
46453         * sysdeps/unix/i386/sysdep.S: Likewise.
46454         * sysdeps/unix/sparc/start.c: Likewise.
46455         * sysdeps/unix/sparc/sysdep.S: Likewise.
46456         * sysdeps/unix/sparc/sysdep.h: Likewise.
46457         * sysdeps/unix/start.c: Likewise.
46458         * sysdeps/unix/x86_64/sysdep.S: Likewise.
46459         * sysdeps/x86_64/sysdep.h: Likewise.
46461 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
46463         [BZ #13553]
46464         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
46465         for non-gcc.
46466         * argp/argp-fmtstream.h: Use const instead __const.
46467         * argp/argp.h: Likewise.
46468         * assert/assert.h: Likewise.
46469         * bits/fenv.h: Likewise.
46470         * bits/sched.h: Likewise.
46471         * bits/sigset.h: Likewise.
46472         * bits/sigthread.h: Likewise.
46473         * catgets/nl_types.h: Likewise.
46474         * conform/data/pthread.h-data: Likewise.
46475         * crypt/crypt-private.h: Likewise.
46476         * crypt/crypt.h: Likewise.
46477         * crypt/crypt_util.c: Likewise.
46478         * ctype/ctype.h: Likewise.
46479         * debug/execinfo.h: Likewise.
46480         * debug/mbsnrtowcs_chk.c: Likewise.
46481         * debug/mbsrtowcs_chk.c: Likewise.
46482         * debug/wcsnrtombs_chk.c: Likewise.
46483         * debug/wcsrtombs_chk.c: Likewise.
46484         * debug/wcstombs_chk.c: Likewise.
46485         * dirent/dirent.h: Likewise.
46486         * dlfcn/dlfcn.h: Likewise.
46487         * elf/neededtest4.c: Likewise.
46488         * grp/grp.h: Likewise.
46489         * gshadow/gshadow.h: Likewise.
46490         * iconv/gconv.h: Likewise.
46491         * iconv/gconv_int.h: Likewise.
46492         * iconv/gconv_simple.c: Likewise.
46493         * iconv/iconv.h: Likewise.
46494         * iconv/loop.c: Likewise.
46495         * iconv/skeleton.c: Likewise.
46496         * include/aio.h: Likewise.
46497         * include/aliases.h: Likewise.
46498         * include/argz.h: Likewise.
46499         * include/arpa/inet.h: Likewise.
46500         * include/assert.h: Likewise.
46501         * include/dirent.h: Likewise.
46502         * include/dlfcn.h: Likewise.
46503         * include/execinfo.h: Likewise.
46504         * include/fcntl.h: Likewise.
46505         * include/fenv.h: Likewise.
46506         * include/glob.h: Likewise.
46507         * include/grp.h: Likewise.
46508         * include/libintl.h: Likewise.
46509         * include/mntent.h: Likewise.
46510         * include/netdb.h: Likewise.
46511         * include/pwd.h: Likewise.
46512         * include/rpc/netdb.h: Likewise.
46513         * include/sched.h: Likewise.
46514         * include/search.h: Likewise.
46515         * include/shadow.h: Likewise.
46516         * include/signal.h: Likewise.
46517         * include/stdio.h: Likewise.
46518         * include/stdlib.h: Likewise.
46519         * include/string.h: Likewise.
46520         * include/sys/socket.h: Likewise.
46521         * include/sys/stat.h: Likewise.
46522         * include/sys/statfs.h: Likewise.
46523         * include/sys/statvfs.h: Likewise.
46524         * include/sys/syslog.h: Likewise.
46525         * include/sys/time.h: Likewise.
46526         * include/sys/uio.h: Likewise.
46527         * include/time.h: Likewise.
46528         * include/unistd.h: Likewise.
46529         * include/utmp.h: Likewise.
46530         * include/wchar.h: Likewise.
46531         * include/wctype.h: Likewise.
46532         * inet/aliases.h: Likewise.
46533         * inet/arpa/inet.h: Likewise.
46534         * inet/netinet/ether.h: Likewise.
46535         * inet/netinet/in.h: Likewise.
46536         * intl/libintl.h: Likewise.
46537         * io/bits/fcntl2.h: Likewise.
46538         * io/fcntl.h: Likewise.
46539         * io/ftw.h: Likewise.
46540         * io/sys/poll.h: Likewise.
46541         * io/sys/stat.h: Likewise.
46542         * io/sys/statfs.h: Likewise.
46543         * io/sys/statvfs.h: Likewise.
46544         * io/utime.h: Likewise.
46545         * libio/bits/stdio.h: Likewise.
46546         * libio/bits/stdio2.h: Likewise.
46547         * libio/libio.h: Likewise.
46548         * libio/libioP.h: Likewise.
46549         * libio/stdio.h: Likewise.
46550         * locale/lc-ctype.c: Likewise.
46551         * locale/locale.h: Likewise.
46552         * login/utmp.h: Likewise.
46553         * malloc/arena.c: Likewise.
46554         * malloc/malloc.c: Likewise.
46555         * malloc/malloc.h: Likewise.
46556         * malloc/mcheck.c: Likewise.
46557         * malloc/mtrace.c: Likewise.
46558         * math/bits/mathcalls.h: Likewise.
46559         * math/fenv.h: Likewise.
46560         * math/math_private.h: Likewise.
46561         * misc/bits/error.h: Likewise.
46562         * misc/bits/syslog.h: Likewise.
46563         * misc/err.h: Likewise.
46564         * misc/error.h: Likewise.
46565         * misc/fstab.h: Likewise.
46566         * misc/mntent.h: Likewise.
46567         * misc/regexp.h: Likewise.
46568         * misc/search.h: Likewise.
46569         * misc/sgtty.h: Likewise.
46570         * misc/sys/mman.h: Likewise.
46571         * misc/sys/syslog.h: Likewise.
46572         * misc/sys/uio.h: Likewise.
46573         * misc/sys/xattr.h: Likewise.
46574         * misc/ttyent.h: Likewise.
46575         * nis/rpcsvc/ypclnt.h: Likewise.
46576         * nss/nss.h: Likewise.
46577         * posix/bits/unistd.h: Likewise.
46578         * posix/fnmatch.h: Likewise.
46579         * posix/glob.h: Likewise.
46580         * posix/sched.h: Likewise.
46581         * posix/spawn.h: Likewise.
46582         * posix/sys/wait.h: Likewise.
46583         * posix/unistd.h: Likewise.
46584         * posix/wordexp.h: Likewise.
46585         * pwd/pwd.h: Likewise.
46586         * resolv/netdb.h: Likewise.
46587         * resource/sys/resource.h: Likewise.
46588         * rt/aio.h: Likewise.
46589         * rt/bits/mqueue2.h: Likewise.
46590         * rt/mqueue.h: Likewise.
46591         * shadow/shadow.h: Likewise.
46592         * signal/signal.h: Likewise.
46593         * socket/send.c: Likewise.
46594         * socket/sendto.c: Likewise.
46595         * socket/sys/socket.h: Likewise.
46596         * stdio-common/printf.h: Likewise.
46597         * stdlib/bits/stdlib.h: Likewise.
46598         * stdlib/fmtmsg.h: Likewise.
46599         * stdlib/monetary.h: Likewise.
46600         * stdlib/stdlib.h: Likewise.
46601         * stdlib/ucontext.h: Likewise.
46602         * streams/stropts.h: Likewise.
46603         * string/argz.h: Likewise.
46604         * string/bits/string2.h: Likewise.
46605         * string/string.h: Likewise.
46606         * string/strings.h: Likewise.
46607         * sunrpc/rpc/auth.h: Likewise.
46608         * sunrpc/rpc/auth_des.h: Likewise.
46609         * sunrpc/rpc/clnt.h: Likewise.
46610         * sunrpc/rpc/netdb.h: Likewise.
46611         * sunrpc/rpc/pmap_clnt.h: Likewise.
46612         * sunrpc/rpc/xdr.h: Likewise.
46613         * sysdeps/generic/inttypes.h: Likewise.
46614         * sysdeps/generic/net/if.h: Likewise.
46615         * sysdeps/generic/sys/swap.h: Likewise.
46616         * sysdeps/gnu/net/if.h: Likewise.
46617         * sysdeps/gnu/utmpx.h: Likewise.
46618         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
46619         * sysdeps/i386/i486/bits/string.h: Likewise.
46620         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
46621         * sysdeps/s390/bits/string.h: Likewise.
46622         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
46623         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
46624         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
46625         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
46626         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
46627         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
46628         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
46629         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
46630         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
46631         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
46632         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
46633         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
46634         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
46635         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
46636         * sysdeps/unix/sysv/linux/readv.c: Likewise.
46637         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
46638         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
46639         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
46640         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
46641         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
46642         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
46643         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
46644         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
46645         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
46646         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
46647         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
46648         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
46649         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46650         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
46651         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
46652         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
46653         * sysvipc/sys/ipc.h: Likewise.
46654         * sysvipc/sys/msg.h: Likewise.
46655         * sysvipc/sys/sem.h: Likewise.
46656         * sysvipc/sys/shm.h: Likewise.
46657         * termios/termios.h: Likewise.
46658         * time/sys/time.h: Likewise.
46659         * time/time.h: Likewise.
46660         * wcsmbs/bits/wchar2.h: Likewise.
46661         * wcsmbs/uchar.h: Likewise.
46662         * wcsmbs/wchar.h: Likewise.
46663         * wctype/wctype.h: Likewise.
46665         [BZ #13551]
46666         * Makeconfig: Remove all but ELF support including AIX support.
46667         * Makerules: Likewise.
46668         * config.h.in: Likewise.
46669         * config.make.in: Likewise.
46670         * configure: Likewise.
46671         * configure.in: Likewise.
46672         * csu/Makefile: Likewise.
46673         * csu/version.c: Likewise.
46674         * debug/Makefile: Likewise.
46675         * dlfcn/Makefile: Likewise.
46676         * elf/Makefile: Likewise.
46677         * extra-lib.mk: Likewise.
46678         * iconv/Makefile: Likewise.
46679         * include/libc-symbols.h: Likewise.
46680         * include/shlib-compat.h: Likewise.
46681         * resolv/Makefile: Likewise.
46682         * resolv/res_libc.c: Likewise.
46683         * rt/Makefile: Likewise.
46684         * sysdeps/i386/asm-syntax.h: Likewise.
46685         * sysdeps/i386/sysdep.h: Likewise.
46686         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
46687         * sysdeps/mach/sysdep.h: Likewise.
46688         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
46689         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
46690         * sysdeps/s390/asm-syntax.h: Likewise.
46691         * sysdeps/s390/s390-32/sysdep.h: Likewise.
46692         * sysdeps/s390/s390-64/sysdep.h: Likewise.
46693         * sysdeps/sh/sysdep.h: Likewise.
46694         * sysdeps/unix/sparc/sysdep.h: Likewise.
46695         * sysdeps/wordsize-32/divdi3.c: Likewise.
46696         * sysdeps/x86_64/sysdep.h: Likewise.
46698         * argp/Versions: Remove _argp_unlock_xxx.
46700         [BZ #13559]
46701         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
46702         * abilist/libBrokenLocale.abilist: Likewise.
46703         * abilist/libanl.abilist: Likewise.
46704         * abilist/libc.abilist: Likewise.
46705         * abilist/libcrypt.abilist: Likewise.
46706         * abilist/libdl.abilist: Likewise.
46707         * abilist/libm.abilist: Likewise.
46708         * abilist/libnsl.abilist: Likewise.
46709         * abilist/libpthread.abilist: Likewise.
46710         * abilist/libresolv.abilist: Likewise.
46711         * abilist/librt.abilist: Likewise.
46712         * abilist/libthread_db.abilist: Likewise.
46713         * abilist/libutil.abilist: Likewise.
46714         * abilist/libnss_db.abilist: New file.
46716         * scripts/abilist.awk: Add support for indirect functions.
46718         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
46720         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
46722         * shlib-versions: Remove entries for ports architectures.
46724         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
46725         files in ports.
46726         * elf/stackguard-macros.h: Remove support for IA-64.
46727         * elf/tst-auditmod1.c: Likewise.
46728         * sysdeps/generic/ldsodefs.h: Likewise.
46730         * sysdeps/unix/sysv/linux/configure.in: Ports should define
46731         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
46732         configure files.
46734         [BZ #13552]
46735         * configure.in: Remove --enable-omitfp support.
46736         * FAQ.in: Adjust.
46737         * config.make.in: Likewise.
46738         * Makeconfig: Likewise.
46739         * manual/install.texi: Likewise.
46741         In case anyone cares, the IA-64 architecture could move to ports.
46742         * sysdeps/ia64/*: Removed.
46743         * sysdeps/unix/sysv/linux/ia64/*: Removed.
46744         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
46746         [BZ #13555]
46747         * configure.in: Remove entries for unsupported architectures.
46749         [BZ #13533]
46750         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
46751         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
46752         routines.
46753         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
46754         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
46755         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
46756         fall back to using wcrtomb.
46757         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
46758         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
46759         renaming.
46760         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
46761         * wcsmbs/tst-c16c32-1.c: New file.
46763         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
46764         local variable.
46766         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
46768         * elf/tst-unique3.cc: Add explicit declaration of gets.
46769         * elf/tst-unique3lib.cc: Likewise.
46770         * elf/tst-unique3lib2.cc: Likewise.
46771         * elf/tst-unique4.cc: Likewise.
46773         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
46775 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
46777         [BZ #13566]
46778         * assert/assert.h (static_assert): Don't define for C++.
46779         * libio/stdio.h (gets): Do declare for C++ <= C++11.
46780         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
46782 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
46784         * iconv/loop.c (single loop): Fix assertion in storing of
46785         remaining bytes.
46787         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
46789 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
46791         * posix/getconf.c: Update copyright year.
46792         * nss/getent.c: Likewise.
46793         * nss/makedb.c: Likewise.
46794         * iconv/iconvconfig.c: Likewise.
46795         * iconv/iconv_prog.c: Likewise.
46796         * elf/ldconfig.c: Likewise.
46797         * elf/pldd.c: Likewise.
46798         * elf/sotruss.ksh: Likewise.
46799         * catgets/gencat.c: Likewise.
46800         * csu/version.c: Likewise.
46801         * elf/ldd.bash.in: Likewise.
46802         * elf/sprof.c (print_version): Likewise.
46803         * locale/programs/locale.c: Likewise.
46804         * locale/programs/localedef.c: Likewise.
46805         * login/programs/pt_chown.c: Likewise.
46806         * nscd/nscd.c (print_version): Likewise.
46807         * debug/xtrace.sh: Likewise.
46808         * malloc/memusage.sh: Likewise.
46809         * malloc/mtrace.pl: Likewise.
46810         * debug/catchsegv.sh: Likewise.
46812 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
46814         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
46815         pure attribute.
46817 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
46819         [BZ #13533]
46820         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
46821         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
46822         transformations.
46823         * iconv/gconv_int.h: Likewise.
46824         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
46825         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
46826         from libc for GLIBC_2.16.
46827         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
46828         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
46829         * wcsmbs/uchar.h: Really define mbstate_t.
46830         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
46831         * wcsmbs/c16rtomb.c: New file.
46832         * wcsmbs/mbrtoc16.c: New file.
46833         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
46834         for C/POSIX locale.
46835         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
46836         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
46838         * wcsmbs/wchar.h: Add missing __restrict.
46840 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
46842         [BZ #13532]
46843         * time/Makefile (routines): Add timespec_get.
46844         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
46845         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
46846         timespec for ISO C11.
46847         * time/timespec_get.c: New file.
46848         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
46849         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
46851         [BZ #13531]
46852         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
46853         * stdlib/stdlib.h: Declare aligned_alloc.
46854         * Versions.def: Add GLIBC_2.16 for libc.
46855         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
46857         [BZ 13527]
46858         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
46859         ISO C11.
46861         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
46862         code.
46864         [BZ #13528]
46865         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
46867         [BZ #13529]
46868         * assert/assert.h (static_assert): Define.
46870         * version.h: Update for 2.16 development version.
46872         [BZ #13526]
46873         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
46874         _ISOC11_SOURCE.
46876         * version.h (RELEASE): Bump for 2.15 release.
46877         * include/features.h (__GLIBC_MINOR__): Bump to 15.
46879         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
46880         Patch by Marek Polacek <mpolacek@redhat.com>.
46882         * bits/byteswap.h: Protect long long constants with __extension__.
46883         * sysdeps/i386/bits/byteswap.h: Likewise.
46884         * sysdeps/ia64/bits/byteswap.h: Likewise.
46885         * sysdeps/s390/bits/byteswap.h: Likewise.
46886         * sysdeps/x86_64/bits/byteswap.h: Likewise.
46888 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46890         [BZ #13540]
46891         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
46892         destination buffer.
46893         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
46895 2011-12-23  Marek Polacek  <polacek@redhat.com>
46897         * elf/dl-addr.c (determine_info): Add inline keyword.
46898         * elf/tst-auditmod4b.c (check_avx): Likewise.
46899         * elf/tst-auditmod6b.c (check_avx): Likewise.
46900         * elf/tst-auditmod6c.c (check_avx): Likewise.
46901         * elf/tst-auditmod7b.c (check_avx): Likewise.
46903 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
46905         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
46906         !__SSE_MATH__.
46908 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46910         [BZ #13540]
46911         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
46912         processing for last bytes.
46914 2011-08-06  Bruno Haible  <bruno@clisp.org>
46916         [BZ #13061]
46917         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
46918         U+0385, not to U+1FEE.
46920         [BZ #13062]
46921         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
46922         entry for U+00A5 U+0301.
46924 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
46926         [BZ #13166]
46927         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
46928         buffer for the output is too small.
46930         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
46931         optimization.
46933         [BZ #13185]
46934         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
46935         SSE flags if possible.
46937 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46939         [BZ #13540]
46940         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
46941         processing for last bytes.
46943 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
46945         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
46946         (syscall-list-default-options, syscall-list-default-condition)
46947         (syscall-list-includes): Define.
46948         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
46949         list of ABIs and options and #if conditions for each ABI.  Do not
46950         handle common syscalls between ABIs specially.
46951         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
46952         Remove.
46953         (syscall-list-variants, syscall-list-32bit-options)
46954         (syscall-list-32bit-condition, syscall-list-64bit-options)
46955         (syscall-list-64bit-condition): Define.
46956         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
46957         (syscall-list-variants, syscall-list-32bit-options)
46958         (syscall-list-32bit-condition, syscall-list-64bit-options)
46959         (syscall-list-64bit-condition): Define.
46960         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
46961         Remove.
46962         (syscall-list-variants, syscall-list-32bit-options)
46963         (syscall-list-32bit-condition, syscall-list-64bit-options)
46964         (syscall-list-64bit-condition): Define.
46965         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
46966         Remove.
46967         (syscall-list-variants, syscall-list-32bit-options)
46968         (syscall-list-32bit-condition, syscall-list-64bit-options)
46969         (syscall-list-64bit-condition): Define.
46971 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
46973         * locale/iso-639.def: Add brx entry.
46975         [BZ #13328]
46976         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
46977         Proposed by Mariusz_Cukr <marcukr@op.pl>.
46979         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
46980         __feraiseexcept_renamed.
46982 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
46984         [BZ #13538]
46985         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
46986         EPOLLET with unsigned values.
46987         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
46988         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
46990         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
46991         to large cancellation.
46992         * math/s_cacoshf.c: Likewise.
46993         * math/s_cacoshl.c: Likewise.
46995 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
46997         [BZ #13305]
46998         [BZ #12786]
46999         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
47000         * math/s_cacoshf.c: Likewise.
47001         * math/s_cacoshl.c: Likewise.
47003 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
47005         [BZ #13439]
47006         * iconv/gconv.h: Define __GCONV_SWAP.
47007         * iconvdata/unicode.c: The swap bit must be stored in __flags.
47008         * iconvdata/utf-16.c: Likewise.
47009         * iconvdata/utf-32.c: Likewise.
47011 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
47013         [BZ #13524]
47014         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
47015         numerator after shifting it by one limb.
47017 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
47019         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
47020         under [__USE_EXTERN_INLINES].
47022 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47024         [BZ #13446]
47025         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
47027 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47029         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
47030         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
47031         optimized code.
47032         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
47033         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
47034         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
47035         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
47036         for strncasecmp/strncasecmp_l compilation.
47037         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
47038         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
47040 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
47042         [BZ #13484]
47043         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
47044         of __asm__.
47046 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
47048         [BZ #13506]
47049         * time/tzfile.c (__tzfile_read): Check values from file header.
47051 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
47053         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
47054         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
47055         * powerpc/powerpc32/dl-start.S: Likewise.
47056         * powerpc/powerpc32/elf/start.S: Likewise.
47057         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
47058         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
47059         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
47060         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
47061         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
47062         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
47063         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
47064         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
47065         * powerpc/powerpc32/fpu/s_round.S: Likewise.
47066         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
47067         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
47068         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
47069         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
47070         * powerpc/powerpc32/memset.S: Likewise.
47071         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
47072         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
47073         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
47074         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
47075         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
47076         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
47077         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
47078         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
47079         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
47080         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
47081         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
47082         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
47083         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
47085 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47087         * math/libm-test.inc: Added more nearbyint tests.
47088         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
47089         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
47090         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
47091         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
47093 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
47095         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
47096         FD_CLOEXEC.
47098 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47100         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
47101         Add wcscpy-ssse3 wcscpy-c.
47102         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
47103         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
47104         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
47105         * sysdeps/x86_64/wcschr.S: New file.
47106         * sysdeps/x86_64/wcsrchr.S: New file.
47107         * string/test-strcmp.c: Remove checking of wcscmp function for
47108         wrong alignments.
47109         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
47110         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
47111         wcsrchr-sse2 wcsrchr-c.
47112         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
47113         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
47114         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
47115         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
47116         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
47117         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
47118         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
47119         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
47120         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
47121         * wcsmbc/wcschr.c (WCSCHR): New macro.
47123 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47125         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
47126         * wcsmbs/test-wcsrchr.c: New file.
47127         * string/test-strrchr.c: Add wcsrchr support.
47128         (WIDE): New macro.
47129         * wcsmbs/test-wcscpy.c: New file.
47130         * string/test-strcpy.c: Add wcscpy support.
47131         (WIDE): New macro.
47133 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
47135         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
47136         the inner loop.
47138 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
47140         [BZ #13472]
47141         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
47143 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
47145         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
47146         Minor optimizations.
47148         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
47149         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
47150         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
47152 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
47154         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
47155         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
47156         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
47157         for gcc to avoid warnings.
47158         * inet/Makefile (tests): Add tst-checks.
47159         * inet/tst-checks.c: New file.
47161         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
47162         warning.
47164         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
47165         __wmemcmp_sse2.
47167         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
47168         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
47170         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
47172 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
47174         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
47175         problem.
47177         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
47179 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
47181         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
47182         conditional on GCC version.
47183         (__arch_compare_and_exchange_val_8_acq)
47184         (__arch_compare_and_exchange_val_16_acq)
47185         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
47186         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
47187         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
47189 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
47191         * sysdeps/sh/backtrace.c: New file.
47193 2011-12-02  Andreas Schwab  <schwab@redhat.com>
47195         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
47196         parenthesis.
47198 2011-12-01  Andreas Schwab  <schwab@redhat.com>
47200         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
47201         falling back to utime.
47203 2011-11-30  Andreas Schwab  <schwab@redhat.com>
47205         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
47206         expectations for float.
47208 2011-11-29  Andreas Schwab  <schwab@redhat.com>
47210         * locale/weight.h (findidx): Add parameter len.
47211         * locale/weightwc.h (findidx): Likewise.
47212         * posix/fnmatch_loop.c (FCT): Adjust caller.
47213         * posix/regcomp.c (build_equiv_class): Likewise.
47214         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
47215         * posix/regexec.c (check_node_accept_bytes): Likewise.
47216         * string/strcoll_l.c (STRCOLL): Likewise.
47217         * string/strxfrm_l.c (STRXFRM): Likewise.
47219 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
47221         * Makefile.in: Remove CVSOPT handling.
47222         * configure.in: Remove use of AC_REVISION.
47223         * iconvdata/Makefile (distribute): No need to filter out CVS.
47224         * scripts/list-sources.sh: Remove CVS, subversion and monotone
47225         handling.
47227 2011-11-16  Andreas Schwab  <schwab@redhat.com>
47229         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
47230         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
47231         [USE_AS_STRNCASECMP_L]: Likewise.
47232         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
47233         NO_TLS_DIRECT_SEG_REFS.
47234         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
47235         Fix argument offsets for non-PIC.
47236         [USE_AS_STRNCASECMP_L]: Likewise.
47237         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
47238         NO_TLS_DIRECT_SEG_REFS.
47240 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47242         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
47243         O_CLOEXEC.
47244         * locale/loadlocale.c (_nl_load_locale): Likewise.
47246 2011-11-15  Andreas Schwab  <schwab@redhat.com>
47248         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
47249         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
47250         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
47251         (SYSCALL_GETTIME): Set errno on error.
47253         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
47254         count references to noai6ai_cached.
47256 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
47258         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
47260         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
47261         FD_CLOEXEC for /proc/self/maps.
47263         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
47264         FD_CLOEXEC for /proc/meminfo.
47266         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
47267         gai.conf.
47269         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
47270         FD_CLOEXEC for given file.
47272         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
47274         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
47275         FD_CLOEXEC for /etc/hosts.
47276         (_gethtent): Likewise.
47278         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
47280         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
47281         cancellation and set FD_CLOEXEC for /etc/netgroup.
47283         * nss/nss_files/files-key.c (search): Don't allow cancellation when
47284         reading /etc/publickey.
47286         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
47287         allow cancellation when reading /etc/group.
47289         * nss/nss_files/files-alias.c (internal_setent): Don't allow
47290         cancellation.
47291         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
47293         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
47294         when using data file.
47296         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
47298         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
47299         (write_nis_obj): Use "c" and "e" in fopen.
47301         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
47303         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
47305         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
47307         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
47309         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
47310         locale.alias.
47312         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
47314         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
47316         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
47318         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
47319         file parsing and set FD_CLOEXEC.
47321 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
47323         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
47325 2011-11-14  Andreas Schwab  <schwab@redhat.com>
47327         * malloc/arena.c (arena_get2): Don't call reused_arena when
47328         _int_new_arena failed.
47330 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
47332         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
47333         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
47334         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
47335         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
47336         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
47337         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
47338         to compile strcasecmp and strncasecmp.
47339         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
47340         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
47342         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
47344 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
47346         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
47347         locale-defines.sym to gen-as-const-headers.
47348         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
47349         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
47350         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
47351         to compile strcasecmp and strncasecmp.
47352         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
47353         strcasecmp_l and strncasecmp_l.
47354         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
47355         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
47356         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
47357         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
47358         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
47359         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
47360         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
47361         * sysdeps/i386/i686/multiarch/strncase.S: New file.
47362         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
47363         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
47364         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
47366 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
47368         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
47369         result of SYSDEP_GETTIME_CPU to retval.
47370         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
47371         parameter list to macro.  Remove trailing semicolon.  Adjust users.
47373         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
47374         variable.
47376         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
47377         mantissa words.
47378         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
47380         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
47381         from unused variable.
47383         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
47384         DWARF definitions.
47385         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
47386         for assembling.
47388         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
47389         over namespaces.
47391         * sunrpc/rpc_prot.c (rejected): Fix case value.
47393         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
47394         unsigned long long int to avoid warnings in shift.
47396         * posix/regex_internal.c (re_string_reconstruct): Actually use result
47397         of use of trans.
47398         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
47399         variable tmp.
47401         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
47402         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
47403         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
47405         * nis/nis_table.c (nis_list): Use variable of correct type for
47406         result of __follow_path call.
47408 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
47410         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
47411         of math functions ceil, trunc, floor, round, and sqrt, when
47412         avaliable on the platform.
47413         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
47414         name clash.
47415         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
47416         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
47417         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
47419 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
47421         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
47422         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
47424 2011-11-11  Roland McGrath  <roland@hack.frob.com>
47426         * include/unistd.h: Fix __readlink return type.
47427         Reported by Chris Metcalf <cmetcalf@tilera.com>.
47429 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
47431         * stdlib/ucontext.h: Undo last change for makecontext.
47433 2011-11-11  Andreas Schwab  <schwab@redhat.com>
47435         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
47437         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
47438         * setjmp/setjmp.h: Mark functions as non-leaf.
47439         * setjmp/bits/setjmp2.h: Likewise.
47440         * stdlib/ucontext.h: Likewise.
47442 2011-11-10  Andreas Schwab  <schwab@redhat.com>
47444         * malloc/arena.c (_int_new_arena): Don't increment narenas.
47445         (reused_arena): Don't check arena limit.
47446         (arena_get2): Atomically check arena limit.
47448 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
47450         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
47451         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
47453         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
47454         instructions.
47456 2011-11-07  Andreas Schwab  <schwab@redhat.com>
47458         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
47459         handler when locking.
47461         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
47462         Fix size of allocated buffer.
47464 2011-11-04  Andreas Schwab  <schwab@redhat.com>
47466         [BZ #10103]
47467         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
47468         declarations for long double functions.
47469         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
47471         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
47473 2011-11-03  Andreas Schwab  <schwab@redhat.com>
47475         * nscd/nscd.c (main): Don't start AVC thread until credentials are
47476         installed.
47478         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
47479         is disabled.
47481 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47483         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
47485 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
47487         * include/alloca.h (stackinfo_alloca_round): Define.
47488         (extend_alloca): Use it.
47489         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
47490         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
47491         here.
47493         * scripts/check-local-headers.sh: Ignore libaudit.h.
47495         * nscd/Makefile (extra-objs): Make recursively expanded.
47497 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
47499         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
47500         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
47502         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
47503         * posix/tst-rfc3484-2.c: Likewise.
47504         * posix/tst-rfc3484-3.c: Likewise.
47506         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
47507         process_vm_writev.
47508         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
47509         process_vm_writev.
47510         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
47511         process_vm_writev from libc using GLIBC_2.15 version.
47513         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
47515 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
47517         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
47518         stack usage.
47520 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
47522         [BZ #13367]
47523         * nss/getent.c (initgroups_keys): Show error message in case no group
47524         names are given.
47526         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
47527         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
47528         __bump_nl_timestamp.
47529         * nscd/connections (nscd_init): When host database is served open
47530         netlink socket and request notification about configuration changes.
47531         (main_loop_poll): Track netlink file descriptor and bump timestamp
47532         in case data becomes available.
47533         (main_loop_epoll): Likewise.
47534         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
47535         (database_pers_head): Add extra_data fileds.
47536         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
47537         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
47538         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
47539         Adjust caller.
47540         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
47541         in6ai data, call __free_in6ai.
47542         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
47543         Add -DHAVE_NETLINK.
47544         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
47545         interface information.  Reuse previous data if netlink timestamp
47546         is not changed.
47547         (__bump_nl_timestamp): New function.
47548         (__free_in6ai): New function.
47550 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
47552         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
47553         close_not_cancel_no_status here.
47554         (__check_pf): Reorganize code a bit to not call close twice if OOM.
47556 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
47558         [BZ #13276]
47559         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
47560         return value.
47562         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
47563         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
47564         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
47566 2011-07-03  Andreas Jaeger  <aj@suse.de>
47568         [BZ #10709]
47569         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
47570         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
47571         * math/libm-test.inc (sin_test): Add test case.
47573 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
47575         [BZ #13337]
47576         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
47577         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
47579         * elf/chroot_canon.c (chroot_canon): Cleanups.
47581         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
47583         [BZ #13335]
47584         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
47585         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
47587         * string/test-strchr.c: Make usable for strchrnul testing.
47588         * string/test-strchrnul.c: New file.
47589         * string/Makefile (strop-tests): Add strchrnul.
47591         * po/it.po: Update from translation team.
47592         * po/es.po: Likewise.
47594 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
47596         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
47597         the three constants needed as parameters.  Drop the others.
47598         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
47599         __m128i_strloadu_tolower.
47600         Create and initialize variable zero and use it in all the places
47601         where _mm_setzero_si128 was used.
47603         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
47604         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
47605         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
47606         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
47607         anymore.
47608         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
47609         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
47610         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
47611         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
47612         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
47613         __mpranred, __mptan.
47614         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
47615         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
47616         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
47617         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
47618         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
47619         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
47620         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
47621         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
47622         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
47624 2011-10-28  Andreas Schwab  <schwab@redhat.com>
47626         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
47627         redefine if SHARED.
47628         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
47630         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
47631         wide char related routines to wcsmbs subdir.
47633 2011-10-27  Andreas Schwab  <schwab@redhat.com>
47635         [BZ #13344]
47636         * misc/sys/cdefs.h (__THROWNL): Define.
47637         * posix/unistd.h: Use __THREADNL instead of __THREAD
47638         for memory synchronization functions.
47640 2011-10-26  Roland McGrath  <roland@hack.frob.com>
47642         [BZ #13349]
47643         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
47644         doesn't exist.
47645         * manual/stdio.texi (Obstack Streams): Node removed.
47647 2011-10-26  Andreas Schwab  <schwab@redhat.com>
47649         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
47650         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
47651         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
47653         * math/math_private.h (math_force_eval): Allow non-addressable
47654         arguments.
47655         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
47657 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
47659         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
47660         file is not needed.
47662         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
47663         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
47664         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
47665         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
47666         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
47667         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
47668         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
47669         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
47670         Add AVX variants.
47671         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
47672         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
47673         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
47674         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
47675         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
47676         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
47677         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
47678         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
47679         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
47680         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
47681         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
47682         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
47683         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
47684         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
47685         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
47686         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
47687         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
47688         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
47689         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
47691         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
47692         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
47694         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
47695         place.  Use VEX encoding when compiling for AVX.
47697 2011-10-25  Andreas Schwab  <schwab@redhat.com>
47699         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
47700         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
47702         * string/test-strchr.c (do_test): Don't generate NUL bytes.
47704 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
47706         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
47707         useless if() expression.
47708         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
47709         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
47710         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
47711         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
47712         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
47713         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
47714         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
47715         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
47716         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
47717         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
47718         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
47719         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
47720         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
47721         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
47722         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
47723         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
47724         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
47725         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
47726         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
47728         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
47730 2011-10-25  Andreas Schwab  <schwab@redhat.com>
47732         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
47733         condition.
47734         * elf/dl-fini.c (_dl_sort_fini): Likewise.
47736 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
47738         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
47739         .text section.  Avoid duplicate constants.
47740         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
47741         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47742         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
47743         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47744         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
47745         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47746         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47747         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47748         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
47749         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
47750         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
47751         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
47752         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
47753         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
47754         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
47755         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
47756         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
47757         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
47758         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
47759         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47760         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
47761         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
47762         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
47763         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
47764         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
47765         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
47766         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
47767         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
47768         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
47769         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
47770         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
47771         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
47772         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
47773         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
47774         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
47775         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
47776         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
47777         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
47778         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
47779         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
47780         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
47781         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
47782         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
47783         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
47784         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
47786 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
47788         * sysdeps/x86_64/dla.h: Move to ...
47789         * sysdeps/x86_64/fpu/dla.h: ...here.
47790         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
47791         situations.  Use __builtin_fma only for gcc 4.6 and up.
47793         * config.make.in: Add have-mfma4 entry.
47794         * configure.in: Substitute libc_cv_cc_fma4.
47795         * math/Makefile (dbl-only-routines): Add sincostab.
47796         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
47797         Use __sincostab not sincos.
47798         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
47799         name is a macro.
47800         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
47801         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47802         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47803         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
47804         using __copysign.
47805         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
47806         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
47807         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
47808         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
47809         and __inv.
47810         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
47811         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
47812         __copysign.
47813         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
47814         define aliases when function name is a macro.
47815         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
47816         sysdeps/ieee754/dbl-64/sincos.tbl.
47817         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
47818         fma4-enabled routines.
47819         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
47820         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
47821         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
47822         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
47823         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
47824         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
47825         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
47826         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
47827         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
47828         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
47829         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
47830         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
47831         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
47832         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
47833         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
47834         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
47835         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
47836         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
47837         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
47838         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
47839         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
47840         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
47841         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
47842         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
47843         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
47844         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
47845         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
47846         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
47847         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
47848         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
47850         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
47851         rename.
47852         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47853         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47854         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47855         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47856         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47857         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47858         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
47859         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47861 2011-10-24  Andreas Schwab  <schwab@redhat.com>
47863         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
47865 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
47867         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
47869         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
47870         prediction.
47871         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
47873         * string/strnlen.c: Don't define STRNLEN, reverse logic.
47874         Remove unused variable magic_bits.
47875         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
47877         * string/strnlen.c: Define and use STRNLEN macro.
47878         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
47879         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
47880         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
47881         * wcsmbs/wcslen.c: Define and use WCSLEN.
47882         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
47883         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
47884         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
47885         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
47886         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
47887         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
47888         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
47890 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47892         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
47893         strnlen-sse2-no-bsf.
47894         Rename strlen-no-bsf to strlen-sse2-no-bsf.
47895         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
47896         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
47897         Add strnlen support.
47898         (USE_AS_STRNLEN): New macro.
47899         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
47900         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
47901         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
47902         * sysdeps/x86_64/wcslen.S: New file.
47904 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
47906         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
47907         XMM-moves are used for copying on small sizes.
47909 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47911         * wcsmbs/Makefile (strop-tests): Add wcschr.
47912         * wcsmbs/test-wcschr.c: New file.
47913         * string/test-strchr.c: Update.
47914         Add wcschr support.
47915         (WIDE): New macro.
47917 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47919         * wcsmbs/Makefile (strop-tests): Add wcslen.
47920         * wcsmbs/test-wcslen.c: New file.
47921         * string/test-strlen.c: Update.
47922         Add wcslen support.
47923         (WIDE): New macro.
47925 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
47927         * po/it.po: Update from translation team.
47929 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47931         * sysdeps/x86_64/wcscmp.S: Update.
47932         Fix wrong comparison semantics.
47933         wcscmp shall use signed comparison not unsigned.
47934         Don't use substraction to avoid overflow bug.
47935         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
47936         * wcsmbc/wcscmp.c: Likewise.
47937         * string/test-strcmp.c: Likewise.
47938         Add new tests to check cases with negative values.
47940 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
47942         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
47943         * sysdeps/x86_64/dla.h: ...here.  New file.
47944         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
47945         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47946         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47947         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47948         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47949         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
47950         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47951         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
47952         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47954 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
47956         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
47957         __ynl_finite aliases.
47959 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
47961         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
47963         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
47964         define DLA_FMA.
47965         [DLA_FMA] (EMULV): Use DLA_FMA.
47966         [DLA_FMA] (MUL12): Use EMULV.
47967         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
47968         that are not needed.
47969         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
47970         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
47971         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
47972         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
47973         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
47974         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
47975         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
47977 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
47979         * math/s_nan.c: Undef __nan.
47980         * math/s_nanf.c: Undef __nanf.
47981         * math/s_nanl.c: Undef __nanl.
47982         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
47983         "math_private.h".
47985 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
47987         * math/s_catan.c: Add branch predictions.
47988         * math/s_catanf.c: Likewise.
47989         * math/s_catanh.c: Likewise.
47990         * math/s_catanhf.c: Likewise.
47991         * math/s_catanhl.c: Likewise.
47992         * math/s_catanl.c: Likewise.
47993         * math/s_cexp.c: Likewise.
47994         * math/s_cexpf.c: Likewise.
47995         * math/s_cexpl.c: Likewise.
47996         * math/s_clog.c: Likewise.
47997         * math/s_clog10.c: Likewise.
47998         * math/s_clog10f.c: Likewise.
47999         * math/s_clog10l.c: Likewise.
48000         * math/s_clogf.c: Likewise.
48001         * math/s_clogl.c: Likewise.
48002         * math/s_csqrt.c: Likewise.
48003         * math/s_csqrtf.c: Likewise.
48004         * math/s_csqrtl.c: Likewise.
48005         * math/s_ctanf.c: Likewise.
48006         * math/s_ctanh.c: Likewise.
48007         * math/s_ctanhf.c: Likewise.
48008         * math/s_ctanhl.c: Likewise.
48009         * math/s_ctanl.c: Likewise.
48011         * math/math_private.h: Define __nan, __nanf, __nanl.
48012         * math/s_cacosh.c: Include <math_private.h>.
48013         * math/s_cacoshl.c: Likewise.
48014         * math/s_casinh.c: Likewise.
48015         * math/s_casinhf.c: Likewise.
48016         * math/s_casinhl.c: Likewise.
48017         * math/s_ccos.c: Rely entire on ccosh.
48018         * math/s_ccosf.c: Rely entire on ccoshf.
48019         * math/s_ccosl.c: Rely entirely on ccoshl.
48020         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
48021         Remove tests for FE_INVALID.
48022         * math/s_ccoshf.c: Likewise.
48023         * math/s_ccoshl.c: Likewise.
48024         * math/s_csin.c: Likewise.
48025         * math/s_csinf.c: Likewise.
48026         * math/s_csinh.c Likewise.
48027         * math/s_csinhf.c: Likewise.
48028         * math/s_csinhl.c: Likewise.
48029         * math/s_csinl.c: Likewise.
48030         * math/s_ctan.c: Likewise.
48031         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
48032         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
48033         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
48035 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
48037         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
48038         compilation problems.
48040         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
48041         __builtin_expect.
48043 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
48045         * sysdeps/i386/configure.in: Test for -mfma4 option.
48046         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
48047         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
48048         COMMON_CPUID_INDEX_80000001.
48049         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
48050         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
48051         use it if FMA3 is not supported.
48052         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
48054         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
48055         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48057 2011-10-20  Andreas Schwab  <schwab@redhat.com>
48059         [BZ #12892]
48060         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
48061         it would create a cycle with a link time dependency.
48063 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
48065         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
48066         instruction.
48067         * string/Makefile (strop-tests): Add rawmemchr.
48068         * string/test-rawmemchr.c: New file.
48070         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
48071         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
48072         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
48073         when compiling str{,n}casecmp and when AVX is available.  Hook up
48074         new optimized code in initializers.
48076 2011-10-19  Andreas Schwab  <schwab@redhat.com>
48078         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
48079         __feraiseexcept instead of feraiseexcept.
48081 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
48083         * math/math_private.h: Define defaults for libc_fetestexcept and
48084         libc_feupdateenv.
48085         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
48086         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
48087         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48088         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48089         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48090         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48091         libc_fetestexcept and libc_feupdateenv.
48093         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
48094         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
48095         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
48096         * sysdeps/x86_64/fpu/math_private.h: Define special version of
48097         libc_feholdexcept_setround.
48099         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
48100         Add s_nearbyint-c and s_nearbyintf-c.
48101         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
48102         nearbyintf inlines.
48103         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
48104         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
48105         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
48106         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
48108         * math/math_private.h: Define defaults for libc_fegetround,
48109         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
48110         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
48111         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
48112         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
48113         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
48114         standard functions.
48115         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48116         Remove comments and hacks for old compiler versions.
48117         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
48118         libc_fegetround, libc_fesetround, libc_feholdexcept, and
48119         libc_feholdexceptl.
48121 2011-10-18  Andreas Schwab  <schwab@redhat.com>
48123         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
48124         (__feraiseexcept_renamed): Add __NTH.
48125         (feraiseexcept): Add __NTH.  Rename local variables to fix
48126         namespace violations.
48128 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
48130         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
48132         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
48134         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
48135         recently added interfaces.
48136         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
48138         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
48139         about macro parameter expansion.
48141         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
48142         __NO_MATH_INLINES is defined.  Cleanups.
48144         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
48145         and __floorf is target has SSE4.1.
48146         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
48147         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
48148         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
48149         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
48151         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
48152         name.
48153         (floorf): Likewise.
48155         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
48157 2011-10-17  Andreas Schwab  <schwab@redhat.com>
48159         * misc/sys/cdefs.h: Fix last change.
48161         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
48162         database lookup.
48164 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
48166         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
48168         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
48169         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48170         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48171         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48172         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48173         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48174         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48175         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48176         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
48177         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
48178         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
48179         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
48180         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
48181         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
48182         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
48183         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
48184         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
48185         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
48186         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
48187         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
48188         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
48189         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
48191         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
48192         ceil, ceilf, floor, floorf.
48194         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
48195         Perform IRELATIVE relocations last.
48197         * elf/do-rel.h: Add another parameter nrelative, replacing the
48198         local variable with the same name.  Change name of the function
48199         to end in Rel or Rela (uppercase).
48200         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
48201         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
48202         elf_dynamic_do_##reloc function.
48204 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48206         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
48207         is sufficient, at least on modern CPUs.
48209         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
48211         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
48212         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
48214         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
48215         __expl_finite.
48216         * math/bits/math-finite.h: Add entries for exp.
48217         * math/e_expl.c: Add __*_finite alias.
48218         * sysdeps/i386/fpu/e_exp.S: Likewise.
48219         * sysdeps/i386/fpu/e_expf.S: Likewise.
48220         * sysdeps/i386/fpu/e_expl.c: Likewise.
48221         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48222         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
48223         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
48224         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
48225         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
48226         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
48227         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
48229         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
48230         is sufficient, at least on modern CPUs.
48232         * ctype/ctype-info.c (__ctype_init): Define.
48233         * include/ctype.h (__ctype_init): Declare.
48234         (__ctype_b_loc): The variable is always initialized.
48235         (__ctype_toupper_loc): Likewise.
48236         (__ctype_tolower_loc): Likewise.
48237         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
48238         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
48240 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
48242         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
48244         * configure.in: Also look in $cxxmachine/include for C++ system
48245         headers.
48247 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48249         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
48250         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
48251         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
48252         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
48253         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
48254         (USE_AS_WMEMCMP): New macro.
48255         Fixing indents.
48256         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
48257         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
48258         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
48259         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
48260         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48261         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
48262         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
48263         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
48264         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
48265         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
48266         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
48267         (USE_AS_WMEMCMP): New macro.
48268         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
48269         * sysdeps/string/test-memcmp.c: Update.
48270         Fix simple_wmemcmp.
48271         Add new tests.
48272         * wcsmbs/wmemcmp.c: Update.
48273         (WMEMCMP): New macro.
48274         Fix overflow bug.
48276 2011-10-12  Andreas Jaeger  <aj@suse.de>
48278         [BZ #13268]
48279         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
48281 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
48283         * libio/iofwide.c (do_length): Avoid warning.
48285         * ctype/ctype.h (__isctype_f): Add missing __THROW.
48287 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
48289         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
48291         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
48292         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
48293         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
48294         * sysdeps/i386/i686/fpu/e_log.S: New file.
48295         * sysdeps/i386/i686/fpu/e_logf.S: New file.
48296         * sysdeps/i386/i686/fpu/e_logl.S: New file.
48298         * ctype/ctype.h: Add support for inlined isXXX functions when
48299         compiling C++ code.
48301 2011-10-14  Andreas Schwab  <schwab@redhat.com>
48303         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48305         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
48307 2011-10-13  Roland McGrath  <roland@hack.frob.com>
48309         [BZ #13291]
48310         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
48312 2011-10-13  Andreas Schwab  <schwab@redhat.com>
48314         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
48315         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
48316         feraiseexcept.
48318         * sysdeps/x86_64/memrchr.S: Check for zero size.
48320         * string/stratcliff.c: Add memrchr tests.
48322 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48324         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48325         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
48326         rawmemchr-sse2 rawmemchr-sse2-bsf.
48327         * sysdeps/i386/i686/multiarch/memchr.S: New file.
48328         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
48329         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
48330         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
48331         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
48332         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
48333         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
48334         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
48335         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
48336         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
48337         * string/memrchr.c (MEMRCHR): New macro.
48339 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
48341         Add integration with gcc's -ffinite-math-only and optimize wrapper
48342         functions in libm.
48343         * Versions.def: Define GLIBC_2.15 version for libm.
48344         * math/Makefile (headers): Add bits/math-finite.h.
48345         * math/bits/math-finite.h: New file.
48346         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
48347         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
48348         * math/e_acoshl.c: Add __*_finite alias.
48349         * math/e_acosl.c: Likewise.
48350         * math/e_asinl.c: Likewise.
48351         * math/e_atan2l.c: Likewise.
48352         * math/e_atanhl.c: Likewise.
48353         * math/e_coshl.c: Likewise.
48354         * math/e_exp10.c: Likewise.
48355         * math/e_exp10f.c: Likewise.
48356         * math/e_exp10l.c: Likewise.
48357         * math/e_exp2l.c: Likewise.
48358         * math/e_fmodl.c: Likewise.
48359         * math/e_gammal_r.c: Likewise.
48360         * math/e_hypotl.c: Likewise.
48361         * math/e_j0l.c: Likewise.
48362         * math/e_j1l.c: Likewise.
48363         * math/e_jnl.c: Likewise.
48364         * math/e_lgammal_r.c: Likewise.
48365         * math/e_log10l.c: Likewise.
48366         * math/e_log2l.c: Likewise.
48367         * math/e_logl.c: Likewise.
48368         * math/e_powl.c: Likewise.
48369         * math/e_sinhl.c: Likewise.
48370         * math/e_sqrtl.c: Likewise.
48371         * math/e_scalb.c: Completely rewritten and optimized.
48372         * math/e_scalbf.c: Likewise.
48373         * math/e_scalbl.c: Likewise.
48374         * math/w_acos.c: Likewise.
48375         * math/w_acosf.c: Likewise.
48376         * math/w_acosl.c: Likewise.
48377         * math/w_acosh.c: Likewise.
48378         * math/w_acoshf.c: Likewise.
48379         * math/w_acoshl.c: Likewise.
48380         * math/w_asin.c: Likewise.
48381         * math/w_asinf.c: Likewise.
48382         * math/w_asinl.c: Likewise.
48383         * math/w_atan2.c: Likewise.
48384         * math/w_atan2f.c: Likewise.
48385         * math/w_atan2l.c: Likewise.
48386         * math/w_atanh.c: Likewise.
48387         * math/w_atanhf.c: Likewise.
48388         * math/w_atanhl.c: Likewise.
48389         * math/w_exp10.c: Likewise.
48390         * math/w_exp10f.c: Likewise.
48391         * math/w_exp10l.c: Likewise.
48392         * math/w_fmod.c: Likewise.
48393         * math/w_fmodf.c: Likewise.
48394         * math/w_fmodl.c: Likewise.
48395         * math/w_j0.c: Likewise.
48396         * math/w_j0f.c: Likewise.
48397         * math/w_j0l.c: Likewise.
48398         * math/w_j1.c: Likewise.
48399         * math/w_j1f.c: Likewise.
48400         * math/w_j1l.c: Likewise.
48401         * math/w_jn.c: Likewise.
48402         * math/w_jnf.c: Likewise.
48403         * math/w_log.c: Likewise.
48404         * math/w_logf.c: Likewise.
48405         * math/w_logl.c: Likewise.
48406         * math/w_log10.c: Likewise.
48407         * math/w_log10f.c: Likewise.
48408         * math/w_log10l.c: Likewise.
48409         * math/w_log2.c: Likewise.
48410         * math/w_log2f.c: Likewise.
48411         * math/w_log2l.c: Likewise.
48412         * math/w_pow.c: Likewise.
48413         * math/w_powf.c: Likewise.
48414         * math/w_powl.c: Likewise.
48415         * math/w_remainder.c: Likewise.
48416         * math/w_remainderf.c: Likewise.
48417         * math/w_remainderl.c: Likewise.
48418         * math/w_scalb.c: Likewise.
48419         * math/w_scalbf.c: Likewise.
48420         * math/w_scalbl.c: Likewise.
48421         * math/w_sqrt.c: Likewise.
48422         * math/w_sqrtf.c: Likewise.
48423         * math/w_sqrtl.c: Likewise.
48424         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
48425         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
48426         used.
48427         * math/math_private.h: Declare __kernel_standard_f.
48428         * math/w_cosh.c: Remove cruft and optimize a bit.
48429         * math/w_coshf.c: Likewise.
48430         * math/w_coshl.c: Likewise.
48431         * math/w_exp2.c: Likewise.
48432         * math/w_exp2f.c: Likewise.
48433         * math/w_exp2l.c: Likewise.
48434         * math/w_hypot.c: Likewise.
48435         * math/w_hypotf.c: Likewise.
48436         * math/w_hypotl.c: Likewise.
48437         * math/w_lgamma.c: Likewise.
48438         * math/w_lgamma_r.c: Likewise.
48439         * math/w_lgammaf.c: Likewise.
48440         * math/w_lgammaf_r.c: Likewise.
48441         * math/w_lgammal.c: Likewise.
48442         * math/w_lgammal_r.c: Likewise.
48443         * math/w_sinh.c: Likewise.
48444         * math/w_sinhf.c: Likewise.
48445         * math/w_sinhl.c: Likewise.
48446         * math/w_tgamma.c: Likewise.
48447         * math/w_tgammaf.c: Likewise.
48448         * math/w_tgammal.c: Likewise.
48449         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48450         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48451         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
48452         Minor optimizations.  Pretty printing.  Remove cruft.
48453         * sysdeps/i386/fpu/e_acosf.S: Likewise.
48454         * sysdeps/i386/fpu/e_acosh.S: Likewise.
48455         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
48456         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
48457         * sysdeps/i386/fpu/e_acosl.c: Likewise.
48458         * sysdeps/i386/fpu/e_asin.S: Likewise.
48459         * sysdeps/i386/fpu/e_asinf.S: Likewise.
48460         * sysdeps/i386/fpu/e_atan2.S: Likewise.
48461         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
48462         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
48463         * sysdeps/i386/fpu/e_atanh.S: Likewise.
48464         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
48465         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
48466         * sysdeps/i386/fpu/e_exp10.S: Likewise.
48467         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
48468         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
48469         * sysdeps/i386/fpu/e_exp2.S: Likewise.
48470         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
48471         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
48472         * sysdeps/i386/fpu/e_fmod.S: Likewise.
48473         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
48474         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
48475         * sysdeps/i386/fpu/e_hypot.S: Likewise.
48476         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
48477         * sysdeps/i386/fpu/e_log.S: Likewise.
48478         * sysdeps/i386/fpu/e_log10.S: Likewise.
48479         * sysdeps/i386/fpu/e_log10f.S: Likewise.
48480         * sysdeps/i386/fpu/e_log10l.S: Likewise.
48481         * sysdeps/i386/fpu/e_log2.S: Likewise.
48482         * sysdeps/i386/fpu/e_log2f.S: Likewise.
48483         * sysdeps/i386/fpu/e_log2l.S: Likewise.
48484         * sysdeps/i386/fpu/e_logf.S: Likewise.
48485         * sysdeps/i386/fpu/e_logl.S: Likewise.
48486         * sysdeps/i386/fpu/e_pow.S: Likewise.
48487         * sysdeps/i386/fpu/e_powf.S: Likewise.
48488         * sysdeps/i386/fpu/e_powl.S: Likewise.
48489         * sysdeps/i386/fpu/e_remainder.S: Likewise.
48490         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
48491         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
48492         * sysdeps/i386/fpu/e_scalb.S: Likewise.
48493         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
48494         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
48495         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
48496         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
48497         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
48498         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
48499         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48500         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48501         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
48502         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
48503         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
48504         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
48505         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
48506         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48507         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
48508         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
48509         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
48510         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48511         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
48512         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
48513         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48514         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
48515         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
48516         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48517         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48518         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
48519         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
48520         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48521         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48522         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
48523         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
48524         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
48525         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
48526         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
48527         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
48528         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48529         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
48530         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
48531         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
48532         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
48533         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
48534         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
48535         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
48536         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
48537         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
48538         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
48539         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
48540         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
48541         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
48542         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48543         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
48544         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
48545         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
48546         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
48547         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
48548         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
48549         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
48550         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
48551         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
48552         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
48553         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
48554         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
48555         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
48556         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
48557         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
48558         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
48559         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
48560         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48561         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48562         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
48563         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
48564         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
48565         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
48566         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
48567         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
48568         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
48569         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
48570         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
48571         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
48572         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
48573         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48574         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
48575         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
48576         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
48577         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
48578         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48579         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
48580         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
48581         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
48582         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48583         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
48584         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
48585         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
48586         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
48587         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
48588         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48589         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
48590         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
48591         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
48592         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
48593         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
48594         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
48595         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
48596         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
48597         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
48598         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
48599         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
48600         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
48601         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
48602         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
48603         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
48604         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
48605         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
48606         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
48607         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
48608         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
48609         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
48610         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
48611         (__isnanf): Likewise.
48612         (__isinf_ns): Likewise.
48613         (__isinf_nsf): Likewise.
48614         (__finite): Likewise.
48615         (__finitef): Likewise.
48616         (__ieee754_sqrt): Define as macro.
48617         (__ieee754_sqrtf): Define as macro.
48618         (__ieee754_sqrtl): Define as macro.
48619         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
48620         inlined copy.
48621         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
48622         __FINITE_MATH_ONLY__ consistent.
48623         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
48625 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
48627         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
48628         of rawmemchr.
48630         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
48632 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
48634         * po/ja.po: Update from translation team.
48636 2011-10-08  Roland McGrath  <roland@hack.frob.com>
48638         * locale/programs/locarchive.c (prepare_address_space): New function.
48639         (create_archive, enlarge_archive, open_archive): Use it.
48641         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
48642         inside [SHARED], where it is used.
48644         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
48646         * nss/getent.c (netgroup_keys): Remove unused variable.
48647         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
48649 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
48651         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
48652         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
48653         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
48654         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
48655         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
48656         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
48657         * math/Makefile (libm-calls): Add s_isinf_ns.
48658         * math/divtc3.c: Use __isinf_nsl instead of isinf.
48659         * math/multc3.c: Likewise.
48660         * math/s_casin.c: Likewise.
48661         * math/s_casinf.c: Likewise.
48662         * math/s_casinl.c: Likewise.
48663         * math/s_ccos.c: Likewise.
48664         * math/s_ccosf.c: Likewise.
48665         * math/s_ccosl.c: Likewise.
48666         * math/s_ctan.c: Likewise.
48667         * math/s_ctanf.c: Likewise.
48668         * math/s_ctanh.c: Likewise.
48669         * math/s_ctanhf.c: Likewise.
48670         * math/s_ctanhl.c: Likewise.
48671         * math/s_ctanl.c: Likewise.
48672         * math/w_fmod.c: Likewise.
48673         * math/w_fmodf.c: Likewise.
48674         * math/w_fmodl.c: Likewise.
48675         * math/w_remainder.c: Likewise.
48676         * math/w_remainderf.c: Likewise.
48677         * math/w_remainderl.c: Likewise.
48678         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
48679         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
48680         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
48681         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
48682         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
48683         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
48684         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
48685         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
48687         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
48688         of the number.
48689         * stdio-common/printf_fphex.c: Likewise.
48690         * stdio-common/printf_size.c: Likewise.
48692         * math/e_exp10.c: Include math_private.h using <...> not "...".
48693         * math/e_exp10f.c: Likewise.
48694         * math/e_exp10l.c: Likewise.
48695         * math/e_exp2l.c: Likewise.
48696         * math/e_j0l.c: Likewise.
48697         * math/e_j1l.c: Likewise.
48698         * math/e_jnl.c: Likewise.
48699         * math/e_lgammal_r.c: Likewise.
48700         * math/e_rem_pio2l.c: Likewise.
48701         * math/e_scalb.c: Likewise.
48702         * math/e_scalbf.c: Likewise.
48703         * math/e_scalbl.c: Likewise.
48704         * math/k_cosl.c: Likewise.
48705         * math/k_sinl.c: Likewise.
48706         * math/k_tanl.c: Likewise.
48707         * math/s_cacoshf.c: Likewise.
48708         * math/s_catan.c: Likewise.
48709         * math/s_catanf.c: Likewise.
48710         * math/s_catanh.c: Likewise.
48711         * math/s_catanhf.c: Likewise.
48712         * math/s_catanhl.c: Likewise.
48713         * math/s_catanl.c: Likewise.
48714         * math/s_ccosh.c: Likewise.
48715         * math/s_ccoshf.c: Likewise.
48716         * math/s_ccoshl.c: Likewise.
48717         * math/s_cexp.c: Likewise.
48718         * math/s_cexpf.c: Likewise.
48719         * math/s_cexpl.c: Likewise.
48720         * math/s_clog.c: Likewise.
48721         * math/s_clog10.c: Likewise.
48722         * math/s_clog10f.c: Likewise.
48723         * math/s_clog10l.c: Likewise.
48724         * math/s_clogf.c: Likewise.
48725         * math/s_clogl.c: Likewise.
48726         * math/s_csin.c: Likewise.
48727         * math/s_csinf.c: Likewise.
48728         * math/s_csinh.c: Likewise.
48729         * math/s_csinhf.c: Likewise.
48730         * math/s_csinhl.c: Likewise.
48731         * math/s_csinl.c: Likewise.
48732         * math/s_csqrt.c: Likewise.
48733         * math/s_csqrtf.c: Likewise.
48734         * math/s_csqrtl.c: Likewise.
48735         * math/s_ctan.c: Likewise.
48736         * math/s_ctanf.c: Likewise.
48737         * math/s_ctanh.c: Likewise.
48738         * math/s_ctanhf.c: Likewise.
48739         * math/s_ctanhl.c: Likewise.
48740         * math/s_ctanl.c: Likewise.
48741         * math/s_ldexp.c: Likewise.
48742         * math/s_ldexpf.c: Likewise.
48743         * math/s_ldexpl.c: Likewise.
48744         * math/s_significand.c: Likewise.
48745         * math/s_significandf.c: Likewise.
48746         * math/s_significandl.c: Likewise.
48747         * math/w_acos.c: Likewise.
48748         * math/w_acosf.c: Likewise.
48749         * math/w_acosh.c: Likewise.
48750         * math/w_acoshf.c: Likewise.
48751         * math/w_acoshl.c: Likewise.
48752         * math/w_acosl.c: Likewise.
48753         * math/w_asin.c: Likewise.
48754         * math/w_asinf.c: Likewise.
48755         * math/w_asinl.c: Likewise.
48756         * math/w_atan2.c: Likewise.
48757         * math/w_atan2f.c: Likewise.
48758         * math/w_atan2l.c: Likewise.
48759         * math/w_atanh.c: Likewise.
48760         * math/w_atanhf.c: Likewise.
48761         * math/w_atanhl.c: Likewise.
48762         * math/w_cosh.c: Likewise.
48763         * math/w_coshf.c: Likewise.
48764         * math/w_coshl.c: Likewise.
48765         * math/w_dremf.c: Likewise.
48766         * math/w_exp10.c: Likewise.
48767         * math/w_exp10f.c: Likewise.
48768         * math/w_exp10l.c: Likewise.
48769         * math/w_exp2.c: Likewise.
48770         * math/w_exp2f.c: Likewise.
48771         * math/w_fmod.c: Likewise.
48772         * math/w_fmodf.c: Likewise.
48773         * math/w_fmodl.c: Likewise.
48774         * math/w_hypot.c: Likewise.
48775         * math/w_hypotf.c: Likewise.
48776         * math/w_hypotl.c: Likewise.
48777         * math/w_j0.c: Likewise.
48778         * math/w_j0f.c: Likewise.
48779         * math/w_j0l.c: Likewise.
48780         * math/w_j1.c: Likewise.
48781         * math/w_j1f.c: Likewise.
48782         * math/w_j1l.c: Likewise.
48783         * math/w_jn.c: Likewise.
48784         * math/w_jnf.c: Likewise.
48785         * math/w_jnl.c: Likewise.
48786         * math/w_lgamma.c: Likewise.
48787         * math/w_lgamma_r.c: Likewise.
48788         * math/w_lgammaf.c: Likewise.
48789         * math/w_lgammaf_r.c: Likewise.
48790         * math/w_lgammal.c: Likewise.
48791         * math/w_lgammal_r.c: Likewise.
48792         * math/w_log.c: Likewise.
48793         * math/w_log10.c: Likewise.
48794         * math/w_log10f.c: Likewise.
48795         * math/w_log10l.c: Likewise.
48796         * math/w_log2.c: Likewise.
48797         * math/w_log2f.c: Likewise.
48798         * math/w_log2l.c: Likewise.
48799         * math/w_logf.c: Likewise.
48800         * math/w_logl.c: Likewise.
48801         * math/w_pow.c: Likewise.
48802         * math/w_powf.c: Likewise.
48803         * math/w_powl.c: Likewise.
48804         * math/w_remainder.c: Likewise.
48805         * math/w_remainderf.c: Likewise.
48806         * math/w_remainderl.c: Likewise.
48807         * math/w_scalb.c: Likewise.
48808         * math/w_scalbf.c: Likewise.
48809         * math/w_scalbl.c: Likewise.
48810         * math/w_sinh.c: Likewise.
48811         * math/w_sinhf.c: Likewise.
48812         * math/w_sinhl.c: Likewise.
48813         * math/w_sqrt.c: Likewise.
48814         * math/w_sqrtf.c: Likewise.
48815         * math/w_sqrtl.c: Likewise.
48816         * math/w_tgamma.c: Likewise.
48817         * math/w_tgammaf.c: Likewise.
48818         * math/w_tgammal.c: Likewise.
48820         * po/ja.po: Update from translation team.
48822 2011-09-29  Andreas Jaeger  <aj@suse.de>
48824         [BZ #13179]
48825         * sunrpc/netname.c (netname2host): Fix logic.
48827         [BZ #6779]
48828         [BZ #6783]
48829         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
48830         correctly.
48831         * math/w_remainder.c (__remainder): Likewise.
48832         * math/w_remainderf.c (__remainderf): Likewise.
48833         * math/libm-test.inc (remainder_test): Add test cases.
48835 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48837         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
48838         sdiv_qrnnd.
48840 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
48842         * string/test-memcmp.c: Avoid unncessary #defines.
48843         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
48845 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
48847         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
48848         Use new sse2 version for core i3 - i7 as it's faster
48849         than sse42 version.
48850         (bit_Prefer_PMINUB_for_stringop): New.
48851         * sysdeps/x86_64/rawmemchr.S: Update.
48852         Replace with faster SSE2 version.
48853         * sysdeps/x86_64/memrchr.S: New file.
48854         * sysdeps/x86_64/memchr.S: Update.
48855         Replace with faster SSE2 version.
48857 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
48859         * elf/dl-load.c (lose): Add cast to avoid warning.
48861 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
48863         * po/ca.po: Update from translation team.
48865         * inet/getnetgrent_r.c: Hook up nscd.
48866         * nscd/Makefile (routines): Add nscd_netgroup.
48867         (nscd-modules): Add netgroupcache.
48868         (CFLAGS-netgroupcache.c): Define.
48869         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
48870         (cache_search): Add const to second parameter.
48871         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
48872         INNETGR.
48873         (dbs): Add netgrdb entry.
48874         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
48875         (verify_persistent_db): Handle netgrdb.
48876         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
48877         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
48878         GETFDNETGR.
48879         (netgroup_response_header): Define.
48880         (innetgroup_response_header): Define.
48881         (datahead): Add netgroup_response_header and innetgroup_response_header
48882         elements.
48883         * nscd/nscd.conf: Add entries for netgroup cache.
48884         * nscd/nscd.h (dbtype): Add netgrdb.
48885         (_PATH_NSCD_NETGROUP_DB): Define.
48886         (netgroup_iov_disabled): Declare.
48887         (xmalloc, xcalloc, xrealloc): Move declarations here.
48888         (cache_search): Adjust prototype.
48889         Add netgroup-related prototypes.
48890         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
48891         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
48892         (__nscd_innetgr): Declare.
48893         * nscd/selinux.c (perms): Use access_vector_t as element type and
48894         add netgroup-related initializers.
48895         * nscd/netgroupcache.c: New file.
48896         * nscd/nscd_netgroup.c: New file.
48897         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
48898         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
48899         For four parameters use innetgr.
48900         * nss/nss_files/files-init.c: Add definition and callback for netgr.
48901         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
48902         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
48903         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
48905         * nscd/connections.c (register_traced_file): Don't register file
48906         for disabled databases.
48908 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
48910         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
48912         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
48913         from tree and freeing node.
48915 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
48917         * nss/nsswitch.c (__nss_database_lookup): Handle
48918         nss_parse_service_list out of memory case.
48920 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
48922         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
48923         out of memory case.
48925 2011-10-04  Andreas Schwab  <schwab@redhat.com>
48927         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
48928         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
48929         pass it down.
48930         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
48931         elf_machine_rela, elf_machine_lazy_rel.
48932         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
48933         (ELF_DYNAMIC_DO_REL): Likewise.
48934         (ELF_DYNAMIC_DO_RELA): Likewise.
48935         (ELF_DYNAMIC_RELOCATE): Likewise.
48936         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
48937         to ELF_DYNAMIC_DO_REL.
48938         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
48939         (dl_main): In trace mode always set __RTLD_NOIFUNC.
48940         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
48941         elf_machine_rela.
48942         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
48943         skip_ifunc, don't call ifunc function if non-zero.
48944         (elf_machine_rela): Likewise.
48945         (elf_machine_lazy_rel): Likewise.
48946         (elf_machine_lazy_rela): Likewise.
48947         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
48948         (elf_machine_lazy_rel): Likewise.
48949         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
48950         Likewise.
48951         (elf_machine_lazy_rel): Likewise.
48952         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
48953         Likewise.
48954         (elf_machine_lazy_rel): Likewise.
48955         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
48956         (elf_machine_lazy_rel): Likewise.
48957         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
48958         (elf_machine_lazy_rel): Likewise.
48959         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
48960         (elf_machine_lazy_rel): Likewise.
48961         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
48962         (elf_machine_lazy_rel): Likewise.
48963         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
48964         (elf_machine_lazy_rel): Likewise.
48965         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
48966         (elf_machine_lazy_rel): Likewise.
48968 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
48970         * nss/nss_files/files-init.c (_nss_files_init): Use static
48971         initialization for all the *_traced_file variables.
48973 2011-09-28  Andreas Schwab  <schwab@redhat.com>
48975         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
48977 2011-09-27  Roland McGrath  <roland@hack.frob.com>
48979         [BZ #13226]
48980         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
48982 2011-09-27  Andreas Schwab  <schwab@redhat.com>
48984         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
48985         Reread the line before reparsing it.
48987 2011-09-26  Andreas Schwab  <schwab@redhat.com>
48989         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
48991 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
48992             Maxim Kuvyrkov  <maxim@codesourcery.com>
48993             Joseph Myers  <joseph@codesourcery.com>
48995         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
48996         if needed for __stack_chk_guard.
48998 2011-09-19  Roland McGrath  <roland@hack.frob.com>
49000         * sysdeps/posix/spawni.c (script_execute): Always define it.
49001         It will be optimized away if unused.
49002         (maybe_script_execute): New function.
49003         (__spawni): Call it.
49005         * Makerules: Don't include tls.make.
49006         (config-tls): Always set to thread.
49007         * tls.make.c: File removed.
49009 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
49011         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
49012         * config.make.in (CPPFLAGS-config): New substituted variable.
49014 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49016         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
49018         [BZ #13192]
49019         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
49020         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
49022 2011-09-15  Roland McGrath  <roland@hack.frob.com>
49024         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
49025         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
49026         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
49027         (CALL_FAIL): Likewise.
49028         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
49029         (CALL_FAIL): Macro removed.
49030         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
49032 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
49034         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
49035         for __FINITE_MATH_ONLY__ == 1.
49037 2011-09-15  Andreas Schwab  <schwab@redhat.com>
49039         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
49040         __ieee754_sqrt instead of sqrt.
49041         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
49042         __ieee754_sqrtf instead of sqrtf.
49043         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
49044         __floorf instead of floorf.
49045         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
49046         __floorf, __truncf instead of floorf, truncf.
49048 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
49050         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
49052         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
49053         __extern_always_inline.
49054         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
49055         32-bit.
49057 2011-09-14  Andreas Schwab  <schwab@redhat.com>
49059         * elf/rtld.c (dl_main): Also relocate in dependency order when
49060         doing symbol dependency testing.
49062 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
49064         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
49065         Always define `refsym'.
49067 2011-09-13  Andreas Schwab  <schwab@redhat.com>
49069         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
49070         (__FD_ELT): Renamed from __FDELT.
49071         * misc/bits/select2.h (__FD_ELT): Likewise.
49072         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
49073         __FD_MASK instead of __FDELT, __FDMASK.
49074         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49075         Likewise.
49076         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
49077         Likewise.
49079         * elf/Makefile (gen-ldd): Fix pattern.
49081         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
49082         (init_tls): Likewise.
49084 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
49086         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
49088 2011-09-12  Andreas Schwab  <schwab@redhat.com>
49090         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
49091         `struct cmsghdr *' instead of `void *'.
49092         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
49093         Likewise.
49095 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
49097         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
49098         if non-absolute.
49099         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
49100         ldd_rewrite_script.
49102 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
49104         * configure.in: Remove --with-tls option.
49105         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
49106         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
49107         out in case it is missing.
49108         * sysdeps/ia64/elf/configure.in: Likewise.
49109         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
49110         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
49111         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
49112         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
49113         * sysdeps/sh/elf/configure.in: Likewise.
49114         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
49115         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49116         * sysdeps/x86_64/elf/configure.in: Likewise.
49117         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
49118         * sysdeps/mach/hurd/tls.h: Likewise.
49120         [BZ #13067]
49121         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
49123         [BZ #13090]
49124         * configure.in: Fix use of AC_INIT.
49126         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
49128 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
49130         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
49131         __set_errno.
49132         * malloc/hooks.c: Likewise.
49134         [BZ #11929]
49135         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
49136         variables statically.
49137         (narenas): Initialize.
49138         (list_lock): Initialize.
49139         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
49140         initializtion of main_arena and list_lock.  Small cleanups.
49141         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
49142         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
49143         Add initializers to main_arena and mp_.
49144         (malloc_state): Remove pagesize member.  Change all users to use
49145         GLRO(dl_pagesize).
49147         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
49148         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
49149         is always initialized.
49151         * malloc/malloc.c: Removed unused configurations and dead code.
49152         * malloc/arena.c: Likewise.
49153         * malloc/hooks.c: Likewise.
49154         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
49156         * include/tls.h: Removed.  USE___THREAD must always be defined.
49157         * bits/libc-tsd.h: Don't handle !USE___THREAD.
49158         * elf/dl-libc.c: Likewise.
49159         * elf/dl-tsd.c: Likewise.
49160         * include/errno.h: Likewise.
49161         * include/netdb.h: Likewise.
49162         * include/resolv.h: Likewise.
49163         * inet/herrno-loc.c: Likewise.
49164         * inet/herrno.c: Likewise.
49165         * malloc/arena.c: Likewise.
49166         * malloc/hooks.c: Likewise.
49167         * malloc/malloc.c: Likewise.
49168         * resolv/res-state.c: Likewise.
49169         * resolv/res_libc.c: Likewise.
49170         * sysdeps/i386/dl-machine.h: Likewise.
49171         * sysdeps/ia64/dl-machine.h: Likewise.
49172         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
49173         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
49174         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
49175         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
49176         * sysdeps/sh/dl-machine.h: Likewise.
49177         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49178         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49179         * sysdeps/unix/i386/sysdep.S: Likewise.
49180         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
49181         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
49182         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
49183         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
49184         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
49185         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
49186         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
49187         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49188         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49189         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
49190         * sysdeps/unix/x86_64/sysdep.S: Likewise.
49191         * sysdeps/x86_64/dl-machine.h: Likewise.
49192         * tls.make.c: Likewise.
49194         * configure.in: Remove --with-__thread option.  Make tests for
49195         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
49196         tls_model attribute fail if no support is available.  Remove
49197         USE_IN_LIBIO.
49198         * Makeconfig: Adjust for dropped configure option.  All features are
49199         now mandatory.
49200         * Makerules: Likewise.
49201         * Versions.def: Likewise.
49202         * argp/argp-fmtstream.c: Likewise.
49203         * argp/argp-fmtstream.h: Likewise.
49204         * argp/argp-help.c: Likewise.
49205         * assert/assert.c: Likewise.
49206         * config.h.in: Likewise.
49207         * config.make.in: Likewise.
49208         * configure: Likewise.
49209         * configure.in: Likewise.
49210         * csu/Versions: Likewise.
49211         * csu/init.c: Likewise.
49212         * elf/tst-audit2.c: Likewise.
49213         * elf/tst-tls10.c: Likewise.
49214         * elf/tst-tls10.h: Likewise.
49215         * elf/tst-tls11.c: Likewise.
49216         * elf/tst-tls12.c: Likewise.
49217         * elf/tst-tls14.c: Likewise.
49218         * elf/tst-tlsmod11.c: Likewise.
49219         * elf/tst-tlsmod12.c: Likewise.
49220         * elf/tst-tlsmod13.c: Likewise.
49221         * elf/tst-tlsmod13a.c: Likewise.
49222         * elf/tst-tlsmod14a.c: Likewise.
49223         * elf/tst-tlsmod15b.c: Likewise.
49224         * elf/tst-tlsmod16a.c: Likewise.
49225         * elf/tst-tlsmod16b.c: Likewise.
49226         * elf/tst-tlsmod7.c: Likewise.
49227         * elf/tst-tlsmod8.c: Likewise.
49228         * elf/tst-tlsmod9.c: Likewise.
49229         * gmon/gmon.c: Likewise.
49230         * grp/fgetgrent_r.c: Likewise.
49231         * grp/putgrent.c: Likewise.
49232         * hurd/fopenport.c: Likewise.
49233         * include/libc-symbols.h: Likewise.
49234         * include/tls.h: Likewise.
49235         * intl/gettextP.h: Likewise.
49236         * intl/loadinfo.h: Likewise.
49237         * locale/global-locale.c: Likewise.
49238         * locale/localeinfo.h: Likewise.
49239         * mach/devstream.c: Likewise.
49240         * malloc/arena.c: Likewise.
49241         * malloc/set-freeres.c: Likewise.
49242         * misc/err.c: Likewise.
49243         * misc/getttyent.c: Likewise.
49244         * misc/mntent_r.c: Likewise.
49245         * posix/getopt.c: Likewise.
49246         * posix/wordexp.c: Likewise.
49247         * pwd/fgetpwent_r.c: Likewise.
49248         * resolv/Versions: Likewise.
49249         * resolv/res_hconf.c: Likewise.
49250         * shadow/fgetspent_r.c: Likewise.
49251         * shadow/putspent.c: Likewise.
49252         * stdio-common/printf_fphex.c: Likewise.
49253         * stdio-common/tmpfile.c: Likewise.
49254         * stdlib/abort.c: Likewise.
49255         * stdlib/fmtmsg.c: Likewise.
49256         * sunrpc/auth_unix.c: Likewise.
49257         * sunrpc/clnt_perr.c: Likewise.
49258         * sunrpc/clnt_tcp.c: Likewise.
49259         * sunrpc/clnt_udp.c: Likewise.
49260         * sunrpc/clnt_unix.c: Likewise.
49261         * sunrpc/openchild.c: Likewise.
49262         * sunrpc/svc_simple.c: Likewise.
49263         * sunrpc/svc_tcp.c: Likewise.
49264         * sunrpc/svc_udp.c: Likewise.
49265         * sunrpc/svc_unix.c: Likewise.
49266         * sunrpc/xdr.c: Likewise.
49267         * sunrpc/xdr_array.c: Likewise.
49268         * sunrpc/xdr_rec.c: Likewise.
49269         * sunrpc/xdr_ref.c: Likewise.
49270         * sunrpc/xdr_stdio.c: Likewise.
49272 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49274         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49276 2011-07-03  Andreas Jaeger  <aj@suse.de>
49278         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
49279         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
49280         regenerate with gen-libm-tests.pl.
49282 2010-05-12  Petr Baudis  <pasky@suse.cz>
49284         [BZ #11589]
49285         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
49286         around j0() zero points by switching to j1().
49287         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
49288         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49289         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49290         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49292 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49294         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
49295         instead of 0.
49296         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
49297         instead of 0.
49298         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49299         Patch in part by Pavel Roskin <proski@gnu.org>.
49301         [BZ #13138]
49302         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
49303         realloc.
49304         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
49305         Free memory block if necessary.
49307         [BZ #12847]
49308         * libio/genops.c (INTDEF): For string streams the _lock pointer can
49309         be NULL.  Don't lock in this case.
49311 2011-09-09  Roland McGrath  <roland@hack.frob.com>
49313         * elf/elf.h (ELFOSABI_GNU): New macro.
49314         (ELFOSABI_LINUX): Define to that.
49316 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
49318         * string/strncat.c (strncat): Undef the symbol in case it has been
49319         defined in bits/string.h.
49321 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
49323         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
49325         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
49326         link map.
49328 2011-08-17  Andreas Jaeger  <aj@suse.de>
49330         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
49332 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
49333             Ian Lance Taylor  <iant@google.com>
49335         * math/libm-test.inc (lround_test): New testcase.
49336         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
49338 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
49340         * Makefile: Remove support for automatic cvs check-ins.
49341         * Makerules: Likewise.
49342         * config.make.in: Likewise.
49343         * configure.in: Likewise.
49344         * intl/Makefile: Likewise.
49345         * locale/Makefile: Likewise.
49346         * po/Makefile: Likewise.
49347         * posix/Makefile: Likewise.
49348         * sysdeps/gnu/Makefile: Likewise.
49349         * sysdeps/mach/hurd/Makefile: Likewise.
49350         * sysdeps/sparc/sparc32/Makefile: Likewise.
49352         [BZ #13118]
49353         * posix/Makefile (bug-regex32-ENV): Define.
49354         Patch by John Stanley <jpsinthemix@verizon.net>.
49356         * misc/Makefile (headers): Add bits/select2.h.
49357         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
49358         * misc/bits/select2.h: New file.
49359         * include/bits/select2.h: New file.
49360         * debug/Makefile (routines): Add fdelt_chk.
49361         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
49362         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
49363         FD_ISSET.
49364         * debug/fdelt_chk.c: New file.
49366         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
49367         * wcsmbs/test-wmemcmp.c: Likewise.
49368         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
49369         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
49371 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49373         * string/Makefile (strop-tests): Add memcmp.
49374         * string/test-wmemcmp.c: New file.
49375         * string/test-memcmp.c: Add wmemcmp support.
49377 2011-09-08  Roland McGrath  <roland@hack.frob.com>
49379         [BZ #13153]
49380         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
49381         2011-07-19 change.
49383         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
49384         garbage value in a __mach_port_mod_refs call in the cases of the
49385         task-self and thread-self ports.
49387 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49389         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
49391 2011-09-08  Andreas Schwab  <schwab@redhat.com>
49393         * elf/dl-load.c (lose): Check for non-null L.
49395 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
49397         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
49399         * elf/dl-libc.c (dlerror_run): Pass back error code from
49400         dl_catch_error.
49402         [BZ #13123]
49403         * elf/dl-load.c (lose): Free l_origin if it is valid.
49405         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
49406         names.
49407         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
49408         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
49409         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
49410         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
49411         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
49412         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
49414 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
49416         * sysdeps/powerpc/fpu/e_hypot.c: New file.
49417         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
49418         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
49419         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
49420         * sysdeps/powerpc/fpu/k_cosf.c: New file.
49421         * sysdeps/powerpc/fpu/k_sinf.c: New file.
49422         * sysdeps/powerpc/fpu/s_cosf.c: New file.
49423         * sysdeps/powerpc/fpu/s_sinf.c: New file.
49424         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
49425         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
49427 2011-08-15  Alan Modra  <amodra@gmail.com>
49429         [BZ #13092]
49430         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
49431         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
49432         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
49433         ppc_mcount to static-only-routines.
49434         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
49435         __mcount_internal.
49436         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
49437         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
49439 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
49441         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
49442         for finite and infinity parameters.
49444 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
49446         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
49447         and add nop instructions for throughput optimization.
49448         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
49450 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
49452         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
49453         aligned copy for power7 with vector-scalar instructions.
49454         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
49456 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
49458         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
49459         AVX check.
49461 2011-09-07  Andreas Schwab  <schwab@redhat.com>
49463         [BZ #13144]
49464         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
49465         last change.
49467 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
49469         * sysdeps/unix/sysv/linux/x86_64/init-first.c
49470         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
49471         syscall wrapper around clock_gettime in __vdso_clock_gettime.
49472         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
49473         clock_gettime.
49475 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
49477         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
49478         Forgot to demangle the pointer.
49480         * sysdeps/i386/sysdep.h: Define atom_text_section.
49481         * sysdeps/x86_64/sysdep.h: Likewise.
49482         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
49483         section with atom_text_section.
49484         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
49485         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
49486         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
49487         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
49488         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
49490         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
49491         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
49492         already be defined.  Change to take two parameters and don't assign
49493         result to variable.  Adjust all users.
49494         Define INTERNAL_GETTIME if not already defined.
49495         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
49496         call.
49497         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
49498         HAVE_CLOCK_GETTIME_VSYSCALL.
49499         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
49501         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
49502         gettimeofday vsyscall, just use time.
49504 2011-09-06  Andreas Schwab  <schwab@redhat.com>
49506         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
49507         <errno.h>.
49509 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
49511         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
49512         syscall on x86-64.
49513         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
49514         syscall.
49515         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
49516         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
49517         syscall if possible.
49519 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
49521         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
49522         e_ident.  Don't pass to find_mapsXX.
49523         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
49525 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
49527         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49528         strchr-sse2-no-bsf strrchr-sse2-no-bsf
49529         * sysdeps/x86_64/multiarch/strchr.S: Update.
49530         Check bit_slow_BSF bit.
49531         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
49532         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
49533         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
49535 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
49537         [BZ #13134]
49538         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
49539         before glibc 2.15.
49540         (tryshell): Define.
49541         (__spawni): Change last parameter to be flag.  Test
49542         SPAWN_XFLAGS_USE_PATH flag to use path or not.
49543         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
49544         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
49545         * posix/spawni.c: Likewise.
49546         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
49547         * posix/spawnp.c: Likewise.  Change normal version to use
49548         SPAWN_XFLAGS_USE_PATH.
49549         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
49550         SPAWN_XFLAGS_TRY_SHELL.
49552         [BZ #13150]
49553         * posix/glob.h: Remove gcc 1.x support.
49555         [BZ #13068]
49556         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
49558 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
49560         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49561         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
49562         strrchr-sse2-bsf
49563         * sysdeps/i386/i686/multiarch/strchr.S: New file.
49564         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
49565         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
49566         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
49567         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
49568         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
49570 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49572         * sysdeps/x86_64/wcscmp.S: New file.
49574         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
49575         wcscmp-c wcscmp-sse2
49576         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
49577         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
49578         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
49579         * wcsmbs/wcscmp.c: Allow renaming.
49581 2011-09-05  David S. Miller  <davem@davemloft.net>
49583         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
49584         stack slot, rather than the struct return pointer slot.
49585         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
49586         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
49587         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
49588         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
49590 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
49592         * po/ja.po: Update from translation team.
49594         [BZ #13144]
49595         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
49596         kernel in 64-bit binaries.
49598 2011-09-01  David S. Miller  <davem@davemloft.net>
49600         * elf/elf.h (HWCAP_SPARC_*): Move to..
49601         * sysdeps/sparc/sysdep.h: this new file and add new values.
49602         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
49603         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
49604         _DL_HWCAP_COUNT to 24.
49605         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
49606         entries.
49607         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
49608         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
49609         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
49610         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
49611         instead of magic constants.
49612         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
49614 2011-08-31  David S. Miller  <davem@davemloft.net>
49616         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
49617         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
49618         Reimplement to do errno handling inline.
49619         (SYSCALL_ERROR_HANDLER): New macro.
49620         (__SYSCALL_STRING): Do not do errno handling in asm.
49621         (__CLONE_SYSCALL_STRING): Delete.
49622         (__INTERNAL_SYSCALL_STRING): Delete.
49623         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
49624         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
49625         (PSEUDO): Reimplement to do errno handling inline.
49626         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
49627         (SYSCALL_ERROR_HANDLER): New macro.
49628         (__SYSCALL_STRING): Do not do errno handling in asm.
49629         (__CLONE_SYSCALL_STRING): Delete.
49630         (__INTERNAL_SYSCALL_STRING): Delete.
49631         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
49632         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
49633         i386.
49634         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
49635         (inline_syscall*): Add 'err' argument.
49636         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
49637         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
49638         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
49639         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
49641         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
49642         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
49644 2011-08-30  Andreas Schwab  <schwab@redhat.com>
49646         * elf/rtld.c (dl_main): Relocate objects in dependency order.
49648 2011-08-29  Jiri Olsa <jolsa@redhat.com>
49650         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
49651         directive.
49653 2011-08-24  David S. Miller  <davem@davemloft.net>
49655         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
49657 2011-08-24  Andreas Schwab  <schwab@redhat.com>
49659         * elf/Makefile: Add rules to build and run unload8 test.
49660         * elf/unload8.c: New file.
49661         * elf/unload8mod1.c: New file.
49662         * elf/unload8mod1x.c: New file.
49663         * elf/unload8mod2.c: New file.
49664         * elf/unload8mod3.c: New file.
49666         * elf/dl-close.c (_dl_close_worker): Reset private search list if
49667         it wasn't used.
49669 2011-08-23  David S. Miller  <davem@davemloft.net>
49671         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
49672         subtract stack bias.
49673         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
49674         %sp not %fp in calculations.
49675         (_JMPBUF_UNWINDS_ADJ): Likewise.
49677         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
49678         (aio_suspend): Call it to force an exception region around the
49679         AIO_MISC_WAIT() invocation.
49681 2011-08-23  Andreas Schwab  <schwab@redhat.com>
49683         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
49684         backslash.
49686 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
49688         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
49689         protection macro.
49690         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
49691         and <dl-machine.h>.
49692         (Elf64_FuncDesc): Remove.
49694 2011-08-22  David S. Miller  <davem@davemloft.net>
49696         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
49697         sigaltstack check, add missing cfi directives.
49698         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
49699         missing cfi directives, and sigaltstack handling.
49701 2011-08-16  Andreas Schwab  <schwab@redhat.com>
49703         [BZ #11724]
49704         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
49705         object is seen twice.
49706         * elf/dl-fini.c (_dl_sort_fini): Likewise.
49708         * elf/Makefile (distribute): Add tst-initorder2.c.
49709         (tests): Add tst-initorder2.
49710         (modules-names): Add tst-initorder2a tst-initorder2b
49711         tst-initorder2c tst-initorder2d.  Add rules to build them.
49712         ($(objpfx)tst-initorder2.out): New rule.
49713         * elf/tst-initorder2.c: New file.
49714         * elf/tst-initorder2.exp: New file.
49716 2011-08-22  Andreas Schwab  <schwab@redhat.com>
49718         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
49720         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
49721         dependencies back to end of function.
49723         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
49724         $(elfobjdir)/ld.so.
49726 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
49728         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
49729         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
49730         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
49731         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
49732         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
49733         of __vdso_gettimeofday.
49734         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
49735         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
49736         attribute_hidden.
49737         (_libc_vdso_platform_setup): Remove initialization of
49738         __vdso_gettimeofday and __vdso_time.
49740 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
49742         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
49743         and fgetc_unlocked.
49744         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
49745         getc_unlocked.
49747         * elf/dl-open.c (add_to_global): Report additions to the global scope
49748         for LD_DEBUG=scopes.
49749         (dl_open_worker): Also print scope of newly loaded dependencies.
49750         (_dl_show_scope): Indicate if there is no scope.
49752         [BZ #13114]
49753         * stdio-common/Makefile (tests): Add bug24.
49754         * stdio-common/bug24.c: New file.
49756 2011-08-19  Andreas Jaeger  <aj@suse.de>
49758         [BZ #13114]
49759         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
49760         non-existant file when using close-on-exec mode.
49762 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
49764         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
49765         the very first instruction.
49767         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
49768         the CFI state in the end.
49769         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
49770         inclusion of dl-trampoline.h.
49771         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
49773 2011-08-19  Andreas Schwab  <schwab@redhat.com>
49775         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
49776         expectations for long double.
49778         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
49779         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
49781 2011-08-14  David S. Miller  <davem@davemloft.net>
49783         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
49784         artificual limit depends upon the system page size.
49786 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
49788         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
49789         * resolv/Makefile: Define CFLAGS-libresolv.
49791 2011-08-17  Andreas Schwab  <schwab@redhat.com>
49793         * nss/makedb.c (compute_tables): Make variables used in nested
49794         function static.
49796 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
49798         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
49799         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
49800         if buffer was too small.
49802         * elf/pldd.c (main): Attach to all threads in the process.
49803         Rewrite /proc handling to use *at functions.
49805 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
49807         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
49808         specifies first scope to show.
49809         (dl_open_worker): Update callers.  Move printing scope of new
49810         object to before the relocation.
49811         * elf/rtld.c (dl_main): Update _dl_show_scope call.
49812         * sysdeps/generic/ldsodefs.h: Update declaration.
49814         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
49815         string for the scope number.
49817 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
49819         * nscd/servicescache.c (cache_addserv): Make sure written is always
49820         initialized.
49822 2011-08-14  Roland McGrath  <roland@hack.frob.com>
49824         * sysdeps/i386/i486/bits/atomic.h
49825         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
49826         statement expression, so as to suppress "set but not used" warning.
49827         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
49829         * string/strncat.c (STRNCAT): Use prototype definition.
49831         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
49832         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
49833         -Iprograms here.
49834         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
49835         (localedef-modules): Add localedef.
49836         (locale-modules): Add locale.
49838         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
49839         * elf/rtld.c (dl_main): Invert order of assignment in last change,
49840         to avoid a warning.
49842 2011-08-14  David S. Miller  <davem@davemloft.net>
49844         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
49845         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
49847 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
49849         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
49850         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
49851         * elf/rtld.c (dl_main): Set l_name of vDSO.
49852         Call _dl_show_scope when DL_DEBUG_SCOPES.
49853         (process_dl_debug): Recognize scopes flag and also set it for all.
49854         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
49855         Declare _dl_show_scope.
49857         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
49858         (do_dlopen): Pass caller_dlopen to dl_open.
49859         (__libc_dlopen_mode): Initialize caller_dlopen.
49861         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
49862         of libc.  Make tolower call locale-independent.  Optimize a bit by
49863         using isdigit instead of isalnum.
49864         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
49866 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
49868         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
49869         was a dependency or dynamically loaded.
49871 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
49873         * intl/l10nflist.c: Allow architecture-specific pop function.
49874         * sysdeps/x86_64/l10nflist.c: New file.
49876         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
49877         classification.
49879 2011-08-10  Andreas Schwab  <schwab@redhat.com>
49881         * include/dirent.h: Add libc_hidden_proto for scandirat and
49882         scandirat64.  Don't declare __scandirat64.
49883         * dirent/scandirat.c: Add libc_hidden_def.
49884         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
49885         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
49887 2011-08-10  David S. Miller  <davem@davemloft.net>
49889         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
49890         enum.
49891         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
49892         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
49893         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
49895 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
49897         * Versions.def [libc]: Add GLIBC_2.15.
49898         * dirent/Makefile (routines): Add scandirat and scandirat64.
49899         * dirent/Versions [libc]: Export scandirat and scandirat64 for
49900         GLIBC_2.15.
49901         * dirent/dirent.h: Declare scandirat and scandirat64.
49902         * dirent/scandirat.c: New file.
49903         * dirent/scandirat64.c: New file.
49904         * sysdeps/wordsize-64/scandirat.c: New file.
49905         * sysdeps/wordsize-64/scandirat64.c: New file.
49906         * dirent/opendir.c: Define opendirat.
49907         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
49908         using scandirat.
49909         * dirent/scandir64.c: Adjust for scandir.c change.
49910         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
49911         __scandirat64, and __scandir_cancel_handler.
49912         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
49913         additional parameter and use openat instead of open (outside of ld.so).
49914         Add new __opendir as wrapper around __opendirat.
49915         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
49916         here without requiring old scandirat implementation.
49918 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
49920         * dirent/scandir.c (cancel_handler): Renamed to
49921         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
49922         defined.  Adjust users.
49923         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
49924         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
49926 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
49928         * string/test-string.h (IMPL): Use __STRING to expand name and then
49929         stringify it.
49931         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
49932         of cleanups.
49934 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
49936         * string/Makefile: Update.
49937         (strop-tests): Append strncat.
49938         * string/test-wcscmp.c: New file.
49939         New comprehensive test for wcscmp.
49940         * string/test-strcmp.c: Update.
49941         (WIDE): New define.
49943 2011-07-22  Andreas Schwab  <schwab@redhat.com>
49945         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
49946         line.
49948 2011-07-26  Andreas Schwab  <schwab@redhat.com>
49950         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
49951         encoding to ACE if AI_IDN.
49953 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
49955         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
49956         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
49958 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
49960         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
49961         Fix overflow bug in strncat.
49962         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
49964         * string/test-strncat.c: Update.
49965         Add new tests for checking overflow bugs.
49967 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
49969         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49970         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
49971         * sysdeps/i386/i686/multiarch/strcat.S: New file.
49972         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
49973         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
49974         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
49975         * sysdeps/i386/i686/multiarch/strncat.S: New file.
49976         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
49977         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
49979         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
49980         (USE_AS_STRCAT): Define.
49981         Add strcat and strncat support.
49982         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
49984 2011-07-25  Andreas Schwab  <schwab@redhat.com>
49986         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
49987         __n bigger than INT_MAX+1.
49988         (__strncmp_g): Likewise.
49990 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
49992         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
49993         * libio/stido.h: Likewise.
49995         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
49996         (AF_NFC): Define.
49997         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
49998         (AF_NFC): Define.
50000         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
50001         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
50002         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
50003         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
50004         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
50006         [BZ #13021]
50007         * scripts/test-installation.pl: Don't expect libnss_test1 to be
50008         installed.
50010         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
50011         typo.
50012         (_dl_x86_64_save_sse): Likewise.
50014 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
50016         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
50017         OSXSAVE.
50018         (_dl_x86_64_save_sse): Likewise.
50020         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
50022         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
50024 2011-07-21  Andreas Schwab  <schwab@redhat.com>
50026         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
50027         change.
50028         (_dl_x86_64_save_sse): Use correct AVX check.
50030 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
50032         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
50033         bug in strncpy/strncat.
50034         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
50036 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
50038         * string/tester.c (test_strcat): Add tests for different alignments
50039         of source and destination.
50040         (test_strncat): Likewise.
50042 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50044         [BZ #12852]
50045         * posix/glob.c (glob): Check passed in values before using them in
50046         expressions to avoid some overflows.
50047         (glob_in_dir): Likewise.
50049         [BZ #13007]
50050         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
50051         check for AVX enablement so that we don't crash with old kernels and
50052         new hardware.
50053         * elf/tst-audit4.c: Add same checks here.
50054         * elf/tst-audit6.c: Likewise.
50056         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
50058 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
50060         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
50062 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
50064         * po/cs.po: Update from translation team.
50065         * po/bg.po: Likewise.
50067 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
50069         * misc/sys/cdefs.h: Add support for const attribute.
50070         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
50071         to gnu_dev_{major,minor,makedev} functions.
50073 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
50075         * intl/dcigettext.c (get_output_charset): Add missing bracket.
50077 2011-07-20  Andreas Schwab  <schwab@redhat.com>
50079         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
50080         strlen results.
50082 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50084         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
50085         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
50086         register in order to avoid conflicts with the soft frame pointer
50087         being held in r11 when necessary.
50088         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
50089         (INTERNAL_VSYSCALL_NCS): Likewise.
50091 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
50093         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
50094         * elf/dl-fini.c (_dl_fini): Adjust caller.
50095         * elf/dl-close.c (_dl_close_worker): Likewise.
50096         * sysdeps/generic/ldsodefs.h: Adjust declaration.
50098 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50100         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
50101         "aux_cache->nlibs < 0".
50103         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
50104         in the reload-count case.
50106 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
50108         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50109         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
50110         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
50111         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
50112         * sysdeps/x86_64/multiarch/strcat.S: New file.
50113         * sysdeps/x86_64/multiarch/strncat.S: New file.
50114         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
50115         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
50116         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
50117         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
50118         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
50119         (USE_AS_STRCAT): Define.
50120         Add strcat and strncat support.
50121         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
50122         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
50123         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
50124         * string/strncat.c: Update.
50125         (USE_AS_STRNCAT): Define.
50126         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50127         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
50128         and i7.
50129         * sysdeps/x86_64/multiarch/init-arch.h
50130         (bit_Prefer_PMINUB_for_stringop): New.
50131         (index_Prefer_PMINUB_for_stringop): Likewise.
50132         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
50133         bit_Prefer_PMINUB_for_stringop.
50135 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50137         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
50138         buffer64.
50139         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
50140         of casting of buffer.
50141         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
50142         buffer32 and buffer64.
50143         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
50144         writes instead of casting of buffer.
50145         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
50146         buffer32.
50147         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
50148         casting of buffer.
50150 2011-07-19  Andreas Schwab  <schwab@redhat.com>
50152         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
50154 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
50156         * nscd/nscd.c (termination_handler): Don't do anything for a database
50157         if it has not yet been initialized.
50159 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50161         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50163 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
50165         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
50167 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
50169         * po/nl.po: Update from translation team.
50170         * po/sv.po: Likewise.
50172 2011-07-16  Roland McGrath  <roland@hack.frob.com>
50174         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
50175         now disallowed by GCC.
50177         * configure.in (use-default-link): Default to yes if a test -shared
50178         link meets our qualifications.
50179         * configure: Regenerated.
50181         * config.make.in (output-format): New variable.
50182         * configure.in: Check for ld --print-output-format support.
50183         * configure: Regenerated.
50184         * Makerules ($(common-objpfx)format.lds)
50185         [$(output-format) != unknown]: Just use $(output-format),
50186         instead of the linker-script munging.
50188 2011-07-14  Roland McGrath  <roland@hack.frob.com>
50190         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
50191         of $(common-objpfx)shlib.lds.
50192         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
50194         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
50195         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
50197         * configure.in (-z relro check): Adjust test code to add a large
50198         writable data section after it.
50199         * configure: Regenerated.
50201 2011-07-11  Roland McGrath  <roland@hack.frob.com>
50203         * configure.in (-z relro check): Fix test code to make the variable
50204         truly const.
50205         * configure: Regenerated.
50207 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
50209         * nscd/nscd.h (struct traced_file): Define.
50210         (struct database_dyn): Remove inotify_descr, reset_res, and filename
50211         elements.  Add traced_files.
50212         (inotify_fd): Declare.
50213         (register_traced_file): Declare.
50214         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
50215         (inotify_fd): Export.
50216         (resolv_conf_descr): Remove.
50217         (nscd_init): Move inotify descriptor creation to main.
50218         Don't register files for notification here.
50219         (register_traced_file): New function.
50220         (invalidate_cache): Don't use reset_res to determine whether to call
50221         res_init, go through the list of registered files.
50222         (main_loop_poll): The inotify descriptors are now stored in the
50223         structures for the traced files.
50224         (main_loop_epoll): Likewise
50225         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
50226         to __nss_disable_nscd.
50227         * nscd/cache.c (prune_cache): There is no single inotify descriptor
50228         for a database anymore.  Check the records for all the registered
50229         files instead.
50230         * nss/Makefile (libnss_files-routines): Add files-init.
50231         (libnss_db-routines): Add db-init.
50232         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
50233         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
50234         * nss/nss_db/db-init.c: New file.
50235         * nss/nss_files/files-init.c: New file.
50236         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
50237         __nss_lookup_function.
50238         (__nss_lookup_function): Call nss_load_library.
50239         (nss_load_all_libraries): New function.
50240         (__nss_disable_nscd): Take parameter with callback function for files
50241         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
50242         used for the cached services.
50243         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
50244         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
50245         options for features to all the files in nscd.
50247         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
50249 2011-07-10  Roland McGrath  <roland@hack.frob.com>
50251         * csu/elf-init.c (__libc_csu_init): Comment typo.
50253 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
50255         * po/pl.po: Update from translation team.
50256         * po/ja.po: Likewise.
50257         * po/ru.po: Likewise.
50258         * po/ko.po: Likewise.
50259         * po/fr.po: Likewise.
50261 2011-07-09  Roland McGrath  <roland@hack.frob.com>
50263         * configure.in (.ctors/.dtors header and trailer check):
50264         Use an empirical test on a built program.
50265         * configure: Regenerated.
50267         * configure.in (-z relro check): Use an empirical test on a built DSO.
50268         Detect, but do not require, on ia64.
50269         * configure: Regenerated.
50271         * configure.in (READELF): Find it with AC_CHECK_TOOL.
50272         Update tests that use readelf to use $READELF instead.
50273         * configure: Regenerated.
50275 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
50277         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
50278         if the result is not used.
50280 2011-07-05  Andreas Jaeger  <aj@suse.de>
50282         [BZ#9696]
50283         * stdlib/tst-strtod.c: Add testcase.
50285 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
50287         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
50288         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
50289         The latter has a higher limit.  Take additional parameter to pass to
50290         the new function.
50291         (__pathconf): Pass file to __statfs_link_max.
50292         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
50293         __statfs_link_max.
50294         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
50295         __statfs_link_max.
50297         [BZ #12868]
50298         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
50299         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
50300         Handle Lustre.
50301         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
50302         (__statfs_filesize_max): Likewise.
50303         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
50305 2011-07-05  Andreas Jaeger  <aj@suse.de>
50307         * resolv/res_comp.c (dn_skipname): Remove unused variable.
50309 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
50311         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
50312         `status' variable.
50313         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
50314         Likewise.
50316 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
50318         * Makefile (strop-tests): Add strncat.
50319         * string/test-strncat.c: New file.
50321 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
50323         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
50325 2011-06-21  Andreas Jaeger  <aj@suse.de>
50327         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
50328         Copy rule from iconvdata/Makefile.
50330 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
50332         [BZ #12922]
50333         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
50334         but no long options are defined, just return 'W'.
50336 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
50338         [BZ #9696]
50339         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
50341 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
50343         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
50344         netgroups to read.
50345         (innetgr): Likewise.
50347 2011-07-05  Roland McGrath  <roland@hack.frob.com>
50349         * config.make.in (install_root): Default to $(DESTDIR).
50351 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
50353         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
50355 2011-07-02  Roland McGrath  <roland@hack.frob.com>
50357         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
50359         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
50360         containing directory rather than embedding absolute directory names.
50362         * scripts/check-local-headers.sh: Rewritten using awk.
50363         Match by word, not by line.  Print error messages for matches.
50364         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
50366         * Makerules [shlib-lds-flags empty]:
50367         ($(common-objpfx)libc_pic.opts): New target.
50368         ($(common-objpfx)libc_pic.os.clean): New target.
50369         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
50371         * config.make.in (OBJCOPY): New variable.
50372         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
50373         * configure: Regenerated.
50375         * config.make.in (use-default-link): New variable.
50376         * configure.in (use_default_link): Grok --with-default-link to set it.
50377         * configure: Regenerated.
50378         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
50379         (shlib-lds, shlib-lds-flags): Define to empty.
50381         * Makerules (shlib-lds): New variable.
50382         (shlib-lds-flags): New variable.
50383         (build-shlib, build-moduile, build-module-asneeded): Use it.
50384         ($(common-objpfx)libc.so): Use $(shlib-lds).
50385         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
50386         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
50388         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
50389         DT_FLAGS/DT_FLAGS_1 with zero flags.
50391         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
50392         linker script munging.
50394 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
50396         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
50397         as 128-bit value.
50398         * crypt/sha512.c (sha512_process_block): Perform total addition using
50399         128-bit if possible.
50400         (__sha512_finish_ctx): Likewise.
50401         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
50402         as 64-bit value.
50403         * crypt/sha256.c (SWAP64): Define.
50404         (sha256_process_block): Perform total addition using 64-bit if
50405         possible.
50406         (__sha256_finish_ctx): Likewise.
50408 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
50410         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
50411         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50412         * nscd/hstcache.c (cache_addhst): Likewise.
50413         * nscd/grpcache.c (cache_addgr): Likewise.
50414         * nscd/aicache.c (addhstaiX): Likewise
50415         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
50417 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
50419         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
50420         * nscd/initgrcache.c (addinitgroupsX): Likewise.
50421         * nscd/hstcache.c (cache_addhst): Likewise.
50422         * nscd/grpcache.c (cache_addgr): Likewise.
50423         * nscd/aicache.c (addhstaiX): Likewise
50425 2011-07-01  Andreas Schwab  <schwab@redhat.com>
50427         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
50428         domain only when needed.
50430 2011-06-30  Andreas Schwab  <schwab@redhat.com>
50432         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
50433         is always restored.
50435 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
50437         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
50438         are re-adding the entry.
50439         * nscd/servicescache.c (cache_addserv): Likewise.
50441 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
50443         * sysdeps/generic/dl-irel.h: fix protection against multiple
50444         inclusions.
50445         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
50447 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
50449         [BZ #12935]
50450         * malloc/memusage.sh: Fix quoting in message.
50451         * debug/xtrace.sh: Likewise.
50453         * configure.in: Remove support for --experimental-malloc option, make
50454         it the default.
50455         * config.make.in: Likewise.
50456         * malloc/Makefile: Likewise.
50458 2011-06-27  Andreas Schwab  <schwab@redhat.com>
50460         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
50461         two-byte characters.
50463 2011-06-27  Roland McGrath  <roland@hack.frob.com>
50465         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
50466         AC_CACHE_CHECK invocation.
50467         * configure: Regenerated.
50469         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
50471 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
50473         [BZ #12350]
50474         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
50475         bit from old_res_options.
50477         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
50479         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
50480         value type for setfct.
50482 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
50484         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
50485         __gettimeofday instead of gettimeofday.
50487 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
50489         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
50491 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
50493         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
50495         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
50496         info.
50498 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
50500         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
50501         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
50502         strcpy-sse2-unaligned strncpy-sse2-unaligned
50503         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
50504         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
50505         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
50506         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
50507         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
50508         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
50509         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
50510         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
50511         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
50512         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
50513         (STRCPY): Support SSE2 and SSSE3 versions.
50515 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
50517         [BZ #12874]
50518         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
50519         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
50520         kernels which artificially limit size of requests.
50522 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
50524         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
50525         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
50526         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
50527         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
50528         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
50529         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
50530         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
50531         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
50532         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
50533         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
50534         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
50535         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
50536         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
50537         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
50538         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
50539         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50540         Enable unaligned load optimization for Intel Core i3, i5 and i7
50541         processors.
50542         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
50543         Define.
50544         (index_Fast_Unaligned_Load): Define.
50545         (HAS_FAST_UNALIGNED_LOAD): Define.
50547 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
50549         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
50551 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
50553         [BZ #12907]
50554         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
50555         until it is clear that the information is realy needed.
50556         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
50558 2011-06-22  Andreas Schwab  <schwab@redhat.com>
50560         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
50562 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
50564         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
50565         /sys/devices/system/cpu/online if it is usable.
50567         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
50568         reading the information from the /proc filesystem to once a second.
50570 2011-06-21  Andreas Jaeger  <aj@suse.de>
50572         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
50573         NULL after inclusion of kernel headers.
50575 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
50577         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
50578         calls to internal_setent.
50580         [BZ #12885]
50581         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
50582         addresses using gethostbyname4_r ignore IPv4 addresses.
50584         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
50585         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
50587         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
50589 2011-06-20  David S. Miller  <davem@davemloft.net>
50591         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
50592         inclusions.
50593         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
50595         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
50596         (elf_irel): Use it.
50597         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
50598         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
50599         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
50600         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
50601         * sysdeps/x86_64/dl-irel.h: Likewise.
50603         * elf/dl-runtime.c: Use elf_ifunc_invoke.
50604         * elf/dl-sym.c: Likewise.
50606 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
50608         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
50609         need to dereference resplen2.
50611 2011-06-14  Andreas Schwab  <schwab@redhat.com>
50613         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
50615 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
50617         * Makeconfig: Define vardbdir and inst_vardbdir.
50618         * nss/Makefile: Add rules to install db-Makefile.
50620         * nss/nss_db/db-XXX.c: Cleanup.
50622         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
50623         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
50624         GLIBC_PRIVATE.
50625         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
50626         * nss/makedb.c: Implement -g option to specify that value strings
50627         are generated and should not be added to table iterated over for
50628         get*ent calls.
50629         * nss/nss_db/db-initgroups.c: New file.
50631         * nss/getent.c: Add support for initgroups lookups through getgrouplist
50632         interface.
50634         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
50635         (internal_getgrouplist): Adjust to name change.
50636         Update use_initgroups_entry if this is not the first call.
50637         * nss/databases.def: Add initgroups entry.
50639         * nss/makedb.c (compute_tables): Check result of multiple hash table
50640         sizes to minimize maximum chain length.
50642 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
50644         * Versions.def: Add entry for libnss_db.
50645         * shlib-versions: Likewise.
50646         * nss/Makefile: Add rules to build libnss_db.
50647         * nss/Versions: Add libnss_db information.  Organize libnss_files
50648         entries better.
50649         * nss/db-Makefile: Add gshadow support.  Change rules for the new
50650         makedb progra.  Some minor improvements to generate smaller files.
50651         * nss/nss_db/nss_db.h: Move NSS database header data structures to
50652         here from...
50653         * nss/makedb.c: ...here.
50654         Improve database format to be smaller and require less memory at
50655         runtime.
50656         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
50657         db anymore.
50658         * nss/nss_db/db-netgrp.c: Likewise.
50659         * nss/nss_db/db-open.c: Likewise.
50660         * nss/nss_files/flies-XXX.x: Adjust comments.
50661         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
50662         * nss/nss_files/files-grp.c: Likewise.
50663         * nss/nss_files/files-hosts.c: Likewise.
50664         * nss/nss_files/files-network.c: Likewise.
50665         * nss/nss_files/files-proto.c: Likewise.
50666         * nss/nss_files/files-pwd.c: Likewise.
50667         * nss/nss_files/files-rpc.c: Likewise.
50668         * nss/nss_files/files-service.c: Likewise.
50669         * nss/nss_files/files-sgrp.c: Likewise.
50670         * nss/nss_files/files-spwd.c: Likewise.
50671         * nss/nss_db/db-alias.c: Removed.
50672         * nss/nss_db/dummy-db.h: Removed.
50674 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
50676         * nss/makedb.c: Rewritten to not use database library.
50677         * nss/Makefile: Update to build new makedb program.
50679 2011-06-14  Andreas Jaeger  <aj@suse.de>
50681         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
50682         memset declaration.
50684 2011-06-10  Andreas Schwab  <schwab@redhat.com>
50686         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
50687         tmpbuf.
50689 2011-06-10  Roland McGrath  <roland@hack.frob.com>
50691         * Makerules (shlib.lds): Fail if the linker script comes out empty.
50692         * elf/Makefile ($(objpfx)ld.so): Likewise.
50694         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
50695         Don't list ld.so twice in dependencies.
50697         * posix/bug-regex31.c: Include <stdlib.h>.
50699         * nscd/hstcache.c (cache_addhst): Remove unused variable.
50701         * nis/nss_compat/compat-spwd.c
50702         (getspent_next_nss_netgr): Remove unused variable.
50703         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
50705         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
50706         nonmembers" output to use the right array.
50708         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
50710         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
50712         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
50713         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
50714         * catgets/gencat.c (read_input_file): Likewise.
50715         * locale/programs/locarchive.c (enlarge_archive): Likewise.
50717         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
50718         variable definition inside #if's controlling its use.
50720         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
50722         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
50724         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
50726         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
50727         unreachable code.
50729         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
50731         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
50732         * configure: Regenerated.
50734         * Makerules: Revert last change.
50735         * elf/Makefile: Likewise.
50737 2011-06-09  Roland McGrath  <roland@hack.frob.com>
50739         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
50740         * elf/Makefile ($(objpfx)librtld.os): Likewise.
50741         (reloc-link): Likewise.
50743 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
50745         * elf/Makefile: Add rules to build pldd.
50746         * elf/pldd.c: New file.
50747         * elf/pldd-xx.c: New file.
50749 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
50751         * version.h: Update for 2.15 development version.
50753 2011-06-07  David S. Miller  <davem@davemloft.net>
50755         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
50756         ifuncs.
50757         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
50758         elf_machine_lazy_rel): Likewise.
50759         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
50760         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
50761         elf_machine_lazy_rel): Likewise.
50762         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
50763         dl_hwcap via passed in argument.
50764         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
50765         Likewise.
50767 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
50769         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
50771 2011-06-06  Roland McGrath  <roland@hack.frob.com>
50773         [BZ #12849]
50774         * manual/fdl-1.1.texi: New file, verbatim from:
50775         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
50776         * manual/lgpl-2.1.texi: New file, verbatim from:
50777         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
50778         * manual/Makefile (licenses): New variable, list those new file names.
50779         (texis): Use it.
50780         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
50782         * manual/fdl.texi: File removed.
50783         * manual/lesser.texi: File removed.
50784         * manual/libc.texinfo (Copying, Documentation License):
50785         Use new @include file names, put @appendix directive before @include.
50787 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
50789         [BZ #12841]
50790         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
50791         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
50792         (mq_open): Add __NTH.
50794 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
50796         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
50797         Assume Intel Core i3/i5/i7 processor if AVX is available.
50799 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
50801         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
50802         typo.
50804 2011-05-31  Andreas Schwab  <schwab@redhat.com>
50806         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
50807         memory.  Use alloca_account.  Fix memory leak when retrying.
50809 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
50811         * version.h (RELEASE): Bump for 2.14 release.
50812         * include/features.h (__GLIBC_MINOR__): Bump to 14.
50814         * config.make.in (RANLIB): Remove entry.
50816 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
50818         * po/Makefile (po-sed-cmd): Add ksh to extensions.
50819         (libc.pot): Work around missing support for .ksh extension in xgettext.
50821         [BZ #12684]
50822         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
50823         if both request failed.
50824         (send_dg): In case of server errors clear resplen or *resplen2.
50826         [BZ #12454]
50827         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
50828         when there are multiple maps.
50829         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
50830         (_dl_fini): Remove test here.
50832         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
50834 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
50836         [BZ #12350]
50837         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
50838         bit from old_res_options.
50839         (gaih_inet): Likewise.
50841         [BZ #11099]
50842         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
50843         as signed.
50845         * resolv/res_init.c (res_setoptions): Make the code more compact.
50847         [BZ #11558]
50848         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
50849         set RES_USEVC.
50851         [BZ #11634]
50852         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
50854         * malloc/malloc.h: Mark malloc hook variables as deprecated.
50856         [BZ #11781]
50857         * malloc/malloc.h: Declare malloc hook variables as volatile.
50859         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
50860         in last patch.
50862         [BZ #11799]
50863         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
50864         raise in the comment.
50865         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
50866         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
50867         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
50869 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
50871         [BZ #12811]
50872         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
50873         grow the buffers more if it already has to be sufficient.
50874         (build_wcs_upper_buffer): Likewise.
50875         * posix/regexec.c (check_matching): Likewise.
50876         (clean_state_log_if_needed): Likewise.
50877         (extend_buffers): Don't enlarge buffers beyond size of the input
50878         buffer.
50879         Patches mostly by Emil Wojak <emil@wojak.eu>.
50880         * posix/bug-regex32.c: New file.
50881         * posix/Makefile (tests): Add bug-regex32.
50883         * locale/findlocale.c (_nl_find_locale): Return right away if
50884         _nl_explode_name failed.
50885         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
50887         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
50889         * debug/xtrace.sh: Unify messages.
50890         * malloc/memusage.sh: Likewise.
50892         [BZ #12813]
50893         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
50894         time symbol from vDSO.  Substitute with vsyscall if not available.
50895         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
50896         __vdso_time.
50898         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
50899         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
50900         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
50901         Add sendmmsg and internal_sendmmsg.
50902         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
50903         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
50904         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
50906         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
50907         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
50908         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
50910 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
50912         [BZ #12813]
50913         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
50914         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
50915         available.
50916         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
50917         __vdso_getcpu.
50919         [BZ #12814]
50920         * iconvdata/Makefile (tests): Add bug-iconv9.
50921         * iconvdata/bug-iconv9.c: New file.
50923 2011-05-27  Andreas Schwab  <schwab@redhat.com>
50925         [BZ #12814]
50926         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
50928 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
50930         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
50931         (struct user_regs_struct): Change intcs field back to cs.
50933 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
50935         * po/ja.po: Update from translation team.
50937 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
50939         [BZ #12795]
50940         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
50941         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
50943 2011-05-20  Andreas Schwab  <schwab@redhat.com>
50945         * stdlib/longlong.h: Update from GCC.
50947 2011-05-23  Andreas Schwab  <schwab@redhat.com>
50949         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
50950         parameter name.
50951         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
50952         Add parameter name.
50953         (__sysconf): Pass it down.
50955 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
50957         [BZ #12671]
50958         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
50959         some situations.
50960         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
50961         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
50962         add in in __libc_use_alloca calls.  Adjust callers.
50963         (glob): Use malloc in some situations.
50965         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
50966         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
50967         pltexit.
50969 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
50971         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
50972         and CLOCK_BOOTTIME_ALARM.
50974         [BZ #12782]
50975         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
50976         is returned.
50978         * string/_strerror.c (__strerror_r): Print negative errors as signed
50979         numbers.
50981         [BZ #12777]
50982         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
50983         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
50984         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
50986         * configure.in: Fix typo in redirection and correct removal of test
50987         files in two cases.
50989         [BZ #12788]
50990         * locale/setlocale.c (new_composite_name): Fix test to check for
50991         identical name of all categories.
50993         [BZ #12792]
50994         * libio/filedoalloc.c (local_isatty): New function.
50995         (_IO_file_doallocate): Use local_isatty.
50996         * stdio-common/perror.c (perror): In case a new stream is used
50997         forward the stream error.
50998         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
50999         error flag.
51001 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
51003         [BZ #11869]
51004         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
51005         alloca.
51006         * include/alloca.h (extend_alloca_account): Define.
51008         [BZ #11857]
51009         * posix/regex.h: Fix comments with documentation of user-accessible
51010         fields after compilation and describe correct free'ing of pattern
51011         after re_compile_pattern.
51012         Patch by Reuben Thomas <rrt@sc3d.org>.
51014 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
51016         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
51017         and -mno-altivec to prevent the compiler from using Altivec and/or
51018         VSX instructions when the corresponding registers are not available.
51020 2011-05-19  Andreas Schwab  <schwab@redhat.com>
51022         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
51024 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
51026         * libio/freopen.c (freopen): Use __dup2, not dup2.
51027         * libio/freopen64.c (freopen64): Likewise.
51029 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
51031         [BZ #12775]
51032         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
51033         * math/Makefile (tests): Add test-powl.
51034         (CFLAGS-test-powl.c): Define.
51035         * math/test-powl.c: New file.
51037 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
51039         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
51041 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
51043         [BZ #11837]
51044         * iconvdata/gb18030.c: Update to GB18020-2005.
51046 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
51048         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
51049         RE_SYNTAX_POSIX_AWK): Update to match recent development.
51050         Patch by Aharon Robbins <arnold@skeeve.com>.
51052         [BZ #11892]
51053         * stdlib/putenv.c (putenv): Don't always create copy of the variable
51054         on the stack.
51056         [BZ #11895]
51057         * misc/pselect.c (__pselect): Handle timeout value errors hidden
51058         through underflows.
51060         [BZ #12766]
51061         * misc/error.c (error_at_line): Ensure file_name and old_file_name
51062         point to strings before performing equality test for error_one_per_line
51063         mode.
51065         [BZ #11697]
51066         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
51068         [BZ #11820]
51069         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
51070         (struct user_fpregs_struct): Avoid __uint*_t types.
51072         [BZ #6420]
51073         * malloc/mtrace.c (tr_where): Add additional parameter to point to
51074         symbol info.  Use it instead of calling _dl_addr locally.
51075         (lock_and_info): New function.
51076         (tr_freehook): Call lock_and_info and pass symbol info as additional
51077         parameter to tr_where.
51078         (tr_mallochook): Likewise.
51079         (tr_reallochook): Likewise.
51080         (tr_memalignhook): Likewise.
51082         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
51083         used and couldn't be at all thread-safe.
51085 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
51087         * libio/freopen.c (freopen): Don't close old file descriptor
51088         before the new one is opened.  Instead dup the new file descriptor
51089         to the old one after the new stream is created.
51090         * libio/freopen64.c (freopen64): Likewise.
51091         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
51092         * libio/fileops.c (_IO_new_file_close_it): Handle new
51093         _IO_FLAGS2_NOCLOSE flag.
51094         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
51095         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
51096         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
51097         _IO_FLAGS2_NOCLOSE flag.
51098         * include/unistd.h: Add hidden_proto for dup3.
51099         Define __have_dup3.
51100         * io/dup3.c: Define hidden symbol.
51101         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
51103         [BZ #7101]
51104         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
51105         when an incomplete long option is used.
51106         * posix/tst-getopt_long1.c: New file.
51107         * posix/Makefile (tests): Add tst-getopt_long1.
51109         [BZ #10138]
51110         * scripts/config.guess: Update from autoconf-2.68.
51111         * scripts/config.sub: Likewise.
51113         [BZ #10157]
51114         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
51115         tests into ...
51116         (has_cpuclock): ...this.  New function.
51117         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
51118         macro here based on has_cpuclock code.
51120         [BZ #10149]
51121         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51122         First byte (not low byte) is now always NUL.
51123         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
51125         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
51126         Use non-cancelable interfaces.
51128         [BZ #9809]
51129         * locale/iso-639.def: Add entry for Sorani.
51131         [BZ #11901]
51132         * include/stdlib.h: Move include protection to the right place.
51133         Define abort_msg_s.  Declare __abort_msg with it.
51134         * stdlib/abort.c (__abort_msg): Adjust type.
51135         * assert/assert.c (__assert_fail_base): New function.  Majority
51136         of code from __assert_fail.  Allocate memory for __abort_msg with
51137         mmap.
51138         (__assert_fail): Now call __assert_fail_base.
51139         * assert/assert-perr.c: Remove bulk of implementation.  Use
51140         __assert_fail_base.
51141         * include/assert.hL Declare __assert_fail_base.
51142         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
51143         mmap.
51144         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
51146 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
51148         [BZ #11952]
51149         [BZ #12453]
51150         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
51151         until all modules are registered in the DTV.
51152         * elf/Makefile: Add rules to build and run tst-tls19.
51153         * elf/tst-tls19.c: New file.
51154         * elf/tst-tls19mod1.c: New file.
51155         * elf/tst-tls19mod2.c: New file.
51156         * elf/tst-tls19mod3.c: New file.
51157         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
51159         [BZ #12083]
51160         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
51161         correctly.
51163         [BZ #12601]
51164         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
51165         two-byte sequence errors.
51166         * iconvdata/Makefile (tests): Add bug-iconv8.
51167         * iconvdata/bug-iconv8.c: New file.
51169         [BZ #12626]
51170         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
51171         buf2 definition.
51173         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
51175         [BZ #12432]
51176         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
51177         (dummy_getcfa): New function.
51178         (init): Get _Unwind_GetCFA address, use dummy if not found.
51179         (backtrace_helper): In recursion check, also check whether CFA changes.
51180         (__backtrace): Completely initialize arg.
51182         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
51183         storing incomplete byte sequence in state object.  Avoid testing for
51184         guaranteed too small input if we know there is enough data available.
51186 2011-05-11  Andreas Schwab  <schwab@redhat.com>
51188         * Makeconfig (+link-pie): Indent.
51189         * Rules (binaries-pie): Define if $(have-fpie) and
51190         $(build-shared).
51191         (binaries-shared): Also filter out $(binaries-pie).
51192         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
51193         * nscd/Makefile (others-pie): Add nscd.
51194         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
51195         ($(objpfx)nscd): Remove command override.
51196         * login/Makefile (others-pie): Add pt_chown.
51197         ($(objpfx)pt_chown): Remove command override.
51198         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
51199         remove command overrides.
51201 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
51203         * libio/tst_putwc.c: Fix error messages.
51205         [BZ #12724]
51206         * libio/fileops.c (_IO_new_file_close_it): Always flush when
51207         currently writing and seek to current position when not.
51208         * libio/Makefile (tests): Add bug-fclose1.
51209         * libio/bug-fclose1.c: New file.
51211 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
51213         [BZ #12511]
51214         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
51215         don't set DF_1_NODELETE here.
51216         (do_lookup_x): When entering new entry test for copy relocation
51217         and if necessary set DF_1_NODELETE flag.
51218         * elf/tst-unique4.cc: New file.
51219         * elf/tst-unique4.h: New file.
51220         * elf/tst-unique4lib.cc: New file.
51221         * elf/Makefile: Add rules to build and run tst-unique4.
51222         Patch by Piotr Bury <pbury@goahead.com>.
51224 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
51226         [BZ #12052]
51227         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
51229         [BZ #12625]
51230         * misc/mntent_r.c (addmntent): Flush the stream after the output
51232         [BZ #12393]
51233         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
51234         (is_trusted_path_normalize): Skip initial colon.  Append slash
51235         to empty buffer.  Duplicate is_trusted_path code but allow
51236         constructed patch to be prefix.
51237         (is_dst): Allow $ORIGIN followed by /.
51238         (_dl_dst_substitute): Correct clearing of check_for_trusted.
51239         Correct testing of result of is_trusted_path_normalize
51240         (decompose_rpath): Fix warning.
51242 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
51244         [BZ #11257]
51245         * grp/initgroups.c (internal_getgrouplist): When we found the service
51246         list through the initgroups entry in nsswitch.conf do not always
51247         continue on a successful lookup.  Don't always use the
51248         __nss_group_database value if it is set.
51249         * nss/nsswitch.conf (initgroups): Change action for successful db
51250         lookup to continue for compatibility.
51252 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
51254         [BZ #11532]
51255         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
51256         and CP774 modules.
51257         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
51258         and CP774 modules.
51259         * iconvdata/tst-tables.sh: Likewise.
51260         * iconvdata/cp770.c: New file.
51261         * iconvdata/cp771.c: New file.
51262         * iconvdata/cp772.c: New file.
51263         * iconvdata/cp773.c: New file.
51264         * iconvdata/cp774.c: New file.
51265         * iconvdata/testdata/CP770: New file.
51266         * iconvdata/testdata/CP770..UTF8: New file.
51267         * iconvdata/testdata/CP771: New file.
51268         * iconvdata/testdata/CP771..UTF8: New file.
51269         * iconvdata/testdata/CP772: New file.
51270         * iconvdata/testdata/CP772..UTF8: New file.
51271         * iconvdata/testdata/CP773: New file.
51272         * iconvdata/testdata/CP773..UTF8: New file.
51273         * iconvdata/testdata/CP774: New file.
51274         * iconvdata/testdata/CP774..UTF8: New file.
51276         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
51277         END CHARMAP line.
51278         * iconvdata/gen-8bit-gap.sh: Likewise.
51279         * iconvdata/gen-8bit.sh: Likewise.
51281         * locale/iso-639.def: Add ary entry.
51283         [BZ #11258]
51284         * locale/C-translit.h.in: Add U20A1 transliteration.
51286         [BZ #12178]
51287         * locale/iso-639.def: Add wae entry.
51288         Patch by Kevin Bortis <bortis@translate-wae.ch>.
51290         [BZ #12545]
51291         * locale/programs/localedef.c (construct_output_path): Use ssize_t
51292         for n.
51294         [BZ #12711]
51295         * locale/C-translit.h.in: Add entry for U20B9.
51296         Patch by pravin.d.s@gmail.com.
51298 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
51300         [BZ #12713]
51301         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
51302         ENAMETOOLONG use generic getcwd.
51303         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
51304         in rtld.  Use *stat64.
51305         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
51306         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
51307         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
51308         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
51309         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
51310         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
51311         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
51312         __fstatat64 macros.
51313         * include/dirent.h: Add libc_hidden_proto for rewinddir.
51314         * dirent/rewinddir.c: Add libc_hidden_def.
51315         * sysdeps/mach/hurd/rewinddir.c: Likewise.
51316         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
51318         * include/dirent.h (__alloc_dir): Add flags parameter.
51319         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
51320         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
51321         __alloc_dir.
51322         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
51323         from fdopendir if O_CLOEXEC is already set.
51325 2011-03-15  Alan Modra  <amodra@gmail.com>
51327         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
51328         l_tls_firstbyte_offset non-zero.  Save padding offset in
51329         l_tls_firstbyte_offset for later use.
51330         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
51331         freeing static tls block.
51333 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
51335         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
51336         where #ifdef was intended.  The intent is to prevent ARG_MAX from
51337         being defined by the kernel headers.
51339 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
51341         [BZ #12734]
51342         * resolv/resolv.h: Define RES_NOTLDQUERY.
51343         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
51344         no-tld-query and set RES_NOTLDQUERY.
51345         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
51346         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
51347         modern BIND to search name as TLD unless forbidden.
51349 2011-05-07  Petr Baudis  <pasky@suse.cz>
51350             Ulrich Drepper  <drepper@gmail.com>
51352         [BZ #12393]
51353         * elf/dl-load.c (fillin_rpath): Move trusted path check...
51354         (is_trusted_path): ...to here.
51355         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
51356         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
51357         using is_trusted_path_normalize() in setuid scripts.
51359 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
51361         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
51362         __BEGIN/__END_DECLS.
51364 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
51366         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
51367         NSS_STATUS_NOTFOUND if no record was found.
51369 2011-05-05  Andreas Schwab  <schwab@redhat.com>
51371         * sunrpc/Makefile (headers): Add rpc/netdb.h.
51372         (headers-not-in-tirpc): Remove rpc/netdb.h
51373         * resolv/netdb.h: Revert last change.
51375 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
51377         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
51378         circular dependency between libgcc.a and libc.a.
51380 2011-05-05  Andreas Schwab  <schwab@redhat.com>
51382         * resolv/netdb.h: Don't include <rpc/netdb.h>.
51383         * nis/Makefile: Don't install rpcsvc/*.
51384         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
51385         instead of <rpc/types.h>.
51386         (MAXHOSTNAMELEN): Define.
51388 2011-05-03  Andreas Schwab  <schwab@redhat.com>
51390         * elf/ldconfig.c (add_dir): Don't crash on empty path.
51392 2011-04-28  Maciej Babinski  <mbabinski@google.com>
51394         [BZ #12714]
51395         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
51396         gethostbyname4_r when IPv6 results are possible.
51398 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
51400         [BZ #12723]
51401         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
51402         _PC_PIPE_BUF handling.
51404 2011-04-30  Bruno Haible  <bruno@clisp.org>
51406         [BZ #12717]
51407         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
51408         * resolv/netdb.h (getnameinfo): Change type of flags parameter
51409         to 'int'.
51410         * inet/getnameinfo.c (getnameinfo): Likewise.
51412 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
51414         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
51415         to groups setting in database lookup.
51416         * nss/nsswitch.conf: Add initgroups entry.
51418 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
51420         [BZ #12685]
51421         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
51422         mode string.
51423         Patch by Eric Blake <eblake@redhat.com>.
51425 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
51427         * sunrpc/Makefile (need-export-routines): Add svc_run.
51428         (routines): Remove svc_run.
51429         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
51430         * sunrpc/clnt_perr.c (clnt_perrno): Export.
51431         * sunrpc/svc_run.c (svc_run): Likewise.
51432         * sunrpc/svc_udp.c (svcudp_create): Likewise.
51434 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
51436         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
51437         problem in reallocation in last patch.
51439 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
51441         * sunrpc/Makefile: Move inclusion of Rules.
51443 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
51445         * nss/nss_files/files-initgroups.c: New file.
51446         * nss/Makefile (libnss_files-routines): Add files-initgroups.
51447         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
51448         _nss_files_initgroups_dyn.
51450 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
51452         * elf/elf.h (R_ARM_IRELATIVE): Define.
51454 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
51456         * po/ru.po: Update from translation team.
51458 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
51460         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
51461         dependencies.
51463 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
51465         [BZ #12653]
51466         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
51467         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
51468         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
51469         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
51470         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
51472 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
51474         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
51475         differing bytes.
51476         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
51477         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
51478         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
51480 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
51482         [BZ #12420]
51483         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
51484         storing it.
51485         * stdlib/bug-getcontext.c: New file.
51486         * stdlib/Makefile: Add rules to build and run bug-getcontext.
51488 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51490         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
51491         instructions into .machine "z9-109".
51492         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
51493         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
51495 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
51497         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
51498         between environment variables and auxiliary vector.
51500 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
51502         * Makefile: Add rules to build linkobj/libc.so.
51503         * include/libc-symbols.h: Define libc_hidden_nolink.
51504         * include/rpc/auth.h: Mark functions which are to be hidden.
51505         * include/rpc/auth_des.h: Likewise.
51506         * include/rpc/auth_unix.h: Likewise.
51507         * include/rpc/clnt.h: Likewise.
51508         * include/rpc/des_crypt.h: Likewise.
51509         * include/rpc/key_prot.h: Likewise.
51510         * include/rpc/pmap_clnt.h: Likewise.
51511         * include/rpc/pmap_prot.h: Likewise.
51512         * include/rpc/pmap_rmt.h: Likewise.
51513         * include/rpc/rpc_msg.h: Likewise.
51514         * include/rpc/svc.h: Likewise.
51515         * include/rpc/svc_auth.h: Likewise.
51516         * include/rpc/xdr.h: Likewise.
51517         * nis/Makefile: Link all DSOs against linkobj/libc.so.
51518         * nss/Makefile: Likewise.
51519         * sunrpc/Makefile: Don't install headers.  Build library with normal
51520         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
51521         * sunrpc/auth_des.c: Hide exported symbols by default, export some
51522         for the compat linking library.  Remove use of INTDEF/INTUSE.
51523         * sunrpc/auth_none.c: Likewise.
51524         * sunrpc/auth_unix.c: Likewise.
51525         * sunrpc/authdes_prot.c: Likewise.
51526         * sunrpc/authuxprot.c: Likewise.
51527         * sunrpc/clnt_gen.c: Likewise.
51528         * sunrpc/clnt_perr.c: Likewise.
51529         * sunrpc/clnt_raw.c: Likewise.
51530         * sunrpc/clnt_simp.c: Likewise.
51531         * sunrpc/clnt_tcp.c: Likewise.
51532         * sunrpc/clnt_udp.c: Likewise.
51533         * sunrpc/clnt_unix.c: Likewise.
51534         * sunrpc/des_crypt.c: Likewise.
51535         * sunrpc/des_soft.c: Likewise.
51536         * sunrpc/get_myaddr.c: Likewise.
51537         * sunrpc/key_call.c: Likewise.
51538         * sunrpc/key_prot.c: Likewise.
51539         * sunrpc/netname.c: Likewise.
51540         * sunrpc/pm_getmaps.c: Likewise.
51541         * sunrpc/pm_getport.c: Likewise.
51542         * sunrpc/pmap_clnt.c: Likewise.
51543         * sunrpc/pmap_prot.c: Likewise.
51544         * sunrpc/pmap_prot2.c: Likewise.
51545         * sunrpc/pmap_rmt.c: Likewise.
51546         * sunrpc/publickey.c: Likewise.
51547         * sunrpc/rpc_cmsg.c: Likewise.
51548         * sunrpc/rpc_common.c: Likewise.
51549         * sunrpc/rpc_dtable.c: Likewise.
51550         * sunrpc/rpc_prot.c: Likewise.
51551         * sunrpc/rpc_thread.c: Likewise.
51552         * sunrpc/rtime.c: Likewise.
51553         * sunrpc/svc.c: Likewise.
51554         * sunrpc/svc_auth.c: Likewise.
51555         * sunrpc/svc_authux.c: Likewise.
51556         * sunrpc/svc_raw.c: Likewise.
51557         * sunrpc/svc_run.c: Likewise.
51558         * sunrpc/svc_simple.c: Likewise.
51559         * sunrpc/svc_tcp.c: Likewise.
51560         * sunrpc/svc_udp.c: Likewise.
51561         * sunrpc/svc_unix.c: Likewise.
51562         * sunrpc/svcauth_des.c: Likewise.
51563         * sunrpc/xcrypt.c: Likewise.
51564         * sunrpc/xdr.c: Likewise.
51565         * sunrpc/xdr_array.c: Likewise.
51566         * sunrpc/xdr_float.c: Likewise.
51567         * sunrpc/xdr_intXX_t.c: Likewise.
51568         * sunrpc/xdr_mem.c: Likewise.
51569         * sunrpc/xdr_rec.c: Likewise.
51570         * sunrpc/xdr_ref.c: Likewise.
51571         * sunrpc/xdr_sizeof.c: Likewise.
51572         * sunrpc/xdr_stdio.c: Likewise.
51574 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
51576         [BZ #12650]
51577         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
51578         * sysdeps/ia64/dl-tls.h: Likewise.
51579         * sysdeps/powerpc/dl-tls.h: Likewise.
51580         * sysdeps/s390/dl-tls.h: Likewise.
51581         * sysdeps/sh/dl-tls.h: Likewise.
51582         * sysdeps/sparc/dl-tls.h: Likewise.
51583         * sysdeps/x86_64/dl-tls.h: Likewise.
51584         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
51586 2011-03-14  Andreas Schwab  <schwab@redhat.com>
51588         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
51589         rpath element also skip the following colon.
51590         (expand_dynamic_string_token): Add is_path parameter and pass
51591         down to DL_DST_REQUIRED and _dl_dst_substitute.
51592         (decompose_rpath): Call expand_dynamic_string_token with
51593         non-zero is_path.  Ignore empty rpaths.
51594         (_dl_map_object_from_fd): Call expand_dynamic_string_token
51595         with zero is_path.
51597 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
51599         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
51600         Make cancelable.
51602 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
51604         [BZ #12655]
51605         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
51606         Patch by Filipe David Manana <fdmanana@apache.org>.
51608 2011-04-07  Andreas Schwab  <schwab@redhat.com>
51610         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
51611         Maintain aligned stack.
51612         (CHECK_RSP): Remove unused macro.
51614 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
51616         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
51617         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
51619 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
51621         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
51623         * include/features.h: Mention __USE_XOPEN2K8 in comment.
51625 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
51627         [BZ #12518]
51628         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
51629         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
51630         * sysdeps/x86_64/memmove.c: New file.
51631         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
51632         (memcpy): Renamed to ...
51633         (__new_memcpy): This.
51634         (memcpy): Provide GLIBC_2_14 memcpy.
51635         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
51636         (memcpy): Provide GLIBC_2_2_5 memcpy.
51638 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
51640         [BZ #12631]
51641         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
51643 2011-03-30  Andreas Schwab  <schwab@redhat.com>
51645         * misc/syncfs.c: New file.
51646         * misc/Makefile (routines): Add syncfs.
51647         * posix/unistd.h: Declare syncfs.
51648         * sysdeps/unix/syscalls.list: Add syncfs.
51650 2011-04-01  Andreas Schwab  <schwab@redhat.com>
51652         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
51653         open_by_handle_at.
51654         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
51655         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
51656         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51657         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51658         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51659         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
51660         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51662 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
51664         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
51665         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
51666         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
51667         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51668         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51669         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51670         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51672         * io/Makefile: Compile fallocate.c, fallocate64.c, and
51673         sync_file_range.c with -fexceptions.
51674         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
51675         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
51676         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
51677         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
51678         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
51679         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
51680         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
51681         sync_file_range as cancellation point
51682         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
51683         now a wrapper around __call_sync_file_range with cancellation handling.
51684         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
51685         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
51686         function name to __call_sync_file_range.
51687         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
51688         Add call_sync_file_range.
51690 2011-04-01  Andreas Schwab  <schwab@redhat.com>
51692         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
51693         bits/timex.h.
51695 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
51697         * iconv/iconv.h: Fix typo in comment.
51698         * io/fcntl.h: Likewise.
51699         * libio/stdio.h: Likewise.
51700         * posix/spawn.h: Likewise.
51701         * posix/unistd.h: Likewise.
51702         * stdlib/stdlib.h: Likewise.
51703         * time/time.h: Likewise.
51704         * wcsmbs/wchar.h: Likewise.
51706         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
51707         open_by_handle): Add.
51708         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
51709         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
51710         Augment a few comments.
51711         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
51712         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
51713         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
51714         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
51715         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
51716         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
51717         open_by_handle.
51719         * io/fcntl.h (AT_EMPTY_PATH): Define.
51721 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
51723         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
51724         * sysdeps/unix/sysv/linux/bits/time.h: New file.
51725         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
51726         to...
51727         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
51728         * Versions.def: Add GLIBC_2.14.
51729         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
51730         Export.
51732 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
51734         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
51735         round counter.
51736         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
51738 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
51740         [BZ #12597]
51741         * string/test-strncmp.c (do_page_test): New function.
51742         (check2): Likewise.
51743         (test_main): Call check2.
51744         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
51746 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
51748         [BZ #12587]
51749         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
51750         Handle cache information in CPU leaf 4.
51751         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
51753 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
51755         [BZ #12583]
51756         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
51757         character representation.
51758         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
51760 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
51762         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
51763         END(__isnan) to END(__isnanf) to match function entry point/label
51764         EALIGN(__isnanf,...).
51766 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
51768         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
51770 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
51772         [BZ #12510]
51773         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
51774         copy from the symbol referenced in the relocation to initialize the
51775         used variable.
51776         Patch by Piotr Bury <pbury@goahead.com>.
51777         * elf/Makefile: Add rules to build and tst-unique3.
51778         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
51779         * elf/tst-unique3.cc: New file.
51780         * elf/tst-unique3.h: New file.
51781         * elf/tst-unique3lib.cc: New file.
51782         * elf/tst-unique3lib2.cc: New file.
51784         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
51786 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
51788         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
51789         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
51790         to _start.
51792 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
51794         * elf/dl-load.c (_dl_map_object): If we are looking for the first
51795         to-be-loaded object along a path to loader is ld.so.
51797 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
51798             Ulrich Drepper  <drepper@gmail.com>
51800         * sysdeps/x86_64/memset.S: After aligning destination, code
51801         branches to different locations depending on the value of
51802         misalignment, when multiarch is enabled. Fix this.
51804 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
51806         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
51807         Set _x86_64_preferred_memory_instruction for AMD processsors.
51808         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
51809         Set bit_Prefer_SSE_for_memop for AMD processors.
51811 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
51813         * libio/fmemopen.c (fmemopen): Optimize a bit.
51815 2011-03-03  Andreas Schwab  <schwab@redhat.com>
51817         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
51819 2011-03-03  Roland McGrath  <roland@redhat.com>
51821         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
51823 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
51825         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
51826         __bzero_ultra1 instead of __memset_ultra1.
51828 2011-02-23  Andreas Schwab  <schwab@redhat.com>
51829             Ulrich Drepper  <drepper@gmail.com>
51831         [BZ #12509]
51832         * include/link.h (struct link_map): Add l_orig_initfini.
51833         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
51834         returning unsuccessfully.
51835         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
51836         close of a file loaded at startup, restore the original l_initfini
51837         list.
51838         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
51839         list, store the pointer.
51840         * elf/Makefile ($(objpfx)noload-mem): New rule.
51841         (noload-ENV): Define.
51842         (tests): Add $(objpfx)noload-mem.
51843         * elf/noload.c: Include <memcheck.h>.
51844         (main): Call mtrace.  Close all opened handles.
51846 2011-02-17  Andreas Schwab  <schwab@redhat.com>
51848         [BZ #12454]
51849         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
51850         dependencies are missing.
51852 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51854         Fix __if_freereq crash: Unlike the generic version which uses free,
51855         Hurd needs munmap.
51856         * sysdeps/mach/hurd/ifreq.h: New file.
51858 2011-01-27  Petr Baudis  <pasky@suse.cz>
51859             Ulrich Drepper  <drepper@gmail.com>
51861         [BZ 12445]#
51862         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
51863         to extend_alloca().
51864         * stdio-common/bug23.c: New file.
51865         * stdio-common/Makefile (tests): Add bug23.
51867 2010-09-28  Andreas Schwab  <schwab@redhat.com>
51868             Ulrich Drepper  <drepper@gmail.com>
51870         [BZ #12489]
51871         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
51872         before performing relro protection.  At old place add assertion
51873         to make sure nothing changed.
51875 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
51876             Glauber de Oliveira Costa  <glommer@gmail.com>
51878         * elf/elf.h: Add new ARM TLS relocs.
51880 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
51882         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
51883         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
51884         cast from r3.
51885         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
51886         'tests' variable.
51887         * sysdeps/wordsize-64/tst-writev.c: New file.
51889 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
51891         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
51892         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
51893         insns in _dl_start to prevent a TOC reference before relocs are
51894         resolved.
51896 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
51898         [BZ #12469]
51899         * Makeconfig: Remove RANLIB definition.
51900         * Makerules: Don't use RANLIB.
51901         * aclocal.m4: Remove ranlib test.
51902         * configure.in: No need to check for ranlib.
51903         * elf/rtld-Rules: Don't use RANLIB.
51905 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51907         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
51908         protection macro.
51909         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
51910         inclusion protection macro.
51912         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
51913         SIGRTMIN and SIGRTMAX and print information in that case only when
51914         SIGRTMIN is defined.
51916 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
51918         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
51919         arginfo fn returning -1.
51921         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
51922         and thousands string is zero terminated.
51924 2011-02-03  Andreas Schwab  <schwab@redhat.com>
51926         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
51927         sysdeps/unix/sysv/linux/bits/socket.h.
51929 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51931         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
51932         (__CPU_COUNT): Remove old macros.
51933         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
51934         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
51935         (__CPU_ALLOC, __CPU_FREE): Add macros.
51936         (__sched_cpualloc, __sched_cpufree): Add declarations.
51938 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
51940         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
51941         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
51942         * nscd/aicache.c (addhstaiX): Return timeout of added value.
51943         (readdhstai): Return value of addhstaiX call.
51944         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
51945         (addgrbyX): Return value returned by cache_addgr.
51946         (readdgrbyname): Return value returned by addgrbyX.
51947         (readdgrbygid): Likewise.
51948         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
51949         (addpwbyX): Return value returned by cache_addpw.
51950         (readdpwbyname): Return value returned by addhstbyX.
51951         (readdpwbyuid): Likewise.
51952         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
51953         (addservbyX): Return value returned by cache_addserv.
51954         (readdservbyname): Return value returned by addservbyX:
51955         (readdservbyport): Likewise.
51956         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
51957         (addhstbyX): Return value returned by cache_addhst.
51958         (readdhstbyname): Return value returned by addhstbyX.
51959         (readdhstbyaddr): Likewise.
51960         (readdhstbynamev6): Likewise.
51961         (readdhstbyaddrv6): Likewise.
51962         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
51963         (readdinitgroups): Return value returned by addinitgroupsX.
51964         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
51965         (prune_cache): Keep track of timeout value of re-added entries.
51966         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
51967         * nscd/nscd.h: Adjust prototypes of readd* functions.
51969 2011-02-04  Roland McGrath  <roland@redhat.com>
51971         * nis/nis_server.c (nis_servstate): Use the right name for 0.
51972         (nis_stats): Likewise.
51973         * nis/nis_modify.c (nis_modify): Likewise.
51974         * nis/nis_remove.c (nis_remove): Likewise.
51975         * nis/nis_add.c (nis_add): Likewise.
51977         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
51979         * posix/fnmatch_loop.c: Add some consts.
51981         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
51983 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
51985         [BZ #12460]
51986         * config.make.in (config-cflags-novzeroupper): Define.
51987         * configure.in: Substitute libc_cv_cc_novzeroupper.
51988         * elf/Makefile (AVX-CFLAGS): Define.
51989         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
51990         (CFLAGS-tst-auditmod4a.c): Likewise.
51991         (CFLAGS-tst-auditmod4b.c): Likewise.
51992         (CFLAGS-tst-auditmod6b.c): Likewise.
51993         (CFLAGS-tst-auditmod6c.c): Likewise.
51994         (CFLAGS-tst-auditmod7b.c): Likewise.
51995         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
51997 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
51999         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
52000         function to the callback.
52001         Patch partly by Jiri Olsa <jolsa@redhat.com>.
52003 2011-02-02  Andreas Schwab  <schwab@redhat.com>
52005         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
52006         of errno.
52008 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
52010         [BZ #11724]
52011         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
52012         of constructors.
52013         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
52014         of destructors.
52015         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
52017         [BZ #11724]
52018         * elf/Makefile: Add rules to build and run new test.
52019         * elf/tst-initorder.c: New file.
52020         * elf/tst-initorder.exp: New file.
52021         * elf/tst-initordera1.c: New file.
52022         * elf/tst-initordera2.c: New file.
52023         * elf/tst-initordera3.c: New file.
52024         * elf/tst-initordera4.c: New file.
52025         * elf/tst-initorderb1.c: New file.
52026         * elf/tst-initorderb2.c: New file.
52027         * elf/tst-order-a1.c: New file.
52028         * elf/tst-order-a2.c: New file.
52029         * elf/tst-order-a3.c: New file.
52030         * elf/tst-order-a4.c: New file.
52031         * elf/tst-order-b1.c: New file.
52032         * elf/tst-order-b2.c: New file.
52033         * elf/tst-order-main.c: New file.
52034         New test case by George Gensure <werkt0@gmail.com>.
52036 2010-10-01  Andreas Schwab  <schwab@redhat.com>
52038         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
52039         decoding ACE if AI_CANONIDN.
52041 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
52043         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
52045 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
52047         * version.h (RELEASE): Bump for 2.13 release.
52048         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
52050         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
52052         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
52053         MADV_NOHUGEPAGE.
52054         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
52055         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
52056         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
52057         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
52058         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
52059         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52061         * posix/getconf.c: Update copyright year.
52062         * catgets/gencat.c: Likewise.
52063         * csu/version.c: Likewise.
52064         * debug/catchsegv.sh: Likewise.
52065         * debug/xtrace.sh: Likewise.
52066         * elf/ldconfig.c: Likewise.
52067         * elf/ldd.bash.in: Likewise.
52068         * elf/sprof.c (print_version): Likewise.
52069         * iconv/iconv_prog.c: Likewise.
52070         * iconv/iconvconfig.c: Likewise.
52071         * locale/programs/locale.c: Likewise.
52072         * locale/programs/localedef.c: Likewise.
52073         * malloc/memusage.sh: Likewise.
52074         * malloc/mtrace.pl: Likewise.
52075         * nscd/nscd.c (print_version): Likewise.
52076         * nss/getent.c: Likewise.
52078         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
52079         PF_CAIF, and PF_ALG.
52080         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
52082 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
52084         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
52085         (modules-names): Use them.
52086         (ifunc-test-modules, ifunc-pie-tests): Define.
52087         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
52088         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
52089         (test-extras): Likewise.
52090         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
52091         $(compile-command.c).
52092         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
52093         (all-built-dso): Define.
52094         (check-textrel.out, check-execstack.out): Depend on it.
52096         * configure.in: Don't override --enable-multi-arch.
52098 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
52100         [BZ #6812]
52101         * nscd/hstcache.c (tryagain): Define.
52102         (cache_addhst): Return tryagain not notfound for temporary errors.
52103         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
52104         failed.
52106 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
52108         [BZ #10563]
52109         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
52110         to make the syscall.
52111         * sysdeps/unix/sysv/linux/setgroups.c: New file.
52113         [BZ #12378]
52114         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
52115         and fall back to matching as normal character if the string ends before
52116         the matching ']' is found.  This is what POSIX requires.
52117         * posix/testfnm.c: Adjust test result.
52118         * posix/globtest.sh: Adjust test result.  Add new test.
52119         * posix/tst-fnmatch.input: Likewise.
52120         * posix/tst-fnmatch2.c: Add new test.
52122 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
52124         * elf/Makefile (check-execstack): Revert last change.  Depend on
52125         check-execstack.h.
52126         (check-execstack.h): New target.
52127         (generated): Add check-execstack.h.
52128         * elf/check-execstack.c: Include "check-execstack.h".
52129         (main): Revert last change.
52130         (handle_file): Return zero if GNU_STACK is absent and
52131         DEFAULT_STACK_PERMS doesn't include PF_X.
52133 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
52135         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
52136         in child fails because the descriptor is already closed.
52137         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
52138         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
52139         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
52141         [BZ #12397]
52142         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
52143         syscall.
52145         [BZ #10484]
52146         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
52147         temporary buffer used to handle multi lookups locally.
52148         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
52150 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52152         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
52153         loader is ld.so.
52155 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
52157         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
52158         alignment for SSE2.
52160 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
52162         [BZ #12394]
52163         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
52164         characters.  When rounding increased number of integer digits recompute
52165         number of groups.
52166         * stdio-common/tst-grouping.c: New file.
52167         * stdio-common/Makefile: Add rules to build and run tst-grouping.
52169 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
52171         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
52172         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
52174         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
52175         void.
52176         * bits/select.h: Likewise.
52178 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
52180         * po/ja.po: Update from translation team.
52182 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
52184         [BZ #11155]
52185         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
52186         implementation just like for lxstat, fxstatat, et al.
52188 2010-12-27  Jim Meyering  <meyering@redhat.com>
52190         [BZ #12348]
52191         * posix/regexec.c (build_trtable): Return failure indication upon
52192         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
52194 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
52196         [BZ #12201]
52197         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
52198         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
52199         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
52200         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
52202         [BZ #12207]
52203         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
52205         [BZ #12204]
52206         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
52207         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
52209 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
52211         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
52212         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
52213         script has SORT_BY_INIT_PRIORITY.
52214         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
52215         NO_CTORS_DTORS_SECTIONS is defined.
52216         * elf/soinit.c: Likewise.
52217         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
52218         NO_CTORS_DTORS_SECTIONS is defined.
52219         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
52220         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
52221         * sysdeps/sh/init-first.c: Likewise.
52222         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
52224 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
52226         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
52227         always use the slow path.
52229 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
52231         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
52232         similar rule which adds the sysdep directories to the header search in
52233         order to pick up the correct platform stackinfo.h.
52234         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
52235         perform test if it is, otherwise return successfully without testing.
52236         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
52237         DEFAULT_STACK_PERMS define in stackinfo.h.
52238         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
52239         defined in stackinfo.h.
52240         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
52241         DEFAULT_STACK_PERMS defined in stackinfo.h.
52242         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
52243         * sysdeps/ia64/stackinfo.h: Likewise.
52244         * sysdeps/s390/stackinfo.h: Likewise.
52245         * sysdeps/sh/stackinfo.h: Likewise.
52246         * sysdeps/sparc/stackinfo.h: Likewise.
52247         * sysdeps/x86_64/stackinfo.h: Likewise.
52248         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
52249         PF_X for powerpc64.  Retain PF_X for powerpc32.
52251 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
52253         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
52254         accurately.
52255         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
52256         GETDENTS_64BIT_ALIGNED.
52258 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
52260         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
52262 2010-12-10  Andreas Schwab  <schwab@redhat.com>
52264         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
52265         _GNU_SOURCE.
52267         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
52268         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
52269         Remove __restrict.
52270         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
52271         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
52273 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
52275         [BZ #11655]
52276         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
52277         are initialized.
52279 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
52281         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
52283 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
52285         * po/it.po: Update from translation team.
52287 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
52289         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
52290         unused codes.
52292 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
52294         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
52296 2010-11-24  Andreas Schwab  <schwab@redhat.com>
52298         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
52299         specially.
52300         (gaih_getanswer_slice): Likewise.
52302 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
52304         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
52306 2010-05-31  Petr Baudis  <pasky@suse.cz>
52308         [BZ #11149]
52309         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
52310         silently even in the chroot mode.
52312 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
52314         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
52315         last patch a bit.  Pretty printing
52317 2010-05-31  Petr Baudis <pasky@suse.cz>
52319         [BZ #10085]
52320         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
52321         initialization of skip_initgroups_dyn.
52323 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
52325         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
52326         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
52328 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
52330         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
52332 2010-11-11  Andreas Schwab  <schwab@redhat.com>
52334         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
52335         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
52336         (tst-fnmatch-ENV): Set MALLOC_TRACE.
52337         ($(objpfx)tst-fnmatch-mem): New rule.
52338         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
52339         * posix/tst-fnmatch.c (main): Call mtrace.
52341 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
52343         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52344         Support Intel processor model 6 and model 0x2c.
52346 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
52348         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
52349           signed comparison.
52351 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
52353         [BZ #12205]
52354         * string/test-strncasecmp.c (check_result): New function.
52355         (do_one_test): Use it.
52356         (check1): New function.
52357         (test_main): Use it.
52358         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
52359         Support strcasecmp and strncasecmp.
52361 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
52363         [BZ #12194]
52364         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
52365         * sysdeps/x86_64/bits/byteswap.h: Likewise.
52367 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
52369         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
52370         IFUNC support.
52371         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52372         memset-x86-64.
52373         * sysdeps/x86_64/multiarch/bzero.S: New file.
52374         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
52375         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
52376         * sysdeps/x86_64/multiarch/memset.S: New file.
52377         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
52378         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
52379         Set bit_Prefer_SSE_for_memop for Intel processors.
52380         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
52381         Define.
52382         (index_Prefer_SSE_for_memop): Define.
52383         (HAS_PREFER_SSE_FOR_MEMOP): Define.
52385 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
52387         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
52388         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
52390 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
52392         [BZ #12191]
52393         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
52394         (__x86_64_raw_data_cache_size_half): Likewise.
52395         (__x86_64_raw_shared_cache_size): Likewise.
52396         (__x86_64_raw_shared_cache_size_half): Likewise.
52398         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
52399         (__x86_64_raw_data_cache_size_half): Likewise.
52400         (__x86_64_raw_shared_cache_size): Likewise.
52401         (__x86_64_raw_shared_cache_size_half): Likewise.
52402         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
52403         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
52404         and __x86_64_raw_shared_cache_size_half.  Round
52405         __x86_64_data_cache_size_half, __x86_64_data_cache_size
52406         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
52407         to multiple of 256 bytes.
52409 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
52411         [BZ #12167]
52412         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
52413         of inacessible symlinks.  Verify result of symlink before returning it.
52414         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
52415         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
52417 2010-10-28  Erich Ritz  <erichritz@gmail.com>
52419         * math/math.h (isinf): Fix typo in comment.
52421 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
52423         * po/da.po: Update from translation team.
52425 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
52427         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
52428         is added to the list.
52430 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52431             Ulrich Drepper  <drepper@gmail.com>
52433         * elf/dl-object.c (_dl_new_object): Don't append the new object to
52434         the global list here.  Move code to...
52435         (_dl_add_to_namespace_list): ...here.  New function.
52436         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
52437         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
52438         * elf/dl-load.c (lose): Don't remove the element from the list.
52439         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
52440         (_dl_map_object): Likewise.
52442 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
52444         [BZ #12159]
52445         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
52446         into all bytes of SSE register.
52447         Patch by Richard Li <richardpku@gmail.com>.
52449 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
52451         [BZ #12140]
52452         * malloc/malloc.c (_int_free): Fill correct number of bytes when
52453         perturbing.
52455 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
52457         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
52458         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
52459         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
52460         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
52461         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
52462         submachine.
52463         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
52465 2010-10-22  Andreas Schwab  <schwab@redhat.com>
52467         * include/dlfcn.h (__RTLD_SECURE): Define.
52468         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
52469         mode & __RTLD_SECURE instead.
52470         (open_path): Rename preloaded parameter to secure.
52471         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
52472         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
52473         * elf/dl-deps.c (openaux): Likewise.
52474         * elf/rtld.c (struct map_args): Remove is_preloaded.
52475         (map_doit): Don't use it.
52476         (dl_main): Likewise.
52477         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
52478         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
52480 2010-09-09  Andreas Schwab  <schwab@redhat.com>
52482         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
52483         (sysd-rules-targets): Remove duplicates.
52484         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
52485         rtld-%.$o dependency.
52487 2010-10-18  Andreas Schwab  <schwab@redhat.com>
52489         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
52490         _dl_map_object do it.
52492 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
52494         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
52495         fast fma builtins, define the macros in the C99 standard.
52496         (FP_FAST_FMAF): Likewise.
52497         (FP_FAST_FMAL): Likewise.
52498         * sysdeps/x86_64/bits/mathdef.h: Likewise.
52500         * bits/mathdef.h: Update copyright year.
52501         * sysdeps/powerpc/bits/mathdef.h: Likewise.
52503 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
52505         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
52506         builtins, define the macros in the C99 standard.
52507         (FP_FAST_FMAF): Likewise.
52508         (FP_FAST_FMAL): Likewise.
52509         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
52510         multiply/add.
52511         (FP_FAST_FMAF): Likewise.
52513 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
52515         [BZ #3268]
52516         * math/libm-test.inc (fma_test): Some new testcases.
52517         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
52518         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
52519         y and infinite z.  Do multiplication by C already in long double.
52520         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
52521         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
52522         y and infinite z.  Do bitwise or of inexact bit into u.d.
52523         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
52524         * sysdeps/i386/fpu/s_fmaf.S: Removed.
52525         * sysdeps/i386/fpu/s_fma.S: Removed.
52526         * sysdeps/i386/fpu/s_fmal.S: Removed.
52528 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
52530         [BZ #3268]
52531         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
52532         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
52533         computation is not scheduled after fetestexcept.  Fix value
52534         of minimum denormal long double.
52536 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
52538         [BZ #3268]
52539         * math/libm-test.inc (fma_test): Add some more tests.
52540         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
52541         correctly.
52543 2010-10-15  Andreas Schwab  <schwab@redhat.com>
52545         * scripts/data/localplt-s390-linux-gnu.data: New file.
52546         * scripts/data/localplt-s390x-linux-gnu.data: New file.
52548 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
52550         [BZ #3268]
52551         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
52552         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
52553         instead of dbl-64.
52554         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
52555         inlines.
52556         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
52557         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
52558         if one of x and y is very large and the other is subnormal.
52559         * sysdeps/s390/fpu/s_fmaf.c: New file.
52560         * sysdeps/s390/fpu/s_fma.c: New file.
52561         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
52562         * sysdeps/powerpc/fpu/s_fma.S: New file.
52563         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
52564         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
52565         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
52567 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
52569         [BZ #3268]
52570         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
52571         fma tests.
52572         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
52573         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
52574         * sysdeps/i386/i686/multiarch/s_fma.c: Include
52575         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
52576         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
52577         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
52578         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
52580 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
52582         [BZ #12078]
52583         * posix/regcomp.c (parse_branch): One more memory leak plugged.
52584         * posix/bug-regex31.input: Add test case.
52586 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
52588         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
52589         * posix/bug-regex31.input: New file.
52591         [BZ #12078]
52592         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
52593         (parse_sub_exp): Fix last change, use postorder.
52595         * posix/bug-regex31.c: New file.
52596         * posix/Makefile: Add rules to build and run bug-regex31.
52598         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
52600         [BZ #12078]
52601         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
52603         [BZ #12108]
52604         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
52605         to have entries in sys_siglist.
52607         [BZ #12093]
52608         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
52609         be NULL.
52611 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
52613         [BZ #3268]
52614         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
52615         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
52616         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
52617         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
52618         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
52619         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
52620         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
52621         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
52622         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
52623         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
52624         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
52625         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
52626         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
52627         * math/ftestexcept.c (fetestexcept): Likewise.
52628         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
52629         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
52630         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
52631         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
52632         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
52633         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
52634         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
52636 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
52638         [BZ #12107]
52639         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
52640         newline.
52642 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
52644         * string/bug-strstr1.c: New file.
52645         * string/Makefile: Add rules to build and run bug-strstr1.
52647 2010-10-05  Eric Blake  <eblake@redhat.com>
52649         [BZ #12092]
52650         * string/str-two-way.h (two_way_long_needle): Always clear memory
52651         when skipping input due to the shift table.
52653 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
52655         [BZ #12005]
52656         * malloc/mcheck.c: Handle large requests.
52658         [BZ #12077]
52659         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
52660         for strncmp and strncasecmp.
52661         * string/stratcliff.c: Add tests for strcmp and strncmp.
52662         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
52664 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
52666         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
52667         __set_fpscr.
52669 2010-09-30  Andreas Jaeger  <aj@suse.de>
52671         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
52672         (CGROUP_SUPER_MAGIC): Define.
52673         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
52674         Handle btrfs and cgroup file systems.
52675         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
52676         Likewise.
52678 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
52680         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
52681         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
52683 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
52685         [BZ #12067]
52686         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
52687         trying to locate the ELF header.
52689 2010-09-27  Andreas Schwab  <schwab@redhat.com>
52691         [BZ #11611]
52692         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
52693         Mask out sign-bit copies when constructing f_fsid.
52695 2010-09-24  Petr Baudis <pasky@suse.cz>
52697         * debug/stack_chk_fail_local.c: Add missing licence exception.
52698         * debug/warning-nop.c: Likewise.
52700 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
52702         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
52703         implementing getdents64 using getdents syscall, set d_type if
52704         __ASSUME_GETDENTS32_D_TYPE.
52706 2010-09-16  Andreas Schwab  <schwab@redhat.com>
52708         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
52709         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
52711 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
52713         [BZ #12037]
52714         * posix/unistd.h: Undo change of feature selection for ftruncate from
52715         2010-01-11.
52717 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
52719         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
52720         detection.
52722 2010-09-20  Andreas Schwab  <schwab@redhat.com>
52724         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
52725         fanotify_mark.
52726         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
52728 2010-09-14  Andreas Schwab  <schwab@redhat.com>
52730         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
52731         variables after CHECK_SP call.
52732         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
52734 2010-09-13  Andreas Schwab  <schwab@redhat.com>
52735             Ulrich Drepper  <drepper@redhat.com>
52737         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
52738         re-relocationg ld.so.
52739         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
52740         _dl_init_paths call.
52741         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
52742         here anymore.
52744 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
52746         * resolv/res_init.c (__res_vinit): Count the default server we added.
52748 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
52749             Ulrich Drepper  <drepper@redhat.com>
52751         [BZ #11968]
52752         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
52753         (____longjmp_chk): Use %ebx for saving value across system call.
52754         Add unwind info.
52756 2010-09-06  Andreas Schwab  <schwab@redhat.com>
52758         * manual/Makefile: Don't mix pattern rules with normal rules.
52760 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
52762         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
52763         operation.
52764         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
52765         * libio/iofopncook.c (_IO_cookie_init): Likewise.
52766         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
52767         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
52768         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
52769         Likewise.
52771 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
52773         [BZ #11979]
52774         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
52775         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
52777 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
52779         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
52780         * sysdeps/x86_64/addmul_1.S: Likewise.
52781         * sysdeps/x86_64/lshift.S: Likewise.
52782         * sysdeps/x86_64/mul_1.S: Likewise.
52783         * sysdeps/x86_64/rshift.S: Likewise.
52784         * sysdeps/x86_64/sub_n.S: Likewise.
52785         * sysdeps/x86_64/submul_1.S: Likewise.
52787 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52789         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
52790         Define __sched_param instead of SCHED_* and sched_param when
52791         <bits/sched.h> is included with __need_schedparam defined.
52792         * bits/sched.h [__need_schedparam]
52793         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
52794         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
52795         (__defined_schedparam): Define to 1.
52796         (__sched_param): New structure, identical to sched_param.
52797         (__need_schedparam): Undefine.
52799 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
52801         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
52802         (epoll_create1): Declare.
52804         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
52806 2010-08-31  Andreas Schwab  <schwab@redhat.com>
52808         [BZ #7066]
52809         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
52810         shifting retval into place.
52812 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
52814         * nis/rpcsvc/nis.h: Update copyright notice.
52815         * nis/rpcsvc/nis.x: Likewise.
52816         * nis/rpcsvc/nis_callback.h: Likewise.
52817         * nis/rpcsvc/nis_callback.x: Likewise.
52818         * nis/rpcsvc/nis_object.x: Likewise.
52819         * nis/rpcsvc/nis_tags.h: Likewise.
52820         * nis/rpcsvc/yp.h: Likewise.
52821         * nis/rpcsvc/yp.x: Likewise.
52822         * nis/rpcsvc/ypupd.h: Likewise.
52823         * nis/yp_xdr.c: Likewise.
52824         * nis/ypupdate_xdr.c: Likewise.
52826         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
52827         mainly the body of pmap_getport.  Add parameters to specify timeouts.
52828         (pmap_getport): Use __libc_rpc_getport.
52829         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
52830         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
52831         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
52833 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
52835         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
52836         fanotify_mark.
52838 2010-08-27  Roland McGrath  <roland@redhat.com>
52840         * sysdeps/i386/i686/multiarch/Makefile
52841         (CFLAGS-varshift.c): New variable.
52843 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
52845         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
52846         * sysdeps/i386/i686/multiarch/varshift.c: New file.
52848         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
52850         * sysdeps/x86_64/strlen.S: Minimal code improvement.
52852 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
52854         * sysdeps/x86_64/strlen.S: Unroll the loop.
52855         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52856         strlen-sse2 strlen-sse2-bsf.
52857         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
52858         __strlen_no_bsf if bit_Slow_BSF is set.
52859         (__strlen_sse42): Removed.
52860         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
52861         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
52863 2010-08-25  Roland McGrath  <roland@redhat.com>
52865         * sysdeps/x86_64/multiarch/varshift.S: File removed.
52866         * sysdeps/x86_64/multiarch/varshift.c: New file.
52867         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
52868         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
52869         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
52870         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
52872 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
52874         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52875         strlen-sse2 strlen-sse2-bsf.
52876         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
52877         __strlen_sse2_bsf if bit_Slow_BSF is unset.
52878         (__strlen_sse2): Removed.
52879         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
52880         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
52881         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
52882         bit_Slow_BSF for Atom.
52883         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
52884         (index_Slow_BSF): Define.
52885         (HAS_SLOW_BSF): Define.
52887 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
52889         [BZ #10851]
52890         * resolv/res_init.c (__res_vinit): When no server address at all
52891         is given default to loopback.
52893 2010-08-24  Roland McGrath  <roland@redhat.com>
52895         * configure.in: Remove config-name.h generation.
52896         * configure: Regenerated.
52897         * config-name.in: File removed.
52898         * scripts/config-uname.sh: New file.
52899         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
52900         ($(objdir)config-name.h): New target.
52902         * sunrpc/rpc_parse.h: Avoid nested comment.
52904 2010-08-24  Richard Henderson  <rth@redhat.com>
52905             Ulrich Drepper  <drepper@redhat.com>
52906             H.J. Lu  <hongjiu.lu@intel.com>
52908         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
52909         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
52910         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
52911         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
52912         _mm_alignr_epi8 with _mm_loadu_si128.
52913         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
52914         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
52915         (__m128i_shift_right): Removed.
52916         * sysdeps/i386/i686/multiarch/varshift.h: New file.
52917         * sysdeps/i386/i686/multiarch/varshift.S: New file.
52918         * sysdeps/x86_64/multiarch/varshift.h: New file.
52919         * sysdeps/x86_64/multiarch/varshift.S: New file.
52921 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
52923         * configure.in: Move assembler checks to before sysdep dir checking.
52925 2010-08-20  Petr Baudis  <pasky@suse.cz>
52927         * LICENSES: Sync the sunrpc license.
52929 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
52931         * sunrpc/auth_des.c: Update copyright notice once again.
52932         * sunrpc/auth_none.c: Likewise.
52933         * sunrpc/auth_unix.c: Likewise.
52934         * sunrpc/authdes_prot.c: Likewise.
52935         * sunrpc/authuxprot.c: Likewise.
52936         * sunrpc/bindrsvprt.c: Likewise.
52937         * sunrpc/clnt_gen.c: Likewise.
52938         * sunrpc/clnt_perr.c: Likewise.
52939         * sunrpc/clnt_raw.c: Likewise.
52940         * sunrpc/clnt_simp.c: Likewise.
52941         * sunrpc/clnt_tcp.c: Likewise.
52942         * sunrpc/clnt_udp.c: Likewise.
52943         * sunrpc/clnt_unix.c: Likewise.
52944         * sunrpc/des_crypt.c: Likewise.
52945         * sunrpc/des_soft.c: Likewise.
52946         * sunrpc/get_myaddr.c: Likewise.
52947         * sunrpc/getrpcport.c: Likewise.
52948         * sunrpc/key_call.c: Likewise.
52949         * sunrpc/key_prot.c: Likewise.
52950         * sunrpc/openchild.c: Likewise.
52951         * sunrpc/pm_getmaps.c: Likewise.
52952         * sunrpc/pm_getport.c: Likewise.
52953         * sunrpc/pmap_clnt.c: Likewise.
52954         * sunrpc/pmap_prot.c: Likewise.
52955         * sunrpc/pmap_prot2.c: Likewise.
52956         * sunrpc/pmap_rmt.c: Likewise.
52957         * sunrpc/rpc/auth.h: Likewise.
52958         * sunrpc/rpc/auth_unix.h: Likewise.
52959         * sunrpc/rpc/clnt.h: Likewise.
52960         * sunrpc/rpc/des_crypt.h: Likewise.
52961         * sunrpc/rpc/key_prot.h: Likewise.
52962         * sunrpc/rpc/netdb.h: Likewise.
52963         * sunrpc/rpc/pmap_clnt.h: Likewise.
52964         * sunrpc/rpc/pmap_prot.h: Likewise.
52965         * sunrpc/rpc/pmap_rmt.h: Likewise.
52966         * sunrpc/rpc/rpc.h: Likewise.
52967         * sunrpc/rpc/rpc_des.h: Likewise.
52968         * sunrpc/rpc/rpc_msg.h: Likewise.
52969         * sunrpc/rpc/svc.h: Likewise.
52970         * sunrpc/rpc/svc_auth.h: Likewise.
52971         * sunrpc/rpc/types.h: Likewise.
52972         * sunrpc/rpc/xdr.h: Likewise.
52973         * sunrpc/rpc_clntout.c: Likewise.
52974         * sunrpc/rpc_cmsg.c: Likewise.
52975         * sunrpc/rpc_common.c: Likewise.
52976         * sunrpc/rpc_cout.c: Likewise.
52977         * sunrpc/rpc_dtable.c: Likewise.
52978         * sunrpc/rpc_hout.c: Likewise.
52979         * sunrpc/rpc_main.c: Likewise.
52980         * sunrpc/rpc_parse.c: Likewise.
52981         * sunrpc/rpc_parse.h: Likewise.
52982         * sunrpc/rpc_prot.c: Likewise.
52983         * sunrpc/rpc_sample.c: Likewise.
52984         * sunrpc/rpc_scan.c: Likewise.
52985         * sunrpc/rpc_scan.h: Likewise.
52986         * sunrpc/rpc_svcout.c: Likewise.
52987         * sunrpc/rpc_tblout.c: Likewise.
52988         * sunrpc/rpc_util.c: Likewise.
52989         * sunrpc/rpc_util.h: Likewise.
52990         * sunrpc/rpcinfo.c: Likewise.
52991         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
52992         * sunrpc/rpcsvc/key_prot.x: Likewise.
52993         * sunrpc/rpcsvc/klm_prot.x: Likewise.
52994         * sunrpc/rpcsvc/mount.x: Likewise.
52995         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
52996         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
52997         * sunrpc/rpcsvc/rex.x: Likewise.
52998         * sunrpc/rpcsvc/rstat.x: Likewise.
52999         * sunrpc/rpcsvc/rusers.x: Likewise.
53000         * sunrpc/rpcsvc/sm_inter.x: Likewise.
53001         * sunrpc/rpcsvc/spray.x: Likewise.
53002         * sunrpc/rpcsvc/yppasswd.x: Likewise.
53003         * sunrpc/rtime.c: Likewise.
53004         * sunrpc/svc.c: Likewise.
53005         * sunrpc/svc_auth.c: Likewise.
53006         * sunrpc/svc_authux.c: Likewise.
53007         * sunrpc/svc_raw.c: Likewise.
53008         * sunrpc/svc_run.c: Likewise.
53009         * sunrpc/svc_simple.c: Likewise.
53010         * sunrpc/svc_tcp.c: Likewise.
53011         * sunrpc/svc_udp.c: Likewise.
53012         * sunrpc/svc_unix.c: Likewise.
53013         * sunrpc/svcauth_des.c: Likewise.
53014         * sunrpc/xcrypt.c: Likewise.
53015         * sunrpc/xdr.c: Likewise.
53016         * sunrpc/xdr_array.c: Likewise.
53017         * sunrpc/xdr_float.c: Likewise.
53018         * sunrpc/xdr_mem.c: Likewise.
53019         * sunrpc/xdr_rec.c: Likewise.
53020         * sunrpc/xdr_ref.c: Likewise.
53021         * sunrpc/xdr_sizeof.c: Likewise.
53022         * sunrpc/xdr_stdio.c: Likewise.
53024         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
53025         handling.
53027 2010-08-19  Andreas Schwab  <schwab@redhat.com>
53029         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
53031 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
53033         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
53034         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
53035         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
53036         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
53037         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
53038         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
53039         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
53040         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
53041         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
53042         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
53043         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
53044         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
53045         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
53046         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
53048 2010-07-26  Anton Blanchard  <anton@samba.org>
53050         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
53051         * malloc/arena.c (heap_trim): Likewise.
53053 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
53055         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
53056         here.  Not...
53057         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
53058         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
53060 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
53062         * sysdeps/i386/elf/Makefile: New file.
53064 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53066         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
53067         from fanotify_init.
53068         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
53069         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53071 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
53073         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
53074         of strncasecmp_l.
53075         * sysdeps/multiarch/strcmp.S: Likewise.
53077 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
53079         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53080         strncase_l-nonascii.
53081         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53082         Add strncase_l-ssse3.
53083         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
53084         * sysdeps/x86_64/strcmp.S: Likewise.
53085         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
53086         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
53087         * sysdeps/x86_64/strncase.S: New file.
53088         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
53089         * sysdeps/x86_64/strncase_l.S: New file.
53090         * string/Makefile (strop-tests): Add strncasecmp.
53091         * string/test-strncasecmp.c: New file.
53093         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
53094         warning.
53096         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
53097         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
53099 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
53101         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
53103 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
53105         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
53106         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
53107         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
53109 2010-05-01  Alan Modra  <amodra@gmail.com>
53111         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
53112         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
53113         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
53114         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
53115         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
53116         tidying.  Don't tail-call __sigjmp_save for static lib.
53117         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
53118         save location.
53119         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
53120         (CALL_MCOUNT): Add eh info, and nop after bl.
53121         (TAIL_CALL_SYSCALL_ERROR): New macro.
53122         (PSEUDO_RET): Use it.
53123         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
53124         Correct save location of integer regs and cr.
53125         (_dl_profile_resolve): Correct cr save location.  Delete nops
53126         after bl when SHARED.  Reduce cfi size a little by better
53127         placement of cfi directives.
53128         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
53129         make a stack frame.  Instead use parm save area as a temp.
53130         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
53131         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
53132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
53133         Don't make a stack frame for parent, use parm save area.
53134         Increase child stack frame to 112 bytes.  Don't save unused reg,
53135         and adjust reg usage.  Set up cfi on error recovery and
53136         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
53137         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
53138         (__makecontext): Add dummy nop after jump to exit.
53139         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
53140         Use correct parm save area and cr save, reduce stack frame.
53141         Correct cfi for possible PSEUDO_RET frame setup.
53142         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
53143         Branch to local label emitted by PSEUDO_RET rather than
53144         __syscall_error.
53146 2010-08-12  Andreas Schwab  <schwab@redhat.com>
53148         [BZ #11904]
53149         * locale/programs/locale.c (print_assignment): New function.
53150         (show_locale_vars): Use it.
53152 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
53154         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
53155         field.
53156         (struct statfs64): Likewise.
53157         (_STATFS_F_FLAGS): Define.
53158         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
53159         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
53160         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
53161         (ST_VALID): Define locally.
53162         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
53163         __statvfs_getflags, use the provided value.
53164         * sysdeps/unix/sysv/linux/kernel-features.h: Define
53165         __ASSUME_STATFS_F_FLAGS.
53167         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
53169         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
53170         Add sys/fanotify.h.
53171         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
53172         fanotify_mask for GLIBC_2.13.
53173         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
53174         fanotify_init and fanotify_mark.
53175         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
53176         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
53178         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
53179         Add prlimit.
53180         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
53181         prlimit64 for GLIBC_2.13.
53182         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
53183         prlimit64.
53184         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
53185         syscall.
53186         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
53187         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
53188         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
53189         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
53190         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
53191         add prlimit alias.
53192         * sysdeps/unix/sysv/linux/prlimit.c: New file.
53194         [BZ #11903]
53195         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
53196         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
53198         * nss/Makefile: Add rules to build and run tst-nss-test1.
53199         * shlib-versions: Add entry for libnss_test1.
53200         * nss/nss_test1.c: New file.
53201         * nss/tst-nss-test1.c: New file.
53203         * nss/nsswitch.c (__nss_database_custom): Define new variable.
53204         (__nss_configure_lookup): Set appropriate entry in
53205         __nss_configure_lookup to true.
53206         * nss/nsswitch.h: Define enum with indeces of databases in
53207         databases and __nss_database_custom arrays.  Declare
53208         __nss_database_custom.
53209         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
53210         to avoid using nscd when custom rules are installed.
53211         * nss/getXXbyYY_r.c: Likewise.
53212         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
53214         * nss/nss_files/files-parse.c: Whitespace fixes.
53216 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
53218         [BZ #11883]
53219         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
53220         * posix/fnmatch_loop.c: Likewise.
53222 2010-07-17  Andi Kleen  <ak@linux.intel.com>
53224         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
53225         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
53226         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
53227         * Versions.def [GLIBC_2.13]: Add.
53229 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
53231         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53232         Also fail if tpwd after pwuid call is NULL.
53234 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53236         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
53237         when converting to ms.
53239 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
53241         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
53242         EOPNOTSUPP errors with ENOTTY.
53243         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
53244         EOPNOTSUPP errors with ENOTTY.
53246 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
53248         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
53249         Add strcasecmp_l-ssse3.
53250         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
53251         strcasecmp.
53252         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
53253         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
53254         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
53256 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
53258         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
53260         * string/Makefile (strop-tests): Add strcasecmp.
53261         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
53262         strcasecmp_l-nonascii.
53263         (gen-as-const-headers): Add locale-defines.sym.
53264         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
53265         * sysdeps/x86_64/strcasecmp.S: New file.
53266         * sysdeps/x86_64/strcasecmp_l.S: New file.
53267         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
53268         * sysdeps/x86_64/locale-defines.sym: New file.
53269         * string/test-strcasecmp.c: New file.
53271         * string/test-strcasestr.c: Test both ends of the range of characters.
53272         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
53274 2010-07-29  Roland McGrath  <roland@redhat.com>
53276         [BZ #11856]
53277         * manual/locale.texi (Yes-or-No Questions): Fix example code.
53279 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
53281         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
53282         for ld.so.
53284 2010-07-27  Andreas Schwab  <schwab@redhat.com>
53286         * manual/memory.texi (Malloc Tunable Parameters): Document
53287         M_PERTURB.
53289 2010-07-26  Roland McGrath  <roland@redhat.com>
53291         [BZ #11840]
53292         * configure.in (-fgnu89-inline check): Set and substitute
53293         gnu89_inline, not libc_cv_gnu89_inline.
53294         * configure: Regenerated.
53295         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
53297 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
53299         * string/test-strnlen.c: New file.
53300         * string/Makefile (strop-tests): Add strnlen.
53301         * string/tester.c (test_strnlen): Add a few more test cases.
53302         * string/tst-strlen.c: Better error reporting.
53304         * sysdeps/x86_64/strnlen.S: New file.
53306 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
53308         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
53309         lower-latency instructions.
53311 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
53313         * string/test-strcasestr.c: New file.
53314         * string/test-strstr.c: New file.
53315         * string/Makefile (strop-tests): Add strstr and strcasestr.
53316         * string/str-two-way.h: Don't undefine MAX.
53317         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
53319 2010-07-21  Andreas Schwab  <schwab@redhat.com>
53321         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53322         strcasestr-nonascii.
53323         (CFLAGS-strcasestr-nonascii.c): Define.
53324         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
53325         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
53326         Remove unused attribute.
53328 2010-07-20  Roland McGrath  <roland@redhat.com>
53330         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
53331         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
53332         ld.so.cache was broken.  With it, there is no way to disable dsocaps
53333         like LD_HWCAP_MASK can disable hwcaps.
53335 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
53337         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
53339 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
53341         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
53342         call in strcasestr.
53343         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
53344         __strcasestr_sse42_nonascii.
53345         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
53346         strcasestr-nonascii.c.
53347         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
53349 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
53351         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
53352         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
53353         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
53354         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
53356 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
53358         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
53359         fcntl.
53361 2010-07-06  Andreas Schwab  <schwab@redhat.com>
53363         [BZ #11577]
53364         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
53365         dl_signal_cerror.
53367 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
53369         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
53370         _PC_PIPE_BUF using F_GETPIPE_SZ.
53372 2010-07-05  Roland McGrath  <roland@redhat.com>
53374         * manual/arith.texi (Rounding Functions): Fix rint description
53375         implicit in round description.
53377 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
53379         * elf/Makefile: Fix linking for a few tests to make recent linker
53380         happy.
53382 2010-06-30  Andreas Schwab  <schwab@redhat.com>
53384         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
53385         $(common-objpfx)libc_nonshared.a.
53387 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
53389         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
53390         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
53391         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
53392         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
53393         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
53394         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
53395         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
53396         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
53397         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
53398         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
53399         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
53400         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
53401         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
53402         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
53403         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
53404         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
53405         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
53406         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
53407         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
53408         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
53409         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
53410         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
53411         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
53412         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
53413         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
53414         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
53415         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
53416         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
53417         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
53418         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
53419         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
53420         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
53421         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
53422         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
53423         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
53424         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
53425         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
53426         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
53427         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
53428         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
53429         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
53430         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
53431         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
53432         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
53433         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
53434         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
53435         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
53436         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
53438 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
53440         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
53441         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
53442         * string/memmove.c (memmove): Renamed to ...
53443         (MEMMOVE): ...this.  Default to memmove.
53444         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
53445         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
53446         (END_CHK): Define.
53447         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
53448         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
53449         mempcpy-ssse3-back memmove-ssse3-back.
53450         * sysdeps/x86_64/multiarch/bcopy.S: New file .
53451         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
53452         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
53453         * sysdeps/x86_64/multiarch/memcpy.S: New file.
53454         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
53455         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
53456         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
53457         * sysdeps/x86_64/multiarch/memmove.c: New file.
53458         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
53459         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
53460         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
53461         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
53462         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
53463         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
53464         Define.
53465         (index_Fast_Copy_Backward): Define.
53466         (HAS_ARCH_FEATURE): Define.
53467         (HAS_FAST_REP_STRING): Define.
53468         (HAS_FAST_COPY_BACKWARD): Define.
53470 2010-06-21  Andreas Schwab  <schwab@redhat.com>
53472         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
53473         Restore proper fallback handling.
53475 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
53477         [BZ #11701]
53478         * posix/group_member.c (__group_member): Correct checking loop.
53480         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
53481         OOM in getpwuid_r correctly.  Return error number when the caller
53482         should return, otherwise -1.
53483         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
53484         call returning > 0 value.
53485         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
53487 2010-06-07  Andreas Schwab  <schwab@redhat.com>
53489         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
53490         libc_nonshared.a from targets in modules-names.
53492 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
53494         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
53495         requires it.
53497 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
53499         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
53500         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
53501         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
53502         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
53504 2010-06-02  Andreas Schwab  <schwab@redhat.com>
53506         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
53508 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
53510         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
53511         and F_GETPIPE_SZ.
53512         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
53513         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
53514         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
53515         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
53516         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
53517         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
53519 2010-06-14  Roland McGrath  <roland@redhat.com>
53521         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
53523 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
53525         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
53526         __REDIRECT followed by __THROW.
53527         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
53528         * posix/getopt.h (getopt): Likewise.
53530 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
53532         * hurd/lookup-at.c (__file_name_lookup_at): Accept
53533         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
53534         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
53535         in AT_FLAGS.
53536         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
53537         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
53539 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
53541         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
53543 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
53545         [BZ #11640]
53546         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
53547         Properly check family and model.
53549 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
53551         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
53553 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
53555         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
53557 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
53559         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
53560         symbol reference.
53562 2010-05-19  Andreas Schwab  <schwab@redhat.com>
53564         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
53565         symbol reference.
53567 2010-05-21  Andreas Schwab  <schwab@redhat.com>
53569         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
53570         and internal_recvmmsg.
53571         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
53572         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
53573         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
53574         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
53576         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
53577         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
53578         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
53580 2010-05-20  Andreas Schwab  <schwab@redhat.com>
53582         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
53584 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
53586         POWER7 optimizations.
53587         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
53588         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
53590 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
53592         * version.h: Update for 2.13 development version.
53594 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
53596         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
53597         exceptions.  Return 0.
53599 2010-05-07  Roland McGrath  <roland@redhat.com>
53601         * elf/ldconfig.c (main): Add a const.
53603 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
53605         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
53606         (args_options): Add no-idn option.
53607         (ahosts_keys_int): Add idn_flags to ai_flags.
53608         (parse_option): Handle 'i' option to clear idn_flags.
53610         * malloc/malloc.c (_int_free): Possible race in the most recently
53611         added check.  Only act on the data if no current modification
53612         happened.
53614 See ChangeLog.17 for earlier changes.